@@ -1616,7 +1616,7 @@ definitions:
16161616 type : " string"
16171617 RepoDigests :
16181618 type : " array"
1619- x-nullable : false
1619+ x-nullable : true
16201620 items :
16211621 type : " string"
16221622 Created :
@@ -1633,7 +1633,7 @@ definitions:
16331633 x-nullable : false
16341634 Labels :
16351635 type : " object"
1636- x-nullable : false
1636+ x-nullable : true
16371637 additionalProperties :
16381638 type : " string"
16391639 Containers :
@@ -1706,7 +1706,7 @@ definitions:
17061706 Labels :
17071707 type : " object"
17081708 description : " User-defined key/value metadata."
1709- x-nullable : false
1709+ x-nullable : true
17101710 additionalProperties :
17111711 type : " string"
17121712 Scope :
@@ -1719,6 +1719,7 @@ definitions:
17191719 enum : ["local", "global"]
17201720 Options :
17211721 type : " object"
1722+ x-nullable : true
17221723 description : |
17231724 The driver specific options used when creating the volume.
17241725 additionalProperties :
@@ -4022,73 +4023,71 @@ definitions:
40224023 Warning : " unable to pin image doesnotexist:latest to digest: image library/doesnotexist:latest not found"
40234024
40244025 ContainerSummary :
4025- type : " array"
4026- items :
4027- type : " object"
4028- properties :
4029- Id :
4030- description : " The ID of this container"
4031- type : " string"
4032- x-go-name : " ID"
4033- Names :
4034- description : " The names that this container has been given"
4035- type : " array"
4036- items :
4037- type : " string"
4038- Image :
4039- description : " The name of the image used when creating this container"
4040- type : " string"
4041- ImageID :
4042- description : " The ID of the image that this container was created from"
4026+ type : " object"
4027+ properties :
4028+ Id :
4029+ description : " The ID of this container"
4030+ type : " string"
4031+ x-go-name : " ID"
4032+ Names :
4033+ description : " The names that this container has been given"
4034+ type : " array"
4035+ items :
40434036 type : " string"
4044- Command :
4045- description : " Command to run when starting the container"
4037+ Image :
4038+ description : " The name of the image used when creating this container"
4039+ type : " string"
4040+ ImageID :
4041+ description : " The ID of the image that this container was created from"
4042+ type : " string"
4043+ Command :
4044+ description : " Command to run when starting the container"
4045+ type : " string"
4046+ Created :
4047+ description : " When the container was created"
4048+ type : " integer"
4049+ format : " int64"
4050+ Ports :
4051+ description : " The ports exposed by this container"
4052+ type : " array"
4053+ items :
4054+ $ref : " #/definitions/Port"
4055+ SizeRw :
4056+ description : " The size of files that have been created or changed by this container"
4057+ type : " integer"
4058+ format : " int64"
4059+ SizeRootFs :
4060+ description : " The total size of all the files in this container"
4061+ type : " integer"
4062+ format : " int64"
4063+ Labels :
4064+ description : " User-defined key/value metadata."
4065+ type : " object"
4066+ additionalProperties :
40464067 type : " string"
4047- Created :
4048- description : " When the container was created"
4049- type : " integer"
4050- format : " int64"
4051- Ports :
4052- description : " The ports exposed by this container"
4053- type : " array"
4054- items :
4055- $ref : " #/definitions/Port"
4056- SizeRw :
4057- description : " The size of files that have been created or changed by this container"
4058- type : " integer"
4059- format : " int64"
4060- SizeRootFs :
4061- description : " The total size of all the files in this container"
4062- type : " integer"
4063- format : " int64"
4064- Labels :
4065- description : " User-defined key/value metadata."
4066- type : " object"
4067- additionalProperties :
4068+ State :
4069+ description : " The state of this container (e.g. `Exited`)"
4070+ type : " string"
4071+ Status :
4072+ description : " Additional human-readable status of this container (e.g. `Exit 0`)"
4073+ type : " string"
4074+ HostConfig :
4075+ type : " object"
4076+ properties :
4077+ NetworkMode :
40684078 type : " string"
4069- State :
4070- description : " The state of this container (e.g. `Exited`)"
4071- type : " string"
4072- Status :
4073- description : " Additional human-readable status of this container (e.g. `Exit 0`)"
4074- type : " string"
4075- HostConfig :
4076- type : " object"
4077- properties :
4078- NetworkMode :
4079- type : " string"
4080- NetworkSettings :
4081- description : " A summary of the container's network settings"
4082- type : " object"
4083- properties :
4084- Networks :
4085- type : " object"
4086- additionalProperties :
4087- $ref : " #/definitions/EndpointSettings"
4088- Mounts :
4089- type : " array"
4090- items :
4091- $ref : " #/definitions/Mount"
4079+ NetworkSettings :
4080+ description : " A summary of the container's network settings"
4081+ type : " object"
4082+ properties :
4083+ Networks :
4084+ type : " object"
4085+ additionalProperties :
4086+ $ref : " #/definitions/EndpointSettings"
4087+ Mounts :
4088+ type : " array"
4089+ items :
4090+ $ref : " #/definitions/Mount"
40924091
40934092 Driver :
40944093 description : " Driver represents a driver (network, logging, secrets)."
0 commit comments