mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
Remove PodIP from ContainerStatus
This commit is contained in:
@@ -434,9 +434,6 @@ type ContainerStatus struct {
|
||||
// Note that this is calculated from dead containers. But those containers are subject to
|
||||
// garbage collection. This value will get capped at 5 by GC.
|
||||
RestartCount int `json:"restartCount" description:"the number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed"`
|
||||
// TODO(dchen1107): Deprecated this soon once we pull entire PodStatus from node,
|
||||
// not just PodInfo. Now we need this to remove docker.Container from API
|
||||
PodIP string `json:"podIP,omitempty" description:"pod's IP address"`
|
||||
// TODO(dchen1107): Need to decide how to reprensent this in v1beta3
|
||||
Image string `json:"image" description:"image of the container"`
|
||||
ImageID string `json:"imageID" description:"ID of the container's image"`
|
||||
|
Reference in New Issue
Block a user