public static final class V1Apps.DaemonSetSpec extends com.google.protobuf.GeneratedMessageV3 implements V1Apps.DaemonSetSpecOrBuilder
DaemonSetSpec is the specification of a daemon set.Protobuf type
k8s.io.api.apps.v1.DaemonSetSpec
Modifier and Type | Class and Description |
---|---|
static class |
V1Apps.DaemonSetSpec.Builder
DaemonSetSpec is the specification 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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
MINREADYSECONDS_FIELD_NUMBER |
static com.google.protobuf.Parser<V1Apps.DaemonSetSpec> |
PARSER
Deprecated.
|
static int |
REVISIONHISTORYLIMIT_FIELD_NUMBER |
static int |
SELECTOR_FIELD_NUMBER |
static int |
TEMPLATE_FIELD_NUMBER |
static int |
UPDATESTRATEGY_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static V1Apps.DaemonSetSpec |
getDefaultInstance() |
V1Apps.DaemonSetSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getMinReadySeconds()
The minimum number of seconds for which a newly created DaemonSet pod should
be ready without any of its container crashing, for it to be considered
available.
|
com.google.protobuf.Parser<V1Apps.DaemonSetSpec> |
getParserForType() |
int |
getRevisionHistoryLimit()
The number of old history to retain to allow rollback.
|
Meta.LabelSelector |
getSelector()
A label query over pods that are managed by the daemon set.
|
Meta.LabelSelectorOrBuilder |
getSelectorOrBuilder()
A label query over pods that are managed by the daemon set.
|
int |
getSerializedSize() |
V1.PodTemplateSpec |
getTemplate()
An object that describes the pod that will be created.
|
V1.PodTemplateSpecOrBuilder |
getTemplateOrBuilder()
An object that describes the pod that will be created.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
V1Apps.DaemonSetUpdateStrategy |
getUpdateStrategy()
An update strategy to replace existing DaemonSet pods with new pods.
|
V1Apps.DaemonSetUpdateStrategyOrBuilder |
getUpdateStrategyOrBuilder()
An update strategy to replace existing DaemonSet pods with new pods.
|
int |
hashCode() |
boolean |
hasMinReadySeconds()
The minimum number of seconds for which a newly created DaemonSet pod should
be ready without any of its container crashing, for it to be considered
available.
|
boolean |
hasRevisionHistoryLimit()
The number of old history to retain to allow rollback.
|
boolean |
hasSelector()
A label query over pods that are managed by the daemon set.
|
boolean |
hasTemplate()
An object that describes the pod that will be created.
|
boolean |
hasUpdateStrategy()
An update strategy to replace existing DaemonSet pods with new pods.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static V1Apps.DaemonSetSpec.Builder |
newBuilder() |
static V1Apps.DaemonSetSpec.Builder |
newBuilder(V1Apps.DaemonSetSpec prototype) |
V1Apps.DaemonSetSpec.Builder |
newBuilderForType() |
protected V1Apps.DaemonSetSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1Apps.DaemonSetSpec |
parseDelimitedFrom(InputStream input) |
static V1Apps.DaemonSetSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.DaemonSetSpec |
parseFrom(byte[] data) |
static V1Apps.DaemonSetSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.DaemonSetSpec |
parseFrom(ByteBuffer data) |
static V1Apps.DaemonSetSpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.DaemonSetSpec |
parseFrom(com.google.protobuf.ByteString data) |
static V1Apps.DaemonSetSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.DaemonSetSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1Apps.DaemonSetSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Apps.DaemonSetSpec |
parseFrom(InputStream input) |
static V1Apps.DaemonSetSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1Apps.DaemonSetSpec> |
parser() |
V1Apps.DaemonSetSpec.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int SELECTOR_FIELD_NUMBER
public static final int TEMPLATE_FIELD_NUMBER
public static final int UPDATESTRATEGY_FIELD_NUMBER
public static final int MINREADYSECONDS_FIELD_NUMBER
public static final int REVISIONHISTORYLIMIT_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1Apps.DaemonSetSpec> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasSelector()
A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 1;
hasSelector
in interface V1Apps.DaemonSetSpecOrBuilder
public Meta.LabelSelector getSelector()
A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 1;
getSelector
in interface V1Apps.DaemonSetSpecOrBuilder
public Meta.LabelSelectorOrBuilder getSelectorOrBuilder()
A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 1;
getSelectorOrBuilder
in interface V1Apps.DaemonSetSpecOrBuilder
public boolean hasTemplate()
An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
optional .k8s.io.api.core.v1.PodTemplateSpec template = 2;
hasTemplate
in interface V1Apps.DaemonSetSpecOrBuilder
public V1.PodTemplateSpec getTemplate()
An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
optional .k8s.io.api.core.v1.PodTemplateSpec template = 2;
getTemplate
in interface V1Apps.DaemonSetSpecOrBuilder
public V1.PodTemplateSpecOrBuilder getTemplateOrBuilder()
An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
optional .k8s.io.api.core.v1.PodTemplateSpec template = 2;
getTemplateOrBuilder
in interface V1Apps.DaemonSetSpecOrBuilder
public boolean hasUpdateStrategy()
An update strategy to replace existing DaemonSet pods with new pods. +optional
optional .k8s.io.api.apps.v1.DaemonSetUpdateStrategy updateStrategy = 3;
hasUpdateStrategy
in interface V1Apps.DaemonSetSpecOrBuilder
public V1Apps.DaemonSetUpdateStrategy getUpdateStrategy()
An update strategy to replace existing DaemonSet pods with new pods. +optional
optional .k8s.io.api.apps.v1.DaemonSetUpdateStrategy updateStrategy = 3;
getUpdateStrategy
in interface V1Apps.DaemonSetSpecOrBuilder
public V1Apps.DaemonSetUpdateStrategyOrBuilder getUpdateStrategyOrBuilder()
An update strategy to replace existing DaemonSet pods with new pods. +optional
optional .k8s.io.api.apps.v1.DaemonSetUpdateStrategy updateStrategy = 3;
getUpdateStrategyOrBuilder
in interface V1Apps.DaemonSetSpecOrBuilder
public boolean hasMinReadySeconds()
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready). +optional
optional int32 minReadySeconds = 4;
hasMinReadySeconds
in interface V1Apps.DaemonSetSpecOrBuilder
public int getMinReadySeconds()
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready). +optional
optional int32 minReadySeconds = 4;
getMinReadySeconds
in interface V1Apps.DaemonSetSpecOrBuilder
public boolean hasRevisionHistoryLimit()
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. +optional
optional int32 revisionHistoryLimit = 6;
hasRevisionHistoryLimit
in interface V1Apps.DaemonSetSpecOrBuilder
public int getRevisionHistoryLimit()
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. +optional
optional int32 revisionHistoryLimit = 6;
getRevisionHistoryLimit
in interface V1Apps.DaemonSetSpecOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static V1Apps.DaemonSetSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1Apps.DaemonSetSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1Apps.DaemonSetSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1Apps.DaemonSetSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1Apps.DaemonSetSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1Apps.DaemonSetSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static V1Apps.DaemonSetSpec parseFrom(InputStream input) throws IOException
IOException
public static V1Apps.DaemonSetSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static V1Apps.DaemonSetSpec parseDelimitedFrom(InputStream input) throws IOException
IOException
public static V1Apps.DaemonSetSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static V1Apps.DaemonSetSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static V1Apps.DaemonSetSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public V1Apps.DaemonSetSpec.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static V1Apps.DaemonSetSpec.Builder newBuilder()
public static V1Apps.DaemonSetSpec.Builder newBuilder(V1Apps.DaemonSetSpec prototype)
public V1Apps.DaemonSetSpec.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected V1Apps.DaemonSetSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static V1Apps.DaemonSetSpec getDefaultInstance()
public static com.google.protobuf.Parser<V1Apps.DaemonSetSpec> parser()
public com.google.protobuf.Parser<V1Apps.DaemonSetSpec> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public V1Apps.DaemonSetSpec getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2021. All rights reserved.