package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewMockCPUsProvider creates a new instance of MockCPUsProvider.
NewMockDevicesProvider creates a new instance of MockDevicesProvider.
NewMockDynamicResourcesProvider creates a new instance of MockDynamicResourcesProvider.
NewMockMemoryProvider creates a new instance of MockMemoryProvider.
NewMockPodsProvider creates a new instance of MockPodsProvider.
# Structs
MockCPUsProvider is an autogenerated mock type for the CPUsProvider type.
MockCPUsProvider_GetAllocatableCPUs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAllocatableCPUs'.
MockCPUsProvider_GetCPUs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCPUs'.
MockDevicesProvider is an autogenerated mock type for the DevicesProvider type.
MockDevicesProvider_GetAllocatableDevices_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAllocatableDevices'.
MockDevicesProvider_GetDevices_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDevices'.
MockDevicesProvider_UpdateAllocatedDevices_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAllocatedDevices'.
MockDynamicResourcesProvider is an autogenerated mock type for the DynamicResourcesProvider type.
MockDynamicResourcesProvider_GetDynamicResources_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDynamicResources'.
MockMemoryProvider is an autogenerated mock type for the MemoryProvider type.
MockMemoryProvider_GetAllocatableMemory_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAllocatableMemory'.
MockMemoryProvider_GetMemory_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetMemory'.
MockPodsProvider is an autogenerated mock type for the PodsProvider type.
MockPodsProvider_GetPodByName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPodByName'.
MockPodsProvider_GetPods_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPods'.