Files
go/kubernetes/docs/V1alpha1PodPresetSpec.md
2019-03-26 08:13:00 -07:00

925 B

V1alpha1PodPresetSpec

Properties

Name Type Description Notes
Env []V1EnvVar Env defines the collection of EnvVar to inject into containers. [optional]
EnvFrom []V1EnvFromSource EnvFrom defines the collection of EnvFromSource to inject into containers. [optional]
Selector V1LabelSelector [optional]
VolumeMounts []V1VolumeMount VolumeMounts defines the collection of VolumeMount to inject into containers. [optional]
Volumes []V1Volume Volumes defines the collection of Volume to inject into the pod. [optional]

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