1 instantiation of ServiceSpecV1
Aspire.Hosting.Kubernetes (1)
Resources\ServiceV1.cs (1)
28
public ServiceSpecV1 Spec { get; set; } =
new
();
2 references to ServiceSpecV1
Aspire.Hosting.Kubernetes (2)
Resources\ServiceV1.cs (2)
25
/// The values are represented by the <see cref="
ServiceSpecV1
"/> class.
28
public
ServiceSpecV1
Spec { get; set; } = new();