public static final class V1Apps.DaemonSetStatus extends com.google.protobuf.GeneratedMessageV3 implements V1Apps.DaemonSetStatusOrBuilder
DaemonSetStatus represents the current status of a daemon set.Protobuf type
k8s.io.api.apps.v1.DaemonSetStatus| Modifier and Type | Class and Description |
|---|---|
static class |
V1Apps.DaemonSetStatus.Builder
DaemonSetStatus represents the current status of a daemon set.
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
COLLISIONCOUNT_FIELD_NUMBER |
static int |
CONDITIONS_FIELD_NUMBER |
static int |
CURRENTNUMBERSCHEDULED_FIELD_NUMBER |
static int |
DESIREDNUMBERSCHEDULED_FIELD_NUMBER |
static int |
NUMBERAVAILABLE_FIELD_NUMBER |
static int |
NUMBERMISSCHEDULED_FIELD_NUMBER |
static int |
NUMBERREADY_FIELD_NUMBER |
static int |
NUMBERUNAVAILABLE_FIELD_NUMBER |
static int |
OBSERVEDGENERATION_FIELD_NUMBER |
static com.google.protobuf.Parser<V1Apps.DaemonSetStatus> |
PARSER
Deprecated.
|
static int |
UPDATEDNUMBERSCHEDULED_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCollisionCount()
Count of hash collisions for the DaemonSet.
|
V1Apps.DaemonSetCondition |
getConditions(int index)
Represents the latest available observations of a DaemonSet's current state.
|
int |
getConditionsCount()
Represents the latest available observations of a DaemonSet's current state.
|
List<V1Apps.DaemonSetCondition> |
getConditionsList()
Represents the latest available observations of a DaemonSet's current state.
|
V1Apps.DaemonSetConditionOrBuilder |
getConditionsOrBuilder(int index)
Represents the latest available observations of a DaemonSet's current state.
|
List<? extends V1Apps.DaemonSetConditionOrBuilder> |
getConditionsOrBuilderList()
Represents the latest available observations of a DaemonSet's current state.
|
int |
getCurrentNumberScheduled()
The number of nodes that are running at least 1
daemon pod and are supposed to run the daemon pod.
|
static V1Apps.DaemonSetStatus |
getDefaultInstance() |
V1Apps.DaemonSetStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getDesiredNumberScheduled()
The total number of nodes that should be running the daemon
pod (including nodes correctly running the daemon pod).
|
int |
getNumberAvailable()
The number of nodes that should be running the
daemon pod and have one or more of the daemon pod running and
available (ready for at least spec.minReadySeconds)
+optional
|
int |
getNumberMisscheduled()
The number of nodes that are running the daemon pod, but are
not supposed to run the daemon pod.
|
int |
getNumberReady()
The number of nodes that should be running the daemon pod and have one
or more of the daemon pod running and ready.
|
int |
getNumberUnavailable()
The number of nodes that should be running the
daemon pod and have none of the daemon pod running and available
(ready for at least spec.minReadySeconds)
+optional
|
long |
getObservedGeneration()
The most recent generation observed by the daemon set controller.
|
com.google.protobuf.Parser<V1Apps.DaemonSetStatus> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod
+optional
|
boolean |
hasCollisionCount()
Count of hash collisions for the DaemonSet.
|
boolean |
hasCurrentNumberScheduled()
The number of nodes that are running at least 1
daemon pod and are supposed to run the daemon pod.
|
boolean |
hasDesiredNumberScheduled()
The total number of nodes that should be running the daemon
pod (including nodes correctly running the daemon pod).
|
int |
hashCode() |
boolean |
hasNumberAvailable()
The number of nodes that should be running the
daemon pod and have one or more of the daemon pod running and
available (ready for at least spec.minReadySeconds)
+optional
|
boolean |
hasNumberMisscheduled()
The number of nodes that are running the daemon pod, but are
not supposed to run the daemon pod.
|
boolean |
hasNumberReady()
The number of nodes that should be running the daemon pod and have one
or more of the daemon pod running and ready.
|
boolean |
hasNumberUnavailable()
The number of nodes that should be running the
daemon pod and have none of the daemon pod running and available
(ready for at least spec.minReadySeconds)
+optional
|
boolean |
hasObservedGeneration()
The most recent generation observed by the daemon set controller.
|
boolean |
hasUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod
+optional
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static V1Apps.DaemonSetStatus.Builder |
newBuilder() |
static V1Apps.DaemonSetStatus.Builder |
newBuilder(V1Apps.DaemonSetStatus prototype) |
V1Apps.DaemonSetStatus.Builder |
newBuilderForType() |
protected V1Apps.DaemonSetStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1Apps.DaemonSetStatus |
parseDelimitedFrom(InputStream input) |
static V1Apps.DaemonSetStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.DaemonSetStatus |
parseFrom(byte[] data) |
static V1Apps.DaemonSetStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.DaemonSetStatus |
parseFrom(ByteBuffer data) |
static V1Apps.DaemonSetStatus |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.DaemonSetStatus |
parseFrom(com.google.protobuf.ByteString data) |
static V1Apps.DaemonSetStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.DaemonSetStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1Apps.DaemonSetStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.DaemonSetStatus |
parseFrom(InputStream input) |
static V1Apps.DaemonSetStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1Apps.DaemonSetStatus> |
parser() |
V1Apps.DaemonSetStatus.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CURRENTNUMBERSCHEDULED_FIELD_NUMBER
public static final int NUMBERMISSCHEDULED_FIELD_NUMBER
public static final int DESIREDNUMBERSCHEDULED_FIELD_NUMBER
public static final int NUMBERREADY_FIELD_NUMBER
public static final int OBSERVEDGENERATION_FIELD_NUMBER
public static final int UPDATEDNUMBERSCHEDULED_FIELD_NUMBER
public static final int NUMBERAVAILABLE_FIELD_NUMBER
public static final int NUMBERUNAVAILABLE_FIELD_NUMBER
public static final int COLLISIONCOUNT_FIELD_NUMBER
public static final int CONDITIONS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1Apps.DaemonSetStatus> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasCurrentNumberScheduled()
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 currentNumberScheduled = 1;hasCurrentNumberScheduled in interface V1Apps.DaemonSetStatusOrBuilderpublic int getCurrentNumberScheduled()
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 currentNumberScheduled = 1;getCurrentNumberScheduled in interface V1Apps.DaemonSetStatusOrBuilderpublic boolean hasNumberMisscheduled()
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 numberMisscheduled = 2;hasNumberMisscheduled in interface V1Apps.DaemonSetStatusOrBuilderpublic int getNumberMisscheduled()
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 numberMisscheduled = 2;getNumberMisscheduled in interface V1Apps.DaemonSetStatusOrBuilderpublic boolean hasDesiredNumberScheduled()
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 desiredNumberScheduled = 3;hasDesiredNumberScheduled in interface V1Apps.DaemonSetStatusOrBuilderpublic int getDesiredNumberScheduled()
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
optional int32 desiredNumberScheduled = 3;getDesiredNumberScheduled in interface V1Apps.DaemonSetStatusOrBuilderpublic boolean hasNumberReady()
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
optional int32 numberReady = 4;hasNumberReady in interface V1Apps.DaemonSetStatusOrBuilderpublic int getNumberReady()
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
optional int32 numberReady = 4;getNumberReady in interface V1Apps.DaemonSetStatusOrBuilderpublic boolean hasObservedGeneration()
The most recent generation observed by the daemon set controller. +optional
optional int64 observedGeneration = 5;hasObservedGeneration in interface V1Apps.DaemonSetStatusOrBuilderpublic long getObservedGeneration()
The most recent generation observed by the daemon set controller. +optional
optional int64 observedGeneration = 5;getObservedGeneration in interface V1Apps.DaemonSetStatusOrBuilderpublic boolean hasUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod +optional
optional int32 updatedNumberScheduled = 6;hasUpdatedNumberScheduled in interface V1Apps.DaemonSetStatusOrBuilderpublic int getUpdatedNumberScheduled()
The total number of nodes that are running updated daemon pod +optional
optional int32 updatedNumberScheduled = 6;getUpdatedNumberScheduled in interface V1Apps.DaemonSetStatusOrBuilderpublic boolean hasNumberAvailable()
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
optional int32 numberAvailable = 7;hasNumberAvailable in interface V1Apps.DaemonSetStatusOrBuilderpublic int getNumberAvailable()
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
optional int32 numberAvailable = 7;getNumberAvailable in interface V1Apps.DaemonSetStatusOrBuilderpublic boolean hasNumberUnavailable()
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
optional int32 numberUnavailable = 8;hasNumberUnavailable in interface V1Apps.DaemonSetStatusOrBuilderpublic int getNumberUnavailable()
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) +optional
optional int32 numberUnavailable = 8;getNumberUnavailable in interface V1Apps.DaemonSetStatusOrBuilderpublic boolean hasCollisionCount()
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. +optional
optional int32 collisionCount = 9;hasCollisionCount in interface V1Apps.DaemonSetStatusOrBuilderpublic int getCollisionCount()
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. +optional
optional int32 collisionCount = 9;getCollisionCount in interface V1Apps.DaemonSetStatusOrBuilderpublic List<V1Apps.DaemonSetCondition> getConditionsList()
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10;getConditionsList in interface V1Apps.DaemonSetStatusOrBuilderpublic List<? extends V1Apps.DaemonSetConditionOrBuilder> getConditionsOrBuilderList()
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10;getConditionsOrBuilderList in interface V1Apps.DaemonSetStatusOrBuilderpublic int getConditionsCount()
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10;getConditionsCount in interface V1Apps.DaemonSetStatusOrBuilderpublic V1Apps.DaemonSetCondition getConditions(int index)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10;getConditions in interface V1Apps.DaemonSetStatusOrBuilderpublic V1Apps.DaemonSetConditionOrBuilder getConditionsOrBuilder(int index)
Represents the latest available observations of a DaemonSet's current state. +optional +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1.DaemonSetCondition conditions = 10;getConditionsOrBuilder in interface V1Apps.DaemonSetStatusOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static V1Apps.DaemonSetStatus parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1Apps.DaemonSetStatus parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1Apps.DaemonSetStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1Apps.DaemonSetStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1Apps.DaemonSetStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1Apps.DaemonSetStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1Apps.DaemonSetStatus parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1Apps.DaemonSetStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1Apps.DaemonSetStatus parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1Apps.DaemonSetStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1Apps.DaemonSetStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1Apps.DaemonSetStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1Apps.DaemonSetStatus.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1Apps.DaemonSetStatus.Builder newBuilder()
public static V1Apps.DaemonSetStatus.Builder newBuilder(V1Apps.DaemonSetStatus prototype)
public V1Apps.DaemonSetStatus.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1Apps.DaemonSetStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1Apps.DaemonSetStatus getDefaultInstance()
public static com.google.protobuf.Parser<V1Apps.DaemonSetStatus> parser()
public com.google.protobuf.Parser<V1Apps.DaemonSetStatus> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1Apps.DaemonSetStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.