public static interface V1.PodStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.PodCondition |
getConditions(int index)
Current service state of pod.
|
int |
getConditionsCount()
Current service state of pod.
|
List<V1.PodCondition> |
getConditionsList()
Current service state of pod.
|
V1.PodConditionOrBuilder |
getConditionsOrBuilder(int index)
Current service state of pod.
|
List<? extends V1.PodConditionOrBuilder> |
getConditionsOrBuilderList()
Current service state of pod.
|
V1.ContainerStatus |
getContainerStatuses(int index)
The list has one entry per container in the manifest.
|
int |
getContainerStatusesCount()
The list has one entry per container in the manifest.
|
List<V1.ContainerStatus> |
getContainerStatusesList()
The list has one entry per container in the manifest.
|
V1.ContainerStatusOrBuilder |
getContainerStatusesOrBuilder(int index)
The list has one entry per container in the manifest.
|
List<? extends V1.ContainerStatusOrBuilder> |
getContainerStatusesOrBuilderList()
The list has one entry per container in the manifest.
|
String |
getHostIP()
IP address of the host to which the pod is assigned.
|
com.google.protobuf.ByteString |
getHostIPBytes()
IP address of the host to which the pod is assigned.
|
V1.ContainerStatus |
getInitContainerStatuses(int index)
The list has one entry per init container in the manifest.
|
int |
getInitContainerStatusesCount()
The list has one entry per init container in the manifest.
|
List<V1.ContainerStatus> |
getInitContainerStatusesList()
The list has one entry per init container in the manifest.
|
V1.ContainerStatusOrBuilder |
getInitContainerStatusesOrBuilder(int index)
The list has one entry per init container in the manifest.
|
List<? extends V1.ContainerStatusOrBuilder> |
getInitContainerStatusesOrBuilderList()
The list has one entry per init container in the manifest.
|
String |
getMessage()
A human readable message indicating details about why the pod is in this condition.
|
com.google.protobuf.ByteString |
getMessageBytes()
A human readable message indicating details about why the pod is in this condition.
|
String |
getNominatedNodeName()
nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be
scheduled right away as preemption victims receive their graceful termination periods.
|
com.google.protobuf.ByteString |
getNominatedNodeNameBytes()
nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be
scheduled right away as preemption victims receive their graceful termination periods.
|
String |
getPhase()
The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle.
|
com.google.protobuf.ByteString |
getPhaseBytes()
The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle.
|
String |
getPodIP()
IP address allocated to the pod.
|
com.google.protobuf.ByteString |
getPodIPBytes()
IP address allocated to the pod.
|
String |
getQosClass()
The Quality of Service (QOS) classification assigned to the pod based on resource requirements
See PodQOSClass type for available QOS classes
More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md
+optional
|
com.google.protobuf.ByteString |
getQosClassBytes()
The Quality of Service (QOS) classification assigned to the pod based on resource requirements
See PodQOSClass type for available QOS classes
More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md
+optional
|
String |
getReason()
A brief CamelCase message indicating details about why the pod is in this state.
|
com.google.protobuf.ByteString |
getReasonBytes()
A brief CamelCase message indicating details about why the pod is in this state.
|
Meta.Time |
getStartTime()
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
Meta.TimeOrBuilder |
getStartTimeOrBuilder()
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
boolean |
hasHostIP()
IP address of the host to which the pod is assigned.
|
boolean |
hasMessage()
A human readable message indicating details about why the pod is in this condition.
|
boolean |
hasNominatedNodeName()
nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be
scheduled right away as preemption victims receive their graceful termination periods.
|
boolean |
hasPhase()
The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle.
|
boolean |
hasPodIP()
IP address allocated to the pod.
|
boolean |
hasQosClass()
The Quality of Service (QOS) classification assigned to the pod based on resource requirements
See PodQOSClass type for available QOS classes
More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md
+optional
|
boolean |
hasReason()
A brief CamelCase message indicating details about why the pod is in this state.
|
boolean |
hasStartTime()
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPhase()
The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values: Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase +optional
optional string phase = 1;String getPhase()
The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values: Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase +optional
optional string phase = 1;com.google.protobuf.ByteString getPhaseBytes()
The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values: Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase +optional
optional string phase = 1;List<V1.PodCondition> getConditionsList()
Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PodCondition conditions = 2;V1.PodCondition getConditions(int index)
Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PodCondition conditions = 2;int getConditionsCount()
Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PodCondition conditions = 2;List<? extends V1.PodConditionOrBuilder> getConditionsOrBuilderList()
Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PodCondition conditions = 2;V1.PodConditionOrBuilder getConditionsOrBuilder(int index)
Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PodCondition conditions = 2;boolean hasMessage()
A human readable message indicating details about why the pod is in this condition. +optional
optional string message = 3;String getMessage()
A human readable message indicating details about why the pod is in this condition. +optional
optional string message = 3;com.google.protobuf.ByteString getMessageBytes()
A human readable message indicating details about why the pod is in this condition. +optional
optional string message = 3;boolean hasReason()
A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' +optional
optional string reason = 4;String getReason()
A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' +optional
optional string reason = 4;com.google.protobuf.ByteString getReasonBytes()
A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' +optional
optional string reason = 4;boolean hasNominatedNodeName()
nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled. +optional
optional string nominatedNodeName = 11;String getNominatedNodeName()
nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled. +optional
optional string nominatedNodeName = 11;com.google.protobuf.ByteString getNominatedNodeNameBytes()
nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled. +optional
optional string nominatedNodeName = 11;boolean hasHostIP()
IP address of the host to which the pod is assigned. Empty if not yet scheduled. +optional
optional string hostIP = 5;String getHostIP()
IP address of the host to which the pod is assigned. Empty if not yet scheduled. +optional
optional string hostIP = 5;com.google.protobuf.ByteString getHostIPBytes()
IP address of the host to which the pod is assigned. Empty if not yet scheduled. +optional
optional string hostIP = 5;boolean hasPodIP()
IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. +optional
optional string podIP = 6;String getPodIP()
IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. +optional
optional string podIP = 6;com.google.protobuf.ByteString getPodIPBytes()
IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. +optional
optional string podIP = 6;boolean hasStartTime()
RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 7;Meta.Time getStartTime()
RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 7;Meta.TimeOrBuilder getStartTimeOrBuilder()
RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 7;List<V1.ContainerStatus> getInitContainerStatusesList()
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
repeated .k8s.io.api.core.v1.ContainerStatus initContainerStatuses = 10;V1.ContainerStatus getInitContainerStatuses(int index)
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
repeated .k8s.io.api.core.v1.ContainerStatus initContainerStatuses = 10;int getInitContainerStatusesCount()
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
repeated .k8s.io.api.core.v1.ContainerStatus initContainerStatuses = 10;List<? extends V1.ContainerStatusOrBuilder> getInitContainerStatusesOrBuilderList()
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
repeated .k8s.io.api.core.v1.ContainerStatus initContainerStatuses = 10;V1.ContainerStatusOrBuilder getInitContainerStatusesOrBuilder(int index)
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
repeated .k8s.io.api.core.v1.ContainerStatus initContainerStatuses = 10;List<V1.ContainerStatus> getContainerStatusesList()
The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status +optional
repeated .k8s.io.api.core.v1.ContainerStatus containerStatuses = 8;V1.ContainerStatus getContainerStatuses(int index)
The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status +optional
repeated .k8s.io.api.core.v1.ContainerStatus containerStatuses = 8;int getContainerStatusesCount()
The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status +optional
repeated .k8s.io.api.core.v1.ContainerStatus containerStatuses = 8;List<? extends V1.ContainerStatusOrBuilder> getContainerStatusesOrBuilderList()
The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status +optional
repeated .k8s.io.api.core.v1.ContainerStatus containerStatuses = 8;V1.ContainerStatusOrBuilder getContainerStatusesOrBuilder(int index)
The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status +optional
repeated .k8s.io.api.core.v1.ContainerStatus containerStatuses = 8;boolean hasQosClass()
The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md +optional
optional string qosClass = 9;String getQosClass()
The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md +optional
optional string qosClass = 9;com.google.protobuf.ByteString getQosClassBytes()
The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md +optional
optional string qosClass = 9;Copyright © 2019. All rights reserved.