ConfigMapEnvSource constructor

ConfigMapEnvSource({
  1. LocalObjectReference? localObjectReference,
  2. String? name,
  3. bool? optional,
})

Implementation

ConfigMapEnvSource({
  this.localObjectReference,
  this.name,
  this.optional,
});