KubernetesResource.ConfigMap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Kubernetes ConfigMap associated with this resource.
public Aspire.Hosting.Kubernetes.Resources.ConfigMap? ConfigMap { get; set; }
member this.ConfigMap : Aspire.Hosting.Kubernetes.Resources.ConfigMap with get, set
Public Property ConfigMap As ConfigMap