public static final class V1.PodStatus.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.PodStatus.Builder> implements V1.PodStatusOrBuilder
PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.Protobuf type
k8s.io.api.core.v1.PodStatus| Modifier and Type | Method and Description |
|---|---|
V1.PodStatus.Builder |
addAllConditions(Iterable<? extends V1.PodCondition> values)
Current service state of pod.
|
V1.PodStatus.Builder |
addAllContainerStatuses(Iterable<? extends V1.ContainerStatus> values)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
addAllInitContainerStatuses(Iterable<? extends V1.ContainerStatus> values)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
addConditions(int index,
V1.PodCondition.Builder builderForValue)
Current service state of pod.
|
V1.PodStatus.Builder |
addConditions(int index,
V1.PodCondition value)
Current service state of pod.
|
V1.PodStatus.Builder |
addConditions(V1.PodCondition.Builder builderForValue)
Current service state of pod.
|
V1.PodStatus.Builder |
addConditions(V1.PodCondition value)
Current service state of pod.
|
V1.PodCondition.Builder |
addConditionsBuilder()
Current service state of pod.
|
V1.PodCondition.Builder |
addConditionsBuilder(int index)
Current service state of pod.
|
V1.PodStatus.Builder |
addContainerStatuses(int index,
V1.ContainerStatus.Builder builderForValue)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
addContainerStatuses(int index,
V1.ContainerStatus value)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
addContainerStatuses(V1.ContainerStatus.Builder builderForValue)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
addContainerStatuses(V1.ContainerStatus value)
The list has one entry per container in the manifest.
|
V1.ContainerStatus.Builder |
addContainerStatusesBuilder()
The list has one entry per container in the manifest.
|
V1.ContainerStatus.Builder |
addContainerStatusesBuilder(int index)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
addInitContainerStatuses(int index,
V1.ContainerStatus.Builder builderForValue)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
addInitContainerStatuses(int index,
V1.ContainerStatus value)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
addInitContainerStatuses(V1.ContainerStatus.Builder builderForValue)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
addInitContainerStatuses(V1.ContainerStatus value)
The list has one entry per init container in the manifest.
|
V1.ContainerStatus.Builder |
addInitContainerStatusesBuilder()
The list has one entry per init container in the manifest.
|
V1.ContainerStatus.Builder |
addInitContainerStatusesBuilder(int index)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PodStatus |
build() |
V1.PodStatus |
buildPartial() |
V1.PodStatus.Builder |
clear() |
V1.PodStatus.Builder |
clearConditions()
Current service state of pod.
|
V1.PodStatus.Builder |
clearContainerStatuses()
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.PodStatus.Builder |
clearHostIP()
IP address of the host to which the pod is assigned.
|
V1.PodStatus.Builder |
clearInitContainerStatuses()
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
clearMessage()
A human readable message indicating details about why the pod is in this condition.
|
V1.PodStatus.Builder |
clearNominatedNodeName()
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.
|
V1.PodStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.PodStatus.Builder |
clearPhase()
The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle.
|
V1.PodStatus.Builder |
clearPodIP()
IP address allocated to the pod.
|
V1.PodStatus.Builder |
clearQosClass()
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
|
V1.PodStatus.Builder |
clearReason()
A brief CamelCase message indicating details about why the pod is in this state.
|
V1.PodStatus.Builder |
clearStartTime()
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
V1.PodStatus.Builder |
clone() |
V1.PodCondition |
getConditions(int index)
Current service state of pod.
|
V1.PodCondition.Builder |
getConditionsBuilder(int index)
Current service state of pod.
|
List<V1.PodCondition.Builder> |
getConditionsBuilderList()
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.
|
V1.ContainerStatus.Builder |
getContainerStatusesBuilder(int index)
The list has one entry per container in the manifest.
|
List<V1.ContainerStatus.Builder> |
getContainerStatusesBuilderList()
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.
|
V1.PodStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
V1.ContainerStatus.Builder |
getInitContainerStatusesBuilder(int index)
The list has one entry per init container in the manifest.
|
List<V1.ContainerStatus.Builder> |
getInitContainerStatusesBuilderList()
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.Time.Builder |
getStartTimeBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1.PodStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.PodStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1.PodStatus.Builder |
mergeFrom(V1.PodStatus other) |
V1.PodStatus.Builder |
mergeStartTime(Meta.Time value)
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
V1.PodStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.PodStatus.Builder |
removeConditions(int index)
Current service state of pod.
|
V1.PodStatus.Builder |
removeContainerStatuses(int index)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
removeInitContainerStatuses(int index)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
setConditions(int index,
V1.PodCondition.Builder builderForValue)
Current service state of pod.
|
V1.PodStatus.Builder |
setConditions(int index,
V1.PodCondition value)
Current service state of pod.
|
V1.PodStatus.Builder |
setContainerStatuses(int index,
V1.ContainerStatus.Builder builderForValue)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
setContainerStatuses(int index,
V1.ContainerStatus value)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PodStatus.Builder |
setHostIP(String value)
IP address of the host to which the pod is assigned.
|
V1.PodStatus.Builder |
setHostIPBytes(com.google.protobuf.ByteString value)
IP address of the host to which the pod is assigned.
|
V1.PodStatus.Builder |
setInitContainerStatuses(int index,
V1.ContainerStatus.Builder builderForValue)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
setInitContainerStatuses(int index,
V1.ContainerStatus value)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
setMessage(String value)
A human readable message indicating details about why the pod is in this condition.
|
V1.PodStatus.Builder |
setMessageBytes(com.google.protobuf.ByteString value)
A human readable message indicating details about why the pod is in this condition.
|
V1.PodStatus.Builder |
setNominatedNodeName(String value)
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.
|
V1.PodStatus.Builder |
setNominatedNodeNameBytes(com.google.protobuf.ByteString value)
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.
|
V1.PodStatus.Builder |
setPhase(String value)
The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle.
|
V1.PodStatus.Builder |
setPhaseBytes(com.google.protobuf.ByteString value)
The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle.
|
V1.PodStatus.Builder |
setPodIP(String value)
IP address allocated to the pod.
|
V1.PodStatus.Builder |
setPodIPBytes(com.google.protobuf.ByteString value)
IP address allocated to the pod.
|
V1.PodStatus.Builder |
setQosClass(String value)
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
|
V1.PodStatus.Builder |
setQosClassBytes(com.google.protobuf.ByteString value)
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
|
V1.PodStatus.Builder |
setReason(String value)
A brief CamelCase message indicating details about why the pod is in this state.
|
V1.PodStatus.Builder |
setReasonBytes(com.google.protobuf.ByteString value)
A brief CamelCase message indicating details about why the pod is in this state.
|
V1.PodStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.PodStatus.Builder |
setStartTime(Meta.Time.Builder builderForValue)
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
V1.PodStatus.Builder |
setStartTime(Meta.Time value)
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
V1.PodStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodStatus.Builder>public V1.PodStatus.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodStatus.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodStatus.Builder>public V1.PodStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1.PodStatus build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1.PodStatus buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1.PodStatus.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodStatus.Builder>public V1.PodStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodStatus.Builder>public V1.PodStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodStatus.Builder>public V1.PodStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodStatus.Builder>public V1.PodStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodStatus.Builder>public V1.PodStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodStatus.Builder>public V1.PodStatus.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.PodStatus.Builder>public V1.PodStatus.Builder mergeFrom(V1.PodStatus other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodStatus.Builder>public V1.PodStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.PodStatus.Builder>IOExceptionpublic boolean 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;hasPhase in interface V1.PodStatusOrBuilderpublic 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;getPhase in interface V1.PodStatusOrBuilderpublic 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;getPhaseBytes in interface V1.PodStatusOrBuilderpublic V1.PodStatus.Builder setPhase(String value)
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;public V1.PodStatus.Builder clearPhase()
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;public V1.PodStatus.Builder setPhaseBytes(com.google.protobuf.ByteString value)
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;public 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;getConditionsList in interface V1.PodStatusOrBuilderpublic 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;getConditionsCount in interface V1.PodStatusOrBuilderpublic 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;getConditions in interface V1.PodStatusOrBuilderpublic V1.PodStatus.Builder setConditions(int index, V1.PodCondition value)
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;public V1.PodStatus.Builder setConditions(int index, V1.PodCondition.Builder builderForValue)
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;public V1.PodStatus.Builder addConditions(V1.PodCondition value)
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;public V1.PodStatus.Builder addConditions(int index, V1.PodCondition value)
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;public V1.PodStatus.Builder addConditions(V1.PodCondition.Builder builderForValue)
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;public V1.PodStatus.Builder addConditions(int index, V1.PodCondition.Builder builderForValue)
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;public V1.PodStatus.Builder addAllConditions(Iterable<? extends V1.PodCondition> values)
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;public V1.PodStatus.Builder clearConditions()
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;public V1.PodStatus.Builder removeConditions(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;public V1.PodCondition.Builder getConditionsBuilder(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;public 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;getConditionsOrBuilder in interface V1.PodStatusOrBuilderpublic 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;getConditionsOrBuilderList in interface V1.PodStatusOrBuilderpublic V1.PodCondition.Builder addConditionsBuilder()
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;public V1.PodCondition.Builder addConditionsBuilder(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;public List<V1.PodCondition.Builder> getConditionsBuilderList()
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;public boolean hasMessage()
A human readable message indicating details about why the pod is in this condition. +optional
optional string message = 3;hasMessage in interface V1.PodStatusOrBuilderpublic String getMessage()
A human readable message indicating details about why the pod is in this condition. +optional
optional string message = 3;getMessage in interface V1.PodStatusOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
A human readable message indicating details about why the pod is in this condition. +optional
optional string message = 3;getMessageBytes in interface V1.PodStatusOrBuilderpublic V1.PodStatus.Builder setMessage(String value)
A human readable message indicating details about why the pod is in this condition. +optional
optional string message = 3;public V1.PodStatus.Builder clearMessage()
A human readable message indicating details about why the pod is in this condition. +optional
optional string message = 3;public V1.PodStatus.Builder setMessageBytes(com.google.protobuf.ByteString value)
A human readable message indicating details about why the pod is in this condition. +optional
optional string message = 3;public boolean hasReason()
A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' +optional
optional string reason = 4;hasReason in interface V1.PodStatusOrBuilderpublic String getReason()
A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' +optional
optional string reason = 4;getReason in interface V1.PodStatusOrBuilderpublic 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;getReasonBytes in interface V1.PodStatusOrBuilderpublic V1.PodStatus.Builder setReason(String value)
A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' +optional
optional string reason = 4;public V1.PodStatus.Builder clearReason()
A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' +optional
optional string reason = 4;public V1.PodStatus.Builder setReasonBytes(com.google.protobuf.ByteString value)
A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' +optional
optional string reason = 4;public 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;hasNominatedNodeName in interface V1.PodStatusOrBuilderpublic 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;getNominatedNodeName in interface V1.PodStatusOrBuilderpublic 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;getNominatedNodeNameBytes in interface V1.PodStatusOrBuilderpublic V1.PodStatus.Builder setNominatedNodeName(String value)
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;public V1.PodStatus.Builder clearNominatedNodeName()
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;public V1.PodStatus.Builder setNominatedNodeNameBytes(com.google.protobuf.ByteString value)
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;public boolean hasHostIP()
IP address of the host to which the pod is assigned. Empty if not yet scheduled. +optional
optional string hostIP = 5;hasHostIP in interface V1.PodStatusOrBuilderpublic String getHostIP()
IP address of the host to which the pod is assigned. Empty if not yet scheduled. +optional
optional string hostIP = 5;getHostIP in interface V1.PodStatusOrBuilderpublic 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;getHostIPBytes in interface V1.PodStatusOrBuilderpublic V1.PodStatus.Builder setHostIP(String value)
IP address of the host to which the pod is assigned. Empty if not yet scheduled. +optional
optional string hostIP = 5;public V1.PodStatus.Builder clearHostIP()
IP address of the host to which the pod is assigned. Empty if not yet scheduled. +optional
optional string hostIP = 5;public V1.PodStatus.Builder setHostIPBytes(com.google.protobuf.ByteString value)
IP address of the host to which the pod is assigned. Empty if not yet scheduled. +optional
optional string hostIP = 5;public boolean hasPodIP()
IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. +optional
optional string podIP = 6;hasPodIP in interface V1.PodStatusOrBuilderpublic String getPodIP()
IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. +optional
optional string podIP = 6;getPodIP in interface V1.PodStatusOrBuilderpublic 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;getPodIPBytes in interface V1.PodStatusOrBuilderpublic V1.PodStatus.Builder setPodIP(String value)
IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. +optional
optional string podIP = 6;public V1.PodStatus.Builder clearPodIP()
IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. +optional
optional string podIP = 6;public V1.PodStatus.Builder setPodIPBytes(com.google.protobuf.ByteString value)
IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. +optional
optional string podIP = 6;public 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;hasStartTime in interface V1.PodStatusOrBuilderpublic 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;getStartTime in interface V1.PodStatusOrBuilderpublic V1.PodStatus.Builder setStartTime(Meta.Time value)
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;public V1.PodStatus.Builder setStartTime(Meta.Time.Builder builderForValue)
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;public V1.PodStatus.Builder mergeStartTime(Meta.Time value)
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;public V1.PodStatus.Builder clearStartTime()
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;public Meta.Time.Builder getStartTimeBuilder()
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;public 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;getStartTimeOrBuilder in interface V1.PodStatusOrBuilderpublic 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;getInitContainerStatusesList in interface V1.PodStatusOrBuilderpublic 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;getInitContainerStatusesCount in interface V1.PodStatusOrBuilderpublic 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;getInitContainerStatuses in interface V1.PodStatusOrBuilderpublic V1.PodStatus.Builder setInitContainerStatuses(int index, V1.ContainerStatus value)
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;public V1.PodStatus.Builder setInitContainerStatuses(int index, V1.ContainerStatus.Builder builderForValue)
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;public V1.PodStatus.Builder addInitContainerStatuses(V1.ContainerStatus value)
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;public V1.PodStatus.Builder addInitContainerStatuses(int index, V1.ContainerStatus value)
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;public V1.PodStatus.Builder addInitContainerStatuses(V1.ContainerStatus.Builder builderForValue)
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;public V1.PodStatus.Builder addInitContainerStatuses(int index, V1.ContainerStatus.Builder builderForValue)
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;public V1.PodStatus.Builder addAllInitContainerStatuses(Iterable<? extends V1.ContainerStatus> values)
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;public V1.PodStatus.Builder clearInitContainerStatuses()
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;public V1.PodStatus.Builder removeInitContainerStatuses(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;public V1.ContainerStatus.Builder getInitContainerStatusesBuilder(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;public 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;getInitContainerStatusesOrBuilder in interface V1.PodStatusOrBuilderpublic 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;getInitContainerStatusesOrBuilderList in interface V1.PodStatusOrBuilderpublic V1.ContainerStatus.Builder addInitContainerStatusesBuilder()
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;public V1.ContainerStatus.Builder addInitContainerStatusesBuilder(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;public List<V1.ContainerStatus.Builder> getInitContainerStatusesBuilderList()
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;public 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;getContainerStatusesList in interface V1.PodStatusOrBuilderpublic 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;getContainerStatusesCount in interface V1.PodStatusOrBuilderpublic 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;getContainerStatuses in interface V1.PodStatusOrBuilderpublic V1.PodStatus.Builder setContainerStatuses(int index, V1.ContainerStatus value)
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;public V1.PodStatus.Builder setContainerStatuses(int index, V1.ContainerStatus.Builder builderForValue)
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;public V1.PodStatus.Builder addContainerStatuses(V1.ContainerStatus value)
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;public V1.PodStatus.Builder addContainerStatuses(int index, V1.ContainerStatus value)
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;public V1.PodStatus.Builder addContainerStatuses(V1.ContainerStatus.Builder builderForValue)
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;public V1.PodStatus.Builder addContainerStatuses(int index, V1.ContainerStatus.Builder builderForValue)
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;public V1.PodStatus.Builder addAllContainerStatuses(Iterable<? extends V1.ContainerStatus> values)
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;public V1.PodStatus.Builder clearContainerStatuses()
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;public V1.PodStatus.Builder removeContainerStatuses(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;public V1.ContainerStatus.Builder getContainerStatusesBuilder(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;public 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;getContainerStatusesOrBuilder in interface V1.PodStatusOrBuilderpublic 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;getContainerStatusesOrBuilderList in interface V1.PodStatusOrBuilderpublic V1.ContainerStatus.Builder addContainerStatusesBuilder()
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;public V1.ContainerStatus.Builder addContainerStatusesBuilder(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;public List<V1.ContainerStatus.Builder> getContainerStatusesBuilderList()
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;public 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;hasQosClass in interface V1.PodStatusOrBuilderpublic 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;getQosClass in interface V1.PodStatusOrBuilderpublic 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;getQosClassBytes in interface V1.PodStatusOrBuilderpublic V1.PodStatus.Builder setQosClass(String value)
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;public V1.PodStatus.Builder clearQosClass()
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;public V1.PodStatus.Builder setQosClassBytes(com.google.protobuf.ByteString value)
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;public final V1.PodStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodStatus.Builder>public final V1.PodStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.PodStatus.Builder>Copyright © 2020. All rights reserved.