Remove node OnCreate

pull/369/head
Erik Wilson 2019-04-26 10:50:33 -07:00
parent f584197bba
commit 305b596745
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ func Register(ctx context.Context) error {
configCache: clients.ConfigMap.Cache(),
configClient: clients.ConfigMap,
}
clients.Node.OnCreate(ctx, "node", h.onChange)
clients.Node.OnChange(ctx, "node", h.onChange)
clients.Node.OnRemove(ctx, "node", h.onRemove)