Package io.kubernetes.client.proto
Interface V1alpha1Settings.PodPresetSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1alpha1Settings.PodPresetSpec,V1alpha1Settings.PodPresetSpec.Builder
- Enclosing class:
- V1alpha1Settings
public static interface V1alpha1Settings.PodPresetSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEnv(int index) Env defines the collection of EnvVar to inject into containers.intEnv defines the collection of EnvVar to inject into containers.getEnvFrom(int index) EnvFrom defines the collection of EnvFromSource to inject into containers.intEnvFrom defines the collection of EnvFromSource to inject into containers.EnvFrom defines the collection of EnvFromSource to inject into containers.getEnvFromOrBuilder(int index) EnvFrom defines the collection of EnvFromSource to inject into containers.List<? extends V1.EnvFromSourceOrBuilder>EnvFrom defines the collection of EnvFromSource to inject into containers.Env defines the collection of EnvVar to inject into containers.getEnvOrBuilder(int index) Env defines the collection of EnvVar to inject into containers.List<? extends V1.EnvVarOrBuilder>Env defines the collection of EnvVar to inject into containers.Selector is a label query over a set of resources, in this case pods.Selector is a label query over a set of resources, in this case pods.getVolumeMounts(int index) VolumeMounts defines the collection of VolumeMount to inject into containers.intVolumeMounts defines the collection of VolumeMount to inject into containers.VolumeMounts defines the collection of VolumeMount to inject into containers.getVolumeMountsOrBuilder(int index) VolumeMounts defines the collection of VolumeMount to inject into containers.List<? extends V1.VolumeMountOrBuilder>VolumeMounts defines the collection of VolumeMount to inject into containers.getVolumes(int index) Volumes defines the collection of Volume to inject into the pod.intVolumes defines the collection of Volume to inject into the pod.Volumes defines the collection of Volume to inject into the pod.getVolumesOrBuilder(int index) Volumes defines the collection of Volume to inject into the pod.List<? extends V1.VolumeOrBuilder>Volumes defines the collection of Volume to inject into the pod.booleanSelector is a label query over a set of resources, in this case pods.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSelector
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; -
getSelector
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; -
getSelectorOrBuilder
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; -
getEnvList
Env defines the collection of EnvVar to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvVar env = 2; -
getEnv
Env defines the collection of EnvVar to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvVar env = 2; -
getEnvCount
int getEnvCount()Env defines the collection of EnvVar to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvVar env = 2; -
getEnvOrBuilderList
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; -
getEnvOrBuilder
Env defines the collection of EnvVar to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvVar env = 2; -
getEnvFromList
List<V1.EnvFromSource> getEnvFromList()EnvFrom defines the collection of EnvFromSource to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvFromSource envFrom = 3; -
getEnvFrom
EnvFrom defines the collection of EnvFromSource to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvFromSource envFrom = 3; -
getEnvFromCount
int getEnvFromCount()EnvFrom defines the collection of EnvFromSource to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvFromSource envFrom = 3; -
getEnvFromOrBuilderList
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; -
getEnvFromOrBuilder
EnvFrom defines the collection of EnvFromSource to inject into containers. +optional
repeated .k8s.io.api.core.v1.EnvFromSource envFrom = 3; -
getVolumesList
Volumes defines the collection of Volume to inject into the pod. +optional
repeated .k8s.io.api.core.v1.Volume volumes = 4; -
getVolumes
Volumes defines the collection of Volume to inject into the pod. +optional
repeated .k8s.io.api.core.v1.Volume volumes = 4; -
getVolumesCount
int getVolumesCount()Volumes defines the collection of Volume to inject into the pod. +optional
repeated .k8s.io.api.core.v1.Volume volumes = 4; -
getVolumesOrBuilderList
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; -
getVolumesOrBuilder
Volumes defines the collection of Volume to inject into the pod. +optional
repeated .k8s.io.api.core.v1.Volume volumes = 4; -
getVolumeMountsList
List<V1.VolumeMount> getVolumeMountsList()VolumeMounts defines the collection of VolumeMount to inject into containers. +optional
repeated .k8s.io.api.core.v1.VolumeMount volumeMounts = 5; -
getVolumeMounts
VolumeMounts defines the collection of VolumeMount to inject into containers. +optional
repeated .k8s.io.api.core.v1.VolumeMount volumeMounts = 5; -
getVolumeMountsCount
int getVolumeMountsCount()VolumeMounts defines the collection of VolumeMount to inject into containers. +optional
repeated .k8s.io.api.core.v1.VolumeMount volumeMounts = 5; -
getVolumeMountsOrBuilderList
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; -
getVolumeMountsOrBuilder
VolumeMounts defines the collection of VolumeMount to inject into containers. +optional
repeated .k8s.io.api.core.v1.VolumeMount volumeMounts = 5;
-