Merge pull request #25656 from tmrts/godep-update/rkt-1.6.0
Automatic merge from submit-queue Update rkt API version to 1.6.0 Updates coreos/rkt container runtime dependency to `1.6.0` Fixes #25430
This commit is contained in:
11
vendor/github.com/appc/spec/schema/pod.go
generated
vendored
11
vendor/github.com/appc/spec/schema/pod.go
generated
vendored
@@ -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
|
||||
|
2
vendor/github.com/appc/spec/schema/version.go
generated
vendored
2
vendor/github.com/appc/spec/schema/version.go
generated
vendored
@@ -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 (
|
||||
|
Reference in New Issue
Block a user