Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RemoveResource (0.09 sec)

  1. operator/pkg/helmreconciler/prune.go

    		cache.FlushObjectCaches()
    	}
    	metrics.ResourceDeletionTotal.
    		With(metrics.ResourceKindLabel.Value(util.GKString(objGvk.GroupKind()))).
    		Increment()
    	h.addPrunedKind(objGvk.GroupKind())
    	metrics.RemoveResource(obj.FullName(), objGvk.GroupKind())
    	h.opts.Log.LogAndPrintf("  Removed %s.", oh)
    	return nil
    }
    
    // RemoveObject removes object with objHash in componentName from the object cache.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 15.9K bytes
    - Viewed (0)
Back to top