Skip to content
DocsTry Aspire
DocsTry

ConfigMap Constructors

ClassConstructors1 member
Represents a Kubernetes ConfigMap resource.
Represents a Kubernetes ConfigMap resource.
public sealed class ConfigMap
{
public ConfigMap()
{
// ...
}
}
A ConfigMap is used to store non-confidential data in key-value pairs. Applications running in a Kubernetes cluster can consume this configuration data. Derived from the BaseKubernetesResource class, this class includes properties specific to ConfigMap resources, such as BinaryData, Data, and Immutable, while also inheriting common Kubernetes resource properties like Kind, ApiVersion, and Metadata.