Skip to content
Docs Try Aspire

ConfigMapKeySelectorV1 Constructors

Class Constructors 1 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.
public sealed class ConfigMapKeySelectorV1
{
public ConfigMapKeySelectorV1()
{
// ...
}
}