kubernetes/staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/conflict.go

// NewConflictError returns an error including details on the requests apply conflicts
func NewConflictError(conflicts merge.Conflicts) *errors.StatusError {}

func getConflictMessage(conflicts merge.Conflicts) string {}

func printManager(manager string) string {}