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