Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Serve ¶
func Serve(ws *WaitServer) error
Types ¶
type WaitServer ¶
type WaitServer struct {
bus.Publisher
GrpcPort int
TlsEnabled bool
CaCertFile string
ServerCertFile string
ServerKeyFile string
// contains filtered or unexported fields
}
func NewWaitServer ¶
func NewWaitServer(cfg *WaitServerConfig) (*WaitServer, error)
func (*WaitServer) NotifyAllocated ¶
func (s *WaitServer) NotifyAllocated(machineID string) error
func (*WaitServer) Wait ¶
func (s *WaitServer) Wait(req *v1.WaitRequest, srv v1.Wait_WaitServer) error
Click to show internal directories.
Click to hide internal directories.