Skip to content
Docs Try Aspire

GrpcActionV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
GRPCActionV1 represents a GRPC-based action within a Kubernetes resource.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class GrpcActionV1
{
// ...
}
This action defines a GRPC operation by specifying the target service and port. It is typically used in Kubernetes probes to perform health checks and ensure the connectivity and functionality of a GRPC service within a containerized environment.