Skip to content
DocsTry Aspire
DocsTry

ExecActionV1

Classsealednet8.0
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
ExecActionV1 represents an action that executes a command within a container.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class ExecActionV1
{
// ...
}
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.