Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
eca022cc
Commit
eca022cc
authored
May 16, 2016
by
Tamer Tas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update appc/spec version to 0.8.1
parent
9aa1a594
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
12 deletions
+13
-12
Godeps.json
Godeps/Godeps.json
+6
-6
pod.go
vendor/github.com/appc/spec/schema/pod.go
+6
-5
version.go
vendor/github.com/appc/spec/schema/version.go
+1
-1
No files found.
Godeps/Godeps.json
View file @
eca022cc
...
...
@@ -52,18 +52,18 @@
},
{
"ImportPath"
:
"github.com/appc/spec/schema"
,
"Comment"
:
"v0.
7.4-43-gd22f52b
"
,
"Rev"
:
"
d22f52bfeba06614d37c7aa1ad6fd76d8fdb2ba8
"
"Comment"
:
"v0.
8.1
"
,
"Rev"
:
"
b889d03467ae08bb6c13241762a64305b69bcf82
"
},
{
"ImportPath"
:
"github.com/appc/spec/schema/common"
,
"Comment"
:
"v0.
7.4-43-gd22f52b
"
,
"Rev"
:
"
d22f52bfeba06614d37c7aa1ad6fd76d8fdb2ba8
"
"Comment"
:
"v0.
8.1
"
,
"Rev"
:
"
b889d03467ae08bb6c13241762a64305b69bcf82
"
},
{
"ImportPath"
:
"github.com/appc/spec/schema/types"
,
"Comment"
:
"v0.
7.4-43-gd22f52b
"
,
"Rev"
:
"
d22f52bfeba06614d37c7aa1ad6fd76d8fdb2ba8
"
"Comment"
:
"v0.
8.1
"
,
"Rev"
:
"
b889d03467ae08bb6c13241762a64305b69bcf82
"
},
{
"ImportPath"
:
"github.com/armon/go-metrics"
,
...
...
vendor/github.com/appc/spec/schema/pod.go
View file @
eca022cc
...
...
@@ -152,11 +152,12 @@ func (r Mount) assertValid() error {
// RuntimeApp describes an application referenced in a PodManifest
type
RuntimeApp
struct
{
Name
types
.
ACName
`json:"name"`
Image
RuntimeImage
`json:"image"`
App
*
types
.
App
`json:"app,omitempty"`
Mounts
[]
Mount
`json:"mounts,omitempty"`
Annotations
types
.
Annotations
`json:"annotations,omitempty"`
Name
types
.
ACName
`json:"name"`
Image
RuntimeImage
`json:"image"`
App
*
types
.
App
`json:"app,omitempty"`
ReadOnlyRootFS
bool
`json:"readOnlyRootFS,omitempty"`
Mounts
[]
Mount
`json:"mounts,omitempty"`
Annotations
types
.
Annotations
`json:"annotations,omitempty"`
}
// RuntimeImage describes an image referenced in a RuntimeApp
...
...
vendor/github.com/appc/spec/schema/version.go
View file @
eca022cc
...
...
@@ -22,7 +22,7 @@ const (
// version represents the canonical version of the appc spec and tooling.
// For now, the schema and tooling is coupled with the spec itself, so
// this must be kept in sync with the VERSION file in the root of the repo.
version
string
=
"0.
7.4+git
"
version
string
=
"0.
8.1
"
)
var
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment