Documentation
¶
Overview ¶
Package workerservice serves the RPCs a Worker uses to tell the control plane about itself.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
ateapipb.UnimplementedWorkerServiceServer
// contains filtered or unexported fields
}
Server implements ateapipb.WorkerServiceServer.
func (*Server) SetWorkerCapacity ¶
func (s *Server) SetWorkerCapacity(ctx context.Context, req *ateapipb.SetWorkerCapacityRequest) (*ateapipb.SetWorkerCapacityResponse, error)
SetWorkerCapacity records a Worker's reported capacity. As with MintCert, the caller must be an atelet running on the Worker's node.
Click to show internal directories.
Click to hide internal directories.