Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BeginUpdate (0.09 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    			mile("AfterUpdate")
    		},
    		beginUpdate: func(_ context.Context, obj, _ runtime.Object, _ *metav1.UpdateOptions) (FinishFunc, error) {
    			mile("BeginUpdate")
    			return func(_ context.Context, success bool) {
    				mile(fmt.Sprintf("FinishUpdate(%v)", success))
    			}, nil
    		},
    		expectMilestones: []string{"BeginUpdate", "FinishUpdate(true)", "AfterUpdate", "Decorator"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
Back to top