EnvVarSource constructor

const EnvVarSource({
  1. ConfigMapKeySelector? configMapKeyRef,
  2. ObjectFieldSelector? fieldRef,
  3. ResourceFieldSelector? resourceFieldRef,
  4. SecretKeySelector? secretKeyRef,
})

Default constructor.

Implementation

const EnvVarSource({
  this.configMapKeyRef,
  this.fieldRef,
  this.resourceFieldRef,
  this.secretKeyRef,
});