GoogleCloudPlatform / k8s-multicluster-ingress

kubemci: Command line tool to configure L7 load balancers using multiple kubernetes clusters
Apache License 2.0
377 stars 68 forks source link

Remove duplicate updating existing resource messages #128

Closed nikhiljindal closed 6 years ago

nikhiljindal commented 6 years ago

We log "Updating existing resource" message twice - once before calling updateResource method and then again in the updateResource method. Removing the call before calling the method and making it consistent for all resources.

cc @G-Harmon