Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetPatchMergeKey (0.12 sec)

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

    }
    
    func (pm *PatchMeta) SetPatchStrategies(ps []string) {
    	pm.patchStrategies = ps
    }
    
    func (pm *PatchMeta) GetPatchMergeKey() string {
    	return pm.patchMergeKey
    }
    
    func (pm *PatchMeta) SetPatchMergeKey(pmk string) {
    	pm.patchMergeKey = pmk
    }
    
    type LookupPatchMeta interface {
    	// LookupPatchMetadataForStruct gets subschema and the patch metadata (e.g. patch strategy and merge key) for map.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top