mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
parent
a265272649
commit
007e6d9ff9
@ -766,10 +766,7 @@ type PodStatus struct {
|
|||||||
PodIP string `json:"podIP,omitempty" description:"IP address allocated to the pod; routable at least within the cluster; empty if not yet allocated"`
|
PodIP string `json:"podIP,omitempty" description:"IP address allocated to the pod; routable at least within the cluster; empty if not yet allocated"`
|
||||||
|
|
||||||
// The list has one entry per container in the manifest. Each entry is currently the output
|
// The list has one entry per container in the manifest. Each entry is currently the output
|
||||||
// of `docker inspect`. This output format is *not* final and should not be relied
|
// of `docker inspect`.
|
||||||
// upon.
|
|
||||||
// TODO: Make real decisions about what our info should look like. Re-enable fuzz test
|
|
||||||
// when we have done this.
|
|
||||||
ContainerStatuses []ContainerStatus `json:"containerStatuses,omitempty" description:"list of container statuses"`
|
ContainerStatuses []ContainerStatus `json:"containerStatuses,omitempty" description:"list of container statuses"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user