Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go

    		}
    	}
    
    	// clear not present fields
    	for k := range original {
    		if _, found := m[k]; !found {
    			delete(original, k)
    		}
    	}
    	return nil
    }
    
    // mergePatchIntoOriginal processes $setElementOrder list.
    // When not merging the directive, it will make sure $setElementOrder list exist only in original.
    // When merging the directive, it will try to find the $setElementOrder list and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 23:34:23 UTC 2023
    - 75.5K bytes
    - Viewed (0)
Back to top