ExecActionV1
Class sealed net10.0
ExecActionV1 represents an action that executes a command within a container.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class ExecActionV1{ // ...}Remarks
Section titled Remarks This action defines the execution of a command line inside a container. It is commonly used in Kubernetes resources such as lifecycle hooks or probes to perform specific actions like health checks or custom scripts.