Versions in this module Expand all Collapse all v1 v1.2.3 Apr 22, 2024 v1.2.2 Mar 20, 2024 Changes in this version + type MockCoreV1Interface struct + func NewMockCoreV1Interface(ctrl *gomock.Controller) *MockCoreV1Interface + func (m *MockCoreV1Interface) ComponentStatuses() v12.ComponentStatusInterface + func (m *MockCoreV1Interface) ConfigMaps(arg0 string) v12.ConfigMapInterface + func (m *MockCoreV1Interface) EXPECT() *MockCoreV1InterfaceMockRecorder + func (m *MockCoreV1Interface) Endpoints(arg0 string) v12.EndpointsInterface + func (m *MockCoreV1Interface) Events(arg0 string) v12.EventInterface + func (m *MockCoreV1Interface) LimitRanges(arg0 string) v12.LimitRangeInterface + func (m *MockCoreV1Interface) Namespaces() v12.NamespaceInterface + func (m *MockCoreV1Interface) Nodes() v12.NodeInterface + func (m *MockCoreV1Interface) PersistentVolumeClaims(arg0 string) v12.PersistentVolumeClaimInterface + func (m *MockCoreV1Interface) PersistentVolumes() v12.PersistentVolumeInterface + func (m *MockCoreV1Interface) PodTemplates(arg0 string) v12.PodTemplateInterface + func (m *MockCoreV1Interface) Pods(arg0 string) v12.PodInterface + func (m *MockCoreV1Interface) RESTClient() rest.Interface + func (m *MockCoreV1Interface) ReplicationControllers(arg0 string) v12.ReplicationControllerInterface + func (m *MockCoreV1Interface) ResourceQuotas(arg0 string) v12.ResourceQuotaInterface + func (m *MockCoreV1Interface) Secrets(arg0 string) v12.SecretInterface + func (m *MockCoreV1Interface) ServiceAccounts(arg0 string) v12.ServiceAccountInterface + func (m *MockCoreV1Interface) Services(arg0 string) v12.ServiceInterface + type MockCoreV1InterfaceMockRecorder struct + func (mr *MockCoreV1InterfaceMockRecorder) ComponentStatuses() *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) ConfigMaps(arg0 any) *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) Endpoints(arg0 any) *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) Events(arg0 any) *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) LimitRanges(arg0 any) *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) Namespaces() *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) Nodes() *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) PersistentVolumeClaims(arg0 any) *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) PersistentVolumes() *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) PodTemplates(arg0 any) *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) Pods(arg0 any) *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) RESTClient() *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) ReplicationControllers(arg0 any) *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) ResourceQuotas(arg0 any) *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) Secrets(arg0 any) *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) ServiceAccounts(arg0 any) *gomock.Call + func (mr *MockCoreV1InterfaceMockRecorder) Services(arg0 any) *gomock.Call + type MockNodeInterface struct + func NewMockNodeInterface(ctrl *gomock.Controller) *MockNodeInterface + func (m *MockNodeInterface) Apply(arg0 context.Context, arg1 *v11.NodeApplyConfiguration, arg2 v10.ApplyOptions) (*v1.Node, error) + func (m *MockNodeInterface) ApplyStatus(arg0 context.Context, arg1 *v11.NodeApplyConfiguration, arg2 v10.ApplyOptions) (*v1.Node, error) + func (m *MockNodeInterface) Create(arg0 context.Context, arg1 *v1.Node, arg2 v10.CreateOptions) (*v1.Node, error) + func (m *MockNodeInterface) Delete(arg0 context.Context, arg1 string, arg2 v10.DeleteOptions) error + func (m *MockNodeInterface) DeleteCollection(arg0 context.Context, arg1 v10.DeleteOptions, arg2 v10.ListOptions) error + func (m *MockNodeInterface) EXPECT() *MockNodeInterfaceMockRecorder + func (m *MockNodeInterface) Get(arg0 context.Context, arg1 string, arg2 v10.GetOptions) (*v1.Node, error) + func (m *MockNodeInterface) List(arg0 context.Context, arg1 v10.ListOptions) (*v1.NodeList, error) + func (m *MockNodeInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, ...) (*v1.Node, error) + func (m *MockNodeInterface) PatchStatus(arg0 context.Context, arg1 string, arg2 []byte) (*v1.Node, error) + func (m *MockNodeInterface) Update(arg0 context.Context, arg1 *v1.Node, arg2 v10.UpdateOptions) (*v1.Node, error) + func (m *MockNodeInterface) UpdateStatus(arg0 context.Context, arg1 *v1.Node, arg2 v10.UpdateOptions) (*v1.Node, error) + func (m *MockNodeInterface) Watch(arg0 context.Context, arg1 v10.ListOptions) (watch.Interface, error) + type MockNodeInterfaceMockRecorder struct + func (mr *MockNodeInterfaceMockRecorder) Apply(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockNodeInterfaceMockRecorder) ApplyStatus(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockNodeInterfaceMockRecorder) Create(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockNodeInterfaceMockRecorder) Delete(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockNodeInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockNodeInterfaceMockRecorder) Get(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockNodeInterfaceMockRecorder) List(arg0, arg1 any) *gomock.Call + func (mr *MockNodeInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call + func (mr *MockNodeInterfaceMockRecorder) PatchStatus(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockNodeInterfaceMockRecorder) Update(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockNodeInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 any) *gomock.Call + func (mr *MockNodeInterfaceMockRecorder) Watch(arg0, arg1 any) *gomock.Call