Image and snapshot key are mutable
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
2c85ae2828
commit
cc6d261e1a
@ -40,7 +40,7 @@ type Container struct {
|
||||
|
||||
// Image specifies the image reference used for a container.
|
||||
//
|
||||
// This property is optional but immutable.
|
||||
// This property is optional and mutable.
|
||||
Image string
|
||||
|
||||
// Runtime specifies which runtime should be used when launching container
|
||||
@ -60,7 +60,7 @@ type Container struct {
|
||||
// look up the mounts from the snapshot service and include those on the
|
||||
// task create request.
|
||||
//
|
||||
// This field is not required but immutable.
|
||||
// This field is not required but mutable.
|
||||
SnapshotKey string
|
||||
|
||||
// Snapshotter specifies the snapshotter name used for rootfs
|
||||
|
Loading…
Reference in New Issue
Block a user