Env From Source Patch
data class EnvFromSourcePatch(val configMapRef: ConfigMapEnvSourcePatch? = null, val prefix: String? = null, val secretRef: SecretEnvSourcePatch? = null)
EnvFromSource represents the source of a set of ConfigMaps or Secrets
Constructors
Link copied to clipboard
constructor(configMapRef: ConfigMapEnvSourcePatch? = null, prefix: String? = null, secretRef: SecretEnvSourcePatch? = null)