We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c85ae2 commit cc6d261Copy full SHA for cc6d261
1 file changed
containers/containers.go
@@ -40,7 +40,7 @@ type Container struct {
40
41
// Image specifies the image reference used for a container.
42
//
43
- // This property is optional but immutable.
+ // This property is optional and mutable.
44
Image string
45
46
// Runtime specifies which runtime should be used when launching container
@@ -60,7 +60,7 @@ type Container struct {
60
// look up the mounts from the snapshot service and include those on the
61
// task create request.
62
63
- // This field is not required but immutable.
+ // This field is not required but mutable.
64
SnapshotKey string
65
66
// Snapshotter specifies the snapshotter name used for rootfs
0 commit comments