driver

package
v0.0.0-...-bc8b7f5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2017 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package driver is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCSIDriver

type MockCSIDriver struct {
	// contains filtered or unexported fields
}

func NewMockCSIDriver

func NewMockCSIDriver(servers *MockCSIDriverServers) *MockCSIDriver

func (*MockCSIDriver) Address

func (m *MockCSIDriver) Address() string

func (*MockCSIDriver) Close

func (m *MockCSIDriver) Close()

func (*MockCSIDriver) Nexus

func (m *MockCSIDriver) Nexus() (*grpc.ClientConn, error)

func (*MockCSIDriver) Start

func (m *MockCSIDriver) Start() error

func (*MockCSIDriver) Stop

func (m *MockCSIDriver) Stop()

type MockCSIDriverServers

type MockCSIDriverServers struct {
	Controller *MockControllerServer
	Identity   *MockIdentityServer
	Node       *MockNodeServer
}

type MockControllerClient

type MockControllerClient struct {
	// contains filtered or unexported fields
}

MockControllerClient is a mock of ControllerClient interface

func NewMockControllerClient

func NewMockControllerClient(ctrl *gomock.Controller) *MockControllerClient

NewMockControllerClient creates a new mock instance

func (*MockControllerClient) ControllerGetCapabilities

func (m *MockControllerClient) ControllerGetCapabilities(ctx context.Context, in *ControllerGetCapabilitiesRequest, opts ...grpc.CallOption) (*ControllerGetCapabilitiesResponse, error)

ControllerGetCapabilities mocks base method

func (*MockControllerClient) ControllerPublishVolume

func (m *MockControllerClient) ControllerPublishVolume(ctx context.Context, in *ControllerPublishVolumeRequest, opts ...grpc.CallOption) (*ControllerPublishVolumeResponse, error)

ControllerPublishVolume mocks base method

func (*MockControllerClient) ControllerUnpublishVolume

func (m *MockControllerClient) ControllerUnpublishVolume(ctx context.Context, in *ControllerUnpublishVolumeRequest, opts ...grpc.CallOption) (*ControllerUnpublishVolumeResponse, error)

ControllerUnpublishVolume mocks base method

func (*MockControllerClient) CreateVolume

func (m *MockControllerClient) CreateVolume(ctx context.Context, in *CreateVolumeRequest, opts ...grpc.CallOption) (*CreateVolumeResponse, error)

CreateVolume mocks base method

func (*MockControllerClient) DeleteVolume

func (m *MockControllerClient) DeleteVolume(ctx context.Context, in *DeleteVolumeRequest, opts ...grpc.CallOption) (*DeleteVolumeResponse, error)

DeleteVolume mocks base method

func (*MockControllerClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockControllerClient) GetCapacity

func (m *MockControllerClient) GetCapacity(ctx context.Context, in *GetCapacityRequest, opts ...grpc.CallOption) (*GetCapacityResponse, error)

GetCapacity mocks base method

func (*MockControllerClient) ListVolumes

func (m *MockControllerClient) ListVolumes(ctx context.Context, in *ListVolumesRequest, opts ...grpc.CallOption) (*ListVolumesResponse, error)

ListVolumes mocks base method

func (*MockControllerClient) ValidateVolumeCapabilities

func (m *MockControllerClient) ValidateVolumeCapabilities(ctx context.Context, in *ValidateVolumeCapabilitiesRequest, opts ...grpc.CallOption) (*ValidateVolumeCapabilitiesResponse, error)

ValidateVolumeCapabilities mocks base method

type MockControllerClientMockRecorder

type MockControllerClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockControllerClientMockRecorder is the mock recorder for MockControllerClient

func (*MockControllerClientMockRecorder) ControllerGetCapabilities

func (mr *MockControllerClientMockRecorder) ControllerGetCapabilities(ctx, in interface{}, opts ...interface{}) *gomock.Call

ControllerGetCapabilities indicates an expected call of ControllerGetCapabilities

func (*MockControllerClientMockRecorder) ControllerPublishVolume

func (mr *MockControllerClientMockRecorder) ControllerPublishVolume(ctx, in interface{}, opts ...interface{}) *gomock.Call

ControllerPublishVolume indicates an expected call of ControllerPublishVolume

func (*MockControllerClientMockRecorder) ControllerUnpublishVolume

func (mr *MockControllerClientMockRecorder) ControllerUnpublishVolume(ctx, in interface{}, opts ...interface{}) *gomock.Call

ControllerUnpublishVolume indicates an expected call of ControllerUnpublishVolume

func (*MockControllerClientMockRecorder) CreateVolume

func (mr *MockControllerClientMockRecorder) CreateVolume(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateVolume indicates an expected call of CreateVolume

func (*MockControllerClientMockRecorder) DeleteVolume

func (mr *MockControllerClientMockRecorder) DeleteVolume(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteVolume indicates an expected call of DeleteVolume

func (*MockControllerClientMockRecorder) GetCapacity

func (mr *MockControllerClientMockRecorder) GetCapacity(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetCapacity indicates an expected call of GetCapacity

func (*MockControllerClientMockRecorder) ListVolumes

func (mr *MockControllerClientMockRecorder) ListVolumes(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListVolumes indicates an expected call of ListVolumes

func (*MockControllerClientMockRecorder) ValidateVolumeCapabilities

func (mr *MockControllerClientMockRecorder) ValidateVolumeCapabilities(ctx, in interface{}, opts ...interface{}) *gomock.Call

ValidateVolumeCapabilities indicates an expected call of ValidateVolumeCapabilities

type MockControllerServer

type MockControllerServer struct {
	// contains filtered or unexported fields
}

MockControllerServer is a mock of ControllerServer interface

func NewMockControllerServer

func NewMockControllerServer(ctrl *gomock.Controller) *MockControllerServer

NewMockControllerServer creates a new mock instance

func (*MockControllerServer) ControllerGetCapabilities

func (m *MockControllerServer) ControllerGetCapabilities(arg0 context.Context, arg1 *ControllerGetCapabilitiesRequest) (*ControllerGetCapabilitiesResponse, error)

ControllerGetCapabilities mocks base method

func (*MockControllerServer) ControllerPublishVolume

func (m *MockControllerServer) ControllerPublishVolume(arg0 context.Context, arg1 *ControllerPublishVolumeRequest) (*ControllerPublishVolumeResponse, error)

ControllerPublishVolume mocks base method

func (*MockControllerServer) ControllerUnpublishVolume

func (m *MockControllerServer) ControllerUnpublishVolume(arg0 context.Context, arg1 *ControllerUnpublishVolumeRequest) (*ControllerUnpublishVolumeResponse, error)

ControllerUnpublishVolume mocks base method

func (*MockControllerServer) CreateVolume

func (m *MockControllerServer) CreateVolume(arg0 context.Context, arg1 *CreateVolumeRequest) (*CreateVolumeResponse, error)

CreateVolume mocks base method

func (*MockControllerServer) DeleteVolume

func (m *MockControllerServer) DeleteVolume(arg0 context.Context, arg1 *DeleteVolumeRequest) (*DeleteVolumeResponse, error)

DeleteVolume mocks base method

func (*MockControllerServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockControllerServer) GetCapacity

func (m *MockControllerServer) GetCapacity(arg0 context.Context, arg1 *GetCapacityRequest) (*GetCapacityResponse, error)

GetCapacity mocks base method

func (*MockControllerServer) ListVolumes

func (m *MockControllerServer) ListVolumes(arg0 context.Context, arg1 *ListVolumesRequest) (*ListVolumesResponse, error)

ListVolumes mocks base method

func (*MockControllerServer) ValidateVolumeCapabilities

func (m *MockControllerServer) ValidateVolumeCapabilities(arg0 context.Context, arg1 *ValidateVolumeCapabilitiesRequest) (*ValidateVolumeCapabilitiesResponse, error)

ValidateVolumeCapabilities mocks base method

type MockControllerServerMockRecorder

type MockControllerServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockControllerServerMockRecorder is the mock recorder for MockControllerServer

func (*MockControllerServerMockRecorder) ControllerGetCapabilities

func (mr *MockControllerServerMockRecorder) ControllerGetCapabilities(arg0, arg1 interface{}) *gomock.Call

ControllerGetCapabilities indicates an expected call of ControllerGetCapabilities

func (*MockControllerServerMockRecorder) ControllerPublishVolume

func (mr *MockControllerServerMockRecorder) ControllerPublishVolume(arg0, arg1 interface{}) *gomock.Call

ControllerPublishVolume indicates an expected call of ControllerPublishVolume

func (*MockControllerServerMockRecorder) ControllerUnpublishVolume

func (mr *MockControllerServerMockRecorder) ControllerUnpublishVolume(arg0, arg1 interface{}) *gomock.Call

ControllerUnpublishVolume indicates an expected call of ControllerUnpublishVolume

func (*MockControllerServerMockRecorder) CreateVolume

func (mr *MockControllerServerMockRecorder) CreateVolume(arg0, arg1 interface{}) *gomock.Call

CreateVolume indicates an expected call of CreateVolume

func (*MockControllerServerMockRecorder) DeleteVolume

func (mr *MockControllerServerMockRecorder) DeleteVolume(arg0, arg1 interface{}) *gomock.Call

DeleteVolume indicates an expected call of DeleteVolume

func (*MockControllerServerMockRecorder) GetCapacity

func (mr *MockControllerServerMockRecorder) GetCapacity(arg0, arg1 interface{}) *gomock.Call

GetCapacity indicates an expected call of GetCapacity

func (*MockControllerServerMockRecorder) ListVolumes

func (mr *MockControllerServerMockRecorder) ListVolumes(arg0, arg1 interface{}) *gomock.Call

ListVolumes indicates an expected call of ListVolumes

func (*MockControllerServerMockRecorder) ValidateVolumeCapabilities

func (mr *MockControllerServerMockRecorder) ValidateVolumeCapabilities(arg0, arg1 interface{}) *gomock.Call

ValidateVolumeCapabilities indicates an expected call of ValidateVolumeCapabilities

type MockIdentityClient

type MockIdentityClient struct {
	// contains filtered or unexported fields
}

MockIdentityClient is a mock of IdentityClient interface

func NewMockIdentityClient

func NewMockIdentityClient(ctrl *gomock.Controller) *MockIdentityClient

NewMockIdentityClient creates a new mock instance

func (*MockIdentityClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockIdentityClient) GetPluginInfo

func (m *MockIdentityClient) GetPluginInfo(ctx context.Context, in *GetPluginInfoRequest, opts ...grpc.CallOption) (*GetPluginInfoResponse, error)

GetPluginInfo mocks base method

func (*MockIdentityClient) GetSupportedVersions

func (m *MockIdentityClient) GetSupportedVersions(ctx context.Context, in *GetSupportedVersionsRequest, opts ...grpc.CallOption) (*GetSupportedVersionsResponse, error)

GetSupportedVersions mocks base method

type MockIdentityClientMockRecorder

type MockIdentityClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockIdentityClientMockRecorder is the mock recorder for MockIdentityClient

func (*MockIdentityClientMockRecorder) GetPluginInfo

func (mr *MockIdentityClientMockRecorder) GetPluginInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetPluginInfo indicates an expected call of GetPluginInfo

func (*MockIdentityClientMockRecorder) GetSupportedVersions

func (mr *MockIdentityClientMockRecorder) GetSupportedVersions(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetSupportedVersions indicates an expected call of GetSupportedVersions

type MockIdentityServer

type MockIdentityServer struct {
	// contains filtered or unexported fields
}

MockIdentityServer is a mock of IdentityServer interface

func NewMockIdentityServer

func NewMockIdentityServer(ctrl *gomock.Controller) *MockIdentityServer

NewMockIdentityServer creates a new mock instance

func (*MockIdentityServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockIdentityServer) GetPluginInfo

func (m *MockIdentityServer) GetPluginInfo(arg0 context.Context, arg1 *GetPluginInfoRequest) (*GetPluginInfoResponse, error)

GetPluginInfo mocks base method

func (*MockIdentityServer) GetSupportedVersions

func (m *MockIdentityServer) GetSupportedVersions(arg0 context.Context, arg1 *GetSupportedVersionsRequest) (*GetSupportedVersionsResponse, error)

GetSupportedVersions mocks base method

type MockIdentityServerMockRecorder

type MockIdentityServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockIdentityServerMockRecorder is the mock recorder for MockIdentityServer

func (*MockIdentityServerMockRecorder) GetPluginInfo

func (mr *MockIdentityServerMockRecorder) GetPluginInfo(arg0, arg1 interface{}) *gomock.Call

GetPluginInfo indicates an expected call of GetPluginInfo

func (*MockIdentityServerMockRecorder) GetSupportedVersions

func (mr *MockIdentityServerMockRecorder) GetSupportedVersions(arg0, arg1 interface{}) *gomock.Call

GetSupportedVersions indicates an expected call of GetSupportedVersions

type MockNodeClient

type MockNodeClient struct {
	// contains filtered or unexported fields
}

MockNodeClient is a mock of NodeClient interface

func NewMockNodeClient

func NewMockNodeClient(ctrl *gomock.Controller) *MockNodeClient

NewMockNodeClient creates a new mock instance

func (*MockNodeClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockNodeClient) GetNodeID

func (m *MockNodeClient) GetNodeID(ctx context.Context, in *GetNodeIDRequest, opts ...grpc.CallOption) (*GetNodeIDResponse, error)

GetNodeID mocks base method

func (*MockNodeClient) NodeGetCapabilities

func (m *MockNodeClient) NodeGetCapabilities(ctx context.Context, in *NodeGetCapabilitiesRequest, opts ...grpc.CallOption) (*NodeGetCapabilitiesResponse, error)

NodeGetCapabilities mocks base method

func (*MockNodeClient) NodePublishVolume

func (m *MockNodeClient) NodePublishVolume(ctx context.Context, in *NodePublishVolumeRequest, opts ...grpc.CallOption) (*NodePublishVolumeResponse, error)

NodePublishVolume mocks base method

func (*MockNodeClient) NodeUnpublishVolume

func (m *MockNodeClient) NodeUnpublishVolume(ctx context.Context, in *NodeUnpublishVolumeRequest, opts ...grpc.CallOption) (*NodeUnpublishVolumeResponse, error)

NodeUnpublishVolume mocks base method

func (*MockNodeClient) ProbeNode

func (m *MockNodeClient) ProbeNode(ctx context.Context, in *ProbeNodeRequest, opts ...grpc.CallOption) (*ProbeNodeResponse, error)

ProbeNode mocks base method

type MockNodeClientMockRecorder

type MockNodeClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockNodeClientMockRecorder is the mock recorder for MockNodeClient

func (*MockNodeClientMockRecorder) GetNodeID

func (mr *MockNodeClientMockRecorder) GetNodeID(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetNodeID indicates an expected call of GetNodeID

func (*MockNodeClientMockRecorder) NodeGetCapabilities

func (mr *MockNodeClientMockRecorder) NodeGetCapabilities(ctx, in interface{}, opts ...interface{}) *gomock.Call

NodeGetCapabilities indicates an expected call of NodeGetCapabilities

func (*MockNodeClientMockRecorder) NodePublishVolume

func (mr *MockNodeClientMockRecorder) NodePublishVolume(ctx, in interface{}, opts ...interface{}) *gomock.Call

NodePublishVolume indicates an expected call of NodePublishVolume

func (*MockNodeClientMockRecorder) NodeUnpublishVolume

func (mr *MockNodeClientMockRecorder) NodeUnpublishVolume(ctx, in interface{}, opts ...interface{}) *gomock.Call

NodeUnpublishVolume indicates an expected call of NodeUnpublishVolume

func (*MockNodeClientMockRecorder) ProbeNode

func (mr *MockNodeClientMockRecorder) ProbeNode(ctx, in interface{}, opts ...interface{}) *gomock.Call

ProbeNode indicates an expected call of ProbeNode

type MockNodeServer

type MockNodeServer struct {
	// contains filtered or unexported fields
}

MockNodeServer is a mock of NodeServer interface

func NewMockNodeServer

func NewMockNodeServer(ctrl *gomock.Controller) *MockNodeServer

NewMockNodeServer creates a new mock instance

func (*MockNodeServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockNodeServer) GetNodeID

func (m *MockNodeServer) GetNodeID(arg0 context.Context, arg1 *GetNodeIDRequest) (*GetNodeIDResponse, error)

GetNodeID mocks base method

func (*MockNodeServer) NodeGetCapabilities

func (m *MockNodeServer) NodeGetCapabilities(arg0 context.Context, arg1 *NodeGetCapabilitiesRequest) (*NodeGetCapabilitiesResponse, error)

NodeGetCapabilities mocks base method

func (*MockNodeServer) NodePublishVolume

func (m *MockNodeServer) NodePublishVolume(arg0 context.Context, arg1 *NodePublishVolumeRequest) (*NodePublishVolumeResponse, error)

NodePublishVolume mocks base method

func (*MockNodeServer) NodeUnpublishVolume

func (m *MockNodeServer) NodeUnpublishVolume(arg0 context.Context, arg1 *NodeUnpublishVolumeRequest) (*NodeUnpublishVolumeResponse, error)

NodeUnpublishVolume mocks base method

func (*MockNodeServer) ProbeNode

func (m *MockNodeServer) ProbeNode(arg0 context.Context, arg1 *ProbeNodeRequest) (*ProbeNodeResponse, error)

ProbeNode mocks base method

type MockNodeServerMockRecorder

type MockNodeServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockNodeServerMockRecorder is the mock recorder for MockNodeServer

func (*MockNodeServerMockRecorder) GetNodeID

func (mr *MockNodeServerMockRecorder) GetNodeID(arg0, arg1 interface{}) *gomock.Call

GetNodeID indicates an expected call of GetNodeID

func (*MockNodeServerMockRecorder) NodeGetCapabilities

func (mr *MockNodeServerMockRecorder) NodeGetCapabilities(arg0, arg1 interface{}) *gomock.Call

NodeGetCapabilities indicates an expected call of NodeGetCapabilities

func (*MockNodeServerMockRecorder) NodePublishVolume

func (mr *MockNodeServerMockRecorder) NodePublishVolume(arg0, arg1 interface{}) *gomock.Call

NodePublishVolume indicates an expected call of NodePublishVolume

func (*MockNodeServerMockRecorder) NodeUnpublishVolume

func (mr *MockNodeServerMockRecorder) NodeUnpublishVolume(arg0, arg1 interface{}) *gomock.Call

NodeUnpublishVolume indicates an expected call of NodeUnpublishVolume

func (*MockNodeServerMockRecorder) ProbeNode

func (mr *MockNodeServerMockRecorder) ProbeNode(arg0, arg1 interface{}) *gomock.Call

ProbeNode indicates an expected call of ProbeNode

type MockisControllerGetCapabilitiesResponse_Reply

type MockisControllerGetCapabilitiesResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisControllerGetCapabilitiesResponse_Reply is a mock of isControllerGetCapabilitiesResponse_Reply interface

func NewMockisControllerGetCapabilitiesResponse_Reply

func NewMockisControllerGetCapabilitiesResponse_Reply(ctrl *gomock.Controller) *MockisControllerGetCapabilitiesResponse_Reply

NewMockisControllerGetCapabilitiesResponse_Reply creates a new mock instance

func (*MockisControllerGetCapabilitiesResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisControllerGetCapabilitiesResponse_ReplyMockRecorder

type MockisControllerGetCapabilitiesResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisControllerGetCapabilitiesResponse_ReplyMockRecorder is the mock recorder for MockisControllerGetCapabilitiesResponse_Reply

type MockisControllerPublishVolumeResponse_Reply

type MockisControllerPublishVolumeResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisControllerPublishVolumeResponse_Reply is a mock of isControllerPublishVolumeResponse_Reply interface

func NewMockisControllerPublishVolumeResponse_Reply

func NewMockisControllerPublishVolumeResponse_Reply(ctrl *gomock.Controller) *MockisControllerPublishVolumeResponse_Reply

NewMockisControllerPublishVolumeResponse_Reply creates a new mock instance

func (*MockisControllerPublishVolumeResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisControllerPublishVolumeResponse_ReplyMockRecorder

type MockisControllerPublishVolumeResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisControllerPublishVolumeResponse_ReplyMockRecorder is the mock recorder for MockisControllerPublishVolumeResponse_Reply

type MockisControllerServiceCapability_Type

type MockisControllerServiceCapability_Type struct {
	// contains filtered or unexported fields
}

MockisControllerServiceCapability_Type is a mock of isControllerServiceCapability_Type interface

func NewMockisControllerServiceCapability_Type

func NewMockisControllerServiceCapability_Type(ctrl *gomock.Controller) *MockisControllerServiceCapability_Type

NewMockisControllerServiceCapability_Type creates a new mock instance

func (*MockisControllerServiceCapability_Type) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisControllerServiceCapability_TypeMockRecorder

type MockisControllerServiceCapability_TypeMockRecorder struct {
	// contains filtered or unexported fields
}

MockisControllerServiceCapability_TypeMockRecorder is the mock recorder for MockisControllerServiceCapability_Type

type MockisControllerUnpublishVolumeResponse_Reply

type MockisControllerUnpublishVolumeResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisControllerUnpublishVolumeResponse_Reply is a mock of isControllerUnpublishVolumeResponse_Reply interface

func NewMockisControllerUnpublishVolumeResponse_Reply

func NewMockisControllerUnpublishVolumeResponse_Reply(ctrl *gomock.Controller) *MockisControllerUnpublishVolumeResponse_Reply

NewMockisControllerUnpublishVolumeResponse_Reply creates a new mock instance

func (*MockisControllerUnpublishVolumeResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisControllerUnpublishVolumeResponse_ReplyMockRecorder

type MockisControllerUnpublishVolumeResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisControllerUnpublishVolumeResponse_ReplyMockRecorder is the mock recorder for MockisControllerUnpublishVolumeResponse_Reply

type MockisCreateVolumeResponse_Reply

type MockisCreateVolumeResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisCreateVolumeResponse_Reply is a mock of isCreateVolumeResponse_Reply interface

func NewMockisCreateVolumeResponse_Reply

func NewMockisCreateVolumeResponse_Reply(ctrl *gomock.Controller) *MockisCreateVolumeResponse_Reply

NewMockisCreateVolumeResponse_Reply creates a new mock instance

func (*MockisCreateVolumeResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisCreateVolumeResponse_ReplyMockRecorder

type MockisCreateVolumeResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisCreateVolumeResponse_ReplyMockRecorder is the mock recorder for MockisCreateVolumeResponse_Reply

type MockisDeleteVolumeResponse_Reply

type MockisDeleteVolumeResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisDeleteVolumeResponse_Reply is a mock of isDeleteVolumeResponse_Reply interface

func NewMockisDeleteVolumeResponse_Reply

func NewMockisDeleteVolumeResponse_Reply(ctrl *gomock.Controller) *MockisDeleteVolumeResponse_Reply

NewMockisDeleteVolumeResponse_Reply creates a new mock instance

func (*MockisDeleteVolumeResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisDeleteVolumeResponse_ReplyMockRecorder

type MockisDeleteVolumeResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisDeleteVolumeResponse_ReplyMockRecorder is the mock recorder for MockisDeleteVolumeResponse_Reply

type MockisError_Value

type MockisError_Value struct {
	// contains filtered or unexported fields
}

MockisError_Value is a mock of isError_Value interface

func NewMockisError_Value

func NewMockisError_Value(ctrl *gomock.Controller) *MockisError_Value

NewMockisError_Value creates a new mock instance

func (*MockisError_Value) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisError_ValueMockRecorder

type MockisError_ValueMockRecorder struct {
	// contains filtered or unexported fields
}

MockisError_ValueMockRecorder is the mock recorder for MockisError_Value

type MockisGetCapacityResponse_Reply

type MockisGetCapacityResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisGetCapacityResponse_Reply is a mock of isGetCapacityResponse_Reply interface

func NewMockisGetCapacityResponse_Reply

func NewMockisGetCapacityResponse_Reply(ctrl *gomock.Controller) *MockisGetCapacityResponse_Reply

NewMockisGetCapacityResponse_Reply creates a new mock instance

func (*MockisGetCapacityResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisGetCapacityResponse_ReplyMockRecorder

type MockisGetCapacityResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisGetCapacityResponse_ReplyMockRecorder is the mock recorder for MockisGetCapacityResponse_Reply

type MockisGetNodeIDResponse_Reply

type MockisGetNodeIDResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisGetNodeIDResponse_Reply is a mock of isGetNodeIDResponse_Reply interface

func NewMockisGetNodeIDResponse_Reply

func NewMockisGetNodeIDResponse_Reply(ctrl *gomock.Controller) *MockisGetNodeIDResponse_Reply

NewMockisGetNodeIDResponse_Reply creates a new mock instance

func (*MockisGetNodeIDResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisGetNodeIDResponse_ReplyMockRecorder

type MockisGetNodeIDResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisGetNodeIDResponse_ReplyMockRecorder is the mock recorder for MockisGetNodeIDResponse_Reply

type MockisGetPluginInfoResponse_Reply

type MockisGetPluginInfoResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisGetPluginInfoResponse_Reply is a mock of isGetPluginInfoResponse_Reply interface

func NewMockisGetPluginInfoResponse_Reply

func NewMockisGetPluginInfoResponse_Reply(ctrl *gomock.Controller) *MockisGetPluginInfoResponse_Reply

NewMockisGetPluginInfoResponse_Reply creates a new mock instance

func (*MockisGetPluginInfoResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisGetPluginInfoResponse_ReplyMockRecorder

type MockisGetPluginInfoResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisGetPluginInfoResponse_ReplyMockRecorder is the mock recorder for MockisGetPluginInfoResponse_Reply

type MockisGetSupportedVersionsResponse_Reply

type MockisGetSupportedVersionsResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisGetSupportedVersionsResponse_Reply is a mock of isGetSupportedVersionsResponse_Reply interface

func NewMockisGetSupportedVersionsResponse_Reply

func NewMockisGetSupportedVersionsResponse_Reply(ctrl *gomock.Controller) *MockisGetSupportedVersionsResponse_Reply

NewMockisGetSupportedVersionsResponse_Reply creates a new mock instance

func (*MockisGetSupportedVersionsResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisGetSupportedVersionsResponse_ReplyMockRecorder

type MockisGetSupportedVersionsResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisGetSupportedVersionsResponse_ReplyMockRecorder is the mock recorder for MockisGetSupportedVersionsResponse_Reply

type MockisListVolumesResponse_Reply

type MockisListVolumesResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisListVolumesResponse_Reply is a mock of isListVolumesResponse_Reply interface

func NewMockisListVolumesResponse_Reply

func NewMockisListVolumesResponse_Reply(ctrl *gomock.Controller) *MockisListVolumesResponse_Reply

NewMockisListVolumesResponse_Reply creates a new mock instance

func (*MockisListVolumesResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisListVolumesResponse_ReplyMockRecorder

type MockisListVolumesResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisListVolumesResponse_ReplyMockRecorder is the mock recorder for MockisListVolumesResponse_Reply

type MockisNodeGetCapabilitiesResponse_Reply

type MockisNodeGetCapabilitiesResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisNodeGetCapabilitiesResponse_Reply is a mock of isNodeGetCapabilitiesResponse_Reply interface

func NewMockisNodeGetCapabilitiesResponse_Reply

func NewMockisNodeGetCapabilitiesResponse_Reply(ctrl *gomock.Controller) *MockisNodeGetCapabilitiesResponse_Reply

NewMockisNodeGetCapabilitiesResponse_Reply creates a new mock instance

func (*MockisNodeGetCapabilitiesResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisNodeGetCapabilitiesResponse_ReplyMockRecorder

type MockisNodeGetCapabilitiesResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisNodeGetCapabilitiesResponse_ReplyMockRecorder is the mock recorder for MockisNodeGetCapabilitiesResponse_Reply

type MockisNodePublishVolumeResponse_Reply

type MockisNodePublishVolumeResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisNodePublishVolumeResponse_Reply is a mock of isNodePublishVolumeResponse_Reply interface

func NewMockisNodePublishVolumeResponse_Reply

func NewMockisNodePublishVolumeResponse_Reply(ctrl *gomock.Controller) *MockisNodePublishVolumeResponse_Reply

NewMockisNodePublishVolumeResponse_Reply creates a new mock instance

func (*MockisNodePublishVolumeResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisNodePublishVolumeResponse_ReplyMockRecorder

type MockisNodePublishVolumeResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisNodePublishVolumeResponse_ReplyMockRecorder is the mock recorder for MockisNodePublishVolumeResponse_Reply

type MockisNodeServiceCapability_Type

type MockisNodeServiceCapability_Type struct {
	// contains filtered or unexported fields
}

MockisNodeServiceCapability_Type is a mock of isNodeServiceCapability_Type interface

func NewMockisNodeServiceCapability_Type

func NewMockisNodeServiceCapability_Type(ctrl *gomock.Controller) *MockisNodeServiceCapability_Type

NewMockisNodeServiceCapability_Type creates a new mock instance

func (*MockisNodeServiceCapability_Type) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisNodeServiceCapability_TypeMockRecorder

type MockisNodeServiceCapability_TypeMockRecorder struct {
	// contains filtered or unexported fields
}

MockisNodeServiceCapability_TypeMockRecorder is the mock recorder for MockisNodeServiceCapability_Type

type MockisNodeUnpublishVolumeResponse_Reply

type MockisNodeUnpublishVolumeResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisNodeUnpublishVolumeResponse_Reply is a mock of isNodeUnpublishVolumeResponse_Reply interface

func NewMockisNodeUnpublishVolumeResponse_Reply

func NewMockisNodeUnpublishVolumeResponse_Reply(ctrl *gomock.Controller) *MockisNodeUnpublishVolumeResponse_Reply

NewMockisNodeUnpublishVolumeResponse_Reply creates a new mock instance

func (*MockisNodeUnpublishVolumeResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisNodeUnpublishVolumeResponse_ReplyMockRecorder

type MockisNodeUnpublishVolumeResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisNodeUnpublishVolumeResponse_ReplyMockRecorder is the mock recorder for MockisNodeUnpublishVolumeResponse_Reply

type MockisProbeNodeResponse_Reply

type MockisProbeNodeResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisProbeNodeResponse_Reply is a mock of isProbeNodeResponse_Reply interface

func NewMockisProbeNodeResponse_Reply

func NewMockisProbeNodeResponse_Reply(ctrl *gomock.Controller) *MockisProbeNodeResponse_Reply

NewMockisProbeNodeResponse_Reply creates a new mock instance

func (*MockisProbeNodeResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisProbeNodeResponse_ReplyMockRecorder

type MockisProbeNodeResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisProbeNodeResponse_ReplyMockRecorder is the mock recorder for MockisProbeNodeResponse_Reply

type MockisValidateVolumeCapabilitiesResponse_Reply

type MockisValidateVolumeCapabilitiesResponse_Reply struct {
	// contains filtered or unexported fields
}

MockisValidateVolumeCapabilitiesResponse_Reply is a mock of isValidateVolumeCapabilitiesResponse_Reply interface

func NewMockisValidateVolumeCapabilitiesResponse_Reply

func NewMockisValidateVolumeCapabilitiesResponse_Reply(ctrl *gomock.Controller) *MockisValidateVolumeCapabilitiesResponse_Reply

NewMockisValidateVolumeCapabilitiesResponse_Reply creates a new mock instance

func (*MockisValidateVolumeCapabilitiesResponse_Reply) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisValidateVolumeCapabilitiesResponse_ReplyMockRecorder

type MockisValidateVolumeCapabilitiesResponse_ReplyMockRecorder struct {
	// contains filtered or unexported fields
}

MockisValidateVolumeCapabilitiesResponse_ReplyMockRecorder is the mock recorder for MockisValidateVolumeCapabilitiesResponse_Reply

type MockisVolumeCapability_AccessType

type MockisVolumeCapability_AccessType struct {
	// contains filtered or unexported fields
}

MockisVolumeCapability_AccessType is a mock of isVolumeCapability_AccessType interface

func NewMockisVolumeCapability_AccessType

func NewMockisVolumeCapability_AccessType(ctrl *gomock.Controller) *MockisVolumeCapability_AccessType

NewMockisVolumeCapability_AccessType creates a new mock instance

func (*MockisVolumeCapability_AccessType) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

type MockisVolumeCapability_AccessTypeMockRecorder

type MockisVolumeCapability_AccessTypeMockRecorder struct {
	// contains filtered or unexported fields
}

MockisVolumeCapability_AccessTypeMockRecorder is the mock recorder for MockisVolumeCapability_AccessType

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL