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