1 instantiation of ExecActionV1
Aspire.Hosting.Kubernetes (1)
Resources\LifecycleHandlerV1.cs (1)
28
public ExecActionV1 Exec { get; set; } =
new
();
3 references to ExecActionV1
Aspire.Hosting.Kubernetes (3)
Resources\LifecycleHandlerV1.cs (1)
28
public
ExecActionV1
Exec { get; set; } = new();
Resources\ProbeV1.cs (2)
24
/// <see cref="
ExecActionV1
"/>, which specifies the command to be run.
27
public
ExecActionV1
? Exec { get; set; }