Documentation ¶
Overview ¶
Package mock_cloud is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockCloud
- func (m *MockCloud) CreateAccessPoint(ctx context.Context, clientToken string, ...) (*cloud.AccessPoint, error)
- func (m *MockCloud) DeleteAccessPoint(ctx context.Context, accessPointId string) error
- func (m *MockCloud) DescribeAccessPoint(ctx context.Context, accessPointId string) (*cloud.AccessPoint, error)
- func (m *MockCloud) DescribeFileSystem(ctx context.Context, fileSystemId string) (*cloud.FileSystem, error)
- func (m *MockCloud) DescribeMountTargets(ctx context.Context, fileSystemId, az string) (*cloud.MountTarget, error)
- func (m *MockCloud) EXPECT() *MockCloudMockRecorder
- func (m *MockCloud) GetMetadata() cloud.MetadataService
- func (m *MockCloud) ListAccessPoints(arg0 context.Context, arg1 string) ([]*cloud.AccessPoint, error)
- type MockCloudMockRecorder
- func (mr *MockCloudMockRecorder) CreateAccessPoint(ctx, clientToken, accessPointOpts, usePvcName interface{}) *gomock.Call
- func (mr *MockCloudMockRecorder) DeleteAccessPoint(ctx, accessPointId interface{}) *gomock.Call
- func (mr *MockCloudMockRecorder) DescribeAccessPoint(ctx, accessPointId interface{}) *gomock.Call
- func (mr *MockCloudMockRecorder) DescribeFileSystem(ctx, fileSystemId interface{}) *gomock.Call
- func (mr *MockCloudMockRecorder) DescribeMountTargets(ctx, fileSystemId, az interface{}) *gomock.Call
- func (mr *MockCloudMockRecorder) GetMetadata() *gomock.Call
- func (mr *MockCloudMockRecorder) ListAccessPoints(arg0, arg1 interface{}) *gomock.Call
- type 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
- func (mr *MockCoreV1InterfaceMockRecorder) ComponentStatuses() *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) ConfigMaps(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Endpoints(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Events(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) LimitRanges(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Namespaces() *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Nodes() *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) PersistentVolumeClaims(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) PersistentVolumes() *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) PodTemplates(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Pods(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) RESTClient() *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) ReplicationControllers(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) ResourceQuotas(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Secrets(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) ServiceAccounts(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Services(arg0 interface{}) *gomock.Call
- type MockEfs
- func (m *MockEfs) CreateAccessPointWithContext(arg0 aws.Context, arg1 *efs.CreateAccessPointInput, arg2 ...request.Option) (*efs.CreateAccessPointOutput, error)
- func (m *MockEfs) DeleteAccessPointWithContext(arg0 aws.Context, arg1 *efs.DeleteAccessPointInput, arg2 ...request.Option) (*efs.DeleteAccessPointOutput, error)
- func (m *MockEfs) DescribeAccessPointsWithContext(arg0 aws.Context, arg1 *efs.DescribeAccessPointsInput, arg2 ...request.Option) (*efs.DescribeAccessPointsOutput, error)
- func (m *MockEfs) DescribeFileSystemsWithContext(arg0 aws.Context, arg1 *efs.DescribeFileSystemsInput, arg2 ...request.Option) (*efs.DescribeFileSystemsOutput, error)
- func (m *MockEfs) DescribeMountTargetsWithContext(arg0 aws.Context, arg1 *efs.DescribeMountTargetsInput, arg2 ...request.Option) (*efs.DescribeMountTargetsOutput, error)
- func (m *MockEfs) EXPECT() *MockEfsMockRecorder
- type MockEfsMockRecorder
- func (mr *MockEfsMockRecorder) CreateAccessPointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEfsMockRecorder) DeleteAccessPointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEfsMockRecorder) DescribeAccessPointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEfsMockRecorder) DescribeFileSystemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockEfsMockRecorder) DescribeMountTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockKubernetesClient
- func (m *MockKubernetesClient) AdmissionregistrationV1() v1.AdmissionregistrationV1Interface
- func (m *MockKubernetesClient) AdmissionregistrationV1alpha1() v1alpha1.AdmissionregistrationV1alpha1Interface
- func (m *MockKubernetesClient) AdmissionregistrationV1beta1() v1beta1.AdmissionregistrationV1beta1Interface
- func (m *MockKubernetesClient) AppsV1() v10.AppsV1Interface
- func (m *MockKubernetesClient) AppsV1beta1() v1beta10.AppsV1beta1Interface
- func (m *MockKubernetesClient) AppsV1beta2() v1beta2.AppsV1beta2Interface
- func (m *MockKubernetesClient) AuthenticationV1() v11.AuthenticationV1Interface
- func (m *MockKubernetesClient) AuthenticationV1alpha1() v1alpha11.AuthenticationV1alpha1Interface
- func (m *MockKubernetesClient) AuthenticationV1beta1() v1beta11.AuthenticationV1beta1Interface
- func (m *MockKubernetesClient) AuthorizationV1() v12.AuthorizationV1Interface
- func (m *MockKubernetesClient) AuthorizationV1beta1() v1beta12.AuthorizationV1beta1Interface
- func (m *MockKubernetesClient) AutoscalingV1() v13.AutoscalingV1Interface
- func (m *MockKubernetesClient) AutoscalingV2() v2.AutoscalingV2Interface
- func (m *MockKubernetesClient) AutoscalingV2beta1() v2beta1.AutoscalingV2beta1Interface
- func (m *MockKubernetesClient) AutoscalingV2beta2() v2beta2.AutoscalingV2beta2Interface
- func (m *MockKubernetesClient) BatchV1() v14.BatchV1Interface
- func (m *MockKubernetesClient) BatchV1beta1() v1beta13.BatchV1beta1Interface
- func (m *MockKubernetesClient) CertificatesV1() v15.CertificatesV1Interface
- func (m *MockKubernetesClient) CertificatesV1beta1() v1beta14.CertificatesV1beta1Interface
- func (m *MockKubernetesClient) CoordinationV1() v16.CoordinationV1Interface
- func (m *MockKubernetesClient) CoordinationV1beta1() v1beta15.CoordinationV1beta1Interface
- func (m *MockKubernetesClient) CoreV1() v17.CoreV1Interface
- func (m *MockKubernetesClient) Discovery() discovery.DiscoveryInterface
- func (m *MockKubernetesClient) DiscoveryV1() v18.DiscoveryV1Interface
- func (m *MockKubernetesClient) DiscoveryV1beta1() v1beta16.DiscoveryV1beta1Interface
- func (m *MockKubernetesClient) EXPECT() *MockKubernetesClientMockRecorder
- func (m *MockKubernetesClient) EventsV1() v19.EventsV1Interface
- func (m *MockKubernetesClient) EventsV1beta1() v1beta17.EventsV1beta1Interface
- func (m *MockKubernetesClient) ExtensionsV1beta1() v1beta18.ExtensionsV1beta1Interface
- func (m *MockKubernetesClient) FlowcontrolV1alpha1() v1alpha12.FlowcontrolV1alpha1Interface
- func (m *MockKubernetesClient) FlowcontrolV1beta1() v1beta19.FlowcontrolV1beta1Interface
- func (m *MockKubernetesClient) FlowcontrolV1beta2() v1beta20.FlowcontrolV1beta2Interface
- func (m *MockKubernetesClient) FlowcontrolV1beta3() v1beta3.FlowcontrolV1beta3Interface
- func (m *MockKubernetesClient) InternalV1alpha1() v1alpha10.InternalV1alpha1Interface
- func (m *MockKubernetesClient) NetworkingV1() v110.NetworkingV1Interface
- func (m *MockKubernetesClient) NetworkingV1alpha1() v1alpha13.NetworkingV1alpha1Interface
- func (m *MockKubernetesClient) NetworkingV1beta1() v1beta110.NetworkingV1beta1Interface
- func (m *MockKubernetesClient) NodeV1() v111.NodeV1Interface
- func (m *MockKubernetesClient) NodeV1alpha1() v1alpha14.NodeV1alpha1Interface
- func (m *MockKubernetesClient) NodeV1beta1() v1beta111.NodeV1beta1Interface
- func (m *MockKubernetesClient) PolicyV1() v112.PolicyV1Interface
- func (m *MockKubernetesClient) PolicyV1beta1() v1beta112.PolicyV1beta1Interface
- func (m *MockKubernetesClient) RbacV1() v113.RbacV1Interface
- func (m *MockKubernetesClient) RbacV1alpha1() v1alpha15.RbacV1alpha1Interface
- func (m *MockKubernetesClient) RbacV1beta1() v1beta113.RbacV1beta1Interface
- func (m *MockKubernetesClient) ResourceV1alpha1() v1alpha16.ResourceV1alpha1Interface
- func (m *MockKubernetesClient) SchedulingV1() v114.SchedulingV1Interface
- func (m *MockKubernetesClient) SchedulingV1alpha1() v1alpha17.SchedulingV1alpha1Interface
- func (m *MockKubernetesClient) SchedulingV1beta1() v1beta114.SchedulingV1beta1Interface
- func (m *MockKubernetesClient) StorageV1() v115.StorageV1Interface
- func (m *MockKubernetesClient) StorageV1alpha1() v1alpha18.StorageV1alpha1Interface
- func (m *MockKubernetesClient) StorageV1beta1() v1beta115.StorageV1beta1Interface
- type MockKubernetesClientMockRecorder
- func (mr *MockKubernetesClientMockRecorder) AdmissionregistrationV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AdmissionregistrationV1alpha1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AdmissionregistrationV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AppsV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AppsV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AppsV1beta2() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AuthenticationV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AuthenticationV1alpha1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AuthenticationV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AuthorizationV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AuthorizationV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AutoscalingV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AutoscalingV2() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AutoscalingV2beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) AutoscalingV2beta2() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) BatchV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) BatchV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) CertificatesV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) CertificatesV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) CoordinationV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) CoordinationV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) CoreV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) Discovery() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) DiscoveryV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) DiscoveryV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) EventsV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) EventsV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) ExtensionsV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) FlowcontrolV1alpha1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) FlowcontrolV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) FlowcontrolV1beta2() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) FlowcontrolV1beta3() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) InternalV1alpha1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) NetworkingV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) NetworkingV1alpha1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) NetworkingV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) NodeV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) NodeV1alpha1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) NodeV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) PolicyV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) PolicyV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) RbacV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) RbacV1alpha1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) RbacV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) ResourceV1alpha1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) SchedulingV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) SchedulingV1alpha1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) SchedulingV1beta1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) StorageV1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) StorageV1alpha1() *gomock.Call
- func (mr *MockKubernetesClientMockRecorder) StorageV1beta1() *gomock.Call
- type MockMounter
- func (m *MockMounter) EXPECT() *MockMounterMockRecorder
- func (m *MockMounter) GetDeviceName(arg0 string) (string, int, error)
- func (m *MockMounter) GetMountRefs(arg0 string) ([]string, error)
- func (m *MockMounter) IsLikelyNotMountPoint(arg0 string) (bool, error)
- func (m *MockMounter) IsMountPoint(arg0 string) (bool, error)
- func (m *MockMounter) List() ([]mount_utils.MountPoint, error)
- func (m *MockMounter) MakeDir(arg0 string) error
- func (m *MockMounter) Mount(arg0, arg1, arg2 string, arg3 []string) error
- func (m *MockMounter) MountSensitive(arg0, arg1, arg2 string, arg3, arg4 []string) error
- func (m *MockMounter) MountSensitiveWithoutSystemd(arg0, arg1, arg2 string, arg3, arg4 []string) error
- func (m *MockMounter) MountSensitiveWithoutSystemdWithMountFlags(arg0, arg1, arg2 string, arg3, arg4, arg5 []string) error
- func (m *MockMounter) Unmount(arg0 string) error
- type MockMounterMockRecorder
- func (mr *MockMounterMockRecorder) GetDeviceName(arg0 interface{}) *gomock.Call
- func (mr *MockMounterMockRecorder) GetMountRefs(arg0 interface{}) *gomock.Call
- func (mr *MockMounterMockRecorder) IsLikelyNotMountPoint(arg0 interface{}) *gomock.Call
- func (mr *MockMounterMockRecorder) IsMountPoint(arg0 interface{}) *gomock.Call
- func (mr *MockMounterMockRecorder) List() *gomock.Call
- func (mr *MockMounterMockRecorder) MakeDir(arg0 interface{}) *gomock.Call
- func (mr *MockMounterMockRecorder) Mount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockMounterMockRecorder) MountSensitive(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockMounterMockRecorder) MountSensitiveWithoutSystemd(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockMounterMockRecorder) MountSensitiveWithoutSystemdWithMountFlags(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockMounterMockRecorder) Unmount(arg0 interface{}) *gomock.Call
- type 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
- func (mr *MockNodeInterfaceMockRecorder) Apply(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNodeInterfaceMockRecorder) ApplyStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNodeInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNodeInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNodeInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNodeInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNodeInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNodeInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call
- func (mr *MockNodeInterfaceMockRecorder) PatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNodeInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNodeInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNodeInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCloud ¶ added in v1.2.0
type MockCloud struct {
// contains filtered or unexported fields
}
MockCloud is a mock of Cloud interface.
func NewMockCloud ¶ added in v1.2.0
func NewMockCloud(ctrl *gomock.Controller) *MockCloud
NewMockCloud creates a new mock instance.
func (*MockCloud) CreateAccessPoint ¶ added in v1.2.0
func (m *MockCloud) CreateAccessPoint(ctx context.Context, clientToken string, accessPointOpts *cloud.AccessPointOptions, usePvcName bool) (*cloud.AccessPoint, error)
CreateAccessPoint mocks base method.
func (*MockCloud) DeleteAccessPoint ¶ added in v1.2.0
DeleteAccessPoint mocks base method.
func (*MockCloud) DescribeAccessPoint ¶ added in v1.2.0
func (m *MockCloud) DescribeAccessPoint(ctx context.Context, accessPointId string) (*cloud.AccessPoint, error)
DescribeAccessPoint mocks base method.
func (*MockCloud) DescribeFileSystem ¶ added in v1.2.0
func (m *MockCloud) DescribeFileSystem(ctx context.Context, fileSystemId string) (*cloud.FileSystem, error)
DescribeFileSystem mocks base method.
func (*MockCloud) DescribeMountTargets ¶ added in v1.3.0
func (m *MockCloud) DescribeMountTargets(ctx context.Context, fileSystemId, az string) (*cloud.MountTarget, error)
DescribeMountTargets mocks base method.
func (*MockCloud) EXPECT ¶ added in v1.2.0
func (m *MockCloud) EXPECT() *MockCloudMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCloud) GetMetadata ¶ added in v1.2.0
func (m *MockCloud) GetMetadata() cloud.MetadataService
GetMetadata mocks base method.
func (*MockCloud) ListAccessPoints ¶ added in v1.7.0
func (m *MockCloud) ListAccessPoints(arg0 context.Context, arg1 string) ([]*cloud.AccessPoint, error)
ListAccessPoints mocks base method.
type MockCloudMockRecorder ¶ added in v1.2.0
type MockCloudMockRecorder struct {
// contains filtered or unexported fields
}
MockCloudMockRecorder is the mock recorder for MockCloud.
func (*MockCloudMockRecorder) CreateAccessPoint ¶ added in v1.2.0
func (mr *MockCloudMockRecorder) CreateAccessPoint(ctx, clientToken, accessPointOpts, usePvcName interface{}) *gomock.Call
CreateAccessPoint indicates an expected call of CreateAccessPoint.
func (*MockCloudMockRecorder) DeleteAccessPoint ¶ added in v1.2.0
func (mr *MockCloudMockRecorder) DeleteAccessPoint(ctx, accessPointId interface{}) *gomock.Call
DeleteAccessPoint indicates an expected call of DeleteAccessPoint.
func (*MockCloudMockRecorder) DescribeAccessPoint ¶ added in v1.2.0
func (mr *MockCloudMockRecorder) DescribeAccessPoint(ctx, accessPointId interface{}) *gomock.Call
DescribeAccessPoint indicates an expected call of DescribeAccessPoint.
func (*MockCloudMockRecorder) DescribeFileSystem ¶ added in v1.2.0
func (mr *MockCloudMockRecorder) DescribeFileSystem(ctx, fileSystemId interface{}) *gomock.Call
DescribeFileSystem indicates an expected call of DescribeFileSystem.
func (*MockCloudMockRecorder) DescribeMountTargets ¶ added in v1.3.0
func (mr *MockCloudMockRecorder) DescribeMountTargets(ctx, fileSystemId, az interface{}) *gomock.Call
DescribeMountTargets indicates an expected call of DescribeMountTargets.
func (*MockCloudMockRecorder) GetMetadata ¶ added in v1.2.0
func (mr *MockCloudMockRecorder) GetMetadata() *gomock.Call
GetMetadata indicates an expected call of GetMetadata.
func (*MockCloudMockRecorder) ListAccessPoints ¶ added in v1.7.0
func (mr *MockCloudMockRecorder) ListAccessPoints(arg0, arg1 interface{}) *gomock.Call
ListAccessPoints indicates an expected call of ListAccessPoints.
type MockCoreV1Interface ¶ added in v1.7.2
type MockCoreV1Interface struct {
// contains filtered or unexported fields
}
MockCoreV1Interface is a mock of CoreV1Interface interface.
func NewMockCoreV1Interface ¶ added in v1.7.2
func NewMockCoreV1Interface(ctrl *gomock.Controller) *MockCoreV1Interface
NewMockCoreV1Interface creates a new mock instance.
func (*MockCoreV1Interface) ComponentStatuses ¶ added in v1.7.2
func (m *MockCoreV1Interface) ComponentStatuses() v12.ComponentStatusInterface
ComponentStatuses mocks base method.
func (*MockCoreV1Interface) ConfigMaps ¶ added in v1.7.2
func (m *MockCoreV1Interface) ConfigMaps(arg0 string) v12.ConfigMapInterface
ConfigMaps mocks base method.
func (*MockCoreV1Interface) EXPECT ¶ added in v1.7.2
func (m *MockCoreV1Interface) EXPECT() *MockCoreV1InterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCoreV1Interface) Endpoints ¶ added in v1.7.2
func (m *MockCoreV1Interface) Endpoints(arg0 string) v12.EndpointsInterface
Endpoints mocks base method.
func (*MockCoreV1Interface) Events ¶ added in v1.7.2
func (m *MockCoreV1Interface) Events(arg0 string) v12.EventInterface
Events mocks base method.
func (*MockCoreV1Interface) LimitRanges ¶ added in v1.7.2
func (m *MockCoreV1Interface) LimitRanges(arg0 string) v12.LimitRangeInterface
LimitRanges mocks base method.
func (*MockCoreV1Interface) Namespaces ¶ added in v1.7.2
func (m *MockCoreV1Interface) Namespaces() v12.NamespaceInterface
Namespaces mocks base method.
func (*MockCoreV1Interface) Nodes ¶ added in v1.7.2
func (m *MockCoreV1Interface) Nodes() v12.NodeInterface
Nodes mocks base method.
func (*MockCoreV1Interface) PersistentVolumeClaims ¶ added in v1.7.2
func (m *MockCoreV1Interface) PersistentVolumeClaims(arg0 string) v12.PersistentVolumeClaimInterface
PersistentVolumeClaims mocks base method.
func (*MockCoreV1Interface) PersistentVolumes ¶ added in v1.7.2
func (m *MockCoreV1Interface) PersistentVolumes() v12.PersistentVolumeInterface
PersistentVolumes mocks base method.
func (*MockCoreV1Interface) PodTemplates ¶ added in v1.7.2
func (m *MockCoreV1Interface) PodTemplates(arg0 string) v12.PodTemplateInterface
PodTemplates mocks base method.
func (*MockCoreV1Interface) Pods ¶ added in v1.7.2
func (m *MockCoreV1Interface) Pods(arg0 string) v12.PodInterface
Pods mocks base method.
func (*MockCoreV1Interface) RESTClient ¶ added in v1.7.2
func (m *MockCoreV1Interface) RESTClient() rest.Interface
RESTClient mocks base method.
func (*MockCoreV1Interface) ReplicationControllers ¶ added in v1.7.2
func (m *MockCoreV1Interface) ReplicationControllers(arg0 string) v12.ReplicationControllerInterface
ReplicationControllers mocks base method.
func (*MockCoreV1Interface) ResourceQuotas ¶ added in v1.7.2
func (m *MockCoreV1Interface) ResourceQuotas(arg0 string) v12.ResourceQuotaInterface
ResourceQuotas mocks base method.
func (*MockCoreV1Interface) Secrets ¶ added in v1.7.2
func (m *MockCoreV1Interface) Secrets(arg0 string) v12.SecretInterface
Secrets mocks base method.
func (*MockCoreV1Interface) ServiceAccounts ¶ added in v1.7.2
func (m *MockCoreV1Interface) ServiceAccounts(arg0 string) v12.ServiceAccountInterface
ServiceAccounts mocks base method.
func (*MockCoreV1Interface) Services ¶ added in v1.7.2
func (m *MockCoreV1Interface) Services(arg0 string) v12.ServiceInterface
Services mocks base method.
type MockCoreV1InterfaceMockRecorder ¶ added in v1.7.2
type MockCoreV1InterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockCoreV1InterfaceMockRecorder is the mock recorder for MockCoreV1Interface.
func (*MockCoreV1InterfaceMockRecorder) ComponentStatuses ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) ComponentStatuses() *gomock.Call
ComponentStatuses indicates an expected call of ComponentStatuses.
func (*MockCoreV1InterfaceMockRecorder) ConfigMaps ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) ConfigMaps(arg0 interface{}) *gomock.Call
ConfigMaps indicates an expected call of ConfigMaps.
func (*MockCoreV1InterfaceMockRecorder) Endpoints ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) Endpoints(arg0 interface{}) *gomock.Call
Endpoints indicates an expected call of Endpoints.
func (*MockCoreV1InterfaceMockRecorder) Events ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) Events(arg0 interface{}) *gomock.Call
Events indicates an expected call of Events.
func (*MockCoreV1InterfaceMockRecorder) LimitRanges ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) LimitRanges(arg0 interface{}) *gomock.Call
LimitRanges indicates an expected call of LimitRanges.
func (*MockCoreV1InterfaceMockRecorder) Namespaces ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) Namespaces() *gomock.Call
Namespaces indicates an expected call of Namespaces.
func (*MockCoreV1InterfaceMockRecorder) Nodes ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) Nodes() *gomock.Call
Nodes indicates an expected call of Nodes.
func (*MockCoreV1InterfaceMockRecorder) PersistentVolumeClaims ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) PersistentVolumeClaims(arg0 interface{}) *gomock.Call
PersistentVolumeClaims indicates an expected call of PersistentVolumeClaims.
func (*MockCoreV1InterfaceMockRecorder) PersistentVolumes ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) PersistentVolumes() *gomock.Call
PersistentVolumes indicates an expected call of PersistentVolumes.
func (*MockCoreV1InterfaceMockRecorder) PodTemplates ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) PodTemplates(arg0 interface{}) *gomock.Call
PodTemplates indicates an expected call of PodTemplates.
func (*MockCoreV1InterfaceMockRecorder) Pods ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) Pods(arg0 interface{}) *gomock.Call
Pods indicates an expected call of Pods.
func (*MockCoreV1InterfaceMockRecorder) RESTClient ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) RESTClient() *gomock.Call
RESTClient indicates an expected call of RESTClient.
func (*MockCoreV1InterfaceMockRecorder) ReplicationControllers ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) ReplicationControllers(arg0 interface{}) *gomock.Call
ReplicationControllers indicates an expected call of ReplicationControllers.
func (*MockCoreV1InterfaceMockRecorder) ResourceQuotas ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) ResourceQuotas(arg0 interface{}) *gomock.Call
ResourceQuotas indicates an expected call of ResourceQuotas.
func (*MockCoreV1InterfaceMockRecorder) Secrets ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) Secrets(arg0 interface{}) *gomock.Call
Secrets indicates an expected call of Secrets.
func (*MockCoreV1InterfaceMockRecorder) ServiceAccounts ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) ServiceAccounts(arg0 interface{}) *gomock.Call
ServiceAccounts indicates an expected call of ServiceAccounts.
func (*MockCoreV1InterfaceMockRecorder) Services ¶ added in v1.7.2
func (mr *MockCoreV1InterfaceMockRecorder) Services(arg0 interface{}) *gomock.Call
Services indicates an expected call of Services.
type MockEfs ¶ added in v1.7.0
type MockEfs struct {
// contains filtered or unexported fields
}
MockEfs is a mock of Efs interface.
func NewMockEfs ¶ added in v1.7.0
func NewMockEfs(ctrl *gomock.Controller) *MockEfs
NewMockEfs creates a new mock instance.
func (*MockEfs) CreateAccessPointWithContext ¶ added in v1.7.0
func (m *MockEfs) CreateAccessPointWithContext(arg0 aws.Context, arg1 *efs.CreateAccessPointInput, arg2 ...request.Option) (*efs.CreateAccessPointOutput, error)
CreateAccessPointWithContext mocks base method.
func (*MockEfs) DeleteAccessPointWithContext ¶ added in v1.7.0
func (m *MockEfs) DeleteAccessPointWithContext(arg0 aws.Context, arg1 *efs.DeleteAccessPointInput, arg2 ...request.Option) (*efs.DeleteAccessPointOutput, error)
DeleteAccessPointWithContext mocks base method.
func (*MockEfs) DescribeAccessPointsWithContext ¶ added in v1.7.0
func (m *MockEfs) DescribeAccessPointsWithContext(arg0 aws.Context, arg1 *efs.DescribeAccessPointsInput, arg2 ...request.Option) (*efs.DescribeAccessPointsOutput, error)
DescribeAccessPointsWithContext mocks base method.
func (*MockEfs) DescribeFileSystemsWithContext ¶ added in v1.7.0
func (m *MockEfs) DescribeFileSystemsWithContext(arg0 aws.Context, arg1 *efs.DescribeFileSystemsInput, arg2 ...request.Option) (*efs.DescribeFileSystemsOutput, error)
DescribeFileSystemsWithContext mocks base method.
func (*MockEfs) DescribeMountTargetsWithContext ¶ added in v1.7.0
func (m *MockEfs) DescribeMountTargetsWithContext(arg0 aws.Context, arg1 *efs.DescribeMountTargetsInput, arg2 ...request.Option) (*efs.DescribeMountTargetsOutput, error)
DescribeMountTargetsWithContext mocks base method.
func (*MockEfs) EXPECT ¶ added in v1.7.0
func (m *MockEfs) EXPECT() *MockEfsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockEfsMockRecorder ¶ added in v1.7.0
type MockEfsMockRecorder struct {
// contains filtered or unexported fields
}
MockEfsMockRecorder is the mock recorder for MockEfs.
func (*MockEfsMockRecorder) CreateAccessPointWithContext ¶ added in v1.7.0
func (mr *MockEfsMockRecorder) CreateAccessPointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateAccessPointWithContext indicates an expected call of CreateAccessPointWithContext.
func (*MockEfsMockRecorder) DeleteAccessPointWithContext ¶ added in v1.7.0
func (mr *MockEfsMockRecorder) DeleteAccessPointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteAccessPointWithContext indicates an expected call of DeleteAccessPointWithContext.
func (*MockEfsMockRecorder) DescribeAccessPointsWithContext ¶ added in v1.7.0
func (mr *MockEfsMockRecorder) DescribeAccessPointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeAccessPointsWithContext indicates an expected call of DescribeAccessPointsWithContext.
func (*MockEfsMockRecorder) DescribeFileSystemsWithContext ¶ added in v1.7.0
func (mr *MockEfsMockRecorder) DescribeFileSystemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeFileSystemsWithContext indicates an expected call of DescribeFileSystemsWithContext.
func (*MockEfsMockRecorder) DescribeMountTargetsWithContext ¶ added in v1.7.0
func (mr *MockEfsMockRecorder) DescribeMountTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeMountTargetsWithContext indicates an expected call of DescribeMountTargetsWithContext.
type MockKubernetesClient ¶ added in v1.7.2
type MockKubernetesClient struct {
// contains filtered or unexported fields
}
MockKubernetesClient is a mock of Interface interface.
func NewMockKubernetesClient ¶ added in v1.7.2
func NewMockKubernetesClient(ctrl *gomock.Controller) *MockKubernetesClient
NewMockKubernetesClient creates a new mock instance.
func (*MockKubernetesClient) AdmissionregistrationV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) AdmissionregistrationV1() v1.AdmissionregistrationV1Interface
AdmissionregistrationV1 mocks base method.
func (*MockKubernetesClient) AdmissionregistrationV1alpha1 ¶ added in v1.7.2
func (m *MockKubernetesClient) AdmissionregistrationV1alpha1() v1alpha1.AdmissionregistrationV1alpha1Interface
AdmissionregistrationV1alpha1 mocks base method.
func (*MockKubernetesClient) AdmissionregistrationV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) AdmissionregistrationV1beta1() v1beta1.AdmissionregistrationV1beta1Interface
AdmissionregistrationV1beta1 mocks base method.
func (*MockKubernetesClient) AppsV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) AppsV1() v10.AppsV1Interface
AppsV1 mocks base method.
func (*MockKubernetesClient) AppsV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) AppsV1beta1() v1beta10.AppsV1beta1Interface
AppsV1beta1 mocks base method.
func (*MockKubernetesClient) AppsV1beta2 ¶ added in v1.7.2
func (m *MockKubernetesClient) AppsV1beta2() v1beta2.AppsV1beta2Interface
AppsV1beta2 mocks base method.
func (*MockKubernetesClient) AuthenticationV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) AuthenticationV1() v11.AuthenticationV1Interface
AuthenticationV1 mocks base method.
func (*MockKubernetesClient) AuthenticationV1alpha1 ¶ added in v1.7.2
func (m *MockKubernetesClient) AuthenticationV1alpha1() v1alpha11.AuthenticationV1alpha1Interface
AuthenticationV1alpha1 mocks base method.
func (*MockKubernetesClient) AuthenticationV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) AuthenticationV1beta1() v1beta11.AuthenticationV1beta1Interface
AuthenticationV1beta1 mocks base method.
func (*MockKubernetesClient) AuthorizationV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) AuthorizationV1() v12.AuthorizationV1Interface
AuthorizationV1 mocks base method.
func (*MockKubernetesClient) AuthorizationV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) AuthorizationV1beta1() v1beta12.AuthorizationV1beta1Interface
AuthorizationV1beta1 mocks base method.
func (*MockKubernetesClient) AutoscalingV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) AutoscalingV1() v13.AutoscalingV1Interface
AutoscalingV1 mocks base method.
func (*MockKubernetesClient) AutoscalingV2 ¶ added in v1.7.2
func (m *MockKubernetesClient) AutoscalingV2() v2.AutoscalingV2Interface
AutoscalingV2 mocks base method.
func (*MockKubernetesClient) AutoscalingV2beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) AutoscalingV2beta1() v2beta1.AutoscalingV2beta1Interface
AutoscalingV2beta1 mocks base method.
func (*MockKubernetesClient) AutoscalingV2beta2 ¶ added in v1.7.2
func (m *MockKubernetesClient) AutoscalingV2beta2() v2beta2.AutoscalingV2beta2Interface
AutoscalingV2beta2 mocks base method.
func (*MockKubernetesClient) BatchV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) BatchV1() v14.BatchV1Interface
BatchV1 mocks base method.
func (*MockKubernetesClient) BatchV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) BatchV1beta1() v1beta13.BatchV1beta1Interface
BatchV1beta1 mocks base method.
func (*MockKubernetesClient) CertificatesV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) CertificatesV1() v15.CertificatesV1Interface
CertificatesV1 mocks base method.
func (*MockKubernetesClient) CertificatesV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) CertificatesV1beta1() v1beta14.CertificatesV1beta1Interface
CertificatesV1beta1 mocks base method.
func (*MockKubernetesClient) CoordinationV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) CoordinationV1() v16.CoordinationV1Interface
CoordinationV1 mocks base method.
func (*MockKubernetesClient) CoordinationV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) CoordinationV1beta1() v1beta15.CoordinationV1beta1Interface
CoordinationV1beta1 mocks base method.
func (*MockKubernetesClient) CoreV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) CoreV1() v17.CoreV1Interface
CoreV1 mocks base method.
func (*MockKubernetesClient) Discovery ¶ added in v1.7.2
func (m *MockKubernetesClient) Discovery() discovery.DiscoveryInterface
Discovery mocks base method.
func (*MockKubernetesClient) DiscoveryV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) DiscoveryV1() v18.DiscoveryV1Interface
DiscoveryV1 mocks base method.
func (*MockKubernetesClient) DiscoveryV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) DiscoveryV1beta1() v1beta16.DiscoveryV1beta1Interface
DiscoveryV1beta1 mocks base method.
func (*MockKubernetesClient) EXPECT ¶ added in v1.7.2
func (m *MockKubernetesClient) EXPECT() *MockKubernetesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockKubernetesClient) EventsV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) EventsV1() v19.EventsV1Interface
EventsV1 mocks base method.
func (*MockKubernetesClient) EventsV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) EventsV1beta1() v1beta17.EventsV1beta1Interface
EventsV1beta1 mocks base method.
func (*MockKubernetesClient) ExtensionsV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) ExtensionsV1beta1() v1beta18.ExtensionsV1beta1Interface
ExtensionsV1beta1 mocks base method.
func (*MockKubernetesClient) FlowcontrolV1alpha1 ¶ added in v1.7.2
func (m *MockKubernetesClient) FlowcontrolV1alpha1() v1alpha12.FlowcontrolV1alpha1Interface
FlowcontrolV1alpha1 mocks base method.
func (*MockKubernetesClient) FlowcontrolV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) FlowcontrolV1beta1() v1beta19.FlowcontrolV1beta1Interface
FlowcontrolV1beta1 mocks base method.
func (*MockKubernetesClient) FlowcontrolV1beta2 ¶ added in v1.7.2
func (m *MockKubernetesClient) FlowcontrolV1beta2() v1beta20.FlowcontrolV1beta2Interface
FlowcontrolV1beta2 mocks base method.
func (*MockKubernetesClient) FlowcontrolV1beta3 ¶ added in v1.7.2
func (m *MockKubernetesClient) FlowcontrolV1beta3() v1beta3.FlowcontrolV1beta3Interface
FlowcontrolV1beta3 mocks base method.
func (*MockKubernetesClient) InternalV1alpha1 ¶ added in v1.7.2
func (m *MockKubernetesClient) InternalV1alpha1() v1alpha10.InternalV1alpha1Interface
InternalV1alpha1 mocks base method.
func (*MockKubernetesClient) NetworkingV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) NetworkingV1() v110.NetworkingV1Interface
NetworkingV1 mocks base method.
func (*MockKubernetesClient) NetworkingV1alpha1 ¶ added in v1.7.2
func (m *MockKubernetesClient) NetworkingV1alpha1() v1alpha13.NetworkingV1alpha1Interface
NetworkingV1alpha1 mocks base method.
func (*MockKubernetesClient) NetworkingV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) NetworkingV1beta1() v1beta110.NetworkingV1beta1Interface
NetworkingV1beta1 mocks base method.
func (*MockKubernetesClient) NodeV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) NodeV1() v111.NodeV1Interface
NodeV1 mocks base method.
func (*MockKubernetesClient) NodeV1alpha1 ¶ added in v1.7.2
func (m *MockKubernetesClient) NodeV1alpha1() v1alpha14.NodeV1alpha1Interface
NodeV1alpha1 mocks base method.
func (*MockKubernetesClient) NodeV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) NodeV1beta1() v1beta111.NodeV1beta1Interface
NodeV1beta1 mocks base method.
func (*MockKubernetesClient) PolicyV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) PolicyV1() v112.PolicyV1Interface
PolicyV1 mocks base method.
func (*MockKubernetesClient) PolicyV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) PolicyV1beta1() v1beta112.PolicyV1beta1Interface
PolicyV1beta1 mocks base method.
func (*MockKubernetesClient) RbacV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) RbacV1() v113.RbacV1Interface
RbacV1 mocks base method.
func (*MockKubernetesClient) RbacV1alpha1 ¶ added in v1.7.2
func (m *MockKubernetesClient) RbacV1alpha1() v1alpha15.RbacV1alpha1Interface
RbacV1alpha1 mocks base method.
func (*MockKubernetesClient) RbacV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) RbacV1beta1() v1beta113.RbacV1beta1Interface
RbacV1beta1 mocks base method.
func (*MockKubernetesClient) ResourceV1alpha1 ¶ added in v1.7.2
func (m *MockKubernetesClient) ResourceV1alpha1() v1alpha16.ResourceV1alpha1Interface
ResourceV1alpha1 mocks base method.
func (*MockKubernetesClient) SchedulingV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) SchedulingV1() v114.SchedulingV1Interface
SchedulingV1 mocks base method.
func (*MockKubernetesClient) SchedulingV1alpha1 ¶ added in v1.7.2
func (m *MockKubernetesClient) SchedulingV1alpha1() v1alpha17.SchedulingV1alpha1Interface
SchedulingV1alpha1 mocks base method.
func (*MockKubernetesClient) SchedulingV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) SchedulingV1beta1() v1beta114.SchedulingV1beta1Interface
SchedulingV1beta1 mocks base method.
func (*MockKubernetesClient) StorageV1 ¶ added in v1.7.2
func (m *MockKubernetesClient) StorageV1() v115.StorageV1Interface
StorageV1 mocks base method.
func (*MockKubernetesClient) StorageV1alpha1 ¶ added in v1.7.2
func (m *MockKubernetesClient) StorageV1alpha1() v1alpha18.StorageV1alpha1Interface
StorageV1alpha1 mocks base method.
func (*MockKubernetesClient) StorageV1beta1 ¶ added in v1.7.2
func (m *MockKubernetesClient) StorageV1beta1() v1beta115.StorageV1beta1Interface
StorageV1beta1 mocks base method.
type MockKubernetesClientMockRecorder ¶ added in v1.7.2
type MockKubernetesClientMockRecorder struct {
// contains filtered or unexported fields
}
MockKubernetesClientMockRecorder is the mock recorder for MockKubernetesClient.
func (*MockKubernetesClientMockRecorder) AdmissionregistrationV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AdmissionregistrationV1() *gomock.Call
AdmissionregistrationV1 indicates an expected call of AdmissionregistrationV1.
func (*MockKubernetesClientMockRecorder) AdmissionregistrationV1alpha1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AdmissionregistrationV1alpha1() *gomock.Call
AdmissionregistrationV1alpha1 indicates an expected call of AdmissionregistrationV1alpha1.
func (*MockKubernetesClientMockRecorder) AdmissionregistrationV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AdmissionregistrationV1beta1() *gomock.Call
AdmissionregistrationV1beta1 indicates an expected call of AdmissionregistrationV1beta1.
func (*MockKubernetesClientMockRecorder) AppsV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AppsV1() *gomock.Call
AppsV1 indicates an expected call of AppsV1.
func (*MockKubernetesClientMockRecorder) AppsV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AppsV1beta1() *gomock.Call
AppsV1beta1 indicates an expected call of AppsV1beta1.
func (*MockKubernetesClientMockRecorder) AppsV1beta2 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AppsV1beta2() *gomock.Call
AppsV1beta2 indicates an expected call of AppsV1beta2.
func (*MockKubernetesClientMockRecorder) AuthenticationV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AuthenticationV1() *gomock.Call
AuthenticationV1 indicates an expected call of AuthenticationV1.
func (*MockKubernetesClientMockRecorder) AuthenticationV1alpha1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AuthenticationV1alpha1() *gomock.Call
AuthenticationV1alpha1 indicates an expected call of AuthenticationV1alpha1.
func (*MockKubernetesClientMockRecorder) AuthenticationV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AuthenticationV1beta1() *gomock.Call
AuthenticationV1beta1 indicates an expected call of AuthenticationV1beta1.
func (*MockKubernetesClientMockRecorder) AuthorizationV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AuthorizationV1() *gomock.Call
AuthorizationV1 indicates an expected call of AuthorizationV1.
func (*MockKubernetesClientMockRecorder) AuthorizationV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AuthorizationV1beta1() *gomock.Call
AuthorizationV1beta1 indicates an expected call of AuthorizationV1beta1.
func (*MockKubernetesClientMockRecorder) AutoscalingV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AutoscalingV1() *gomock.Call
AutoscalingV1 indicates an expected call of AutoscalingV1.
func (*MockKubernetesClientMockRecorder) AutoscalingV2 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AutoscalingV2() *gomock.Call
AutoscalingV2 indicates an expected call of AutoscalingV2.
func (*MockKubernetesClientMockRecorder) AutoscalingV2beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AutoscalingV2beta1() *gomock.Call
AutoscalingV2beta1 indicates an expected call of AutoscalingV2beta1.
func (*MockKubernetesClientMockRecorder) AutoscalingV2beta2 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) AutoscalingV2beta2() *gomock.Call
AutoscalingV2beta2 indicates an expected call of AutoscalingV2beta2.
func (*MockKubernetesClientMockRecorder) BatchV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) BatchV1() *gomock.Call
BatchV1 indicates an expected call of BatchV1.
func (*MockKubernetesClientMockRecorder) BatchV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) BatchV1beta1() *gomock.Call
BatchV1beta1 indicates an expected call of BatchV1beta1.
func (*MockKubernetesClientMockRecorder) CertificatesV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) CertificatesV1() *gomock.Call
CertificatesV1 indicates an expected call of CertificatesV1.
func (*MockKubernetesClientMockRecorder) CertificatesV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) CertificatesV1beta1() *gomock.Call
CertificatesV1beta1 indicates an expected call of CertificatesV1beta1.
func (*MockKubernetesClientMockRecorder) CoordinationV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) CoordinationV1() *gomock.Call
CoordinationV1 indicates an expected call of CoordinationV1.
func (*MockKubernetesClientMockRecorder) CoordinationV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) CoordinationV1beta1() *gomock.Call
CoordinationV1beta1 indicates an expected call of CoordinationV1beta1.
func (*MockKubernetesClientMockRecorder) CoreV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) CoreV1() *gomock.Call
CoreV1 indicates an expected call of CoreV1.
func (*MockKubernetesClientMockRecorder) Discovery ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) Discovery() *gomock.Call
Discovery indicates an expected call of Discovery.
func (*MockKubernetesClientMockRecorder) DiscoveryV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) DiscoveryV1() *gomock.Call
DiscoveryV1 indicates an expected call of DiscoveryV1.
func (*MockKubernetesClientMockRecorder) DiscoveryV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) DiscoveryV1beta1() *gomock.Call
DiscoveryV1beta1 indicates an expected call of DiscoveryV1beta1.
func (*MockKubernetesClientMockRecorder) EventsV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) EventsV1() *gomock.Call
EventsV1 indicates an expected call of EventsV1.
func (*MockKubernetesClientMockRecorder) EventsV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) EventsV1beta1() *gomock.Call
EventsV1beta1 indicates an expected call of EventsV1beta1.
func (*MockKubernetesClientMockRecorder) ExtensionsV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) ExtensionsV1beta1() *gomock.Call
ExtensionsV1beta1 indicates an expected call of ExtensionsV1beta1.
func (*MockKubernetesClientMockRecorder) FlowcontrolV1alpha1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) FlowcontrolV1alpha1() *gomock.Call
FlowcontrolV1alpha1 indicates an expected call of FlowcontrolV1alpha1.
func (*MockKubernetesClientMockRecorder) FlowcontrolV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) FlowcontrolV1beta1() *gomock.Call
FlowcontrolV1beta1 indicates an expected call of FlowcontrolV1beta1.
func (*MockKubernetesClientMockRecorder) FlowcontrolV1beta2 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) FlowcontrolV1beta2() *gomock.Call
FlowcontrolV1beta2 indicates an expected call of FlowcontrolV1beta2.
func (*MockKubernetesClientMockRecorder) FlowcontrolV1beta3 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) FlowcontrolV1beta3() *gomock.Call
FlowcontrolV1beta3 indicates an expected call of FlowcontrolV1beta3.
func (*MockKubernetesClientMockRecorder) InternalV1alpha1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) InternalV1alpha1() *gomock.Call
InternalV1alpha1 indicates an expected call of InternalV1alpha1.
func (*MockKubernetesClientMockRecorder) NetworkingV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) NetworkingV1() *gomock.Call
NetworkingV1 indicates an expected call of NetworkingV1.
func (*MockKubernetesClientMockRecorder) NetworkingV1alpha1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) NetworkingV1alpha1() *gomock.Call
NetworkingV1alpha1 indicates an expected call of NetworkingV1alpha1.
func (*MockKubernetesClientMockRecorder) NetworkingV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) NetworkingV1beta1() *gomock.Call
NetworkingV1beta1 indicates an expected call of NetworkingV1beta1.
func (*MockKubernetesClientMockRecorder) NodeV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) NodeV1() *gomock.Call
NodeV1 indicates an expected call of NodeV1.
func (*MockKubernetesClientMockRecorder) NodeV1alpha1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) NodeV1alpha1() *gomock.Call
NodeV1alpha1 indicates an expected call of NodeV1alpha1.
func (*MockKubernetesClientMockRecorder) NodeV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) NodeV1beta1() *gomock.Call
NodeV1beta1 indicates an expected call of NodeV1beta1.
func (*MockKubernetesClientMockRecorder) PolicyV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) PolicyV1() *gomock.Call
PolicyV1 indicates an expected call of PolicyV1.
func (*MockKubernetesClientMockRecorder) PolicyV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) PolicyV1beta1() *gomock.Call
PolicyV1beta1 indicates an expected call of PolicyV1beta1.
func (*MockKubernetesClientMockRecorder) RbacV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) RbacV1() *gomock.Call
RbacV1 indicates an expected call of RbacV1.
func (*MockKubernetesClientMockRecorder) RbacV1alpha1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) RbacV1alpha1() *gomock.Call
RbacV1alpha1 indicates an expected call of RbacV1alpha1.
func (*MockKubernetesClientMockRecorder) RbacV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) RbacV1beta1() *gomock.Call
RbacV1beta1 indicates an expected call of RbacV1beta1.
func (*MockKubernetesClientMockRecorder) ResourceV1alpha1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) ResourceV1alpha1() *gomock.Call
ResourceV1alpha1 indicates an expected call of ResourceV1alpha1.
func (*MockKubernetesClientMockRecorder) SchedulingV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) SchedulingV1() *gomock.Call
SchedulingV1 indicates an expected call of SchedulingV1.
func (*MockKubernetesClientMockRecorder) SchedulingV1alpha1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) SchedulingV1alpha1() *gomock.Call
SchedulingV1alpha1 indicates an expected call of SchedulingV1alpha1.
func (*MockKubernetesClientMockRecorder) SchedulingV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) SchedulingV1beta1() *gomock.Call
SchedulingV1beta1 indicates an expected call of SchedulingV1beta1.
func (*MockKubernetesClientMockRecorder) StorageV1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) StorageV1() *gomock.Call
StorageV1 indicates an expected call of StorageV1.
func (*MockKubernetesClientMockRecorder) StorageV1alpha1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) StorageV1alpha1() *gomock.Call
StorageV1alpha1 indicates an expected call of StorageV1alpha1.
func (*MockKubernetesClientMockRecorder) StorageV1beta1 ¶ added in v1.7.2
func (mr *MockKubernetesClientMockRecorder) StorageV1beta1() *gomock.Call
StorageV1beta1 indicates an expected call of StorageV1beta1.
type MockMounter ¶ added in v0.3.0
type MockMounter struct { mount_utils.Interface // contains filtered or unexported fields }
MockMounter is a mock of Mounter interface.
func NewMockMounter ¶ added in v0.3.0
func NewMockMounter(ctrl *gomock.Controller) *MockMounter
NewMockMounter creates a new mock instance.
func (*MockMounter) EXPECT ¶ added in v0.3.0
func (m *MockMounter) EXPECT() *MockMounterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMounter) GetDeviceName ¶ added in v0.3.0
func (m *MockMounter) GetDeviceName(arg0 string) (string, int, error)
GetDeviceName mocks base method.
func (*MockMounter) GetMountRefs ¶ added in v0.3.0
func (m *MockMounter) GetMountRefs(arg0 string) ([]string, error)
GetMountRefs mocks base method.
func (*MockMounter) IsLikelyNotMountPoint ¶ added in v0.3.0
func (m *MockMounter) IsLikelyNotMountPoint(arg0 string) (bool, error)
IsLikelyNotMountPoint mocks base method.
func (*MockMounter) IsMountPoint ¶ added in v1.5.9
func (m *MockMounter) IsMountPoint(arg0 string) (bool, error)
IsMountPoint mocks base method.
func (*MockMounter) List ¶ added in v0.3.0
func (m *MockMounter) List() ([]mount_utils.MountPoint, error)
List mocks base method.
func (*MockMounter) MakeDir ¶ added in v0.3.0
func (m *MockMounter) MakeDir(arg0 string) error
MakeDir mocks base method.
func (*MockMounter) Mount ¶ added in v0.3.0
func (m *MockMounter) Mount(arg0, arg1, arg2 string, arg3 []string) error
Mount mocks base method.
func (*MockMounter) MountSensitive ¶ added in v1.1.0
func (m *MockMounter) MountSensitive(arg0, arg1, arg2 string, arg3, arg4 []string) error
MountSensitive mocks base method.
func (*MockMounter) MountSensitiveWithoutSystemd ¶ added in v1.3.8
func (m *MockMounter) MountSensitiveWithoutSystemd(arg0, arg1, arg2 string, arg3, arg4 []string) error
MountSensitiveWithoutSystemd mocks base method.
func (*MockMounter) MountSensitiveWithoutSystemdWithMountFlags ¶ added in v1.3.8
func (m *MockMounter) MountSensitiveWithoutSystemdWithMountFlags(arg0, arg1, arg2 string, arg3, arg4, arg5 []string) error
MountSensitiveWithoutSystemdWithMountFlags mocks base method.
func (*MockMounter) Unmount ¶ added in v0.3.0
func (m *MockMounter) Unmount(arg0 string) error
Unmount_utils mocks base method.
type MockMounterMockRecorder ¶ added in v0.3.0
type MockMounterMockRecorder struct {
// contains filtered or unexported fields
}
MockMounterMockRecorder is the mock recorder for MockMounter.
func (*MockMounterMockRecorder) GetDeviceName ¶ added in v0.3.0
func (mr *MockMounterMockRecorder) GetDeviceName(arg0 interface{}) *gomock.Call
GetDeviceName indicates an expected call of GetDeviceName.
func (*MockMounterMockRecorder) GetMountRefs ¶ added in v0.3.0
func (mr *MockMounterMockRecorder) GetMountRefs(arg0 interface{}) *gomock.Call
GetMountRefs indicates an expected call of GetMountRefs.
func (*MockMounterMockRecorder) IsLikelyNotMountPoint ¶ added in v0.3.0
func (mr *MockMounterMockRecorder) IsLikelyNotMountPoint(arg0 interface{}) *gomock.Call
IsLikelyNotMountPoint indicates an expected call of IsLikelyNotMountPoint.
func (*MockMounterMockRecorder) IsMountPoint ¶ added in v1.5.9
func (mr *MockMounterMockRecorder) IsMountPoint(arg0 interface{}) *gomock.Call
IsMountPoint indicates an expected call of IsMountPoint.
func (*MockMounterMockRecorder) List ¶ added in v0.3.0
func (mr *MockMounterMockRecorder) List() *gomock.Call
List indicates an expected call of List.
func (*MockMounterMockRecorder) MakeDir ¶ added in v0.3.0
func (mr *MockMounterMockRecorder) MakeDir(arg0 interface{}) *gomock.Call
MakeDir indicates an expected call of MakeDir.
func (*MockMounterMockRecorder) Mount ¶ added in v0.3.0
func (mr *MockMounterMockRecorder) Mount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Mount indicates an expected call of Mount.
func (*MockMounterMockRecorder) MountSensitive ¶ added in v1.1.0
func (mr *MockMounterMockRecorder) MountSensitive(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
MountSensitive indicates an expected call of MountSensitive.
func (*MockMounterMockRecorder) MountSensitiveWithoutSystemd ¶ added in v1.3.8
func (mr *MockMounterMockRecorder) MountSensitiveWithoutSystemd(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
MountSensitiveWithoutSystemd indicates an expected call of MountSensitiveWithoutSystemd.
func (*MockMounterMockRecorder) MountSensitiveWithoutSystemdWithMountFlags ¶ added in v1.3.8
func (mr *MockMounterMockRecorder) MountSensitiveWithoutSystemdWithMountFlags(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
MountSensitiveWithoutSystemdWithMountFlags indicates an expected call of MountSensitiveWithoutSystemdWithMountFlags.
func (*MockMounterMockRecorder) Unmount ¶ added in v0.3.0
func (mr *MockMounterMockRecorder) Unmount(arg0 interface{}) *gomock.Call
Unmount_utils indicates an expected call of Unmount_utils.
type MockNodeInterface ¶ added in v1.7.2
type MockNodeInterface struct {
// contains filtered or unexported fields
}
MockNodeInterface is a mock of NodeInterface interface.
func NewMockNodeInterface ¶ added in v1.7.2
func NewMockNodeInterface(ctrl *gomock.Controller) *MockNodeInterface
NewMockNodeInterface creates a new mock instance.
func (*MockNodeInterface) Apply ¶ added in v1.7.2
func (m *MockNodeInterface) Apply(arg0 context.Context, arg1 *v11.NodeApplyConfiguration, arg2 v10.ApplyOptions) (*v1.Node, error)
Apply mocks base method.
func (*MockNodeInterface) ApplyStatus ¶ added in v1.7.2
func (m *MockNodeInterface) ApplyStatus(arg0 context.Context, arg1 *v11.NodeApplyConfiguration, arg2 v10.ApplyOptions) (*v1.Node, error)
ApplyStatus mocks base method.
func (*MockNodeInterface) Create ¶ added in v1.7.2
func (m *MockNodeInterface) Create(arg0 context.Context, arg1 *v1.Node, arg2 v10.CreateOptions) (*v1.Node, error)
Create mocks base method.
func (*MockNodeInterface) Delete ¶ added in v1.7.2
func (m *MockNodeInterface) Delete(arg0 context.Context, arg1 string, arg2 v10.DeleteOptions) error
Delete mocks base method.
func (*MockNodeInterface) DeleteCollection ¶ added in v1.7.2
func (m *MockNodeInterface) DeleteCollection(arg0 context.Context, arg1 v10.DeleteOptions, arg2 v10.ListOptions) error
DeleteCollection mocks base method.
func (*MockNodeInterface) EXPECT ¶ added in v1.7.2
func (m *MockNodeInterface) EXPECT() *MockNodeInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNodeInterface) Get ¶ added in v1.7.2
func (m *MockNodeInterface) Get(arg0 context.Context, arg1 string, arg2 v10.GetOptions) (*v1.Node, error)
Get mocks base method.
func (*MockNodeInterface) List ¶ added in v1.7.2
func (m *MockNodeInterface) List(arg0 context.Context, arg1 v10.ListOptions) (*v1.NodeList, error)
List mocks base method.
func (*MockNodeInterface) Patch ¶ added in v1.7.2
func (m *MockNodeInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 v10.PatchOptions, arg5 ...string) (*v1.Node, error)
Patch mocks base method.
func (*MockNodeInterface) PatchStatus ¶ added in v1.7.2
func (m *MockNodeInterface) PatchStatus(arg0 context.Context, arg1 string, arg2 []byte) (*v1.Node, error)
PatchStatus mocks base method.
func (*MockNodeInterface) Update ¶ added in v1.7.2
func (m *MockNodeInterface) Update(arg0 context.Context, arg1 *v1.Node, arg2 v10.UpdateOptions) (*v1.Node, error)
Update mocks base method.
func (*MockNodeInterface) UpdateStatus ¶ added in v1.7.2
func (m *MockNodeInterface) UpdateStatus(arg0 context.Context, arg1 *v1.Node, arg2 v10.UpdateOptions) (*v1.Node, error)
UpdateStatus mocks base method.
func (*MockNodeInterface) Watch ¶ added in v1.7.2
func (m *MockNodeInterface) Watch(arg0 context.Context, arg1 v10.ListOptions) (watch.Interface, error)
Watch mocks base method.
type MockNodeInterfaceMockRecorder ¶ added in v1.7.2
type MockNodeInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockNodeInterfaceMockRecorder is the mock recorder for MockNodeInterface.
func (*MockNodeInterfaceMockRecorder) Apply ¶ added in v1.7.2
func (mr *MockNodeInterfaceMockRecorder) Apply(arg0, arg1, arg2 interface{}) *gomock.Call
Apply indicates an expected call of Apply.
func (*MockNodeInterfaceMockRecorder) ApplyStatus ¶ added in v1.7.2
func (mr *MockNodeInterfaceMockRecorder) ApplyStatus(arg0, arg1, arg2 interface{}) *gomock.Call
ApplyStatus indicates an expected call of ApplyStatus.
func (*MockNodeInterfaceMockRecorder) Create ¶ added in v1.7.2
func (mr *MockNodeInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockNodeInterfaceMockRecorder) Delete ¶ added in v1.7.2
func (mr *MockNodeInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockNodeInterfaceMockRecorder) DeleteCollection ¶ added in v1.7.2
func (mr *MockNodeInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteCollection indicates an expected call of DeleteCollection.
func (*MockNodeInterfaceMockRecorder) Get ¶ added in v1.7.2
func (mr *MockNodeInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockNodeInterfaceMockRecorder) List ¶ added in v1.7.2
func (mr *MockNodeInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockNodeInterfaceMockRecorder) Patch ¶ added in v1.7.2
func (mr *MockNodeInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockNodeInterfaceMockRecorder) PatchStatus ¶ added in v1.7.2
func (mr *MockNodeInterfaceMockRecorder) PatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
PatchStatus indicates an expected call of PatchStatus.
func (*MockNodeInterfaceMockRecorder) Update ¶ added in v1.7.2
func (mr *MockNodeInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockNodeInterfaceMockRecorder) UpdateStatus ¶ added in v1.7.2
func (mr *MockNodeInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.
func (*MockNodeInterfaceMockRecorder) Watch ¶ added in v1.7.2
func (mr *MockNodeInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Watch indicates an expected call of Watch.