EnvFromSource constructor
EnvFromSource({
- ConfigMapEnvSource? configMapRef,
- String? prefix,
- SecretEnvSource? secretRef,
Implementation
EnvFromSource({this.configMapRef, this.prefix, this.secretRef});