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