Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestApplyUsingLastAppliedAnnotation (0.32 sec)

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

    	original          []byte
    	applied           []byte
    	fieldManager      string
    	expectConflictSet *fieldpath.Set
    }
    
    // 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) {
    	f := managedfieldstest.NewTestFieldManager(fakeTypeConverter, schema.FromAPIVersionAndKind("apps/v1", "Deployment"))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 20K bytes
    - Viewed (0)
Back to top