EnvVarSource constructor
const
EnvVarSource({
- ConfigMapKeySelector? configMapKeyRef,
- ObjectFieldSelector? fieldRef,
- ResourceFieldSelector? resourceFieldRef,
- SecretKeySelector? secretKeyRef,
Default constructor.
Implementation
const EnvVarSource({
this.configMapKeyRef,
this.fieldRef,
this.resourceFieldRef,
this.secretKeyRef,
});