Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for finishCreate (0.21 sec)

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

    			mile("BeginCreate")
    			return func(_ context.Context, success bool) {
    				mile(fmt.Sprintf("FinishCreate(%v)", success))
    			}, nil
    		},
    		expectMilestones: []string{"BeginCreate", "FinishCreate(true)", "AfterCreate", "Decorator"},
    	}, {
    		name: "fail ordering",
    		decorator: func(obj runtime.Object) {
    			mile("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