Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for metainternalversion (0.13 sec)

  1. pkg/registry/core/pod/storage/eviction_test.go

    }
    
    func (ms *mockStore) DeleteCollection(ctx context.Context, deleteValidation rest.ValidateObjectFunc, options *metav1.DeleteOptions, listOptions *metainternalversion.ListOptions) (runtime.Object, error) {
    	return nil, nil
    }
    
    func (ms *mockStore) List(ctx context.Context, options *metainternalversion.ListOptions) (runtime.Object, error) {
    	return nil, nil
    }
    
    func (ms *mockStore) NewList() runtime.Object {
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 09:26:37 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top