Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGlooIngressPlugin ¶
type MockGlooIngressPlugin struct {
// contains filtered or unexported fields
}
MockGlooIngressPlugin is a mock of GlooIngressPlugin interface
func NewMockGlooIngressPlugin ¶
func NewMockGlooIngressPlugin(ctrl *gomock.Controller) *MockGlooIngressPlugin
NewMockGlooIngressPlugin creates a new mock instance
func (*MockGlooIngressPlugin) EXPECT ¶
func (m *MockGlooIngressPlugin) EXPECT() *MockGlooIngressPluginMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockGlooIngressPlugin) HandleMeshes ¶
func (m *MockGlooIngressPlugin) HandleMeshes(ctx context.Context, ingress *v1.MeshIngress, meshes v1.MeshList) error
HandleMeshes mocks base method
type MockGlooIngressPluginMockRecorder ¶
type MockGlooIngressPluginMockRecorder struct {
// contains filtered or unexported fields
}
MockGlooIngressPluginMockRecorder is the mock recorder for MockGlooIngressPlugin
func (*MockGlooIngressPluginMockRecorder) HandleMeshes ¶
func (mr *MockGlooIngressPluginMockRecorder) HandleMeshes(ctx, ingress, meshes interface{}) *gomock.Call
HandleMeshes indicates an expected call of HandleMeshes
Click to show internal directories.
Click to hide internal directories.