GrpcActionV1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |