| Modifier and Type | Method and Description |
|---|---|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addAllConditions(Iterable<? extends V1.PodCondition> values)
Current service state of pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addAllContainerStatuses(Iterable<? extends V1.ContainerStatus> values)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addAllEphemeralContainerStatuses(Iterable<? extends V1.ContainerStatus> values)
Status for any ephemeral containers that have run in this pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addAllInitContainerStatuses(Iterable<? extends V1.ContainerStatus> values)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addAllPodIPs(Iterable<? extends V1.PodIP> values)
podIPs holds the IP addresses allocated to the pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addConditions(int index,
V1.PodCondition.Builder builderForValue)
Current service state of pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addConditions(int index,
V1.PodCondition value)
Current service state of pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addConditions(V1.PodCondition.Builder builderForValue)
Current service state of pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addConditions(V1.PodCondition value)
Current service state of pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addContainerStatuses(int index,
V1.ContainerStatus.Builder builderForValue)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addContainerStatuses(int index,
V1.ContainerStatus value)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addContainerStatuses(V1.ContainerStatus.Builder builderForValue)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addContainerStatuses(V1.ContainerStatus value)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addEphemeralContainerStatuses(int index,
V1.ContainerStatus.Builder builderForValue)
Status for any ephemeral containers that have run in this pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addEphemeralContainerStatuses(int index,
V1.ContainerStatus value)
Status for any ephemeral containers that have run in this pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addEphemeralContainerStatuses(V1.ContainerStatus.Builder builderForValue)
Status for any ephemeral containers that have run in this pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addEphemeralContainerStatuses(V1.ContainerStatus value)
Status for any ephemeral containers that have run in this pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addInitContainerStatuses(int index,
V1.ContainerStatus.Builder builderForValue)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addInitContainerStatuses(int index,
V1.ContainerStatus value)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addInitContainerStatuses(V1.ContainerStatus.Builder builderForValue)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addInitContainerStatuses(V1.ContainerStatus value)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addPodIPs(int index,
V1.PodIP.Builder builderForValue)
podIPs holds the IP addresses allocated to the pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addPodIPs(int index,
V1.PodIP value)
podIPs holds the IP addresses allocated to the pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addPodIPs(V1.PodIP.Builder builderForValue)
podIPs holds the IP addresses allocated to the pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addPodIPs(V1.PodIP value)
podIPs holds the IP addresses allocated to the pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PodStatus.Builder |
V1.PodStatus.Builder.clear() |
V1.PodStatus.Builder |
V1.PodStatus.Builder.clearConditions()
Current service state of pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.clearContainerStatuses()
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.clearEphemeralContainerStatuses()
Status for any ephemeral containers that have run in this pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.PodStatus.Builder |
V1.PodStatus.Builder.clearHostIP()
IP address of the host to which the pod is assigned.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.clearInitContainerStatuses()
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.clearMessage()
A human readable message indicating details about why the pod is in this condition.
|
V1.PodStatus.Builder |
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 |
V1.PodStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.PodStatus.Builder |
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 |
V1.PodStatus.Builder.clearPodIP()
IP address allocated to the pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.clearPodIPs()
podIPs holds the IP addresses allocated to the pod.
|
V1.PodStatus.Builder |
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 |
V1.PodStatus.Builder.clearReason()
A brief CamelCase message indicating details about why the pod is in this state.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.clearStartTime()
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.clone() |
V1.PodStatus.Builder |
V1.Pod.Builder.getStatusBuilder()
Most recently observed status of the pod.
|
V1.PodStatus.Builder |
V1.PodStatusResult.Builder.getStatusBuilder()
Most recently observed status of the pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.PodStatus.Builder |
V1.PodStatus.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.PodStatus.Builder |
V1.PodStatus.Builder.mergeFrom(V1.PodStatus other) |
V1.PodStatus.Builder |
V1.PodStatus.Builder.mergeStartTime(Meta.Time value)
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.PodStatus.Builder |
V1.PodStatus.newBuilder() |
static V1.PodStatus.Builder |
V1.PodStatus.newBuilder(V1.PodStatus prototype) |
V1.PodStatus.Builder |
V1.PodStatus.newBuilderForType() |
protected V1.PodStatus.Builder |
V1.PodStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.PodStatus.Builder |
V1.PodStatus.Builder.removeConditions(int index)
Current service state of pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.removeContainerStatuses(int index)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.removeEphemeralContainerStatuses(int index)
Status for any ephemeral containers that have run in this pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.removeInitContainerStatuses(int index)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.removePodIPs(int index)
podIPs holds the IP addresses allocated to the pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setConditions(int index,
V1.PodCondition.Builder builderForValue)
Current service state of pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setConditions(int index,
V1.PodCondition value)
Current service state of pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setContainerStatuses(int index,
V1.ContainerStatus.Builder builderForValue)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setContainerStatuses(int index,
V1.ContainerStatus value)
The list has one entry per container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setEphemeralContainerStatuses(int index,
V1.ContainerStatus.Builder builderForValue)
Status for any ephemeral containers that have run in this pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setEphemeralContainerStatuses(int index,
V1.ContainerStatus value)
Status for any ephemeral containers that have run in this pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.PodStatus.Builder |
V1.PodStatus.Builder.setHostIP(String value)
IP address of the host to which the pod is assigned.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setHostIPBytes(com.google.protobuf.ByteString value)
IP address of the host to which the pod is assigned.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setInitContainerStatuses(int index,
V1.ContainerStatus.Builder builderForValue)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setInitContainerStatuses(int index,
V1.ContainerStatus value)
The list has one entry per init container in the manifest.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setMessage(String value)
A human readable message indicating details about why the pod is in this condition.
|
V1.PodStatus.Builder |
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 |
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 |
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 |
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 |
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 |
V1.PodStatus.Builder.setPodIP(String value)
IP address allocated to the pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setPodIPBytes(com.google.protobuf.ByteString value)
IP address allocated to the pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setPodIPs(int index,
V1.PodIP.Builder builderForValue)
podIPs holds the IP addresses allocated to the pod.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setPodIPs(int index,
V1.PodIP value)
podIPs holds the IP addresses allocated to the pod.
|
V1.PodStatus.Builder |
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 |
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 |
V1.PodStatus.Builder.setReason(String value)
A brief CamelCase message indicating details about why the pod is in this state.
|
V1.PodStatus.Builder |
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 |
V1.PodStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.PodStatus.Builder |
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 |
V1.PodStatus.Builder.setStartTime(Meta.Time value)
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
V1.PodStatus.Builder |
V1.PodStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.PodStatus.Builder |
V1.PodStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1.Pod.Builder |
V1.Pod.Builder.setStatus(V1.PodStatus.Builder builderForValue)
Most recently observed status of the pod.
|
V1.PodStatusResult.Builder |
V1.PodStatusResult.Builder.setStatus(V1.PodStatus.Builder builderForValue)
Most recently observed status of the pod.
|
Copyright © 2023. All rights reserved.