2 instantiations of PodSecurityContextV1
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
192
var securityContext = Workload.PodTemplate.Spec.SecurityContext ??=
new
();
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
1659
podSpec.SecurityContext ??=
new
();
3 references to PodSecurityContextV1
Aspire.Hosting.Kubernetes (3)
KubernetesResource.cs (1)
192
var
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)
301
public
PodSecurityContextV1
? SecurityContext { get; set; }