Remove node OnCreate

This commit is contained in:
Erik Wilson 2019-04-26 10:50:33 -07:00
parent f584197bba
commit 305b596745

View File

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