python/kubernetes/docs/V1alpha1PodPresetSpec.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

986 B

V1alpha1PodPresetSpec

PodPresetSpec is a description of a pod preset.

Properties

Name Type Description Notes
env **list[V1EnvVar]** Env defines the collection of EnvVar to inject into containers. [optional]
env_from **list[V1EnvFromSource]** EnvFrom defines the collection of EnvFromSource to inject into containers. [optional]
selector V1LabelSelector [optional]
volume_mounts **list[V1VolumeMount]** VolumeMounts defines the collection of VolumeMount to inject into containers. [optional]
volumes **list[V1Volume]** Volumes defines the collection of Volume to inject into the pod. [optional]

[Back to Model list] [Back to API list] [Back to README]