public static final class V1.PodStatus extends com.google.protobuf.GeneratedMessageV3 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 | Class and Description |
---|---|
static class |
V1.PodStatus.Builder
PodStatus represents information about the status of a pod.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
CONDITIONS_FIELD_NUMBER |
static int |
CONTAINERSTATUSES_FIELD_NUMBER |
static int |
HOSTIP_FIELD_NUMBER |
static int |
INITCONTAINERSTATUSES_FIELD_NUMBER |
static int |
MESSAGE_FIELD_NUMBER |
static int |
NOMINATEDNODENAME_FIELD_NUMBER |
static com.google.protobuf.Parser<V1.PodStatus> |
PARSER
Deprecated.
|
static int |
PHASE_FIELD_NUMBER |
static int |
PODIP_FIELD_NUMBER |
static int |
QOSCLASS_FIELD_NUMBER |
static int |
REASON_FIELD_NUMBER |
static int |
STARTTIME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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.
|
static V1.PodStatus |
getDefaultInstance() |
V1.PodStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<V1.PodStatus> |
getParserForType() |
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.
|
int |
getSerializedSize() |
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
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() |
static V1.PodStatus.Builder |
newBuilder() |
static V1.PodStatus.Builder |
newBuilder(V1.PodStatus prototype) |
V1.PodStatus.Builder |
newBuilderForType() |
protected V1.PodStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1.PodStatus |
parseDelimitedFrom(InputStream input) |
static V1.PodStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodStatus |
parseFrom(byte[] data) |
static V1.PodStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodStatus |
parseFrom(ByteBuffer data) |
static V1.PodStatus |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodStatus |
parseFrom(com.google.protobuf.ByteString data) |
static V1.PodStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.PodStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodStatus |
parseFrom(InputStream input) |
static V1.PodStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1.PodStatus> |
parser() |
V1.PodStatus.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int PHASE_FIELD_NUMBER
public static final int CONDITIONS_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
public static final int REASON_FIELD_NUMBER
public static final int NOMINATEDNODENAME_FIELD_NUMBER
public static final int HOSTIP_FIELD_NUMBER
public static final int PODIP_FIELD_NUMBER
public static final int STARTTIME_FIELD_NUMBER
public static final int INITCONTAINERSTATUSES_FIELD_NUMBER
public static final int CONTAINERSTATUSES_FIELD_NUMBER
public static final int QOSCLASS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1.PodStatus> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
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.PodStatusOrBuilder
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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
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.PodStatusOrBuilder
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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
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.PodStatusOrBuilder
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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public 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.PodStatusOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static V1.PodStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1.PodStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1.PodStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1.PodStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1.PodStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1.PodStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1.PodStatus parseFrom(InputStream input) throws IOException
IOException
public static V1.PodStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static V1.PodStatus parseDelimitedFrom(InputStream input) throws IOException
IOException
public static V1.PodStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static V1.PodStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static V1.PodStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public V1.PodStatus.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static V1.PodStatus.Builder newBuilder()
public static V1.PodStatus.Builder newBuilder(V1.PodStatus prototype)
public V1.PodStatus.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected V1.PodStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static V1.PodStatus getDefaultInstance()
public static com.google.protobuf.Parser<V1.PodStatus> parser()
public com.google.protobuf.Parser<V1.PodStatus> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public V1.PodStatus getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2021. All rights reserved.