Env Var Source Response
data class EnvVarSourceResponse(val configMapKeyRef: ConfigMapKeySelectorResponse, val secretKeyRef: SecretKeySelectorResponse)
EnvVarSource represents a source for the value of an EnvVar.
Constructors
Link copied to clipboard
fun EnvVarSourceResponse(configMapKeyRef: ConfigMapKeySelectorResponse, secretKeyRef: SecretKeySelectorResponse)