Documentation ¶
Overview ¶
Package mock_extensions is a generated GoMock package.
Index ¶
- type MockClientset
- func (m *MockClientset) ConfigureServers(extensionsServerOptions []*v1alpha2.NetworkingExtensionsServer) (bool, error)
- func (m *MockClientset) EXPECT() *MockClientsetMockRecorder
- func (m *MockClientset) GetClients() extensions.Clients
- func (m *MockClientset) WatchPushNotifications(pushFn extensions.PushFunc) error
- type MockClientsetMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientset ¶
type MockClientset struct {
// contains filtered or unexported fields
}
MockClientset is a mock of Clientset interface
func NewMockClientset ¶
func NewMockClientset(ctrl *gomock.Controller) *MockClientset
NewMockClientset creates a new mock instance
func (*MockClientset) ConfigureServers ¶
func (m *MockClientset) ConfigureServers(extensionsServerOptions []*v1alpha2.NetworkingExtensionsServer) (bool, error)
ConfigureServers mocks base method
func (*MockClientset) EXPECT ¶
func (m *MockClientset) EXPECT() *MockClientsetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClientset) GetClients ¶
func (m *MockClientset) GetClients() extensions.Clients
GetClients mocks base method
func (*MockClientset) WatchPushNotifications ¶
func (m *MockClientset) WatchPushNotifications(pushFn extensions.PushFunc) error
WatchPushNotifications mocks base method
type MockClientsetMockRecorder ¶
type MockClientsetMockRecorder struct {
// contains filtered or unexported fields
}
MockClientsetMockRecorder is the mock recorder for MockClientset
func (*MockClientsetMockRecorder) ConfigureServers ¶
func (mr *MockClientsetMockRecorder) ConfigureServers(extensionsServerOptions interface{}) *gomock.Call
ConfigureServers indicates an expected call of ConfigureServers
func (*MockClientsetMockRecorder) GetClients ¶
func (mr *MockClientsetMockRecorder) GetClients() *gomock.Call
GetClients indicates an expected call of GetClients
func (*MockClientsetMockRecorder) WatchPushNotifications ¶
func (mr *MockClientsetMockRecorder) WatchPushNotifications(pushFn interface{}) *gomock.Call
WatchPushNotifications indicates an expected call of WatchPushNotifications
Click to show internal directories.
Click to hide internal directories.