EnvFromSource constructor

EnvFromSource({
  1. ConfigMapEnvSource? configMapRef,
  2. String? prefix,
  3. SecretEnvSource? secretRef,
})

Implementation

EnvFromSource({
  this.configMapRef,
  this.prefix,
  this.secretRef,
});