Uses of Class
io.kubernetes.client.proto.V1.PodCondition.Builder
-
Uses of V1.PodCondition.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1.PodCondition.BuilderModifier and TypeMethodDescriptionV1.PodStatus.Builder.addConditionsBuilder()
Current service state of pod.V1.PodStatus.Builder.addConditionsBuilder
(int index) Current service state of pod.V1.PodCondition.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1.PodCondition.Builder.clear()
V1.PodCondition.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) V1.PodCondition.Builder.clearLastProbeTime()
Last time we probed the condition.V1.PodCondition.Builder.clearLastTransitionTime()
Last time the condition transitioned from one status to another.V1.PodCondition.Builder.clearMessage()
Human-readable message indicating details about last transition.V1.PodCondition.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1.PodCondition.Builder.clearReason()
Unique, one-word, CamelCase reason for the condition's last transition.V1.PodCondition.Builder.clearStatus()
Status is the status of the condition.V1.PodCondition.Builder.clearType()
Type is the type of the condition.V1.PodCondition.Builder.clone()
V1.PodStatus.Builder.getConditionsBuilder
(int index) Current service state of pod.V1.PodCondition.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1.PodCondition.Builder.mergeFrom
(com.google.protobuf.Message other) V1.PodCondition.Builder.mergeFrom
(V1.PodCondition other) V1.PodCondition.Builder.mergeLastProbeTime
(Meta.Time value) Last time we probed the condition.V1.PodCondition.Builder.mergeLastTransitionTime
(Meta.Time value) Last time the condition transitioned from one status to another.final V1.PodCondition.Builder
V1.PodCondition.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static V1.PodCondition.Builder
V1.PodCondition.newBuilder()
static V1.PodCondition.Builder
V1.PodCondition.newBuilder
(V1.PodCondition prototype) V1.PodCondition.newBuilderForType()
protected V1.PodCondition.Builder
V1.PodCondition.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) V1.PodCondition.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1.PodCondition.Builder.setLastProbeTime
(Meta.Time value) Last time we probed the condition.V1.PodCondition.Builder.setLastProbeTime
(Meta.Time.Builder builderForValue) Last time we probed the condition.V1.PodCondition.Builder.setLastTransitionTime
(Meta.Time value) Last time the condition transitioned from one status to another.V1.PodCondition.Builder.setLastTransitionTime
(Meta.Time.Builder builderForValue) Last time the condition transitioned from one status to another.V1.PodCondition.Builder.setMessage
(String value) Human-readable message indicating details about last transition.V1.PodCondition.Builder.setMessageBytes
(com.google.protobuf.ByteString value) Human-readable message indicating details about last transition.Unique, one-word, CamelCase reason for the condition's last transition.V1.PodCondition.Builder.setReasonBytes
(com.google.protobuf.ByteString value) Unique, one-word, CamelCase reason for the condition's last transition.V1.PodCondition.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Status is the status of the condition.V1.PodCondition.Builder.setStatusBytes
(com.google.protobuf.ByteString value) Status is the status of the condition.Type is the type of the condition.V1.PodCondition.Builder.setTypeBytes
(com.google.protobuf.ByteString value) Type is the type of the condition.final V1.PodCondition.Builder
V1.PodCondition.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) V1.PodCondition.toBuilder()
Methods in io.kubernetes.client.proto that return types with arguments of type V1.PodCondition.BuilderModifier and TypeMethodDescriptionV1.PodStatus.Builder.getConditionsBuilderList()
Current service state of pod.Methods in io.kubernetes.client.proto with parameters of type V1.PodCondition.BuilderModifier and TypeMethodDescriptionV1.PodStatus.Builder.addConditions
(int index, V1.PodCondition.Builder builderForValue) Current service state of pod.V1.PodStatus.Builder.addConditions
(V1.PodCondition.Builder builderForValue) Current service state of pod.V1.PodStatus.Builder.setConditions
(int index, V1.PodCondition.Builder builderForValue) Current service state of pod.