8 writes to Labels
Aspire.Hosting.Kubernetes (7)
Extensions\ResourceExtensions.cs (7)
21Labels = context.Labels.ToDictionary(), 50Labels = context.Labels.ToDictionary(), 75Labels = context.Labels.ToDictionary(), 109Labels = context.Labels.ToDictionary(), 141Labels = context.Labels.ToDictionary(), 192Labels = context.Labels.ToDictionary(), 478Labels = context.Labels.ToDictionary(),
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
134Metadata = { Name = "myapp-rollout", Labels = serviceResource.Labels.ToDictionary() },
4 references to Labels
Aspire.Hosting.Azure.Kubernetes (2)
AzureKubernetesEnvironmentResource.AksPipeline.cs (2)
98serviceAccount.Metadata.Labels["azure.workload.identity/use"] = "true"; 118podTemplate.Metadata.Labels["azure.workload.identity/use"] = "true";
Aspire.Hosting.Kubernetes (2)
KubernetesManifestResource.cs (1)
52Metadata.Labels[key] = value;
KubernetesResource.cs (1)
143resource.Metadata.Labels.TryAdd(label.Key, label.Value);