Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobEvent ¶
type JobEvent struct { Name string Data *anypb.Any Metadata *schedulerv1pb.JobMetadata }
JobEvent is a triggered job event.
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
Pool represents a connection pool for namespace/appID separation of sidecars to schedulers.
func (*Pool) Add ¶
func (p *Pool) Add(req *schedulerv1pb.WatchJobsRequestInitial, stream schedulerv1pb.Scheduler_WatchJobsServer) error
Add adds a connection to the pool for a given namespace/appID.
Click to show internal directories.
Click to hide internal directories.