GrpcActionV1
Class sealed net10.0
GRPCActionV1 represents a GRPC-based action within a Kubernetes resource.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class GrpcActionV1{ // ...}Remarks
Section titled Remarks 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.