Kazan v0.4.0 Kazan.Models.Apis.Settings.V1alpha1.PodPresetSpec View Source
PodPresetSpec is a description of a pod injection policy.
OpenAPI Definition: io.k8s.kubernetes.pkg.apis.settings.v1alpha1.PodPresetSpec
Properties
env
:: [Kazan.Models.Api.V1.EnvVar
]- Env defines the collection of EnvVar to inject into containers.
env_from
:: [Kazan.Models.Api.V1.EnvFromSource
]- EnvFrom defines the collection of EnvFromSource to inject into containers.
selector
::Kazan.Models.ApiMachinery.Apis.Meta.V1.LabelSelector
- Selector is a label query over a set of resources, in this case pods. Required.
volume_mounts
:: [Kazan.Models.Api.V1.VolumeMount
]- VolumeMounts defines the collection of VolumeMount to inject into containers.
volumes
:: [Kazan.Models.Api.V1.Volume
]- Volumes defines the collection of Volume to inject into the pod.