Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for conflictsToSet (0.16 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/lastappliedmanager.go

    	// Check if we have conflicts
    	if newErr == nil {
    		return newLiveObj, newManaged, newErr
    	}
    	conflicts, ok := newErr.(merge.Conflicts)
    	if !ok {
    		return newLiveObj, newManaged, newErr
    	}
    	conflictSet := conflictsToSet(conflicts)
    
    	// Check if conflicts are allowed due to client-side apply,
    	// and if so, then force apply
    	allowedConflictSet, err := f.allowedConflictsFromLastApplied(liveObj)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 5.9K bytes
    - Viewed (0)
Back to top