ConfigMapKeySelectorV1 Constructors
ClassConstructors1 member
ConfigMapKeySelectorV1 represents a selector for a specific key in a ConfigMap. It is used to select a named key from a ConfigMap, with an optional flag to indicate if the key or ConfigMap is optional.
ConstructorSection titled Constructorpublic sealed class ConfigMapKeySelectorV1{ public ConfigMapKeySelectorV1() { // ... }}