Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewFakeResourceManager (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/fake.go

    type FakeResourceManager interface {
    	ResourceManager
    	Expect() ResourceManager
    
    	HasExpectedNumberActions() bool
    	Validate() error
    	WaitForActions(ctx context.Context, timeout time.Duration) error
    }
    
    func NewFakeResourceManager() FakeResourceManager {
    	return &fakeResourceManager{}
    }
    
    // a resource manager with helper functions for checking the actions
    // match expected. For Use in tests
    type fakeResourceManager struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top