Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for patchTail (0.15 sec)

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

    }
    
    // preprocessDeletionListForMerging preprocesses the deletion list.
    // it returns shouldContinue, isDeletionList, noPrefixKey
    func preprocessDeletionListForMerging(key string, original map[string]interface{},
    	patchVal interface{}, mergeDeletionList bool) (bool, bool, string, error) {
    	// If found a parallel list for deletion and we are going to merge the list,
    	// overwrite the key to the original key and set flag isDeleteList
    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