Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.06 KB

V1alpha1PodPresetSpec.md

File metadata and controls

14 lines (10 loc) · 1.06 KB

V1alpha1PodPresetSpec

Properties

Name Type Description Notes
Env []V1EnvVar Env defines the collection of EnvVar to inject into containers. [optional] [default to null]
EnvFrom []V1EnvFromSource EnvFrom defines the collection of EnvFromSource to inject into containers. [optional] [default to null]
Selector *V1LabelSelector Selector is a label query over a set of resources, in this case pods. Required. [optional] [default to null]
VolumeMounts []V1VolumeMount VolumeMounts defines the collection of VolumeMount to inject into containers. [optional] [default to null]
Volumes []V1Volume Volumes defines the collection of Volume to inject into the pod. [optional] [default to null]

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