Files
c/kubernetes/docs/v1alpha1_pod_preset_spec.md
2021-03-17 16:50:46 +08:00

928 B

v1alpha1_pod_preset_spec_t

Properties

Name Type Description Notes
env list_t * Env defines the collection of EnvVar to inject into containers. [optional]
env_from list_t * EnvFrom defines the collection of EnvFromSource to inject into containers. [optional]
selector v1_label_selector_t * [optional]
volume_mounts list_t * VolumeMounts defines the collection of VolumeMount to inject into containers. [optional]
volumes list_t * Volumes defines the collection of Volume to inject into the pod. [optional]

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