1 instantiation of PodSpecV1
Aspire.Hosting.Kubernetes (1)
Resources\PodTemplateSpecV1.cs (1)
33
public PodSpecV1 Spec { get; set; } =
new
();
4 references to PodSpecV1
Aspire.Hosting.Kubernetes (4)
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();