Env Var Source Patch Args
data class EnvVarSourcePatchArgs(val configMapKeyRef: Output<ConfigMapKeySelectorPatchArgs>? = null, val fieldRef: Output<ObjectFieldSelectorPatchArgs>? = null, val resourceFieldRef: Output<ResourceFieldSelectorPatchArgs>? = null, val secretKeyRef: Output<SecretKeySelectorPatchArgs>? = null) : ConvertibleToJava<EnvVarSourcePatchArgs>
EnvVarSource represents a source for the value of an EnvVar.
Constructors
Link copied to clipboard
fun EnvVarSourcePatchArgs(configMapKeyRef: Output<ConfigMapKeySelectorPatchArgs>? = null, fieldRef: Output<ObjectFieldSelectorPatchArgs>? = null, resourceFieldRef: Output<ResourceFieldSelectorPatchArgs>? = null, secretKeyRef: Output<SecretKeySelectorPatchArgs>? = null)