Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/controller/disruption/disruption_test.go

    	Version: "v1",
    	Kind:    "customresource",
    }
    
    func newFakeDisruptionController(ctx context.Context) (*disruptionController, *pdbStates) {
    	return newFakeDisruptionControllerWithTime(ctx, time.Now())
    }
    
    func newFakeDisruptionControllerWithTime(ctx context.Context, now time.Time) (*disruptionController, *pdbStates) {
    	ps := &pdbStates{}
    
    	coreClient := fake.NewSimpleClientset()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
Back to top