928 B
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] |