2 writes to MatchLabels
Aspire.Hosting.Kubernetes (1)
Resources\LabelSelectorV1.cs (1)
60MatchLabels = matchLabels;
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
126Spec = { Template = serviceResource.Workload!.PodTemplate, Selector = { MatchLabels = serviceResource.Labels.ToDictionary() } }