Files
perl/docs/V1alpha1PodPresetSpec.md
2019-03-23 16:42:23 +08:00

1.0 KiB

Kubernetes::Object::V1alpha1PodPresetSpec

Load the model package

use Kubernetes::Object::V1alpha1PodPresetSpec;

Properties

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

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