Skip to main content

Module deploy_grpc

Module deploy_grpc 

Source
Expand description

Operator deploy gRPC endpoint implementation. tonic DeployService adapter over the shared deploy handlers.

Added to the existing gRPC listener only when [deploy].enabled is true; a disabled surface answers Unimplemented (tonic’s unknown-service response), exposing no deploy code path at all.

Structs§

DeployGrpcService
Cloneable tonic implementation of the operator deploy service.

Functions§

deploy_service
Construct the generated tonic server wrapper with a decode ceiling sized from deploy.max_archive_bytes.