public static final class V1.ReplicationControllerCondition.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.ReplicationControllerCondition.Builder> implements V1.ReplicationControllerConditionOrBuilder
ReplicationControllerCondition describes the state of a replication controller at a certain point.Protobuf type
k8s.io.api.core.v1.ReplicationControllerCondition| Modifier and Type | Method and Description |
|---|---|
V1.ReplicationControllerCondition.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.ReplicationControllerCondition |
build() |
V1.ReplicationControllerCondition |
buildPartial() |
V1.ReplicationControllerCondition.Builder |
clear() |
V1.ReplicationControllerCondition.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.ReplicationControllerCondition.Builder |
clearLastTransitionTime()
The last time the condition transitioned from one status to another.
|
V1.ReplicationControllerCondition.Builder |
clearMessage()
A human readable message indicating details about the transition.
|
V1.ReplicationControllerCondition.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.ReplicationControllerCondition.Builder |
clearReason()
The reason for the condition's last transition.
|
V1.ReplicationControllerCondition.Builder |
clearStatus()
Status of the condition, one of True, False, Unknown.
|
V1.ReplicationControllerCondition.Builder |
clearType()
Type of replication controller condition.
|
V1.ReplicationControllerCondition.Builder |
clone() |
V1.ReplicationControllerCondition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Meta.Time |
getLastTransitionTime()
The last time the condition transitioned from one status to another.
|
Meta.Time.Builder |
getLastTransitionTimeBuilder()
The last time the condition transitioned from one status to another.
|
Meta.TimeOrBuilder |
getLastTransitionTimeOrBuilder()
The last time the condition transitioned from one status to another.
|
String |
getMessage()
A human readable message indicating details about the transition.
|
com.google.protobuf.ByteString |
getMessageBytes()
A human readable message indicating details about the transition.
|
String |
getReason()
The reason for the condition's last transition.
|
com.google.protobuf.ByteString |
getReasonBytes()
The reason for the condition's last transition.
|
String |
getStatus()
Status of the condition, one of True, False, Unknown.
|
com.google.protobuf.ByteString |
getStatusBytes()
Status of the condition, one of True, False, Unknown.
|
String |
getType()
Type of replication controller condition.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of replication controller condition.
|
boolean |
hasLastTransitionTime()
The last time the condition transitioned from one status to another.
|
boolean |
hasMessage()
A human readable message indicating details about the transition.
|
boolean |
hasReason()
The reason for the condition's last transition.
|
boolean |
hasStatus()
Status of the condition, one of True, False, Unknown.
|
boolean |
hasType()
Type of replication controller condition.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1.ReplicationControllerCondition.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.ReplicationControllerCondition.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1.ReplicationControllerCondition.Builder |
mergeFrom(V1.ReplicationControllerCondition other) |
V1.ReplicationControllerCondition.Builder |
mergeLastTransitionTime(Meta.Time value)
The last time the condition transitioned from one status to another.
|
V1.ReplicationControllerCondition.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.ReplicationControllerCondition.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.ReplicationControllerCondition.Builder |
setLastTransitionTime(Meta.Time.Builder builderForValue)
The last time the condition transitioned from one status to another.
|
V1.ReplicationControllerCondition.Builder |
setLastTransitionTime(Meta.Time value)
The last time the condition transitioned from one status to another.
|
V1.ReplicationControllerCondition.Builder |
setMessage(String value)
A human readable message indicating details about the transition.
|
V1.ReplicationControllerCondition.Builder |
setMessageBytes(com.google.protobuf.ByteString value)
A human readable message indicating details about the transition.
|
V1.ReplicationControllerCondition.Builder |
setReason(String value)
The reason for the condition's last transition.
|
V1.ReplicationControllerCondition.Builder |
setReasonBytes(com.google.protobuf.ByteString value)
The reason for the condition's last transition.
|
V1.ReplicationControllerCondition.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.ReplicationControllerCondition.Builder |
setStatus(String value)
Status of the condition, one of True, False, Unknown.
|
V1.ReplicationControllerCondition.Builder |
setStatusBytes(com.google.protobuf.ByteString value)
Status of the condition, one of True, False, Unknown.
|
V1.ReplicationControllerCondition.Builder |
setType(String value)
Type of replication controller condition.
|
V1.ReplicationControllerCondition.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
Type of replication controller condition.
|
V1.ReplicationControllerCondition.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.ReplicationControllerCondition.Builder>public V1.ReplicationControllerCondition.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.ReplicationControllerCondition.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.ReplicationControllerCondition.Builder>public V1.ReplicationControllerCondition getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1.ReplicationControllerCondition build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1.ReplicationControllerCondition buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1.ReplicationControllerCondition.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.ReplicationControllerCondition.Builder>public V1.ReplicationControllerCondition.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.ReplicationControllerCondition.Builder>public V1.ReplicationControllerCondition.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ReplicationControllerCondition.Builder>public V1.ReplicationControllerCondition.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ReplicationControllerCondition.Builder>public V1.ReplicationControllerCondition.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.ReplicationControllerCondition.Builder>public V1.ReplicationControllerCondition.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.ReplicationControllerCondition.Builder>public V1.ReplicationControllerCondition.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.ReplicationControllerCondition.Builder>public V1.ReplicationControllerCondition.Builder mergeFrom(V1.ReplicationControllerCondition other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ReplicationControllerCondition.Builder>public V1.ReplicationControllerCondition.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.ReplicationControllerCondition.Builder>IOExceptionpublic boolean hasType()
Type of replication controller condition.
optional string type = 1;hasType in interface V1.ReplicationControllerConditionOrBuilderpublic String getType()
Type of replication controller condition.
optional string type = 1;getType in interface V1.ReplicationControllerConditionOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
Type of replication controller condition.
optional string type = 1;getTypeBytes in interface V1.ReplicationControllerConditionOrBuilderpublic V1.ReplicationControllerCondition.Builder setType(String value)
Type of replication controller condition.
optional string type = 1;public V1.ReplicationControllerCondition.Builder clearType()
Type of replication controller condition.
optional string type = 1;public V1.ReplicationControllerCondition.Builder setTypeBytes(com.google.protobuf.ByteString value)
Type of replication controller condition.
optional string type = 1;public boolean hasStatus()
Status of the condition, one of True, False, Unknown.
optional string status = 2;hasStatus in interface V1.ReplicationControllerConditionOrBuilderpublic String getStatus()
Status of the condition, one of True, False, Unknown.
optional string status = 2;getStatus in interface V1.ReplicationControllerConditionOrBuilderpublic com.google.protobuf.ByteString getStatusBytes()
Status of the condition, one of True, False, Unknown.
optional string status = 2;getStatusBytes in interface V1.ReplicationControllerConditionOrBuilderpublic V1.ReplicationControllerCondition.Builder setStatus(String value)
Status of the condition, one of True, False, Unknown.
optional string status = 2;public V1.ReplicationControllerCondition.Builder clearStatus()
Status of the condition, one of True, False, Unknown.
optional string status = 2;public V1.ReplicationControllerCondition.Builder setStatusBytes(com.google.protobuf.ByteString value)
Status of the condition, one of True, False, Unknown.
optional string status = 2;public boolean hasLastTransitionTime()
The last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
hasLastTransitionTime in interface V1.ReplicationControllerConditionOrBuilderpublic Meta.Time getLastTransitionTime()
The last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
getLastTransitionTime in interface V1.ReplicationControllerConditionOrBuilderpublic V1.ReplicationControllerCondition.Builder setLastTransitionTime(Meta.Time value)
The last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
public V1.ReplicationControllerCondition.Builder setLastTransitionTime(Meta.Time.Builder builderForValue)
The last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
public V1.ReplicationControllerCondition.Builder mergeLastTransitionTime(Meta.Time value)
The last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
public V1.ReplicationControllerCondition.Builder clearLastTransitionTime()
The last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
public Meta.Time.Builder getLastTransitionTimeBuilder()
The last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
public Meta.TimeOrBuilder getLastTransitionTimeOrBuilder()
The last time the condition transitioned from one status to another. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
getLastTransitionTimeOrBuilder in interface V1.ReplicationControllerConditionOrBuilderpublic boolean hasReason()
The reason for the condition's last transition. +optional
optional string reason = 4;hasReason in interface V1.ReplicationControllerConditionOrBuilderpublic String getReason()
The reason for the condition's last transition. +optional
optional string reason = 4;getReason in interface V1.ReplicationControllerConditionOrBuilderpublic com.google.protobuf.ByteString getReasonBytes()
The reason for the condition's last transition. +optional
optional string reason = 4;getReasonBytes in interface V1.ReplicationControllerConditionOrBuilderpublic V1.ReplicationControllerCondition.Builder setReason(String value)
The reason for the condition's last transition. +optional
optional string reason = 4;public V1.ReplicationControllerCondition.Builder clearReason()
The reason for the condition's last transition. +optional
optional string reason = 4;public V1.ReplicationControllerCondition.Builder setReasonBytes(com.google.protobuf.ByteString value)
The reason for the condition's last transition. +optional
optional string reason = 4;public boolean hasMessage()
A human readable message indicating details about the transition. +optional
optional string message = 5;hasMessage in interface V1.ReplicationControllerConditionOrBuilderpublic String getMessage()
A human readable message indicating details about the transition. +optional
optional string message = 5;getMessage in interface V1.ReplicationControllerConditionOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
A human readable message indicating details about the transition. +optional
optional string message = 5;getMessageBytes in interface V1.ReplicationControllerConditionOrBuilderpublic V1.ReplicationControllerCondition.Builder setMessage(String value)
A human readable message indicating details about the transition. +optional
optional string message = 5;public V1.ReplicationControllerCondition.Builder clearMessage()
A human readable message indicating details about the transition. +optional
optional string message = 5;public V1.ReplicationControllerCondition.Builder setMessageBytes(com.google.protobuf.ByteString value)
A human readable message indicating details about the transition. +optional
optional string message = 5;public final V1.ReplicationControllerCondition.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ReplicationControllerCondition.Builder>public final V1.ReplicationControllerCondition.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.ReplicationControllerCondition.Builder>Copyright © 2020. All rights reserved.