const dialTimeoutDuration …
const notifyTimeoutDuration …
var _ …
type operationGenerator …
func NewOperationGenerator(recorder record.EventRecorder) OperationGenerator { … }
type OperationGenerator …
func (og *operationGenerator) GenerateRegisterPluginFunc(
socketPath string,
pluginUUID types.UID,
pluginHandlers map[string]cache.PluginHandler,
actualStateOfWorldUpdater ActualStateOfWorldUpdater) func() error { … }
func (og *operationGenerator) GenerateUnregisterPluginFunc(
pluginInfo cache.PluginInfo,
actualStateOfWorldUpdater ActualStateOfWorldUpdater) func() error { … }
func (og *operationGenerator) notifyPlugin(client registerapi.RegistrationClient, registered bool, errStr string) error { … }
func dial(unixSocketPath string, timeout time.Duration) (registerapi.RegistrationClient, *grpc.ClientConn, error) { … }