Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allObjectsMap (0.14 sec)

  1. operator/pkg/helmreconciler/apply.go

    	// other controller is allowed to work on at the same time.
    	var changedObjects object.K8sObjects
    	var changedObjectKeys []string
    	allObjectsMap := make(map[string]bool)
    
    	// Check which objects in the manifest have changed from those in the cache.
    	for _, obj := range allObjects {
    		oh := obj.Hash()
    		allObjectsMap[oh] = true
    		if co, ok := objectCache.Cache[oh]; ok && obj.Equal(co) {
    			// Object is in the cache and unchanged.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 12 17:12:54 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top