9 writes to Labels
Aspire.Hosting.Kubernetes (8)
Extensions\ResourceExtensions.cs (8)
18Labels = context.Labels.ToDictionary(), 47Labels = context.Labels.ToDictionary(), 72Labels = context.Labels.ToDictionary(), 104Labels = context.Labels.ToDictionary(), 134Labels = context.Labels.ToDictionary(), 178Labels = context.Labels.ToDictionary(), 418Labels = context.Labels.ToDictionary(), 462Labels = context.Labels.ToDictionary(),
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
126Metadata = { Name = "myapp-rollout", Labels = serviceResource.Labels.ToDictionary() },
1 reference to Labels
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
97resource.Metadata.Labels.TryAdd(label.Key, label.Value);