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§
- Deploy
Grpc Service - 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.