public static interface V1alpha1Settings.PodPresetSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
boolean |
hasSelector()
Selector is a label query over a set of resources, in this case pods.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;List<V1.EnvVar> getEnvList()
Env defines the collection of EnvVar to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvVar env = 2;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;int getEnvCount()
Env defines the collection of EnvVar to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvVar env = 2;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;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;List<V1.EnvFromSource> getEnvFromList()
EnvFrom defines the collection of EnvFromSource to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvFromSource envFrom = 3;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;int getEnvFromCount()
EnvFrom defines the collection of EnvFromSource to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvFromSource envFrom = 3;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;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;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;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;int getVolumesCount()
Volumes defines the collection of Volume to inject into the pod. +optional
repeated .k8s.io.api.core.v1.Volume volumes = 4;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;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;List<V1.VolumeMount> getVolumeMountsList()
VolumeMounts defines the collection of VolumeMount to inject into containers. +optional
repeated .k8s.io.api.core.v1.VolumeMount volumeMounts = 5;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;int getVolumeMountsCount()
VolumeMounts defines the collection of VolumeMount to inject into containers. +optional
repeated .k8s.io.api.core.v1.VolumeMount volumeMounts = 5;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;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;Copyright © 2019. All rights reserved.