2 instantiations of PodSecurityContextV1
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
192var securityContext = Workload.PodTemplate.Spec.SecurityContext ??= new();
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
1659podSpec.SecurityContext ??= new();
3 references to PodSecurityContextV1
Aspire.Hosting.Kubernetes (3)
KubernetesResource.cs (1)
192var securityContext = Workload.PodTemplate.Spec.SecurityContext ??= new();
Resources\PodSecurityContextV1.cs (1)
12/// The <see cref="PodSecurityContextV1"/> class provides configuration options for controlling
Resources\PodSpecV1.cs (1)
301public PodSecurityContextV1? SecurityContext { get; set; }