2 instantiations of PodSpecV1
Aspire.Hosting.Kubernetes (2)
Resources\PodTemplateSpecV1.cs (1)
33public PodSpecV1 Spec { get; set; } = new();
Resources\PodV1.cs (1)
26public PodSpecV1 Spec { get; set; } = new();
7 references to PodSpecV1
Aspire.Hosting.Kubernetes (5)
KubernetesPublishingContext.cs (1)
470var podSpec = serviceResource.Workload?.PodTemplate?.Spec;
Resources\PodTemplateSpecV1.cs (2)
30/// configurations. The provided specification follows the structure defined by <see cref="PodSpecV1"/>. 33public PodSpecV1 Spec { get; set; } = new();
Resources\PodV1.cs (2)
23/// of the Kubernetes Pod. This property is of type <see cref="PodSpecV1"/>. 26public PodSpecV1 Spec { get; set; } = new();
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
1657var podSpec = resource.Workload?.PodTemplate.Spec 1685var podSpec = resource.Workload?.PodTemplate.Spec