menu
kubernetes package
documentation
core_v1.dart
ConfigMapKeySelector
ConfigMapKeySelector const constructor
ConfigMapKeySelector const constructor
dark_mode
light_mode
ConfigMapKeySelector
constructor
const
ConfigMapKeySelector
(
{
required
String
key
,
String
?
name
,
bool
?
optional
,
})
Default constructor.
Implementation
const ConfigMapKeySelector({ required this.key, this.name, this.optional, });
kubernetes package
documentation
core_v1
ConfigMapKeySelector
ConfigMapKeySelector const constructor
ConfigMapKeySelector class