Share via


GrpcActionV1 Class

Definition

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

[YamlDotNet.Serialization.YamlSerializable]
public sealed class GrpcActionV1
[<YamlDotNet.Serialization.YamlSerializable>]
type GrpcActionV1 = class
Public NotInheritable Class GrpcActionV1
Inheritance
GrpcActionV1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

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.

Constructors

GrpcActionV1()

Properties

Port

Gets or sets the port number used for the gRPC service communication.

Service

Gets or sets the name of the GRPC service to be targeted.

Applies to