Documentation ¶
Overview ¶
Package mocks 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.
Package mocks 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.
Package mocks is a generated GoMock package.
Index ¶
- type MockBundleDeploymentCache
- func (m *MockBundleDeploymentCache) AddIndexer(arg0 string, arg1 v1alpha10.BundleDeploymentIndexer)
- func (m *MockBundleDeploymentCache) EXPECT() *MockBundleDeploymentCacheMockRecorder
- func (m *MockBundleDeploymentCache) Get(arg0, arg1 string) (*v1alpha1.BundleDeployment, error)
- func (m *MockBundleDeploymentCache) GetByIndex(arg0, arg1 string) ([]*v1alpha1.BundleDeployment, error)
- func (m *MockBundleDeploymentCache) List(arg0 string, arg1 labels.Selector) ([]*v1alpha1.BundleDeployment, error)
- type MockBundleDeploymentCacheMockRecorder
- func (mr *MockBundleDeploymentCacheMockRecorder) AddIndexer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBundleDeploymentCacheMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBundleDeploymentCacheMockRecorder) GetByIndex(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBundleDeploymentCacheMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- type MockClusterCache
- func (m *MockClusterCache) AddIndexer(arg0 string, arg1 v1alpha10.ClusterIndexer)
- func (m *MockClusterCache) EXPECT() *MockClusterCacheMockRecorder
- func (m *MockClusterCache) Get(arg0, arg1 string) (*v1alpha1.Cluster, error)
- func (m *MockClusterCache) GetByIndex(arg0, arg1 string) ([]*v1alpha1.Cluster, error)
- func (m *MockClusterCache) List(arg0 string, arg1 labels.Selector) ([]*v1alpha1.Cluster, error)
- type MockClusterCacheMockRecorder
- func (mr *MockClusterCacheMockRecorder) AddIndexer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterCacheMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterCacheMockRecorder) GetByIndex(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterCacheMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- type MockClusterClient
- func (m *MockClusterClient) Create(arg0 *v1alpha1.Cluster) (*v1alpha1.Cluster, error)
- func (m *MockClusterClient) Delete(arg0, arg1 string, arg2 *v1.DeleteOptions) error
- func (m *MockClusterClient) EXPECT() *MockClusterClientMockRecorder
- func (m *MockClusterClient) Get(arg0, arg1 string, arg2 v1.GetOptions) (*v1alpha1.Cluster, error)
- func (m *MockClusterClient) List(arg0 string, arg1 v1.ListOptions) (*v1alpha1.ClusterList, error)
- func (m *MockClusterClient) Patch(arg0, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 ...string) (*v1alpha1.Cluster, error)
- func (m *MockClusterClient) Update(arg0 *v1alpha1.Cluster) (*v1alpha1.Cluster, error)
- func (m *MockClusterClient) UpdateStatus(arg0 *v1alpha1.Cluster) (*v1alpha1.Cluster, error)
- func (m *MockClusterClient) Watch(arg0 string, arg1 v1.ListOptions) (watch.Interface, error)
- type MockClusterClientMockRecorder
- func (mr *MockClusterClientMockRecorder) Create(arg0 interface{}) *gomock.Call
- func (mr *MockClusterClientMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockClusterClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockClusterClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterClientMockRecorder) Patch(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
- func (mr *MockClusterClientMockRecorder) Update(arg0 interface{}) *gomock.Call
- func (mr *MockClusterClientMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call
- func (mr *MockClusterClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
- type MockClusterRegistrationController
- func (m *MockClusterRegistrationController) AddGenericHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)
- func (m *MockClusterRegistrationController) AddGenericRemoveHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)
- func (m *MockClusterRegistrationController) Cache() v1alpha10.ClusterRegistrationCache
- func (m *MockClusterRegistrationController) Create(arg0 *v1alpha1.ClusterRegistration) (*v1alpha1.ClusterRegistration, error)
- func (m *MockClusterRegistrationController) Delete(arg0, arg1 string, arg2 *v1.DeleteOptions) error
- func (m *MockClusterRegistrationController) EXPECT() *MockClusterRegistrationControllerMockRecorder
- func (m *MockClusterRegistrationController) Enqueue(arg0, arg1 string)
- func (m *MockClusterRegistrationController) EnqueueAfter(arg0, arg1 string, arg2 time.Duration)
- func (m *MockClusterRegistrationController) Get(arg0, arg1 string, arg2 v1.GetOptions) (*v1alpha1.ClusterRegistration, error)
- func (m *MockClusterRegistrationController) GroupVersionKind() schema.GroupVersionKind
- func (m *MockClusterRegistrationController) Informer() cache.SharedIndexInformer
- func (m *MockClusterRegistrationController) List(arg0 string, arg1 v1.ListOptions) (*v1alpha1.ClusterRegistrationList, error)
- func (m *MockClusterRegistrationController) OnChange(arg0 context.Context, arg1 string, arg2 v1alpha10.ClusterRegistrationHandler)
- func (m *MockClusterRegistrationController) OnRemove(arg0 context.Context, arg1 string, arg2 v1alpha10.ClusterRegistrationHandler)
- func (m *MockClusterRegistrationController) Patch(arg0, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 ...string) (*v1alpha1.ClusterRegistration, error)
- func (m *MockClusterRegistrationController) Update(arg0 *v1alpha1.ClusterRegistration) (*v1alpha1.ClusterRegistration, error)
- func (m *MockClusterRegistrationController) UpdateStatus(arg0 *v1alpha1.ClusterRegistration) (*v1alpha1.ClusterRegistration, error)
- func (m *MockClusterRegistrationController) Updater() generic.Updater
- func (m *MockClusterRegistrationController) Watch(arg0 string, arg1 v1.ListOptions) (watch.Interface, error)
- type MockClusterRegistrationControllerMockRecorder
- func (mr *MockClusterRegistrationControllerMockRecorder) AddGenericHandler(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) AddGenericRemoveHandler(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) Cache() *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) Create(arg0 interface{}) *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) Enqueue(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) EnqueueAfter(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) GroupVersionKind() *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) Informer() *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) OnChange(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) OnRemove(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) Patch(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) Update(arg0 interface{}) *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) Updater() *gomock.Call
- func (mr *MockClusterRegistrationControllerMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
- type MockInterface
- type MockInterfaceMockRecorder
- type MockNamespaceController
- func (m *MockNamespaceController) AddGenericHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)
- func (m *MockNamespaceController) AddGenericRemoveHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)
- func (m *MockNamespaceController) Cache() v1.NamespaceCache
- func (m *MockNamespaceController) Create(arg0 *v10.Namespace) (*v10.Namespace, error)
- func (m *MockNamespaceController) Delete(arg0 string, arg1 *v11.DeleteOptions) error
- func (m *MockNamespaceController) EXPECT() *MockNamespaceControllerMockRecorder
- func (m *MockNamespaceController) Enqueue(arg0 string)
- func (m *MockNamespaceController) EnqueueAfter(arg0 string, arg1 time.Duration)
- func (m *MockNamespaceController) Get(arg0 string, arg1 v11.GetOptions) (*v10.Namespace, error)
- func (m *MockNamespaceController) GroupVersionKind() schema.GroupVersionKind
- func (m *MockNamespaceController) Informer() cache.SharedIndexInformer
- func (m *MockNamespaceController) List(arg0 v11.ListOptions) (*v10.NamespaceList, error)
- func (m *MockNamespaceController) OnChange(arg0 context.Context, arg1 string, arg2 v1.NamespaceHandler)
- func (m *MockNamespaceController) OnRemove(arg0 context.Context, arg1 string, arg2 v1.NamespaceHandler)
- func (m *MockNamespaceController) Patch(arg0 string, arg1 types.PatchType, arg2 []byte, arg3 ...string) (*v10.Namespace, error)
- func (m *MockNamespaceController) Update(arg0 *v10.Namespace) (*v10.Namespace, error)
- func (m *MockNamespaceController) UpdateStatus(arg0 *v10.Namespace) (*v10.Namespace, error)
- func (m *MockNamespaceController) Updater() generic.Updater
- func (m *MockNamespaceController) Watch(arg0 v11.ListOptions) (watch.Interface, error)
- type MockNamespaceControllerMockRecorder
- func (mr *MockNamespaceControllerMockRecorder) AddGenericHandler(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) AddGenericRemoveHandler(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) Cache() *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) Create(arg0 interface{}) *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) Enqueue(arg0 interface{}) *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) EnqueueAfter(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) GroupVersionKind() *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) Informer() *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) List(arg0 interface{}) *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) OnChange(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) OnRemove(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) Patch(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) Update(arg0 interface{}) *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) Updater() *gomock.Call
- func (mr *MockNamespaceControllerMockRecorder) Watch(arg0 interface{}) *gomock.Call
- type MockNamespaceableResourceInterface
- func (m *MockNamespaceableResourceInterface) Apply(arg0 context.Context, arg1 string, arg2 *unstructured.Unstructured, ...) (*unstructured.Unstructured, error)
- func (m *MockNamespaceableResourceInterface) ApplyStatus(arg0 context.Context, arg1 string, arg2 *unstructured.Unstructured, ...) (*unstructured.Unstructured, error)
- func (m *MockNamespaceableResourceInterface) Create(arg0 context.Context, arg1 *unstructured.Unstructured, arg2 v1.CreateOptions, ...) (*unstructured.Unstructured, error)
- func (m *MockNamespaceableResourceInterface) Delete(arg0 context.Context, arg1 string, arg2 v1.DeleteOptions, arg3 ...string) error
- func (m *MockNamespaceableResourceInterface) DeleteCollection(arg0 context.Context, arg1 v1.DeleteOptions, arg2 v1.ListOptions) error
- func (m *MockNamespaceableResourceInterface) EXPECT() *MockNamespaceableResourceInterfaceMockRecorder
- func (m *MockNamespaceableResourceInterface) Get(arg0 context.Context, arg1 string, arg2 v1.GetOptions, arg3 ...string) (*unstructured.Unstructured, error)
- func (m *MockNamespaceableResourceInterface) List(arg0 context.Context, arg1 v1.ListOptions) (*unstructured.UnstructuredList, error)
- func (m *MockNamespaceableResourceInterface) Namespace(arg0 string) dynamic.ResourceInterface
- func (m *MockNamespaceableResourceInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, ...) (*unstructured.Unstructured, error)
- func (m *MockNamespaceableResourceInterface) Update(arg0 context.Context, arg1 *unstructured.Unstructured, arg2 v1.UpdateOptions, ...) (*unstructured.Unstructured, error)
- func (m *MockNamespaceableResourceInterface) UpdateStatus(arg0 context.Context, arg1 *unstructured.Unstructured, arg2 v1.UpdateOptions) (*unstructured.Unstructured, error)
- func (m *MockNamespaceableResourceInterface) Watch(arg0 context.Context, arg1 v1.ListOptions) (watch.Interface, error)
- type MockNamespaceableResourceInterfaceMockRecorder
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Apply(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) ApplyStatus(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Namespace(arg0 interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
- type MockSecretCache
- func (m *MockSecretCache) AddIndexer(arg0 string, arg1 v1.SecretIndexer)
- func (m *MockSecretCache) EXPECT() *MockSecretCacheMockRecorder
- func (m *MockSecretCache) Get(arg0, arg1 string) (*v10.Secret, error)
- func (m *MockSecretCache) GetByIndex(arg0, arg1 string) ([]*v10.Secret, error)
- func (m *MockSecretCache) List(arg0 string, arg1 labels.Selector) ([]*v10.Secret, error)
- type MockSecretCacheMockRecorder
- func (mr *MockSecretCacheMockRecorder) AddIndexer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecretCacheMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecretCacheMockRecorder) GetByIndex(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecretCacheMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- type MockSecretController
- func (m *MockSecretController) AddGenericHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)
- func (m *MockSecretController) AddGenericRemoveHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)
- func (m *MockSecretController) Cache() v1.SecretCache
- func (m *MockSecretController) Create(arg0 *v10.Secret) (*v10.Secret, error)
- func (m *MockSecretController) Delete(arg0, arg1 string, arg2 *v11.DeleteOptions) error
- func (m *MockSecretController) EXPECT() *MockSecretControllerMockRecorder
- func (m *MockSecretController) Enqueue(arg0, arg1 string)
- func (m *MockSecretController) EnqueueAfter(arg0, arg1 string, arg2 time.Duration)
- func (m *MockSecretController) Get(arg0, arg1 string, arg2 v11.GetOptions) (*v10.Secret, error)
- func (m *MockSecretController) GroupVersionKind() schema.GroupVersionKind
- func (m *MockSecretController) Informer() cache.SharedIndexInformer
- func (m *MockSecretController) List(arg0 string, arg1 v11.ListOptions) (*v10.SecretList, error)
- func (m *MockSecretController) OnChange(arg0 context.Context, arg1 string, arg2 v1.SecretHandler)
- func (m *MockSecretController) OnRemove(arg0 context.Context, arg1 string, arg2 v1.SecretHandler)
- func (m *MockSecretController) Patch(arg0, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 ...string) (*v10.Secret, error)
- func (m *MockSecretController) Update(arg0 *v10.Secret) (*v10.Secret, error)
- func (m *MockSecretController) Updater() generic.Updater
- func (m *MockSecretController) Watch(arg0 string, arg1 v11.ListOptions) (watch.Interface, error)
- type MockSecretControllerMockRecorder
- func (mr *MockSecretControllerMockRecorder) AddGenericHandler(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSecretControllerMockRecorder) AddGenericRemoveHandler(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSecretControllerMockRecorder) Cache() *gomock.Call
- func (mr *MockSecretControllerMockRecorder) Create(arg0 interface{}) *gomock.Call
- func (mr *MockSecretControllerMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSecretControllerMockRecorder) Enqueue(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecretControllerMockRecorder) EnqueueAfter(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSecretControllerMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSecretControllerMockRecorder) GroupVersionKind() *gomock.Call
- func (mr *MockSecretControllerMockRecorder) Informer() *gomock.Call
- func (mr *MockSecretControllerMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecretControllerMockRecorder) OnChange(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSecretControllerMockRecorder) OnRemove(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSecretControllerMockRecorder) Patch(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
- func (mr *MockSecretControllerMockRecorder) Update(arg0 interface{}) *gomock.Call
- func (mr *MockSecretControllerMockRecorder) Updater() *gomock.Call
- func (mr *MockSecretControllerMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
- type MockServiceAccountCache
- func (m *MockServiceAccountCache) AddIndexer(arg0 string, arg1 v1.ServiceAccountIndexer)
- func (m *MockServiceAccountCache) EXPECT() *MockServiceAccountCacheMockRecorder
- func (m *MockServiceAccountCache) Get(arg0, arg1 string) (*v10.ServiceAccount, error)
- func (m *MockServiceAccountCache) GetByIndex(arg0, arg1 string) ([]*v10.ServiceAccount, error)
- func (m *MockServiceAccountCache) List(arg0 string, arg1 labels.Selector) ([]*v10.ServiceAccount, error)
- type MockServiceAccountCacheMockRecorder
- func (mr *MockServiceAccountCacheMockRecorder) AddIndexer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceAccountCacheMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceAccountCacheMockRecorder) GetByIndex(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockServiceAccountCacheMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBundleDeploymentCache ¶
type MockBundleDeploymentCache struct {
// contains filtered or unexported fields
}
MockBundleDeploymentCache is a mock of BundleDeploymentCache interface.
func NewMockBundleDeploymentCache ¶
func NewMockBundleDeploymentCache(ctrl *gomock.Controller) *MockBundleDeploymentCache
NewMockBundleDeploymentCache creates a new mock instance.
func (*MockBundleDeploymentCache) AddIndexer ¶
func (m *MockBundleDeploymentCache) AddIndexer(arg0 string, arg1 v1alpha10.BundleDeploymentIndexer)
AddIndexer mocks base method.
func (*MockBundleDeploymentCache) EXPECT ¶
func (m *MockBundleDeploymentCache) EXPECT() *MockBundleDeploymentCacheMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBundleDeploymentCache) Get ¶
func (m *MockBundleDeploymentCache) Get(arg0, arg1 string) (*v1alpha1.BundleDeployment, error)
Get mocks base method.
func (*MockBundleDeploymentCache) GetByIndex ¶
func (m *MockBundleDeploymentCache) GetByIndex(arg0, arg1 string) ([]*v1alpha1.BundleDeployment, error)
GetByIndex mocks base method.
func (*MockBundleDeploymentCache) List ¶
func (m *MockBundleDeploymentCache) List(arg0 string, arg1 labels.Selector) ([]*v1alpha1.BundleDeployment, error)
List mocks base method.
type MockBundleDeploymentCacheMockRecorder ¶
type MockBundleDeploymentCacheMockRecorder struct {
// contains filtered or unexported fields
}
MockBundleDeploymentCacheMockRecorder is the mock recorder for MockBundleDeploymentCache.
func (*MockBundleDeploymentCacheMockRecorder) AddIndexer ¶
func (mr *MockBundleDeploymentCacheMockRecorder) AddIndexer(arg0, arg1 interface{}) *gomock.Call
AddIndexer indicates an expected call of AddIndexer.
func (*MockBundleDeploymentCacheMockRecorder) Get ¶
func (mr *MockBundleDeploymentCacheMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockBundleDeploymentCacheMockRecorder) GetByIndex ¶
func (mr *MockBundleDeploymentCacheMockRecorder) GetByIndex(arg0, arg1 interface{}) *gomock.Call
GetByIndex indicates an expected call of GetByIndex.
func (*MockBundleDeploymentCacheMockRecorder) List ¶
func (mr *MockBundleDeploymentCacheMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
type MockClusterCache ¶
type MockClusterCache struct {
// contains filtered or unexported fields
}
MockClusterCache is a mock of ClusterCache interface.
func NewMockClusterCache ¶
func NewMockClusterCache(ctrl *gomock.Controller) *MockClusterCache
NewMockClusterCache creates a new mock instance.
func (*MockClusterCache) AddIndexer ¶
func (m *MockClusterCache) AddIndexer(arg0 string, arg1 v1alpha10.ClusterIndexer)
AddIndexer mocks base method.
func (*MockClusterCache) EXPECT ¶
func (m *MockClusterCache) EXPECT() *MockClusterCacheMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClusterCache) Get ¶
func (m *MockClusterCache) Get(arg0, arg1 string) (*v1alpha1.Cluster, error)
Get mocks base method.
func (*MockClusterCache) GetByIndex ¶
func (m *MockClusterCache) GetByIndex(arg0, arg1 string) ([]*v1alpha1.Cluster, error)
GetByIndex mocks base method.
type MockClusterCacheMockRecorder ¶
type MockClusterCacheMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterCacheMockRecorder is the mock recorder for MockClusterCache.
func (*MockClusterCacheMockRecorder) AddIndexer ¶
func (mr *MockClusterCacheMockRecorder) AddIndexer(arg0, arg1 interface{}) *gomock.Call
AddIndexer indicates an expected call of AddIndexer.
func (*MockClusterCacheMockRecorder) Get ¶
func (mr *MockClusterCacheMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockClusterCacheMockRecorder) GetByIndex ¶
func (mr *MockClusterCacheMockRecorder) GetByIndex(arg0, arg1 interface{}) *gomock.Call
GetByIndex indicates an expected call of GetByIndex.
func (*MockClusterCacheMockRecorder) List ¶
func (mr *MockClusterCacheMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
type MockClusterClient ¶
type MockClusterClient struct {
// contains filtered or unexported fields
}
MockClusterClient is a mock of ClusterClient interface.
func NewMockClusterClient ¶
func NewMockClusterClient(ctrl *gomock.Controller) *MockClusterClient
NewMockClusterClient creates a new mock instance.
func (*MockClusterClient) Delete ¶
func (m *MockClusterClient) Delete(arg0, arg1 string, arg2 *v1.DeleteOptions) error
Delete mocks base method.
func (*MockClusterClient) EXPECT ¶
func (m *MockClusterClient) EXPECT() *MockClusterClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClusterClient) Get ¶
func (m *MockClusterClient) Get(arg0, arg1 string, arg2 v1.GetOptions) (*v1alpha1.Cluster, error)
Get mocks base method.
func (*MockClusterClient) List ¶
func (m *MockClusterClient) List(arg0 string, arg1 v1.ListOptions) (*v1alpha1.ClusterList, error)
List mocks base method.
func (*MockClusterClient) Patch ¶
func (m *MockClusterClient) Patch(arg0, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 ...string) (*v1alpha1.Cluster, error)
Patch mocks base method.
func (*MockClusterClient) UpdateStatus ¶
UpdateStatus mocks base method.
func (*MockClusterClient) Watch ¶
func (m *MockClusterClient) Watch(arg0 string, arg1 v1.ListOptions) (watch.Interface, error)
Watch mocks base method.
type MockClusterClientMockRecorder ¶
type MockClusterClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterClientMockRecorder is the mock recorder for MockClusterClient.
func (*MockClusterClientMockRecorder) Create ¶
func (mr *MockClusterClientMockRecorder) Create(arg0 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockClusterClientMockRecorder) Delete ¶
func (mr *MockClusterClientMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockClusterClientMockRecorder) Get ¶
func (mr *MockClusterClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockClusterClientMockRecorder) List ¶
func (mr *MockClusterClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockClusterClientMockRecorder) Patch ¶
func (mr *MockClusterClientMockRecorder) Patch(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockClusterClientMockRecorder) Update ¶
func (mr *MockClusterClientMockRecorder) Update(arg0 interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockClusterClientMockRecorder) UpdateStatus ¶
func (mr *MockClusterClientMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.
func (*MockClusterClientMockRecorder) Watch ¶
func (mr *MockClusterClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Watch indicates an expected call of Watch.
type MockClusterRegistrationController ¶
type MockClusterRegistrationController struct {
// contains filtered or unexported fields
}
MockClusterRegistrationController is a mock of ClusterRegistrationController interface.
func NewMockClusterRegistrationController ¶
func NewMockClusterRegistrationController(ctrl *gomock.Controller) *MockClusterRegistrationController
NewMockClusterRegistrationController creates a new mock instance.
func (*MockClusterRegistrationController) AddGenericHandler ¶
func (m *MockClusterRegistrationController) AddGenericHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)
AddGenericHandler mocks base method.
func (*MockClusterRegistrationController) AddGenericRemoveHandler ¶
func (m *MockClusterRegistrationController) AddGenericRemoveHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)
AddGenericRemoveHandler mocks base method.
func (*MockClusterRegistrationController) Cache ¶
func (m *MockClusterRegistrationController) Cache() v1alpha10.ClusterRegistrationCache
Cache mocks base method.
func (*MockClusterRegistrationController) Create ¶
func (m *MockClusterRegistrationController) Create(arg0 *v1alpha1.ClusterRegistration) (*v1alpha1.ClusterRegistration, error)
Create mocks base method.
func (*MockClusterRegistrationController) Delete ¶
func (m *MockClusterRegistrationController) Delete(arg0, arg1 string, arg2 *v1.DeleteOptions) error
Delete mocks base method.
func (*MockClusterRegistrationController) EXPECT ¶
func (m *MockClusterRegistrationController) EXPECT() *MockClusterRegistrationControllerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClusterRegistrationController) Enqueue ¶
func (m *MockClusterRegistrationController) Enqueue(arg0, arg1 string)
Enqueue mocks base method.
func (*MockClusterRegistrationController) EnqueueAfter ¶
func (m *MockClusterRegistrationController) EnqueueAfter(arg0, arg1 string, arg2 time.Duration)
EnqueueAfter mocks base method.
func (*MockClusterRegistrationController) Get ¶
func (m *MockClusterRegistrationController) Get(arg0, arg1 string, arg2 v1.GetOptions) (*v1alpha1.ClusterRegistration, error)
Get mocks base method.
func (*MockClusterRegistrationController) GroupVersionKind ¶
func (m *MockClusterRegistrationController) GroupVersionKind() schema.GroupVersionKind
GroupVersionKind mocks base method.
func (*MockClusterRegistrationController) Informer ¶
func (m *MockClusterRegistrationController) Informer() cache.SharedIndexInformer
Informer mocks base method.
func (*MockClusterRegistrationController) List ¶
func (m *MockClusterRegistrationController) List(arg0 string, arg1 v1.ListOptions) (*v1alpha1.ClusterRegistrationList, error)
List mocks base method.
func (*MockClusterRegistrationController) OnChange ¶
func (m *MockClusterRegistrationController) OnChange(arg0 context.Context, arg1 string, arg2 v1alpha10.ClusterRegistrationHandler)
OnChange mocks base method.
func (*MockClusterRegistrationController) OnRemove ¶
func (m *MockClusterRegistrationController) OnRemove(arg0 context.Context, arg1 string, arg2 v1alpha10.ClusterRegistrationHandler)
OnRemove mocks base method.
func (*MockClusterRegistrationController) Patch ¶
func (m *MockClusterRegistrationController) Patch(arg0, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 ...string) (*v1alpha1.ClusterRegistration, error)
Patch mocks base method.
func (*MockClusterRegistrationController) Update ¶
func (m *MockClusterRegistrationController) Update(arg0 *v1alpha1.ClusterRegistration) (*v1alpha1.ClusterRegistration, error)
Update mocks base method.
func (*MockClusterRegistrationController) UpdateStatus ¶
func (m *MockClusterRegistrationController) UpdateStatus(arg0 *v1alpha1.ClusterRegistration) (*v1alpha1.ClusterRegistration, error)
UpdateStatus mocks base method.
func (*MockClusterRegistrationController) Updater ¶
func (m *MockClusterRegistrationController) Updater() generic.Updater
Updater mocks base method.
func (*MockClusterRegistrationController) Watch ¶
func (m *MockClusterRegistrationController) Watch(arg0 string, arg1 v1.ListOptions) (watch.Interface, error)
Watch mocks base method.
type MockClusterRegistrationControllerMockRecorder ¶
type MockClusterRegistrationControllerMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterRegistrationControllerMockRecorder is the mock recorder for MockClusterRegistrationController.
func (*MockClusterRegistrationControllerMockRecorder) AddGenericHandler ¶
func (mr *MockClusterRegistrationControllerMockRecorder) AddGenericHandler(arg0, arg1, arg2 interface{}) *gomock.Call
AddGenericHandler indicates an expected call of AddGenericHandler.
func (*MockClusterRegistrationControllerMockRecorder) AddGenericRemoveHandler ¶
func (mr *MockClusterRegistrationControllerMockRecorder) AddGenericRemoveHandler(arg0, arg1, arg2 interface{}) *gomock.Call
AddGenericRemoveHandler indicates an expected call of AddGenericRemoveHandler.
func (*MockClusterRegistrationControllerMockRecorder) Cache ¶
func (mr *MockClusterRegistrationControllerMockRecorder) Cache() *gomock.Call
Cache indicates an expected call of Cache.
func (*MockClusterRegistrationControllerMockRecorder) Create ¶
func (mr *MockClusterRegistrationControllerMockRecorder) Create(arg0 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockClusterRegistrationControllerMockRecorder) Delete ¶
func (mr *MockClusterRegistrationControllerMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockClusterRegistrationControllerMockRecorder) Enqueue ¶
func (mr *MockClusterRegistrationControllerMockRecorder) Enqueue(arg0, arg1 interface{}) *gomock.Call
Enqueue indicates an expected call of Enqueue.
func (*MockClusterRegistrationControllerMockRecorder) EnqueueAfter ¶
func (mr *MockClusterRegistrationControllerMockRecorder) EnqueueAfter(arg0, arg1, arg2 interface{}) *gomock.Call
EnqueueAfter indicates an expected call of EnqueueAfter.
func (*MockClusterRegistrationControllerMockRecorder) Get ¶
func (mr *MockClusterRegistrationControllerMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockClusterRegistrationControllerMockRecorder) GroupVersionKind ¶
func (mr *MockClusterRegistrationControllerMockRecorder) GroupVersionKind() *gomock.Call
GroupVersionKind indicates an expected call of GroupVersionKind.
func (*MockClusterRegistrationControllerMockRecorder) Informer ¶
func (mr *MockClusterRegistrationControllerMockRecorder) Informer() *gomock.Call
Informer indicates an expected call of Informer.
func (*MockClusterRegistrationControllerMockRecorder) List ¶
func (mr *MockClusterRegistrationControllerMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockClusterRegistrationControllerMockRecorder) OnChange ¶
func (mr *MockClusterRegistrationControllerMockRecorder) OnChange(arg0, arg1, arg2 interface{}) *gomock.Call
OnChange indicates an expected call of OnChange.
func (*MockClusterRegistrationControllerMockRecorder) OnRemove ¶
func (mr *MockClusterRegistrationControllerMockRecorder) OnRemove(arg0, arg1, arg2 interface{}) *gomock.Call
OnRemove indicates an expected call of OnRemove.
func (*MockClusterRegistrationControllerMockRecorder) Patch ¶
func (mr *MockClusterRegistrationControllerMockRecorder) Patch(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockClusterRegistrationControllerMockRecorder) Update ¶
func (mr *MockClusterRegistrationControllerMockRecorder) Update(arg0 interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockClusterRegistrationControllerMockRecorder) UpdateStatus ¶
func (mr *MockClusterRegistrationControllerMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.
func (*MockClusterRegistrationControllerMockRecorder) Updater ¶
func (mr *MockClusterRegistrationControllerMockRecorder) Updater() *gomock.Call
Updater indicates an expected call of Updater.
func (*MockClusterRegistrationControllerMockRecorder) Watch ¶
func (mr *MockClusterRegistrationControllerMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Watch indicates an expected call of Watch.
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) Resource ¶
func (m *MockInterface) Resource(arg0 schema.GroupVersionResource) dynamic.NamespaceableResourceInterface
Resource mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) Resource ¶
func (mr *MockInterfaceMockRecorder) Resource(arg0 interface{}) *gomock.Call
Resource indicates an expected call of Resource.
type MockNamespaceController ¶
type MockNamespaceController struct {
// contains filtered or unexported fields
}
MockNamespaceController is a mock of NamespaceController interface.
func NewMockNamespaceController ¶
func NewMockNamespaceController(ctrl *gomock.Controller) *MockNamespaceController
NewMockNamespaceController creates a new mock instance.
func (*MockNamespaceController) AddGenericHandler ¶
func (m *MockNamespaceController) AddGenericHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)
AddGenericHandler mocks base method.
func (*MockNamespaceController) AddGenericRemoveHandler ¶
func (m *MockNamespaceController) AddGenericRemoveHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)
AddGenericRemoveHandler mocks base method.
func (*MockNamespaceController) Cache ¶
func (m *MockNamespaceController) Cache() v1.NamespaceCache
Cache mocks base method.
func (*MockNamespaceController) Delete ¶
func (m *MockNamespaceController) Delete(arg0 string, arg1 *v11.DeleteOptions) error
Delete mocks base method.
func (*MockNamespaceController) EXPECT ¶
func (m *MockNamespaceController) EXPECT() *MockNamespaceControllerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNamespaceController) Enqueue ¶
func (m *MockNamespaceController) Enqueue(arg0 string)
Enqueue mocks base method.
func (*MockNamespaceController) EnqueueAfter ¶
func (m *MockNamespaceController) EnqueueAfter(arg0 string, arg1 time.Duration)
EnqueueAfter mocks base method.
func (*MockNamespaceController) Get ¶
func (m *MockNamespaceController) Get(arg0 string, arg1 v11.GetOptions) (*v10.Namespace, error)
Get mocks base method.
func (*MockNamespaceController) GroupVersionKind ¶
func (m *MockNamespaceController) GroupVersionKind() schema.GroupVersionKind
GroupVersionKind mocks base method.
func (*MockNamespaceController) Informer ¶
func (m *MockNamespaceController) Informer() cache.SharedIndexInformer
Informer mocks base method.
func (*MockNamespaceController) List ¶
func (m *MockNamespaceController) List(arg0 v11.ListOptions) (*v10.NamespaceList, error)
List mocks base method.
func (*MockNamespaceController) OnChange ¶
func (m *MockNamespaceController) OnChange(arg0 context.Context, arg1 string, arg2 v1.NamespaceHandler)
OnChange mocks base method.
func (*MockNamespaceController) OnRemove ¶
func (m *MockNamespaceController) OnRemove(arg0 context.Context, arg1 string, arg2 v1.NamespaceHandler)
OnRemove mocks base method.
func (*MockNamespaceController) Patch ¶
func (m *MockNamespaceController) Patch(arg0 string, arg1 types.PatchType, arg2 []byte, arg3 ...string) (*v10.Namespace, error)
Patch mocks base method.
func (*MockNamespaceController) UpdateStatus ¶
UpdateStatus mocks base method.
func (*MockNamespaceController) Updater ¶
func (m *MockNamespaceController) Updater() generic.Updater
Updater mocks base method.
func (*MockNamespaceController) Watch ¶
func (m *MockNamespaceController) Watch(arg0 v11.ListOptions) (watch.Interface, error)
Watch mocks base method.
type MockNamespaceControllerMockRecorder ¶
type MockNamespaceControllerMockRecorder struct {
// contains filtered or unexported fields
}
MockNamespaceControllerMockRecorder is the mock recorder for MockNamespaceController.
func (*MockNamespaceControllerMockRecorder) AddGenericHandler ¶
func (mr *MockNamespaceControllerMockRecorder) AddGenericHandler(arg0, arg1, arg2 interface{}) *gomock.Call
AddGenericHandler indicates an expected call of AddGenericHandler.
func (*MockNamespaceControllerMockRecorder) AddGenericRemoveHandler ¶
func (mr *MockNamespaceControllerMockRecorder) AddGenericRemoveHandler(arg0, arg1, arg2 interface{}) *gomock.Call
AddGenericRemoveHandler indicates an expected call of AddGenericRemoveHandler.
func (*MockNamespaceControllerMockRecorder) Cache ¶
func (mr *MockNamespaceControllerMockRecorder) Cache() *gomock.Call
Cache indicates an expected call of Cache.
func (*MockNamespaceControllerMockRecorder) Create ¶
func (mr *MockNamespaceControllerMockRecorder) Create(arg0 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockNamespaceControllerMockRecorder) Delete ¶
func (mr *MockNamespaceControllerMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockNamespaceControllerMockRecorder) Enqueue ¶
func (mr *MockNamespaceControllerMockRecorder) Enqueue(arg0 interface{}) *gomock.Call
Enqueue indicates an expected call of Enqueue.
func (*MockNamespaceControllerMockRecorder) EnqueueAfter ¶
func (mr *MockNamespaceControllerMockRecorder) EnqueueAfter(arg0, arg1 interface{}) *gomock.Call
EnqueueAfter indicates an expected call of EnqueueAfter.
func (*MockNamespaceControllerMockRecorder) Get ¶
func (mr *MockNamespaceControllerMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockNamespaceControllerMockRecorder) GroupVersionKind ¶
func (mr *MockNamespaceControllerMockRecorder) GroupVersionKind() *gomock.Call
GroupVersionKind indicates an expected call of GroupVersionKind.
func (*MockNamespaceControllerMockRecorder) Informer ¶
func (mr *MockNamespaceControllerMockRecorder) Informer() *gomock.Call
Informer indicates an expected call of Informer.
func (*MockNamespaceControllerMockRecorder) List ¶
func (mr *MockNamespaceControllerMockRecorder) List(arg0 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockNamespaceControllerMockRecorder) OnChange ¶
func (mr *MockNamespaceControllerMockRecorder) OnChange(arg0, arg1, arg2 interface{}) *gomock.Call
OnChange indicates an expected call of OnChange.
func (*MockNamespaceControllerMockRecorder) OnRemove ¶
func (mr *MockNamespaceControllerMockRecorder) OnRemove(arg0, arg1, arg2 interface{}) *gomock.Call
OnRemove indicates an expected call of OnRemove.
func (*MockNamespaceControllerMockRecorder) Patch ¶
func (mr *MockNamespaceControllerMockRecorder) Patch(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockNamespaceControllerMockRecorder) Update ¶
func (mr *MockNamespaceControllerMockRecorder) Update(arg0 interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockNamespaceControllerMockRecorder) UpdateStatus ¶
func (mr *MockNamespaceControllerMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.
func (*MockNamespaceControllerMockRecorder) Updater ¶
func (mr *MockNamespaceControllerMockRecorder) Updater() *gomock.Call
Updater indicates an expected call of Updater.
func (*MockNamespaceControllerMockRecorder) Watch ¶
func (mr *MockNamespaceControllerMockRecorder) Watch(arg0 interface{}) *gomock.Call
Watch indicates an expected call of Watch.
type MockNamespaceableResourceInterface ¶
type MockNamespaceableResourceInterface struct {
// contains filtered or unexported fields
}
MockNamespaceableResourceInterface is a mock of NamespaceableResourceInterface interface.
func NewMockNamespaceableResourceInterface ¶
func NewMockNamespaceableResourceInterface(ctrl *gomock.Controller) *MockNamespaceableResourceInterface
NewMockNamespaceableResourceInterface creates a new mock instance.
func (*MockNamespaceableResourceInterface) Apply ¶ added in v0.8.2
func (m *MockNamespaceableResourceInterface) Apply(arg0 context.Context, arg1 string, arg2 *unstructured.Unstructured, arg3 v1.ApplyOptions, arg4 ...string) (*unstructured.Unstructured, error)
Apply mocks base method.
func (*MockNamespaceableResourceInterface) ApplyStatus ¶ added in v0.8.2
func (m *MockNamespaceableResourceInterface) ApplyStatus(arg0 context.Context, arg1 string, arg2 *unstructured.Unstructured, arg3 v1.ApplyOptions) (*unstructured.Unstructured, error)
ApplyStatus mocks base method.
func (*MockNamespaceableResourceInterface) Create ¶
func (m *MockNamespaceableResourceInterface) Create(arg0 context.Context, arg1 *unstructured.Unstructured, arg2 v1.CreateOptions, arg3 ...string) (*unstructured.Unstructured, error)
Create mocks base method.
func (*MockNamespaceableResourceInterface) Delete ¶
func (m *MockNamespaceableResourceInterface) Delete(arg0 context.Context, arg1 string, arg2 v1.DeleteOptions, arg3 ...string) error
Delete mocks base method.
func (*MockNamespaceableResourceInterface) DeleteCollection ¶
func (m *MockNamespaceableResourceInterface) DeleteCollection(arg0 context.Context, arg1 v1.DeleteOptions, arg2 v1.ListOptions) error
DeleteCollection mocks base method.
func (*MockNamespaceableResourceInterface) EXPECT ¶
func (m *MockNamespaceableResourceInterface) EXPECT() *MockNamespaceableResourceInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNamespaceableResourceInterface) Get ¶
func (m *MockNamespaceableResourceInterface) Get(arg0 context.Context, arg1 string, arg2 v1.GetOptions, arg3 ...string) (*unstructured.Unstructured, error)
Get mocks base method.
func (*MockNamespaceableResourceInterface) List ¶
func (m *MockNamespaceableResourceInterface) List(arg0 context.Context, arg1 v1.ListOptions) (*unstructured.UnstructuredList, error)
List mocks base method.
func (*MockNamespaceableResourceInterface) Namespace ¶
func (m *MockNamespaceableResourceInterface) Namespace(arg0 string) dynamic.ResourceInterface
Namespace mocks base method.
func (*MockNamespaceableResourceInterface) Patch ¶
func (m *MockNamespaceableResourceInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 v1.PatchOptions, arg5 ...string) (*unstructured.Unstructured, error)
Patch mocks base method.
func (*MockNamespaceableResourceInterface) Update ¶
func (m *MockNamespaceableResourceInterface) Update(arg0 context.Context, arg1 *unstructured.Unstructured, arg2 v1.UpdateOptions, arg3 ...string) (*unstructured.Unstructured, error)
Update mocks base method.
func (*MockNamespaceableResourceInterface) UpdateStatus ¶
func (m *MockNamespaceableResourceInterface) UpdateStatus(arg0 context.Context, arg1 *unstructured.Unstructured, arg2 v1.UpdateOptions) (*unstructured.Unstructured, error)
UpdateStatus mocks base method.
func (*MockNamespaceableResourceInterface) Watch ¶
func (m *MockNamespaceableResourceInterface) Watch(arg0 context.Context, arg1 v1.ListOptions) (watch.Interface, error)
Watch mocks base method.
type MockNamespaceableResourceInterfaceMockRecorder ¶
type MockNamespaceableResourceInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockNamespaceableResourceInterfaceMockRecorder is the mock recorder for MockNamespaceableResourceInterface.
func (*MockNamespaceableResourceInterfaceMockRecorder) Apply ¶ added in v0.8.2
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Apply(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
Apply indicates an expected call of Apply.
func (*MockNamespaceableResourceInterfaceMockRecorder) ApplyStatus ¶ added in v0.8.2
func (mr *MockNamespaceableResourceInterfaceMockRecorder) ApplyStatus(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ApplyStatus indicates an expected call of ApplyStatus.
func (*MockNamespaceableResourceInterfaceMockRecorder) Create ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockNamespaceableResourceInterfaceMockRecorder) Delete ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockNamespaceableResourceInterfaceMockRecorder) DeleteCollection ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteCollection indicates an expected call of DeleteCollection.
func (*MockNamespaceableResourceInterfaceMockRecorder) Get ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockNamespaceableResourceInterfaceMockRecorder) List ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockNamespaceableResourceInterfaceMockRecorder) Namespace ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Namespace(arg0 interface{}) *gomock.Call
Namespace indicates an expected call of Namespace.
func (*MockNamespaceableResourceInterfaceMockRecorder) Patch ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockNamespaceableResourceInterfaceMockRecorder) Update ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockNamespaceableResourceInterfaceMockRecorder) UpdateStatus ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.
func (*MockNamespaceableResourceInterfaceMockRecorder) Watch ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Watch indicates an expected call of Watch.
type MockSecretCache ¶
type MockSecretCache struct {
// contains filtered or unexported fields
}
MockSecretCache is a mock of SecretCache interface.
func NewMockSecretCache ¶
func NewMockSecretCache(ctrl *gomock.Controller) *MockSecretCache
NewMockSecretCache creates a new mock instance.
func (*MockSecretCache) AddIndexer ¶
func (m *MockSecretCache) AddIndexer(arg0 string, arg1 v1.SecretIndexer)
AddIndexer mocks base method.
func (*MockSecretCache) EXPECT ¶
func (m *MockSecretCache) EXPECT() *MockSecretCacheMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSecretCache) Get ¶
func (m *MockSecretCache) Get(arg0, arg1 string) (*v10.Secret, error)
Get mocks base method.
func (*MockSecretCache) GetByIndex ¶
func (m *MockSecretCache) GetByIndex(arg0, arg1 string) ([]*v10.Secret, error)
GetByIndex mocks base method.
type MockSecretCacheMockRecorder ¶
type MockSecretCacheMockRecorder struct {
// contains filtered or unexported fields
}
MockSecretCacheMockRecorder is the mock recorder for MockSecretCache.
func (*MockSecretCacheMockRecorder) AddIndexer ¶
func (mr *MockSecretCacheMockRecorder) AddIndexer(arg0, arg1 interface{}) *gomock.Call
AddIndexer indicates an expected call of AddIndexer.
func (*MockSecretCacheMockRecorder) Get ¶
func (mr *MockSecretCacheMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockSecretCacheMockRecorder) GetByIndex ¶
func (mr *MockSecretCacheMockRecorder) GetByIndex(arg0, arg1 interface{}) *gomock.Call
GetByIndex indicates an expected call of GetByIndex.
func (*MockSecretCacheMockRecorder) List ¶
func (mr *MockSecretCacheMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
type MockSecretController ¶
type MockSecretController struct {
// contains filtered or unexported fields
}
MockSecretController is a mock of SecretController interface.
func NewMockSecretController ¶
func NewMockSecretController(ctrl *gomock.Controller) *MockSecretController
NewMockSecretController creates a new mock instance.
func (*MockSecretController) AddGenericHandler ¶
func (m *MockSecretController) AddGenericHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)
AddGenericHandler mocks base method.
func (*MockSecretController) AddGenericRemoveHandler ¶
func (m *MockSecretController) AddGenericRemoveHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)
AddGenericRemoveHandler mocks base method.
func (*MockSecretController) Cache ¶
func (m *MockSecretController) Cache() v1.SecretCache
Cache mocks base method.
func (*MockSecretController) Delete ¶
func (m *MockSecretController) Delete(arg0, arg1 string, arg2 *v11.DeleteOptions) error
Delete mocks base method.
func (*MockSecretController) EXPECT ¶
func (m *MockSecretController) EXPECT() *MockSecretControllerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSecretController) Enqueue ¶
func (m *MockSecretController) Enqueue(arg0, arg1 string)
Enqueue mocks base method.
func (*MockSecretController) EnqueueAfter ¶
func (m *MockSecretController) EnqueueAfter(arg0, arg1 string, arg2 time.Duration)
EnqueueAfter mocks base method.
func (*MockSecretController) Get ¶
func (m *MockSecretController) Get(arg0, arg1 string, arg2 v11.GetOptions) (*v10.Secret, error)
Get mocks base method.
func (*MockSecretController) GroupVersionKind ¶
func (m *MockSecretController) GroupVersionKind() schema.GroupVersionKind
GroupVersionKind mocks base method.
func (*MockSecretController) Informer ¶
func (m *MockSecretController) Informer() cache.SharedIndexInformer
Informer mocks base method.
func (*MockSecretController) List ¶
func (m *MockSecretController) List(arg0 string, arg1 v11.ListOptions) (*v10.SecretList, error)
List mocks base method.
func (*MockSecretController) OnChange ¶
func (m *MockSecretController) OnChange(arg0 context.Context, arg1 string, arg2 v1.SecretHandler)
OnChange mocks base method.
func (*MockSecretController) OnRemove ¶
func (m *MockSecretController) OnRemove(arg0 context.Context, arg1 string, arg2 v1.SecretHandler)
OnRemove mocks base method.
func (*MockSecretController) Patch ¶
func (m *MockSecretController) Patch(arg0, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 ...string) (*v10.Secret, error)
Patch mocks base method.
func (*MockSecretController) Updater ¶
func (m *MockSecretController) Updater() generic.Updater
Updater mocks base method.
func (*MockSecretController) Watch ¶
func (m *MockSecretController) Watch(arg0 string, arg1 v11.ListOptions) (watch.Interface, error)
Watch mocks base method.
type MockSecretControllerMockRecorder ¶
type MockSecretControllerMockRecorder struct {
// contains filtered or unexported fields
}
MockSecretControllerMockRecorder is the mock recorder for MockSecretController.
func (*MockSecretControllerMockRecorder) AddGenericHandler ¶
func (mr *MockSecretControllerMockRecorder) AddGenericHandler(arg0, arg1, arg2 interface{}) *gomock.Call
AddGenericHandler indicates an expected call of AddGenericHandler.
func (*MockSecretControllerMockRecorder) AddGenericRemoveHandler ¶
func (mr *MockSecretControllerMockRecorder) AddGenericRemoveHandler(arg0, arg1, arg2 interface{}) *gomock.Call
AddGenericRemoveHandler indicates an expected call of AddGenericRemoveHandler.
func (*MockSecretControllerMockRecorder) Cache ¶
func (mr *MockSecretControllerMockRecorder) Cache() *gomock.Call
Cache indicates an expected call of Cache.
func (*MockSecretControllerMockRecorder) Create ¶
func (mr *MockSecretControllerMockRecorder) Create(arg0 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockSecretControllerMockRecorder) Delete ¶
func (mr *MockSecretControllerMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockSecretControllerMockRecorder) Enqueue ¶
func (mr *MockSecretControllerMockRecorder) Enqueue(arg0, arg1 interface{}) *gomock.Call
Enqueue indicates an expected call of Enqueue.
func (*MockSecretControllerMockRecorder) EnqueueAfter ¶
func (mr *MockSecretControllerMockRecorder) EnqueueAfter(arg0, arg1, arg2 interface{}) *gomock.Call
EnqueueAfter indicates an expected call of EnqueueAfter.
func (*MockSecretControllerMockRecorder) Get ¶
func (mr *MockSecretControllerMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockSecretControllerMockRecorder) GroupVersionKind ¶
func (mr *MockSecretControllerMockRecorder) GroupVersionKind() *gomock.Call
GroupVersionKind indicates an expected call of GroupVersionKind.
func (*MockSecretControllerMockRecorder) Informer ¶
func (mr *MockSecretControllerMockRecorder) Informer() *gomock.Call
Informer indicates an expected call of Informer.
func (*MockSecretControllerMockRecorder) List ¶
func (mr *MockSecretControllerMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockSecretControllerMockRecorder) OnChange ¶
func (mr *MockSecretControllerMockRecorder) OnChange(arg0, arg1, arg2 interface{}) *gomock.Call
OnChange indicates an expected call of OnChange.
func (*MockSecretControllerMockRecorder) OnRemove ¶
func (mr *MockSecretControllerMockRecorder) OnRemove(arg0, arg1, arg2 interface{}) *gomock.Call
OnRemove indicates an expected call of OnRemove.
func (*MockSecretControllerMockRecorder) Patch ¶
func (mr *MockSecretControllerMockRecorder) Patch(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockSecretControllerMockRecorder) Update ¶
func (mr *MockSecretControllerMockRecorder) Update(arg0 interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockSecretControllerMockRecorder) Updater ¶
func (mr *MockSecretControllerMockRecorder) Updater() *gomock.Call
Updater indicates an expected call of Updater.
func (*MockSecretControllerMockRecorder) Watch ¶
func (mr *MockSecretControllerMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Watch indicates an expected call of Watch.
type MockServiceAccountCache ¶
type MockServiceAccountCache struct {
// contains filtered or unexported fields
}
MockServiceAccountCache is a mock of ServiceAccountCache interface.
func NewMockServiceAccountCache ¶
func NewMockServiceAccountCache(ctrl *gomock.Controller) *MockServiceAccountCache
NewMockServiceAccountCache creates a new mock instance.
func (*MockServiceAccountCache) AddIndexer ¶
func (m *MockServiceAccountCache) AddIndexer(arg0 string, arg1 v1.ServiceAccountIndexer)
AddIndexer mocks base method.
func (*MockServiceAccountCache) EXPECT ¶
func (m *MockServiceAccountCache) EXPECT() *MockServiceAccountCacheMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceAccountCache) Get ¶
func (m *MockServiceAccountCache) Get(arg0, arg1 string) (*v10.ServiceAccount, error)
Get mocks base method.
func (*MockServiceAccountCache) GetByIndex ¶
func (m *MockServiceAccountCache) GetByIndex(arg0, arg1 string) ([]*v10.ServiceAccount, error)
GetByIndex mocks base method.
func (*MockServiceAccountCache) List ¶
func (m *MockServiceAccountCache) List(arg0 string, arg1 labels.Selector) ([]*v10.ServiceAccount, error)
List mocks base method.
type MockServiceAccountCacheMockRecorder ¶
type MockServiceAccountCacheMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceAccountCacheMockRecorder is the mock recorder for MockServiceAccountCache.
func (*MockServiceAccountCacheMockRecorder) AddIndexer ¶
func (mr *MockServiceAccountCacheMockRecorder) AddIndexer(arg0, arg1 interface{}) *gomock.Call
AddIndexer indicates an expected call of AddIndexer.
func (*MockServiceAccountCacheMockRecorder) Get ¶
func (mr *MockServiceAccountCacheMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockServiceAccountCacheMockRecorder) GetByIndex ¶
func (mr *MockServiceAccountCacheMockRecorder) GetByIndex(arg0, arg1 interface{}) *gomock.Call
GetByIndex indicates an expected call of GetByIndex.
func (*MockServiceAccountCacheMockRecorder) List ¶
func (mr *MockServiceAccountCacheMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.