9 writes to Labels
Aspire.Hosting.Kubernetes (8)
Extensions\ResourceExtensions.cs (8)
18Labels = context.Labels.ToDictionary(), 47Labels = context.Labels.ToDictionary(), 72Labels = context.Labels.ToDictionary(), 103Labels = context.Labels.ToDictionary(), 130Labels = context.Labels.ToDictionary(), 160Labels = context.Labels.ToDictionary(), 360Labels = context.Labels.ToDictionary(), 404Labels = context.Labels.ToDictionary(),
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
125Metadata = { Name = "myapp-rollout", Labels = serviceResource.Labels.ToDictionary() },
1 reference to Labels
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
93resource.Metadata.Labels.TryAdd(label.Key, label.Value);