ConfigMapEnvSource constructor
ConfigMapEnvSource({
- LocalObjectReference? localObjectReference,
- String? name,
- bool? optional,
Implementation
ConfigMapEnvSource({
this.localObjectReference,
this.name,
this.optional,
});