Commit 305b5967 authored by Erik Wilson's avatar Erik Wilson

Remove node OnCreate

parent f584197b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment