Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginSelector ¶
type PluginSelector struct {
// contains filtered or unexported fields
}
func NewPluginSelector ¶
func NewPluginSelector(fn PluginSelectorFunc, conns ...*grpc.ClientConn) *PluginSelector
FIXME: we really should have grpc.ClientConn here.
func (*PluginSelector) Select ¶
func (ps *PluginSelector) Select(bj crd.BuildJob) api.PluginClient
func (*PluginSelector) UpdateCachedInfo ¶
func (ps *PluginSelector) UpdateCachedInfo(ctx context.Context) error
type PluginSelectorFunc ¶
Click to show internal directories.
Click to hide internal directories.