public static final class V1alpha1Settings.PodPresetSpec extends com.google.protobuf.GeneratedMessageV3 implements V1alpha1Settings.PodPresetSpecOrBuilder
PodPresetSpec is a description of a pod preset.Protobuf type
k8s.io.api.settings.v1alpha1.PodPresetSpec| Modifier and Type | Class and Description |
|---|---|
static class |
V1alpha1Settings.PodPresetSpec.Builder
PodPresetSpec is a description of a pod preset.
|
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 |
ENV_FIELD_NUMBER |
static int |
ENVFROM_FIELD_NUMBER |
static com.google.protobuf.Parser<V1alpha1Settings.PodPresetSpec> |
PARSER
Deprecated.
|
static int |
SELECTOR_FIELD_NUMBER |
static int |
VOLUMEMOUNTS_FIELD_NUMBER |
static int |
VOLUMES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static V1alpha1Settings.PodPresetSpec |
getDefaultInstance() |
V1alpha1Settings.PodPresetSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
V1.EnvVar |
getEnv(int index)
Env defines the collection of EnvVar to inject into containers.
|
int |
getEnvCount()
Env defines the collection of EnvVar to inject into containers.
|
V1.EnvFromSource |
getEnvFrom(int index)
EnvFrom defines the collection of EnvFromSource to inject into containers.
|
int |
getEnvFromCount()
EnvFrom defines the collection of EnvFromSource to inject into containers.
|
List<V1.EnvFromSource> |
getEnvFromList()
EnvFrom defines the collection of EnvFromSource to inject into containers.
|
V1.EnvFromSourceOrBuilder |
getEnvFromOrBuilder(int index)
EnvFrom defines the collection of EnvFromSource to inject into containers.
|
List<? extends V1.EnvFromSourceOrBuilder> |
getEnvFromOrBuilderList()
EnvFrom defines the collection of EnvFromSource to inject into containers.
|
List<V1.EnvVar> |
getEnvList()
Env defines the collection of EnvVar to inject into containers.
|
V1.EnvVarOrBuilder |
getEnvOrBuilder(int index)
Env defines the collection of EnvVar to inject into containers.
|
List<? extends V1.EnvVarOrBuilder> |
getEnvOrBuilderList()
Env defines the collection of EnvVar to inject into containers.
|
com.google.protobuf.Parser<V1alpha1Settings.PodPresetSpec> |
getParserForType() |
Meta.LabelSelector |
getSelector()
Selector is a label query over a set of resources, in this case pods.
|
Meta.LabelSelectorOrBuilder |
getSelectorOrBuilder()
Selector is a label query over a set of resources, in this case pods.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
V1.VolumeMount |
getVolumeMounts(int index)
VolumeMounts defines the collection of VolumeMount to inject into containers.
|
int |
getVolumeMountsCount()
VolumeMounts defines the collection of VolumeMount to inject into containers.
|
List<V1.VolumeMount> |
getVolumeMountsList()
VolumeMounts defines the collection of VolumeMount to inject into containers.
|
V1.VolumeMountOrBuilder |
getVolumeMountsOrBuilder(int index)
VolumeMounts defines the collection of VolumeMount to inject into containers.
|
List<? extends V1.VolumeMountOrBuilder> |
getVolumeMountsOrBuilderList()
VolumeMounts defines the collection of VolumeMount to inject into containers.
|
V1.Volume |
getVolumes(int index)
Volumes defines the collection of Volume to inject into the pod.
|
int |
getVolumesCount()
Volumes defines the collection of Volume to inject into the pod.
|
List<V1.Volume> |
getVolumesList()
Volumes defines the collection of Volume to inject into the pod.
|
V1.VolumeOrBuilder |
getVolumesOrBuilder(int index)
Volumes defines the collection of Volume to inject into the pod.
|
List<? extends V1.VolumeOrBuilder> |
getVolumesOrBuilderList()
Volumes defines the collection of Volume to inject into the pod.
|
int |
hashCode() |
boolean |
hasSelector()
Selector is a label query over a set of resources, in this case pods.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static V1alpha1Settings.PodPresetSpec.Builder |
newBuilder() |
static V1alpha1Settings.PodPresetSpec.Builder |
newBuilder(V1alpha1Settings.PodPresetSpec prototype) |
V1alpha1Settings.PodPresetSpec.Builder |
newBuilderForType() |
protected V1alpha1Settings.PodPresetSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1alpha1Settings.PodPresetSpec |
parseDelimitedFrom(InputStream input) |
static V1alpha1Settings.PodPresetSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1alpha1Settings.PodPresetSpec |
parseFrom(byte[] data) |
static V1alpha1Settings.PodPresetSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1alpha1Settings.PodPresetSpec |
parseFrom(ByteBuffer data) |
static V1alpha1Settings.PodPresetSpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1alpha1Settings.PodPresetSpec |
parseFrom(com.google.protobuf.ByteString data) |
static V1alpha1Settings.PodPresetSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1alpha1Settings.PodPresetSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1alpha1Settings.PodPresetSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1alpha1Settings.PodPresetSpec |
parseFrom(InputStream input) |
static V1alpha1Settings.PodPresetSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1alpha1Settings.PodPresetSpec> |
parser() |
V1alpha1Settings.PodPresetSpec.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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SELECTOR_FIELD_NUMBER
public static final int ENV_FIELD_NUMBER
public static final int ENVFROM_FIELD_NUMBER
public static final int VOLUMES_FIELD_NUMBER
public static final int VOLUMEMOUNTS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1alpha1Settings.PodPresetSpec> 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 hasSelector()
Selector is a label query over a set of resources, in this case pods. Required.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 1;hasSelector in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic Meta.LabelSelector getSelector()
Selector is a label query over a set of resources, in this case pods. Required.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 1;getSelector in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic Meta.LabelSelectorOrBuilder getSelectorOrBuilder()
Selector is a label query over a set of resources, in this case pods. Required.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector selector = 1;getSelectorOrBuilder in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic List<V1.EnvVar> getEnvList()
Env defines the collection of EnvVar to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvVar env = 2;getEnvList in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic List<? extends V1.EnvVarOrBuilder> getEnvOrBuilderList()
Env defines the collection of EnvVar to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvVar env = 2;getEnvOrBuilderList in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic int getEnvCount()
Env defines the collection of EnvVar to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvVar env = 2;getEnvCount in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic V1.EnvVar getEnv(int index)
Env defines the collection of EnvVar to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvVar env = 2;getEnv in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic V1.EnvVarOrBuilder getEnvOrBuilder(int index)
Env defines the collection of EnvVar to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvVar env = 2;getEnvOrBuilder in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic List<V1.EnvFromSource> getEnvFromList()
EnvFrom defines the collection of EnvFromSource to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvFromSource envFrom = 3;getEnvFromList in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic List<? extends V1.EnvFromSourceOrBuilder> getEnvFromOrBuilderList()
EnvFrom defines the collection of EnvFromSource to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvFromSource envFrom = 3;getEnvFromOrBuilderList in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic int getEnvFromCount()
EnvFrom defines the collection of EnvFromSource to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvFromSource envFrom = 3;getEnvFromCount in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic V1.EnvFromSource getEnvFrom(int index)
EnvFrom defines the collection of EnvFromSource to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvFromSource envFrom = 3;getEnvFrom in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic V1.EnvFromSourceOrBuilder getEnvFromOrBuilder(int index)
EnvFrom defines the collection of EnvFromSource to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvFromSource envFrom = 3;getEnvFromOrBuilder in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic List<V1.Volume> getVolumesList()
Volumes defines the collection of Volume to inject into the pod. +optional
repeated .k8s.io.api.core.v1.Volume volumes = 4;getVolumesList in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic List<? extends V1.VolumeOrBuilder> getVolumesOrBuilderList()
Volumes defines the collection of Volume to inject into the pod. +optional
repeated .k8s.io.api.core.v1.Volume volumes = 4;getVolumesOrBuilderList in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic int getVolumesCount()
Volumes defines the collection of Volume to inject into the pod. +optional
repeated .k8s.io.api.core.v1.Volume volumes = 4;getVolumesCount in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic V1.Volume getVolumes(int index)
Volumes defines the collection of Volume to inject into the pod. +optional
repeated .k8s.io.api.core.v1.Volume volumes = 4;getVolumes in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic V1.VolumeOrBuilder getVolumesOrBuilder(int index)
Volumes defines the collection of Volume to inject into the pod. +optional
repeated .k8s.io.api.core.v1.Volume volumes = 4;getVolumesOrBuilder in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic List<V1.VolumeMount> getVolumeMountsList()
VolumeMounts defines the collection of VolumeMount to inject into containers. +optional
repeated .k8s.io.api.core.v1.VolumeMount volumeMounts = 5;getVolumeMountsList in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic List<? extends V1.VolumeMountOrBuilder> getVolumeMountsOrBuilderList()
VolumeMounts defines the collection of VolumeMount to inject into containers. +optional
repeated .k8s.io.api.core.v1.VolumeMount volumeMounts = 5;getVolumeMountsOrBuilderList in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic int getVolumeMountsCount()
VolumeMounts defines the collection of VolumeMount to inject into containers. +optional
repeated .k8s.io.api.core.v1.VolumeMount volumeMounts = 5;getVolumeMountsCount in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic V1.VolumeMount getVolumeMounts(int index)
VolumeMounts defines the collection of VolumeMount to inject into containers. +optional
repeated .k8s.io.api.core.v1.VolumeMount volumeMounts = 5;getVolumeMounts in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic V1.VolumeMountOrBuilder getVolumeMountsOrBuilder(int index)
VolumeMounts defines the collection of VolumeMount to inject into containers. +optional
repeated .k8s.io.api.core.v1.VolumeMount volumeMounts = 5;getVolumeMountsOrBuilder in interface V1alpha1Settings.PodPresetSpecOrBuilderpublic 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 V1alpha1Settings.PodPresetSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1alpha1Settings.PodPresetSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1alpha1Settings.PodPresetSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1alpha1Settings.PodPresetSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1alpha1Settings.PodPresetSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1alpha1Settings.PodPresetSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1alpha1Settings.PodPresetSpec parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1alpha1Settings.PodPresetSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1alpha1Settings.PodPresetSpec parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1alpha1Settings.PodPresetSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1alpha1Settings.PodPresetSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1alpha1Settings.PodPresetSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1alpha1Settings.PodPresetSpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1alpha1Settings.PodPresetSpec.Builder newBuilder()
public static V1alpha1Settings.PodPresetSpec.Builder newBuilder(V1alpha1Settings.PodPresetSpec prototype)
public V1alpha1Settings.PodPresetSpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1alpha1Settings.PodPresetSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1alpha1Settings.PodPresetSpec getDefaultInstance()
public static com.google.protobuf.Parser<V1alpha1Settings.PodPresetSpec> parser()
public com.google.protobuf.Parser<V1alpha1Settings.PodPresetSpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1alpha1Settings.PodPresetSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.