Pod Preset Spec Patch Args
data class PodPresetSpecPatchArgs(val env: Output<List<EnvVarPatchArgs>>? = null, val envFrom: Output<List<EnvFromSourcePatchArgs>>? = null, val selector: Output<LabelSelectorPatchArgs>? = null, val volumeMounts: Output<List<VolumeMountPatchArgs>>? = null, val volumes: Output<List<VolumePatchArgs>>? = null) : ConvertibleToJava<PodPresetSpecPatchArgs>
PodPresetSpec is a description of a pod preset.
Constructors
Link copied to clipboard
fun PodPresetSpecPatchArgs(env: Output<List<EnvVarPatchArgs>>? = null, envFrom: Output<List<EnvFromSourcePatchArgs>>? = null, selector: Output<LabelSelectorPatchArgs>? = null, volumeMounts: Output<List<VolumeMountPatchArgs>>? = null, volumes: Output<List<VolumePatchArgs>>? = null)