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

type testArgs

// TestApplyUsingLastAppliedAnnotation tests that applying to an object
// created with the client-side apply last-applied annotation
// will not give conflicts
func TestApplyUsingLastAppliedAnnotation(t *testing.T) {}

func TestServiceApply(t *testing.T) {}

func TestReplicationControllerApply(t *testing.T) {}

func TestPodApply(t *testing.T) {}

func testConflicts(t *testing.T, f managedfieldstest.TestFieldManager, tests []testArgs) {}

func yamlToJSON(y []byte) (string, error) {}

func setLastAppliedFromEncoded(obj runtime.Object, lastApplied []byte) error {}