Documentation ¶
Index ¶
- type PodResourcesListerClient
- func (_m *PodResourcesListerClient) Get(ctx context.Context, in *v1.GetPodResourcesRequest, opts ...grpc.CallOption) (*v1.GetPodResourcesResponse, error)
- func (_m *PodResourcesListerClient) GetAllocatableResources(ctx context.Context, in *v1.AllocatableResourcesRequest, ...) (*v1.AllocatableResourcesResponse, error)
- func (_m *PodResourcesListerClient) List(ctx context.Context, in *v1.ListPodResourcesRequest, opts ...grpc.CallOption) (*v1.ListPodResourcesResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodResourcesListerClient ¶
PodResourcesListerClient is an autogenerated mock type for the PodResourcesListerClient type
func NewPodResourcesListerClient ¶
func NewPodResourcesListerClient(t interface { mock.TestingT Cleanup(func()) }) *PodResourcesListerClient
NewPodResourcesListerClient creates a new instance of PodResourcesListerClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*PodResourcesListerClient) Get ¶
func (_m *PodResourcesListerClient) Get(ctx context.Context, in *v1.GetPodResourcesRequest, opts ...grpc.CallOption) (*v1.GetPodResourcesResponse, error)
Get provides a mock function with given fields: ctx, in, opts
func (*PodResourcesListerClient) GetAllocatableResources ¶
func (_m *PodResourcesListerClient) GetAllocatableResources(ctx context.Context, in *v1.AllocatableResourcesRequest, opts ...grpc.CallOption) (*v1.AllocatableResourcesResponse, error)
GetAllocatableResources provides a mock function with given fields: ctx, in, opts
func (*PodResourcesListerClient) List ¶
func (_m *PodResourcesListerClient) List(ctx context.Context, in *v1.ListPodResourcesRequest, opts ...grpc.CallOption) (*v1.ListPodResourcesResponse, error)
List provides a mock function with given fields: ctx, in, opts
Click to show internal directories.
Click to hide internal directories.