GRPC Server#
Management → GSGRPC Servers
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
GRPCServer
SPEC
GRPCServerSpec defines the desired state of GRPCServer
-
Enable the gRPC server.
-
Allow insecure (non-TLS) connections to the gRPC server.
-
Maximum number of concurrent streams for the gRPC server.
range: 0 to 2147483647 -
Enable metadata authentication for the gRPC server.
-
Port for the gRPC server to listen on.
range: 1 to 65535 -
Rate limit for the gRPC server, in calls per minute.
range: 0 to 65535 -
Router to associate the server with.
-
The Kind of the router for the server.
enum: "ManagementRouter", "Router", "DefaultRouter" -
Selects router resources based on the defined Kind. Applies to DefaultRouter only. Not supported for Router and ManagementRouter.
-
Enabled gRPC services.
-
Maximum number of gRPC sessions.
range: 0 to 65535 -
TLS profile name.
-
YANG models to be used by the gRPC server.
STATUS
GRPCServerStatus defines the observed state of GRPCServer
-
Health score of the gRPC server.
-
Reason for the health score.
-
Indicates when the gRPC server last changed state.
-
Operational state of the gRPC server.
enum: "Up", "Down", "Degraded", "Unknown" -
Enabled services on the gRPC server.