# GrpcActionV1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [GrpcActionV1](/reference/api/csharp/aspire.hosting.kubernetes/grpcactionv1.md)
- Kind: `Constructors`
- Members: `1`

GRPCActionV1 represents a GRPC-based action within a Kubernetes resource.

## GrpcActionV1

- Name: `Constructor`

```csharp
public sealed class GrpcActionV1
{
    public GrpcActionV1()
    {
        // ...
    }
}
```
