public static interface V1.PodStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.PodCondition |
getConditions(int index)
Current service state of pod.
|
int |
getConditionsCount()
Current service state of pod.
|
List<V1.PodCondition> |
getConditionsList()
Current service state of pod.
|
V1.PodConditionOrBuilder |
getConditionsOrBuilder(int index)
Current service state of pod.
|
List<? extends V1.PodConditionOrBuilder> |
getConditionsOrBuilderList()
Current service state of pod.
|
V1.ContainerStatus |
getContainerStatuses(int index)
The list has one entry per container in the manifest.
|
int |
getContainerStatusesCount()
The list has one entry per container in the manifest.
|
List<V1.ContainerStatus> |
getContainerStatusesList()
The list has one entry per container in the manifest.
|
V1.ContainerStatusOrBuilder |
getContainerStatusesOrBuilder(int index)
The list has one entry per container in the manifest.
|
List<? extends V1.ContainerStatusOrBuilder> |
getContainerStatusesOrBuilderList()
The list has one entry per container in the manifest.
|
String |
getHostIP()
IP address of the host to which the pod is assigned.
|
com.google.protobuf.ByteString |
getHostIPBytes()
IP address of the host to which the pod is assigned.
|
V1.ContainerStatus |
getInitContainerStatuses(int index)
The list has one entry per init container in the manifest.
|
int |
getInitContainerStatusesCount()
The list has one entry per init container in the manifest.
|
List<V1.ContainerStatus> |
getInitContainerStatusesList()
The list has one entry per init container in the manifest.
|
V1.ContainerStatusOrBuilder |
getInitContainerStatusesOrBuilder(int index)
The list has one entry per init container in the manifest.
|
List<? extends V1.ContainerStatusOrBuilder> |
getInitContainerStatusesOrBuilderList()
The list has one entry per init container in the manifest.
|
String |
getMessage()
A human readable message indicating details about why the pod is in this condition.
|
com.google.protobuf.ByteString |
getMessageBytes()
A human readable message indicating details about why the pod is in this condition.
|
String |
getPhase()
Current condition of the pod.
|
com.google.protobuf.ByteString |
getPhaseBytes()
Current condition of the pod.
|
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://github.com/kubernetes/kubernetes/blob/master/docs/design/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://github.com/kubernetes/kubernetes/blob/master/docs/design/resource-qos.md
+optional
|
String |
getReason()
A brief CamelCase message indicating details about why the pod is in this state.
|
com.google.protobuf.ByteString |
getReasonBytes()
A brief CamelCase message indicating details about why the pod is in this state.
|
Meta.Time |
getStartTime()
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
Meta.TimeOrBuilder |
getStartTimeOrBuilder()
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
boolean |
hasHostIP()
IP address of the host to which the pod is assigned.
|
boolean |
hasMessage()
A human readable message indicating details about why the pod is in this condition.
|
boolean |
hasPhase()
Current condition of the pod.
|
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://github.com/kubernetes/kubernetes/blob/master/docs/design/resource-qos.md
+optional
|
boolean |
hasReason()
A brief CamelCase message indicating details about why the pod is in this state.
|
boolean |
hasStartTime()
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPhase()
Current condition of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase +optional
optional string phase = 1;String getPhase()
Current condition of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase +optional
optional string phase = 1;com.google.protobuf.ByteString getPhaseBytes()
Current condition of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase +optional
optional string phase = 1;List<V1.PodCondition> getConditionsList()
Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PodCondition conditions = 2;V1.PodCondition getConditions(int index)
Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PodCondition conditions = 2;int getConditionsCount()
Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PodCondition conditions = 2;List<? extends V1.PodConditionOrBuilder> getConditionsOrBuilderList()
Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PodCondition conditions = 2;V1.PodConditionOrBuilder getConditionsOrBuilder(int index)
Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.core.v1.PodCondition conditions = 2;boolean hasMessage()
A human readable message indicating details about why the pod is in this condition. +optional
optional string message = 3;String getMessage()
A human readable message indicating details about why the pod is in this condition. +optional
optional string message = 3;com.google.protobuf.ByteString getMessageBytes()
A human readable message indicating details about why the pod is in this condition. +optional
optional string message = 3;boolean hasReason()
A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' +optional
optional string reason = 4;String getReason()
A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' +optional
optional string reason = 4;com.google.protobuf.ByteString getReasonBytes()
A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' +optional
optional string reason = 4;boolean hasHostIP()
IP address of the host to which the pod is assigned. Empty if not yet scheduled. +optional
optional string hostIP = 5;String getHostIP()
IP address of the host to which the pod is assigned. Empty if not yet scheduled. +optional
optional string hostIP = 5;com.google.protobuf.ByteString getHostIPBytes()
IP address of the host to which the pod is assigned. Empty if not yet scheduled. +optional
optional string hostIP = 5;boolean hasPodIP()
IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. +optional
optional string podIP = 6;String getPodIP()
IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. +optional
optional string podIP = 6;com.google.protobuf.ByteString getPodIPBytes()
IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. +optional
optional string podIP = 6;boolean hasStartTime()
RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 7;Meta.Time getStartTime()
RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 7;Meta.TimeOrBuilder getStartTimeOrBuilder()
RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startTime = 7;List<V1.ContainerStatus> getInitContainerStatusesList()
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
repeated .k8s.io.api.core.v1.ContainerStatus initContainerStatuses = 10;V1.ContainerStatus getInitContainerStatuses(int index)
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
repeated .k8s.io.api.core.v1.ContainerStatus initContainerStatuses = 10;int getInitContainerStatusesCount()
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
repeated .k8s.io.api.core.v1.ContainerStatus initContainerStatuses = 10;List<? extends V1.ContainerStatusOrBuilder> getInitContainerStatusesOrBuilderList()
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
repeated .k8s.io.api.core.v1.ContainerStatus initContainerStatuses = 10;V1.ContainerStatusOrBuilder getInitContainerStatusesOrBuilder(int index)
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
repeated .k8s.io.api.core.v1.ContainerStatus initContainerStatuses = 10;List<V1.ContainerStatus> getContainerStatusesList()
The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status +optional
repeated .k8s.io.api.core.v1.ContainerStatus containerStatuses = 8;V1.ContainerStatus getContainerStatuses(int index)
The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status +optional
repeated .k8s.io.api.core.v1.ContainerStatus containerStatuses = 8;int getContainerStatusesCount()
The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status +optional
repeated .k8s.io.api.core.v1.ContainerStatus containerStatuses = 8;List<? extends V1.ContainerStatusOrBuilder> getContainerStatusesOrBuilderList()
The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status +optional
repeated .k8s.io.api.core.v1.ContainerStatus containerStatuses = 8;V1.ContainerStatusOrBuilder getContainerStatusesOrBuilder(int index)
The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status +optional
repeated .k8s.io.api.core.v1.ContainerStatus containerStatuses = 8;boolean hasQosClass()
The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://github.com/kubernetes/kubernetes/blob/master/docs/design/resource-qos.md +optional
optional string qosClass = 9;String getQosClass()
The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://github.com/kubernetes/kubernetes/blob/master/docs/design/resource-qos.md +optional
optional string qosClass = 9;com.google.protobuf.ByteString getQosClassBytes()
The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://github.com/kubernetes/kubernetes/blob/master/docs/design/resource-qos.md +optional
optional string qosClass = 9;Copyright © 2018. All rights reserved.