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