Documentation
¶
Overview ¶
Package mock_k8s is a generated GoMock package.
Package mock_k8s is a generated GoMock package.
Package mock_k8s is a generated GoMock package.
Package mock_k8s is a generated GoMock package.
Package mock_k8s is a generated GoMock package.
Package mock_k8s is a generated GoMock package.
Package mock_k8s is a generated GoMock package.
Package mock_k8s is a generated GoMock package.
Index ¶
- type MockApiextensionsV1Interface
- type MockApiextensionsV1InterfaceMockRecorder
- type MockCoreV1Interface
- func (m *MockCoreV1Interface) ComponentStatuses() v12.ComponentStatusInterface
- func (m *MockCoreV1Interface) ConfigMaps(arg0 string) v12.ConfigMapInterface
- func (m *MockCoreV1Interface) EXPECT() *MockCoreV1InterfaceMockRecorder
- func (m *MockCoreV1Interface) Endpoints(arg0 string) v12.EndpointsInterface
- func (m *MockCoreV1Interface) Events(arg0 string) v12.EventInterface
- func (m *MockCoreV1Interface) LimitRanges(arg0 string) v12.LimitRangeInterface
- func (m *MockCoreV1Interface) Namespaces() v12.NamespaceInterface
- func (m *MockCoreV1Interface) Nodes() v12.NodeInterface
- func (m *MockCoreV1Interface) PersistentVolumeClaims(arg0 string) v12.PersistentVolumeClaimInterface
- func (m *MockCoreV1Interface) PersistentVolumes() v12.PersistentVolumeInterface
- func (m *MockCoreV1Interface) PodTemplates(arg0 string) v12.PodTemplateInterface
- func (m *MockCoreV1Interface) Pods(arg0 string) v12.PodInterface
- func (m *MockCoreV1Interface) RESTClient() rest.Interface
- func (m *MockCoreV1Interface) ReplicationControllers(arg0 string) v12.ReplicationControllerInterface
- func (m *MockCoreV1Interface) ResourceQuotas(arg0 string) v12.ResourceQuotaInterface
- func (m *MockCoreV1Interface) Secrets(arg0 string) v12.SecretInterface
- func (m *MockCoreV1Interface) ServiceAccounts(arg0 string) v12.ServiceAccountInterface
- func (m *MockCoreV1Interface) Services(arg0 string) v12.ServiceInterface
- type MockCoreV1InterfaceMockRecorder
- func (mr *MockCoreV1InterfaceMockRecorder) ComponentStatuses() *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) ConfigMaps(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Endpoints(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Events(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) LimitRanges(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Namespaces() *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Nodes() *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) PersistentVolumeClaims(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) PersistentVolumes() *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) PodTemplates(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Pods(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) RESTClient() *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) ReplicationControllers(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) ResourceQuotas(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Secrets(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) ServiceAccounts(arg0 interface{}) *gomock.Call
- func (mr *MockCoreV1InterfaceMockRecorder) Services(arg0 interface{}) *gomock.Call
- type MockCustomResourceDefinitionInterface
- func (m *MockCustomResourceDefinitionInterface) Create(arg0 context.Context, arg1 *v1.CustomResourceDefinition, ...) (*v1.CustomResourceDefinition, error)
- func (m *MockCustomResourceDefinitionInterface) Delete(arg0 context.Context, arg1 string, arg2 v11.DeleteOptions) error
- func (m *MockCustomResourceDefinitionInterface) DeleteCollection(arg0 context.Context, arg1 v11.DeleteOptions, arg2 v11.ListOptions) error
- func (m *MockCustomResourceDefinitionInterface) EXPECT() *MockCustomResourceDefinitionInterfaceMockRecorder
- func (m *MockCustomResourceDefinitionInterface) Get(arg0 context.Context, arg1 string, arg2 v11.GetOptions) (*v1.CustomResourceDefinition, error)
- func (m *MockCustomResourceDefinitionInterface) List(arg0 context.Context, arg1 v11.ListOptions) (*v1.CustomResourceDefinitionList, error)
- func (m *MockCustomResourceDefinitionInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, ...) (*v1.CustomResourceDefinition, error)
- func (m *MockCustomResourceDefinitionInterface) Update(arg0 context.Context, arg1 *v1.CustomResourceDefinition, ...) (*v1.CustomResourceDefinition, error)
- func (m *MockCustomResourceDefinitionInterface) UpdateStatus(arg0 context.Context, arg1 *v1.CustomResourceDefinition, ...) (*v1.CustomResourceDefinition, error)
- func (m *MockCustomResourceDefinitionInterface) Watch(arg0 context.Context, arg1 v11.ListOptions) (watch.Interface, error)
- type MockCustomResourceDefinitionInterfaceMockRecorder
- func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call
- func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
- type MockFactory
- func (m *MockFactory) ClientForMapping(arg0 *meta.RESTMapping) (resource.RESTClient, error)
- func (m *MockFactory) DynamicClient() (dynamic.Interface, error)
- func (m *MockFactory) EXPECT() *MockFactoryMockRecorder
- func (m *MockFactory) KubernetesClientSet() (*kubernetes.Clientset, error)
- func (m *MockFactory) NewBuilder() *resource.Builder
- func (m *MockFactory) OpenAPISchema() (openapi0.Resources, error)
- func (m *MockFactory) OpenAPIV3Client() (openapi.Client, error)
- func (m *MockFactory) RESTClient() (*rest.RESTClient, error)
- func (m *MockFactory) ToDiscoveryClient() (discovery.CachedDiscoveryInterface, error)
- func (m *MockFactory) ToRESTConfig() (*rest.Config, error)
- func (m *MockFactory) ToRESTMapper() (meta.RESTMapper, error)
- func (m *MockFactory) ToRawKubeConfigLoader() clientcmd.ClientConfig
- func (m *MockFactory) UnstructuredClientForMapping(arg0 *meta.RESTMapping) (resource.RESTClient, error)
- func (m *MockFactory) Validator(arg0 string) (validation.Schema, error)
- type MockFactoryMockRecorder
- func (mr *MockFactoryMockRecorder) ClientForMapping(arg0 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) DynamicClient() *gomock.Call
- func (mr *MockFactoryMockRecorder) KubernetesClientSet() *gomock.Call
- func (mr *MockFactoryMockRecorder) NewBuilder() *gomock.Call
- func (mr *MockFactoryMockRecorder) OpenAPISchema() *gomock.Call
- func (mr *MockFactoryMockRecorder) OpenAPIV3Client() *gomock.Call
- func (mr *MockFactoryMockRecorder) RESTClient() *gomock.Call
- func (mr *MockFactoryMockRecorder) ToDiscoveryClient() *gomock.Call
- func (mr *MockFactoryMockRecorder) ToRESTConfig() *gomock.Call
- func (mr *MockFactoryMockRecorder) ToRESTMapper() *gomock.Call
- func (mr *MockFactoryMockRecorder) ToRawKubeConfigLoader() *gomock.Call
- func (mr *MockFactoryMockRecorder) UnstructuredClientForMapping(arg0 interface{}) *gomock.Call
- func (mr *MockFactoryMockRecorder) Validator(arg0 interface{}) *gomock.Call
- type MockGenericLister
- type MockGenericListerMockRecorder
- type MockGenericNamespaceLister
- type MockGenericNamespaceListerMockRecorder
- type MockIndexer
- func (m *MockIndexer) Add(arg0 interface{}) error
- func (m *MockIndexer) AddIndexers(arg0 cache.Indexers) error
- func (m *MockIndexer) ByIndex(arg0, arg1 string) ([]interface{}, error)
- func (m *MockIndexer) Delete(arg0 interface{}) error
- func (m *MockIndexer) EXPECT() *MockIndexerMockRecorder
- func (m *MockIndexer) Get(arg0 interface{}) (interface{}, bool, error)
- func (m *MockIndexer) GetByKey(arg0 string) (interface{}, bool, error)
- func (m *MockIndexer) GetIndexers() cache.Indexers
- func (m *MockIndexer) Index(arg0 string, arg1 interface{}) ([]interface{}, error)
- func (m *MockIndexer) IndexKeys(arg0, arg1 string) ([]string, error)
- func (m *MockIndexer) List() []interface{}
- func (m *MockIndexer) ListIndexFuncValues(arg0 string) []string
- func (m *MockIndexer) ListKeys() []string
- func (m *MockIndexer) Replace(arg0 []interface{}, arg1 string) error
- func (m *MockIndexer) Resync() error
- func (m *MockIndexer) Update(arg0 interface{}) error
- type MockIndexerMockRecorder
- func (mr *MockIndexerMockRecorder) Add(arg0 interface{}) *gomock.Call
- func (mr *MockIndexerMockRecorder) AddIndexers(arg0 interface{}) *gomock.Call
- func (mr *MockIndexerMockRecorder) ByIndex(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIndexerMockRecorder) Delete(arg0 interface{}) *gomock.Call
- func (mr *MockIndexerMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockIndexerMockRecorder) GetByKey(arg0 interface{}) *gomock.Call
- func (mr *MockIndexerMockRecorder) GetIndexers() *gomock.Call
- func (mr *MockIndexerMockRecorder) Index(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIndexerMockRecorder) IndexKeys(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIndexerMockRecorder) List() *gomock.Call
- func (mr *MockIndexerMockRecorder) ListIndexFuncValues(arg0 interface{}) *gomock.Call
- func (mr *MockIndexerMockRecorder) ListKeys() *gomock.Call
- func (mr *MockIndexerMockRecorder) Replace(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIndexerMockRecorder) Resync() *gomock.Call
- func (mr *MockIndexerMockRecorder) Update(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 MockRESTClientGetter
- func (m *MockRESTClientGetter) EXPECT() *MockRESTClientGetterMockRecorder
- func (m *MockRESTClientGetter) ToDiscoveryClient() (discovery.CachedDiscoveryInterface, error)
- func (m *MockRESTClientGetter) ToRESTConfig() (*rest.Config, error)
- func (m *MockRESTClientGetter) ToRESTMapper() (meta.RESTMapper, error)
- type MockRESTClientGetterMockRecorder
- type MockRateLimitingWorkqueue
- func (m *MockRateLimitingWorkqueue) Add(arg0 interface{})
- func (m *MockRateLimitingWorkqueue) AddAfter(arg0 interface{}, arg1 time.Duration)
- func (m *MockRateLimitingWorkqueue) AddRateLimited(arg0 interface{})
- func (m *MockRateLimitingWorkqueue) Done(arg0 interface{})
- func (m *MockRateLimitingWorkqueue) EXPECT() *MockRateLimitingWorkqueueMockRecorder
- func (m *MockRateLimitingWorkqueue) Forget(arg0 interface{})
- func (m *MockRateLimitingWorkqueue) Get() (interface{}, bool)
- func (m *MockRateLimitingWorkqueue) Len() int
- func (m *MockRateLimitingWorkqueue) NumRequeues(arg0 interface{}) int
- func (m *MockRateLimitingWorkqueue) ShutDown()
- func (m *MockRateLimitingWorkqueue) ShutDownWithDrain()
- func (m *MockRateLimitingWorkqueue) ShuttingDown() bool
- type MockRateLimitingWorkqueueMockRecorder
- func (mr *MockRateLimitingWorkqueueMockRecorder) Add(arg0 interface{}) *gomock.Call
- func (mr *MockRateLimitingWorkqueueMockRecorder) AddAfter(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockRateLimitingWorkqueueMockRecorder) AddRateLimited(arg0 interface{}) *gomock.Call
- func (mr *MockRateLimitingWorkqueueMockRecorder) Done(arg0 interface{}) *gomock.Call
- func (mr *MockRateLimitingWorkqueueMockRecorder) Forget(arg0 interface{}) *gomock.Call
- func (mr *MockRateLimitingWorkqueueMockRecorder) Get() *gomock.Call
- func (mr *MockRateLimitingWorkqueueMockRecorder) Len() *gomock.Call
- func (mr *MockRateLimitingWorkqueueMockRecorder) NumRequeues(arg0 interface{}) *gomock.Call
- func (mr *MockRateLimitingWorkqueueMockRecorder) ShutDown() *gomock.Call
- func (mr *MockRateLimitingWorkqueueMockRecorder) ShutDownWithDrain() *gomock.Call
- func (mr *MockRateLimitingWorkqueueMockRecorder) ShuttingDown() *gomock.Call
- type MockResettableRESTMapper
- func (m *MockResettableRESTMapper) EXPECT() *MockResettableRESTMapperMockRecorder
- func (m *MockResettableRESTMapper) KindFor(arg0 schema.GroupVersionResource) (schema.GroupVersionKind, error)
- func (m *MockResettableRESTMapper) KindsFor(arg0 schema.GroupVersionResource) ([]schema.GroupVersionKind, error)
- func (m *MockResettableRESTMapper) RESTMapping(arg0 schema.GroupKind, arg1 ...string) (*meta.RESTMapping, error)
- func (m *MockResettableRESTMapper) RESTMappings(arg0 schema.GroupKind, arg1 ...string) ([]*meta.RESTMapping, error)
- func (m *MockResettableRESTMapper) Reset()
- func (m *MockResettableRESTMapper) ResourceFor(arg0 schema.GroupVersionResource) (schema.GroupVersionResource, error)
- func (m *MockResettableRESTMapper) ResourceSingularizer(arg0 string) (string, error)
- func (m *MockResettableRESTMapper) ResourcesFor(arg0 schema.GroupVersionResource) ([]schema.GroupVersionResource, error)
- type MockResettableRESTMapperMockRecorder
- func (mr *MockResettableRESTMapperMockRecorder) KindFor(arg0 interface{}) *gomock.Call
- func (mr *MockResettableRESTMapperMockRecorder) KindsFor(arg0 interface{}) *gomock.Call
- func (mr *MockResettableRESTMapperMockRecorder) RESTMapping(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockResettableRESTMapperMockRecorder) RESTMappings(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockResettableRESTMapperMockRecorder) Reset() *gomock.Call
- func (mr *MockResettableRESTMapperMockRecorder) ResourceFor(arg0 interface{}) *gomock.Call
- func (mr *MockResettableRESTMapperMockRecorder) ResourceSingularizer(arg0 interface{}) *gomock.Call
- func (mr *MockResettableRESTMapperMockRecorder) ResourcesFor(arg0 interface{}) *gomock.Call
- type MockResourceInterface
- func (m *MockResourceInterface) Apply(arg0 context.Context, arg1 string, arg2 *unstructured.Unstructured, ...) (*unstructured.Unstructured, error)
- func (m *MockResourceInterface) ApplyStatus(arg0 context.Context, arg1 string, arg2 *unstructured.Unstructured, ...) (*unstructured.Unstructured, error)
- func (m *MockResourceInterface) Create(arg0 context.Context, arg1 *unstructured.Unstructured, arg2 v1.CreateOptions, ...) (*unstructured.Unstructured, error)
- func (m *MockResourceInterface) Delete(arg0 context.Context, arg1 string, arg2 v1.DeleteOptions, arg3 ...string) error
- func (m *MockResourceInterface) DeleteCollection(arg0 context.Context, arg1 v1.DeleteOptions, arg2 v1.ListOptions) error
- func (m *MockResourceInterface) EXPECT() *MockResourceInterfaceMockRecorder
- func (m *MockResourceInterface) Get(arg0 context.Context, arg1 string, arg2 v1.GetOptions, arg3 ...string) (*unstructured.Unstructured, error)
- func (m *MockResourceInterface) List(arg0 context.Context, arg1 v1.ListOptions) (*unstructured.UnstructuredList, error)
- func (m *MockResourceInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, ...) (*unstructured.Unstructured, error)
- func (m *MockResourceInterface) Update(arg0 context.Context, arg1 *unstructured.Unstructured, arg2 v1.UpdateOptions, ...) (*unstructured.Unstructured, error)
- func (m *MockResourceInterface) UpdateStatus(arg0 context.Context, arg1 *unstructured.Unstructured, arg2 v1.UpdateOptions) (*unstructured.Unstructured, error)
- func (m *MockResourceInterface) Watch(arg0 context.Context, arg1 v1.ListOptions) (watch.Interface, error)
- type MockResourceInterfaceMockRecorder
- func (mr *MockResourceInterfaceMockRecorder) Apply(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) ApplyStatus(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
- type MockSecretInterface
- func (m *MockSecretInterface) Apply(arg0 context.Context, arg1 *v11.SecretApplyConfiguration, ...) (*v1.Secret, error)
- func (m *MockSecretInterface) Create(arg0 context.Context, arg1 *v1.Secret, arg2 v10.CreateOptions) (*v1.Secret, error)
- func (m *MockSecretInterface) Delete(arg0 context.Context, arg1 string, arg2 v10.DeleteOptions) error
- func (m *MockSecretInterface) DeleteCollection(arg0 context.Context, arg1 v10.DeleteOptions, arg2 v10.ListOptions) error
- func (m *MockSecretInterface) EXPECT() *MockSecretInterfaceMockRecorder
- func (m *MockSecretInterface) Get(arg0 context.Context, arg1 string, arg2 v10.GetOptions) (*v1.Secret, error)
- func (m *MockSecretInterface) List(arg0 context.Context, arg1 v10.ListOptions) (*v1.SecretList, error)
- func (m *MockSecretInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, ...) (*v1.Secret, error)
- func (m *MockSecretInterface) Update(arg0 context.Context, arg1 *v1.Secret, arg2 v10.UpdateOptions) (*v1.Secret, error)
- func (m *MockSecretInterface) Watch(arg0 context.Context, arg1 v10.ListOptions) (watch.Interface, error)
- type MockSecretInterfaceMockRecorder
- func (mr *MockSecretInterfaceMockRecorder) Apply(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSecretInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSecretInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSecretInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSecretInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSecretInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSecretInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call
- func (mr *MockSecretInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSecretInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockApiextensionsV1Interface ¶ added in v16.1.0
type MockApiextensionsV1Interface struct {
// contains filtered or unexported fields
}
MockApiextensionsV1Interface is a mock of ApiextensionsV1Interface interface.
func NewMockApiextensionsV1Interface ¶ added in v16.1.0
func NewMockApiextensionsV1Interface(ctrl *gomock.Controller) *MockApiextensionsV1Interface
NewMockApiextensionsV1Interface creates a new mock instance.
func (*MockApiextensionsV1Interface) CustomResourceDefinitions ¶ added in v16.1.0
func (m *MockApiextensionsV1Interface) CustomResourceDefinitions() v10.CustomResourceDefinitionInterface
CustomResourceDefinitions mocks base method.
func (*MockApiextensionsV1Interface) EXPECT ¶ added in v16.1.0
func (m *MockApiextensionsV1Interface) EXPECT() *MockApiextensionsV1InterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockApiextensionsV1Interface) RESTClient ¶ added in v16.1.0
func (m *MockApiextensionsV1Interface) RESTClient() rest.Interface
RESTClient mocks base method.
type MockApiextensionsV1InterfaceMockRecorder ¶ added in v16.1.0
type MockApiextensionsV1InterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockApiextensionsV1InterfaceMockRecorder is the mock recorder for MockApiextensionsV1Interface.
func (*MockApiextensionsV1InterfaceMockRecorder) CustomResourceDefinitions ¶ added in v16.1.0
func (mr *MockApiextensionsV1InterfaceMockRecorder) CustomResourceDefinitions() *gomock.Call
CustomResourceDefinitions indicates an expected call of CustomResourceDefinitions.
func (*MockApiextensionsV1InterfaceMockRecorder) RESTClient ¶ added in v16.1.0
func (mr *MockApiextensionsV1InterfaceMockRecorder) RESTClient() *gomock.Call
RESTClient indicates an expected call of RESTClient.
type MockCoreV1Interface ¶ added in v16.1.0
type MockCoreV1Interface struct {
// contains filtered or unexported fields
}
MockCoreV1Interface is a mock of CoreV1Interface interface.
func NewMockCoreV1Interface ¶ added in v16.1.0
func NewMockCoreV1Interface(ctrl *gomock.Controller) *MockCoreV1Interface
NewMockCoreV1Interface creates a new mock instance.
func (*MockCoreV1Interface) ComponentStatuses ¶ added in v16.1.0
func (m *MockCoreV1Interface) ComponentStatuses() v12.ComponentStatusInterface
ComponentStatuses mocks base method.
func (*MockCoreV1Interface) ConfigMaps ¶ added in v16.1.0
func (m *MockCoreV1Interface) ConfigMaps(arg0 string) v12.ConfigMapInterface
ConfigMaps mocks base method.
func (*MockCoreV1Interface) EXPECT ¶ added in v16.1.0
func (m *MockCoreV1Interface) EXPECT() *MockCoreV1InterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCoreV1Interface) Endpoints ¶ added in v16.1.0
func (m *MockCoreV1Interface) Endpoints(arg0 string) v12.EndpointsInterface
Endpoints mocks base method.
func (*MockCoreV1Interface) Events ¶ added in v16.1.0
func (m *MockCoreV1Interface) Events(arg0 string) v12.EventInterface
Events mocks base method.
func (*MockCoreV1Interface) LimitRanges ¶ added in v16.1.0
func (m *MockCoreV1Interface) LimitRanges(arg0 string) v12.LimitRangeInterface
LimitRanges mocks base method.
func (*MockCoreV1Interface) Namespaces ¶ added in v16.1.0
func (m *MockCoreV1Interface) Namespaces() v12.NamespaceInterface
Namespaces mocks base method.
func (*MockCoreV1Interface) Nodes ¶ added in v16.1.0
func (m *MockCoreV1Interface) Nodes() v12.NodeInterface
Nodes mocks base method.
func (*MockCoreV1Interface) PersistentVolumeClaims ¶ added in v16.1.0
func (m *MockCoreV1Interface) PersistentVolumeClaims(arg0 string) v12.PersistentVolumeClaimInterface
PersistentVolumeClaims mocks base method.
func (*MockCoreV1Interface) PersistentVolumes ¶ added in v16.1.0
func (m *MockCoreV1Interface) PersistentVolumes() v12.PersistentVolumeInterface
PersistentVolumes mocks base method.
func (*MockCoreV1Interface) PodTemplates ¶ added in v16.1.0
func (m *MockCoreV1Interface) PodTemplates(arg0 string) v12.PodTemplateInterface
PodTemplates mocks base method.
func (*MockCoreV1Interface) Pods ¶ added in v16.1.0
func (m *MockCoreV1Interface) Pods(arg0 string) v12.PodInterface
Pods mocks base method.
func (*MockCoreV1Interface) RESTClient ¶ added in v16.1.0
func (m *MockCoreV1Interface) RESTClient() rest.Interface
RESTClient mocks base method.
func (*MockCoreV1Interface) ReplicationControllers ¶ added in v16.1.0
func (m *MockCoreV1Interface) ReplicationControllers(arg0 string) v12.ReplicationControllerInterface
ReplicationControllers mocks base method.
func (*MockCoreV1Interface) ResourceQuotas ¶ added in v16.1.0
func (m *MockCoreV1Interface) ResourceQuotas(arg0 string) v12.ResourceQuotaInterface
ResourceQuotas mocks base method.
func (*MockCoreV1Interface) Secrets ¶ added in v16.1.0
func (m *MockCoreV1Interface) Secrets(arg0 string) v12.SecretInterface
Secrets mocks base method.
func (*MockCoreV1Interface) ServiceAccounts ¶ added in v16.1.0
func (m *MockCoreV1Interface) ServiceAccounts(arg0 string) v12.ServiceAccountInterface
ServiceAccounts mocks base method.
func (*MockCoreV1Interface) Services ¶ added in v16.1.0
func (m *MockCoreV1Interface) Services(arg0 string) v12.ServiceInterface
Services mocks base method.
type MockCoreV1InterfaceMockRecorder ¶ added in v16.1.0
type MockCoreV1InterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockCoreV1InterfaceMockRecorder is the mock recorder for MockCoreV1Interface.
func (*MockCoreV1InterfaceMockRecorder) ComponentStatuses ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) ComponentStatuses() *gomock.Call
ComponentStatuses indicates an expected call of ComponentStatuses.
func (*MockCoreV1InterfaceMockRecorder) ConfigMaps ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) ConfigMaps(arg0 interface{}) *gomock.Call
ConfigMaps indicates an expected call of ConfigMaps.
func (*MockCoreV1InterfaceMockRecorder) Endpoints ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) Endpoints(arg0 interface{}) *gomock.Call
Endpoints indicates an expected call of Endpoints.
func (*MockCoreV1InterfaceMockRecorder) Events ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) Events(arg0 interface{}) *gomock.Call
Events indicates an expected call of Events.
func (*MockCoreV1InterfaceMockRecorder) LimitRanges ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) LimitRanges(arg0 interface{}) *gomock.Call
LimitRanges indicates an expected call of LimitRanges.
func (*MockCoreV1InterfaceMockRecorder) Namespaces ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) Namespaces() *gomock.Call
Namespaces indicates an expected call of Namespaces.
func (*MockCoreV1InterfaceMockRecorder) Nodes ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) Nodes() *gomock.Call
Nodes indicates an expected call of Nodes.
func (*MockCoreV1InterfaceMockRecorder) PersistentVolumeClaims ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) PersistentVolumeClaims(arg0 interface{}) *gomock.Call
PersistentVolumeClaims indicates an expected call of PersistentVolumeClaims.
func (*MockCoreV1InterfaceMockRecorder) PersistentVolumes ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) PersistentVolumes() *gomock.Call
PersistentVolumes indicates an expected call of PersistentVolumes.
func (*MockCoreV1InterfaceMockRecorder) PodTemplates ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) PodTemplates(arg0 interface{}) *gomock.Call
PodTemplates indicates an expected call of PodTemplates.
func (*MockCoreV1InterfaceMockRecorder) Pods ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) Pods(arg0 interface{}) *gomock.Call
Pods indicates an expected call of Pods.
func (*MockCoreV1InterfaceMockRecorder) RESTClient ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) RESTClient() *gomock.Call
RESTClient indicates an expected call of RESTClient.
func (*MockCoreV1InterfaceMockRecorder) ReplicationControllers ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) ReplicationControllers(arg0 interface{}) *gomock.Call
ReplicationControllers indicates an expected call of ReplicationControllers.
func (*MockCoreV1InterfaceMockRecorder) ResourceQuotas ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) ResourceQuotas(arg0 interface{}) *gomock.Call
ResourceQuotas indicates an expected call of ResourceQuotas.
func (*MockCoreV1InterfaceMockRecorder) Secrets ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) Secrets(arg0 interface{}) *gomock.Call
Secrets indicates an expected call of Secrets.
func (*MockCoreV1InterfaceMockRecorder) ServiceAccounts ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) ServiceAccounts(arg0 interface{}) *gomock.Call
ServiceAccounts indicates an expected call of ServiceAccounts.
func (*MockCoreV1InterfaceMockRecorder) Services ¶ added in v16.1.0
func (mr *MockCoreV1InterfaceMockRecorder) Services(arg0 interface{}) *gomock.Call
Services indicates an expected call of Services.
type MockCustomResourceDefinitionInterface ¶ added in v16.1.0
type MockCustomResourceDefinitionInterface struct {
// contains filtered or unexported fields
}
MockCustomResourceDefinitionInterface is a mock of CustomResourceDefinitionInterface interface.
func NewMockCustomResourceDefinitionInterface ¶ added in v16.1.0
func NewMockCustomResourceDefinitionInterface(ctrl *gomock.Controller) *MockCustomResourceDefinitionInterface
NewMockCustomResourceDefinitionInterface creates a new mock instance.
func (*MockCustomResourceDefinitionInterface) Create ¶ added in v16.1.0
func (m *MockCustomResourceDefinitionInterface) Create(arg0 context.Context, arg1 *v1.CustomResourceDefinition, arg2 v11.CreateOptions) (*v1.CustomResourceDefinition, error)
Create mocks base method.
func (*MockCustomResourceDefinitionInterface) Delete ¶ added in v16.1.0
func (m *MockCustomResourceDefinitionInterface) Delete(arg0 context.Context, arg1 string, arg2 v11.DeleteOptions) error
Delete mocks base method.
func (*MockCustomResourceDefinitionInterface) DeleteCollection ¶ added in v16.1.0
func (m *MockCustomResourceDefinitionInterface) DeleteCollection(arg0 context.Context, arg1 v11.DeleteOptions, arg2 v11.ListOptions) error
DeleteCollection mocks base method.
func (*MockCustomResourceDefinitionInterface) EXPECT ¶ added in v16.1.0
func (m *MockCustomResourceDefinitionInterface) EXPECT() *MockCustomResourceDefinitionInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCustomResourceDefinitionInterface) Get ¶ added in v16.1.0
func (m *MockCustomResourceDefinitionInterface) Get(arg0 context.Context, arg1 string, arg2 v11.GetOptions) (*v1.CustomResourceDefinition, error)
Get mocks base method.
func (*MockCustomResourceDefinitionInterface) List ¶ added in v16.1.0
func (m *MockCustomResourceDefinitionInterface) List(arg0 context.Context, arg1 v11.ListOptions) (*v1.CustomResourceDefinitionList, error)
List mocks base method.
func (*MockCustomResourceDefinitionInterface) Patch ¶ added in v16.1.0
func (m *MockCustomResourceDefinitionInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 v11.PatchOptions, arg5 ...string) (*v1.CustomResourceDefinition, error)
Patch mocks base method.
func (*MockCustomResourceDefinitionInterface) Update ¶ added in v16.1.0
func (m *MockCustomResourceDefinitionInterface) Update(arg0 context.Context, arg1 *v1.CustomResourceDefinition, arg2 v11.UpdateOptions) (*v1.CustomResourceDefinition, error)
Update mocks base method.
func (*MockCustomResourceDefinitionInterface) UpdateStatus ¶ added in v16.1.0
func (m *MockCustomResourceDefinitionInterface) UpdateStatus(arg0 context.Context, arg1 *v1.CustomResourceDefinition, arg2 v11.UpdateOptions) (*v1.CustomResourceDefinition, error)
UpdateStatus mocks base method.
func (*MockCustomResourceDefinitionInterface) Watch ¶ added in v16.1.0
func (m *MockCustomResourceDefinitionInterface) Watch(arg0 context.Context, arg1 v11.ListOptions) (watch.Interface, error)
Watch mocks base method.
type MockCustomResourceDefinitionInterfaceMockRecorder ¶ added in v16.1.0
type MockCustomResourceDefinitionInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockCustomResourceDefinitionInterfaceMockRecorder is the mock recorder for MockCustomResourceDefinitionInterface.
func (*MockCustomResourceDefinitionInterfaceMockRecorder) Create ¶ added in v16.1.0
func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockCustomResourceDefinitionInterfaceMockRecorder) Delete ¶ added in v16.1.0
func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockCustomResourceDefinitionInterfaceMockRecorder) DeleteCollection ¶ added in v16.1.0
func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteCollection indicates an expected call of DeleteCollection.
func (*MockCustomResourceDefinitionInterfaceMockRecorder) Get ¶ added in v16.1.0
func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockCustomResourceDefinitionInterfaceMockRecorder) List ¶ added in v16.1.0
func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockCustomResourceDefinitionInterfaceMockRecorder) Patch ¶ added in v16.1.0
func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockCustomResourceDefinitionInterfaceMockRecorder) Update ¶ added in v16.1.0
func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockCustomResourceDefinitionInterfaceMockRecorder) UpdateStatus ¶ added in v16.1.0
func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.
func (*MockCustomResourceDefinitionInterfaceMockRecorder) Watch ¶ added in v16.1.0
func (mr *MockCustomResourceDefinitionInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Watch indicates an expected call of Watch.
type MockFactory ¶ added in v16.3.0
type MockFactory struct {
// contains filtered or unexported fields
}
MockFactory is a mock of Factory interface.
func NewMockFactory ¶ added in v16.3.0
func NewMockFactory(ctrl *gomock.Controller) *MockFactory
NewMockFactory creates a new mock instance.
func (*MockFactory) ClientForMapping ¶ added in v16.3.0
func (m *MockFactory) ClientForMapping(arg0 *meta.RESTMapping) (resource.RESTClient, error)
ClientForMapping mocks base method.
func (*MockFactory) DynamicClient ¶ added in v16.3.0
func (m *MockFactory) DynamicClient() (dynamic.Interface, error)
DynamicClient mocks base method.
func (*MockFactory) EXPECT ¶ added in v16.3.0
func (m *MockFactory) EXPECT() *MockFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFactory) KubernetesClientSet ¶ added in v16.3.0
func (m *MockFactory) KubernetesClientSet() (*kubernetes.Clientset, error)
KubernetesClientSet mocks base method.
func (*MockFactory) NewBuilder ¶ added in v16.3.0
func (m *MockFactory) NewBuilder() *resource.Builder
NewBuilder mocks base method.
func (*MockFactory) OpenAPISchema ¶ added in v16.3.0
func (m *MockFactory) OpenAPISchema() (openapi0.Resources, error)
OpenAPISchema mocks base method.
func (*MockFactory) OpenAPIV3Client ¶ added in v16.3.0
func (m *MockFactory) OpenAPIV3Client() (openapi.Client, error)
OpenAPIV3Client mocks base method.
func (*MockFactory) RESTClient ¶ added in v16.3.0
func (m *MockFactory) RESTClient() (*rest.RESTClient, error)
RESTClient mocks base method.
func (*MockFactory) ToDiscoveryClient ¶ added in v16.3.0
func (m *MockFactory) ToDiscoveryClient() (discovery.CachedDiscoveryInterface, error)
ToDiscoveryClient mocks base method.
func (*MockFactory) ToRESTConfig ¶ added in v16.3.0
func (m *MockFactory) ToRESTConfig() (*rest.Config, error)
ToRESTConfig mocks base method.
func (*MockFactory) ToRESTMapper ¶ added in v16.3.0
func (m *MockFactory) ToRESTMapper() (meta.RESTMapper, error)
ToRESTMapper mocks base method.
func (*MockFactory) ToRawKubeConfigLoader ¶ added in v16.3.0
func (m *MockFactory) ToRawKubeConfigLoader() clientcmd.ClientConfig
ToRawKubeConfigLoader mocks base method.
func (*MockFactory) UnstructuredClientForMapping ¶ added in v16.3.0
func (m *MockFactory) UnstructuredClientForMapping(arg0 *meta.RESTMapping) (resource.RESTClient, error)
UnstructuredClientForMapping mocks base method.
func (*MockFactory) Validator ¶ added in v16.3.0
func (m *MockFactory) Validator(arg0 string) (validation.Schema, error)
Validator mocks base method.
type MockFactoryMockRecorder ¶ added in v16.3.0
type MockFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockFactoryMockRecorder is the mock recorder for MockFactory.
func (*MockFactoryMockRecorder) ClientForMapping ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) ClientForMapping(arg0 interface{}) *gomock.Call
ClientForMapping indicates an expected call of ClientForMapping.
func (*MockFactoryMockRecorder) DynamicClient ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) DynamicClient() *gomock.Call
DynamicClient indicates an expected call of DynamicClient.
func (*MockFactoryMockRecorder) KubernetesClientSet ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) KubernetesClientSet() *gomock.Call
KubernetesClientSet indicates an expected call of KubernetesClientSet.
func (*MockFactoryMockRecorder) NewBuilder ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) NewBuilder() *gomock.Call
NewBuilder indicates an expected call of NewBuilder.
func (*MockFactoryMockRecorder) OpenAPISchema ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) OpenAPISchema() *gomock.Call
OpenAPISchema indicates an expected call of OpenAPISchema.
func (*MockFactoryMockRecorder) OpenAPIV3Client ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) OpenAPIV3Client() *gomock.Call
OpenAPIV3Client indicates an expected call of OpenAPIV3Client.
func (*MockFactoryMockRecorder) RESTClient ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) RESTClient() *gomock.Call
RESTClient indicates an expected call of RESTClient.
func (*MockFactoryMockRecorder) ToDiscoveryClient ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) ToDiscoveryClient() *gomock.Call
ToDiscoveryClient indicates an expected call of ToDiscoveryClient.
func (*MockFactoryMockRecorder) ToRESTConfig ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) ToRESTConfig() *gomock.Call
ToRESTConfig indicates an expected call of ToRESTConfig.
func (*MockFactoryMockRecorder) ToRESTMapper ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) ToRESTMapper() *gomock.Call
ToRESTMapper indicates an expected call of ToRESTMapper.
func (*MockFactoryMockRecorder) ToRawKubeConfigLoader ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) ToRawKubeConfigLoader() *gomock.Call
ToRawKubeConfigLoader indicates an expected call of ToRawKubeConfigLoader.
func (*MockFactoryMockRecorder) UnstructuredClientForMapping ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) UnstructuredClientForMapping(arg0 interface{}) *gomock.Call
UnstructuredClientForMapping indicates an expected call of UnstructuredClientForMapping.
func (*MockFactoryMockRecorder) Validator ¶ added in v16.3.0
func (mr *MockFactoryMockRecorder) Validator(arg0 interface{}) *gomock.Call
Validator indicates an expected call of Validator.
type MockGenericLister ¶ added in v16.1.0
type MockGenericLister struct {
// contains filtered or unexported fields
}
MockGenericLister is a mock of GenericLister interface.
func NewMockGenericLister ¶ added in v16.1.0
func NewMockGenericLister(ctrl *gomock.Controller) *MockGenericLister
NewMockGenericLister creates a new mock instance.
func (*MockGenericLister) ByNamespace ¶ added in v16.1.0
func (m *MockGenericLister) ByNamespace(arg0 string) cache.GenericNamespaceLister
ByNamespace mocks base method.
func (*MockGenericLister) EXPECT ¶ added in v16.1.0
func (m *MockGenericLister) EXPECT() *MockGenericListerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGenericListerMockRecorder ¶ added in v16.1.0
type MockGenericListerMockRecorder struct {
// contains filtered or unexported fields
}
MockGenericListerMockRecorder is the mock recorder for MockGenericLister.
func (*MockGenericListerMockRecorder) ByNamespace ¶ added in v16.1.0
func (mr *MockGenericListerMockRecorder) ByNamespace(arg0 interface{}) *gomock.Call
ByNamespace indicates an expected call of ByNamespace.
func (*MockGenericListerMockRecorder) Get ¶ added in v16.1.0
func (mr *MockGenericListerMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockGenericListerMockRecorder) List ¶ added in v16.1.0
func (mr *MockGenericListerMockRecorder) List(arg0 interface{}) *gomock.Call
List indicates an expected call of List.
type MockGenericNamespaceLister ¶ added in v16.1.0
type MockGenericNamespaceLister struct {
// contains filtered or unexported fields
}
MockGenericNamespaceLister is a mock of GenericNamespaceLister interface.
func NewMockGenericNamespaceLister ¶ added in v16.1.0
func NewMockGenericNamespaceLister(ctrl *gomock.Controller) *MockGenericNamespaceLister
NewMockGenericNamespaceLister creates a new mock instance.
func (*MockGenericNamespaceLister) EXPECT ¶ added in v16.1.0
func (m *MockGenericNamespaceLister) EXPECT() *MockGenericNamespaceListerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGenericNamespaceListerMockRecorder ¶ added in v16.1.0
type MockGenericNamespaceListerMockRecorder struct {
// contains filtered or unexported fields
}
MockGenericNamespaceListerMockRecorder is the mock recorder for MockGenericNamespaceLister.
func (*MockGenericNamespaceListerMockRecorder) Get ¶ added in v16.1.0
func (mr *MockGenericNamespaceListerMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockGenericNamespaceListerMockRecorder) List ¶ added in v16.1.0
func (mr *MockGenericNamespaceListerMockRecorder) List(arg0 interface{}) *gomock.Call
List indicates an expected call of List.
type MockIndexer ¶ added in v16.1.0
type MockIndexer struct {
// contains filtered or unexported fields
}
MockIndexer is a mock of Indexer interface.
func NewMockIndexer ¶ added in v16.1.0
func NewMockIndexer(ctrl *gomock.Controller) *MockIndexer
NewMockIndexer creates a new mock instance.
func (*MockIndexer) Add ¶ added in v16.1.0
func (m *MockIndexer) Add(arg0 interface{}) error
Add mocks base method.
func (*MockIndexer) AddIndexers ¶ added in v16.1.0
func (m *MockIndexer) AddIndexers(arg0 cache.Indexers) error
AddIndexers mocks base method.
func (*MockIndexer) ByIndex ¶ added in v16.1.0
func (m *MockIndexer) ByIndex(arg0, arg1 string) ([]interface{}, error)
ByIndex mocks base method.
func (*MockIndexer) Delete ¶ added in v16.1.0
func (m *MockIndexer) Delete(arg0 interface{}) error
Delete mocks base method.
func (*MockIndexer) EXPECT ¶ added in v16.1.0
func (m *MockIndexer) EXPECT() *MockIndexerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIndexer) Get ¶ added in v16.1.0
func (m *MockIndexer) Get(arg0 interface{}) (interface{}, bool, error)
Get mocks base method.
func (*MockIndexer) GetByKey ¶ added in v16.1.0
func (m *MockIndexer) GetByKey(arg0 string) (interface{}, bool, error)
GetByKey mocks base method.
func (*MockIndexer) GetIndexers ¶ added in v16.1.0
func (m *MockIndexer) GetIndexers() cache.Indexers
GetIndexers mocks base method.
func (*MockIndexer) Index ¶ added in v16.1.0
func (m *MockIndexer) Index(arg0 string, arg1 interface{}) ([]interface{}, error)
Index mocks base method.
func (*MockIndexer) IndexKeys ¶ added in v16.1.0
func (m *MockIndexer) IndexKeys(arg0, arg1 string) ([]string, error)
IndexKeys mocks base method.
func (*MockIndexer) List ¶ added in v16.1.0
func (m *MockIndexer) List() []interface{}
List mocks base method.
func (*MockIndexer) ListIndexFuncValues ¶ added in v16.1.0
func (m *MockIndexer) ListIndexFuncValues(arg0 string) []string
ListIndexFuncValues mocks base method.
func (*MockIndexer) ListKeys ¶ added in v16.1.0
func (m *MockIndexer) ListKeys() []string
ListKeys mocks base method.
func (*MockIndexer) Replace ¶ added in v16.1.0
func (m *MockIndexer) Replace(arg0 []interface{}, arg1 string) error
Replace mocks base method.
func (*MockIndexer) Resync ¶ added in v16.1.0
func (m *MockIndexer) Resync() error
Resync mocks base method.
func (*MockIndexer) Update ¶ added in v16.1.0
func (m *MockIndexer) Update(arg0 interface{}) error
Update mocks base method.
type MockIndexerMockRecorder ¶ added in v16.1.0
type MockIndexerMockRecorder struct {
// contains filtered or unexported fields
}
MockIndexerMockRecorder is the mock recorder for MockIndexer.
func (*MockIndexerMockRecorder) Add ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) Add(arg0 interface{}) *gomock.Call
Add indicates an expected call of Add.
func (*MockIndexerMockRecorder) AddIndexers ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) AddIndexers(arg0 interface{}) *gomock.Call
AddIndexers indicates an expected call of AddIndexers.
func (*MockIndexerMockRecorder) ByIndex ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) ByIndex(arg0, arg1 interface{}) *gomock.Call
ByIndex indicates an expected call of ByIndex.
func (*MockIndexerMockRecorder) Delete ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) Delete(arg0 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockIndexerMockRecorder) Get ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockIndexerMockRecorder) GetByKey ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) GetByKey(arg0 interface{}) *gomock.Call
GetByKey indicates an expected call of GetByKey.
func (*MockIndexerMockRecorder) GetIndexers ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) GetIndexers() *gomock.Call
GetIndexers indicates an expected call of GetIndexers.
func (*MockIndexerMockRecorder) Index ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) Index(arg0, arg1 interface{}) *gomock.Call
Index indicates an expected call of Index.
func (*MockIndexerMockRecorder) IndexKeys ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) IndexKeys(arg0, arg1 interface{}) *gomock.Call
IndexKeys indicates an expected call of IndexKeys.
func (*MockIndexerMockRecorder) List ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) List() *gomock.Call
List indicates an expected call of List.
func (*MockIndexerMockRecorder) ListIndexFuncValues ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) ListIndexFuncValues(arg0 interface{}) *gomock.Call
ListIndexFuncValues indicates an expected call of ListIndexFuncValues.
func (*MockIndexerMockRecorder) ListKeys ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) ListKeys() *gomock.Call
ListKeys indicates an expected call of ListKeys.
func (*MockIndexerMockRecorder) Replace ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) Replace(arg0, arg1 interface{}) *gomock.Call
Replace indicates an expected call of Replace.
func (*MockIndexerMockRecorder) Resync ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) Resync() *gomock.Call
Resync indicates an expected call of Resync.
func (*MockIndexerMockRecorder) Update ¶ added in v16.1.0
func (mr *MockIndexerMockRecorder) Update(arg0 interface{}) *gomock.Call
Update indicates an expected call of Update.
type MockNamespaceableResourceInterface ¶ added in v16.1.0
type MockNamespaceableResourceInterface struct {
// contains filtered or unexported fields
}
MockNamespaceableResourceInterface is a mock of NamespaceableResourceInterface interface.
func NewMockNamespaceableResourceInterface ¶ added in v16.1.0
func NewMockNamespaceableResourceInterface(ctrl *gomock.Controller) *MockNamespaceableResourceInterface
NewMockNamespaceableResourceInterface creates a new mock instance.
func (*MockNamespaceableResourceInterface) Apply ¶ added in v16.1.0
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 v16.1.0
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 ¶ added in v16.1.0
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 ¶ added in v16.1.0
func (m *MockNamespaceableResourceInterface) Delete(arg0 context.Context, arg1 string, arg2 v1.DeleteOptions, arg3 ...string) error
Delete mocks base method.
func (*MockNamespaceableResourceInterface) DeleteCollection ¶ added in v16.1.0
func (m *MockNamespaceableResourceInterface) DeleteCollection(arg0 context.Context, arg1 v1.DeleteOptions, arg2 v1.ListOptions) error
DeleteCollection mocks base method.
func (*MockNamespaceableResourceInterface) EXPECT ¶ added in v16.1.0
func (m *MockNamespaceableResourceInterface) EXPECT() *MockNamespaceableResourceInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNamespaceableResourceInterface) Get ¶ added in v16.1.0
func (m *MockNamespaceableResourceInterface) Get(arg0 context.Context, arg1 string, arg2 v1.GetOptions, arg3 ...string) (*unstructured.Unstructured, error)
Get mocks base method.
func (*MockNamespaceableResourceInterface) List ¶ added in v16.1.0
func (m *MockNamespaceableResourceInterface) List(arg0 context.Context, arg1 v1.ListOptions) (*unstructured.UnstructuredList, error)
List mocks base method.
func (*MockNamespaceableResourceInterface) Namespace ¶ added in v16.1.0
func (m *MockNamespaceableResourceInterface) Namespace(arg0 string) dynamic.ResourceInterface
Namespace mocks base method.
func (*MockNamespaceableResourceInterface) Patch ¶ added in v16.1.0
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 ¶ added in v16.1.0
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 ¶ added in v16.1.0
func (m *MockNamespaceableResourceInterface) UpdateStatus(arg0 context.Context, arg1 *unstructured.Unstructured, arg2 v1.UpdateOptions) (*unstructured.Unstructured, error)
UpdateStatus mocks base method.
func (*MockNamespaceableResourceInterface) Watch ¶ added in v16.1.0
func (m *MockNamespaceableResourceInterface) Watch(arg0 context.Context, arg1 v1.ListOptions) (watch.Interface, error)
Watch mocks base method.
type MockNamespaceableResourceInterfaceMockRecorder ¶ added in v16.1.0
type MockNamespaceableResourceInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockNamespaceableResourceInterfaceMockRecorder is the mock recorder for MockNamespaceableResourceInterface.
func (*MockNamespaceableResourceInterfaceMockRecorder) Apply ¶ added in v16.1.0
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 v16.1.0
func (mr *MockNamespaceableResourceInterfaceMockRecorder) ApplyStatus(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ApplyStatus indicates an expected call of ApplyStatus.
func (*MockNamespaceableResourceInterfaceMockRecorder) Create ¶ added in v16.1.0
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockNamespaceableResourceInterfaceMockRecorder) Delete ¶ added in v16.1.0
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockNamespaceableResourceInterfaceMockRecorder) DeleteCollection ¶ added in v16.1.0
func (mr *MockNamespaceableResourceInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteCollection indicates an expected call of DeleteCollection.
func (*MockNamespaceableResourceInterfaceMockRecorder) Get ¶ added in v16.1.0
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockNamespaceableResourceInterfaceMockRecorder) List ¶ added in v16.1.0
func (mr *MockNamespaceableResourceInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockNamespaceableResourceInterfaceMockRecorder) Namespace ¶ added in v16.1.0
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Namespace(arg0 interface{}) *gomock.Call
Namespace indicates an expected call of Namespace.
func (*MockNamespaceableResourceInterfaceMockRecorder) Patch ¶ added in v16.1.0
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockNamespaceableResourceInterfaceMockRecorder) Update ¶ added in v16.1.0
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockNamespaceableResourceInterfaceMockRecorder) UpdateStatus ¶ added in v16.1.0
func (mr *MockNamespaceableResourceInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.
func (*MockNamespaceableResourceInterfaceMockRecorder) Watch ¶ added in v16.1.0
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Watch indicates an expected call of Watch.
type MockRESTClientGetter ¶
type MockRESTClientGetter struct {
// contains filtered or unexported fields
}
MockRESTClientGetter is a mock of RESTClientGetter interface.
func NewMockRESTClientGetter ¶
func NewMockRESTClientGetter(ctrl *gomock.Controller) *MockRESTClientGetter
NewMockRESTClientGetter creates a new mock instance.
func (*MockRESTClientGetter) EXPECT ¶
func (m *MockRESTClientGetter) EXPECT() *MockRESTClientGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRESTClientGetter) ToDiscoveryClient ¶
func (m *MockRESTClientGetter) ToDiscoveryClient() (discovery.CachedDiscoveryInterface, error)
ToDiscoveryClient mocks base method.
func (*MockRESTClientGetter) ToRESTConfig ¶
func (m *MockRESTClientGetter) ToRESTConfig() (*rest.Config, error)
ToRESTConfig mocks base method.
func (*MockRESTClientGetter) ToRESTMapper ¶
func (m *MockRESTClientGetter) ToRESTMapper() (meta.RESTMapper, error)
ToRESTMapper mocks base method.
type MockRESTClientGetterMockRecorder ¶
type MockRESTClientGetterMockRecorder struct {
// contains filtered or unexported fields
}
MockRESTClientGetterMockRecorder is the mock recorder for MockRESTClientGetter.
func (*MockRESTClientGetterMockRecorder) ToDiscoveryClient ¶
func (mr *MockRESTClientGetterMockRecorder) ToDiscoveryClient() *gomock.Call
ToDiscoveryClient indicates an expected call of ToDiscoveryClient.
func (*MockRESTClientGetterMockRecorder) ToRESTConfig ¶
func (mr *MockRESTClientGetterMockRecorder) ToRESTConfig() *gomock.Call
ToRESTConfig indicates an expected call of ToRESTConfig.
func (*MockRESTClientGetterMockRecorder) ToRESTMapper ¶
func (mr *MockRESTClientGetterMockRecorder) ToRESTMapper() *gomock.Call
ToRESTMapper indicates an expected call of ToRESTMapper.
type MockRateLimitingWorkqueue ¶ added in v16.1.0
type MockRateLimitingWorkqueue struct {
// contains filtered or unexported fields
}
MockRateLimitingWorkqueue is a mock of RateLimitingInterface interface.
func NewMockRateLimitingWorkqueue ¶ added in v16.1.0
func NewMockRateLimitingWorkqueue(ctrl *gomock.Controller) *MockRateLimitingWorkqueue
NewMockRateLimitingWorkqueue creates a new mock instance.
func (*MockRateLimitingWorkqueue) Add ¶ added in v16.1.0
func (m *MockRateLimitingWorkqueue) Add(arg0 interface{})
Add mocks base method.
func (*MockRateLimitingWorkqueue) AddAfter ¶ added in v16.1.0
func (m *MockRateLimitingWorkqueue) AddAfter(arg0 interface{}, arg1 time.Duration)
AddAfter mocks base method.
func (*MockRateLimitingWorkqueue) AddRateLimited ¶ added in v16.1.0
func (m *MockRateLimitingWorkqueue) AddRateLimited(arg0 interface{})
AddRateLimited mocks base method.
func (*MockRateLimitingWorkqueue) Done ¶ added in v16.1.0
func (m *MockRateLimitingWorkqueue) Done(arg0 interface{})
Done mocks base method.
func (*MockRateLimitingWorkqueue) EXPECT ¶ added in v16.1.0
func (m *MockRateLimitingWorkqueue) EXPECT() *MockRateLimitingWorkqueueMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRateLimitingWorkqueue) Forget ¶ added in v16.1.0
func (m *MockRateLimitingWorkqueue) Forget(arg0 interface{})
Forget mocks base method.
func (*MockRateLimitingWorkqueue) Get ¶ added in v16.1.0
func (m *MockRateLimitingWorkqueue) Get() (interface{}, bool)
Get mocks base method.
func (*MockRateLimitingWorkqueue) Len ¶ added in v16.1.0
func (m *MockRateLimitingWorkqueue) Len() int
Len mocks base method.
func (*MockRateLimitingWorkqueue) NumRequeues ¶ added in v16.1.0
func (m *MockRateLimitingWorkqueue) NumRequeues(arg0 interface{}) int
NumRequeues mocks base method.
func (*MockRateLimitingWorkqueue) ShutDown ¶ added in v16.1.0
func (m *MockRateLimitingWorkqueue) ShutDown()
ShutDown mocks base method.
func (*MockRateLimitingWorkqueue) ShutDownWithDrain ¶ added in v16.1.0
func (m *MockRateLimitingWorkqueue) ShutDownWithDrain()
ShutDownWithDrain mocks base method.
func (*MockRateLimitingWorkqueue) ShuttingDown ¶ added in v16.1.0
func (m *MockRateLimitingWorkqueue) ShuttingDown() bool
ShuttingDown mocks base method.
type MockRateLimitingWorkqueueMockRecorder ¶ added in v16.1.0
type MockRateLimitingWorkqueueMockRecorder struct {
// contains filtered or unexported fields
}
MockRateLimitingWorkqueueMockRecorder is the mock recorder for MockRateLimitingWorkqueue.
func (*MockRateLimitingWorkqueueMockRecorder) Add ¶ added in v16.1.0
func (mr *MockRateLimitingWorkqueueMockRecorder) Add(arg0 interface{}) *gomock.Call
Add indicates an expected call of Add.
func (*MockRateLimitingWorkqueueMockRecorder) AddAfter ¶ added in v16.1.0
func (mr *MockRateLimitingWorkqueueMockRecorder) AddAfter(arg0, arg1 interface{}) *gomock.Call
AddAfter indicates an expected call of AddAfter.
func (*MockRateLimitingWorkqueueMockRecorder) AddRateLimited ¶ added in v16.1.0
func (mr *MockRateLimitingWorkqueueMockRecorder) AddRateLimited(arg0 interface{}) *gomock.Call
AddRateLimited indicates an expected call of AddRateLimited.
func (*MockRateLimitingWorkqueueMockRecorder) Done ¶ added in v16.1.0
func (mr *MockRateLimitingWorkqueueMockRecorder) Done(arg0 interface{}) *gomock.Call
Done indicates an expected call of Done.
func (*MockRateLimitingWorkqueueMockRecorder) Forget ¶ added in v16.1.0
func (mr *MockRateLimitingWorkqueueMockRecorder) Forget(arg0 interface{}) *gomock.Call
Forget indicates an expected call of Forget.
func (*MockRateLimitingWorkqueueMockRecorder) Get ¶ added in v16.1.0
func (mr *MockRateLimitingWorkqueueMockRecorder) Get() *gomock.Call
Get indicates an expected call of Get.
func (*MockRateLimitingWorkqueueMockRecorder) Len ¶ added in v16.1.0
func (mr *MockRateLimitingWorkqueueMockRecorder) Len() *gomock.Call
Len indicates an expected call of Len.
func (*MockRateLimitingWorkqueueMockRecorder) NumRequeues ¶ added in v16.1.0
func (mr *MockRateLimitingWorkqueueMockRecorder) NumRequeues(arg0 interface{}) *gomock.Call
NumRequeues indicates an expected call of NumRequeues.
func (*MockRateLimitingWorkqueueMockRecorder) ShutDown ¶ added in v16.1.0
func (mr *MockRateLimitingWorkqueueMockRecorder) ShutDown() *gomock.Call
ShutDown indicates an expected call of ShutDown.
func (*MockRateLimitingWorkqueueMockRecorder) ShutDownWithDrain ¶ added in v16.1.0
func (mr *MockRateLimitingWorkqueueMockRecorder) ShutDownWithDrain() *gomock.Call
ShutDownWithDrain indicates an expected call of ShutDownWithDrain.
func (*MockRateLimitingWorkqueueMockRecorder) ShuttingDown ¶ added in v16.1.0
func (mr *MockRateLimitingWorkqueueMockRecorder) ShuttingDown() *gomock.Call
ShuttingDown indicates an expected call of ShuttingDown.
type MockResettableRESTMapper ¶
type MockResettableRESTMapper struct {
// contains filtered or unexported fields
}
MockResettableRESTMapper is a mock of ResettableRESTMapper interface.
func NewMockResettableRESTMapper ¶
func NewMockResettableRESTMapper(ctrl *gomock.Controller) *MockResettableRESTMapper
NewMockResettableRESTMapper creates a new mock instance.
func (*MockResettableRESTMapper) EXPECT ¶
func (m *MockResettableRESTMapper) EXPECT() *MockResettableRESTMapperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockResettableRESTMapper) KindFor ¶
func (m *MockResettableRESTMapper) KindFor(arg0 schema.GroupVersionResource) (schema.GroupVersionKind, error)
KindFor mocks base method.
func (*MockResettableRESTMapper) KindsFor ¶
func (m *MockResettableRESTMapper) KindsFor(arg0 schema.GroupVersionResource) ([]schema.GroupVersionKind, error)
KindsFor mocks base method.
func (*MockResettableRESTMapper) RESTMapping ¶
func (m *MockResettableRESTMapper) RESTMapping(arg0 schema.GroupKind, arg1 ...string) (*meta.RESTMapping, error)
RESTMapping mocks base method.
func (*MockResettableRESTMapper) RESTMappings ¶
func (m *MockResettableRESTMapper) RESTMappings(arg0 schema.GroupKind, arg1 ...string) ([]*meta.RESTMapping, error)
RESTMappings mocks base method.
func (*MockResettableRESTMapper) Reset ¶
func (m *MockResettableRESTMapper) Reset()
Reset mocks base method.
func (*MockResettableRESTMapper) ResourceFor ¶
func (m *MockResettableRESTMapper) ResourceFor(arg0 schema.GroupVersionResource) (schema.GroupVersionResource, error)
ResourceFor mocks base method.
func (*MockResettableRESTMapper) ResourceSingularizer ¶
func (m *MockResettableRESTMapper) ResourceSingularizer(arg0 string) (string, error)
ResourceSingularizer mocks base method.
func (*MockResettableRESTMapper) ResourcesFor ¶
func (m *MockResettableRESTMapper) ResourcesFor(arg0 schema.GroupVersionResource) ([]schema.GroupVersionResource, error)
ResourcesFor mocks base method.
type MockResettableRESTMapperMockRecorder ¶
type MockResettableRESTMapperMockRecorder struct {
// contains filtered or unexported fields
}
MockResettableRESTMapperMockRecorder is the mock recorder for MockResettableRESTMapper.
func (*MockResettableRESTMapperMockRecorder) KindFor ¶
func (mr *MockResettableRESTMapperMockRecorder) KindFor(arg0 interface{}) *gomock.Call
KindFor indicates an expected call of KindFor.
func (*MockResettableRESTMapperMockRecorder) KindsFor ¶
func (mr *MockResettableRESTMapperMockRecorder) KindsFor(arg0 interface{}) *gomock.Call
KindsFor indicates an expected call of KindsFor.
func (*MockResettableRESTMapperMockRecorder) RESTMapping ¶
func (mr *MockResettableRESTMapperMockRecorder) RESTMapping(arg0 interface{}, arg1 ...interface{}) *gomock.Call
RESTMapping indicates an expected call of RESTMapping.
func (*MockResettableRESTMapperMockRecorder) RESTMappings ¶
func (mr *MockResettableRESTMapperMockRecorder) RESTMappings(arg0 interface{}, arg1 ...interface{}) *gomock.Call
RESTMappings indicates an expected call of RESTMappings.
func (*MockResettableRESTMapperMockRecorder) Reset ¶
func (mr *MockResettableRESTMapperMockRecorder) Reset() *gomock.Call
Reset indicates an expected call of Reset.
func (*MockResettableRESTMapperMockRecorder) ResourceFor ¶
func (mr *MockResettableRESTMapperMockRecorder) ResourceFor(arg0 interface{}) *gomock.Call
ResourceFor indicates an expected call of ResourceFor.
func (*MockResettableRESTMapperMockRecorder) ResourceSingularizer ¶
func (mr *MockResettableRESTMapperMockRecorder) ResourceSingularizer(arg0 interface{}) *gomock.Call
ResourceSingularizer indicates an expected call of ResourceSingularizer.
func (*MockResettableRESTMapperMockRecorder) ResourcesFor ¶
func (mr *MockResettableRESTMapperMockRecorder) ResourcesFor(arg0 interface{}) *gomock.Call
ResourcesFor indicates an expected call of ResourcesFor.
type MockResourceInterface ¶ added in v16.1.0
type MockResourceInterface struct {
// contains filtered or unexported fields
}
MockResourceInterface is a mock of ResourceInterface interface.
func NewMockResourceInterface ¶ added in v16.1.0
func NewMockResourceInterface(ctrl *gomock.Controller) *MockResourceInterface
NewMockResourceInterface creates a new mock instance.
func (*MockResourceInterface) Apply ¶ added in v16.1.0
func (m *MockResourceInterface) Apply(arg0 context.Context, arg1 string, arg2 *unstructured.Unstructured, arg3 v1.ApplyOptions, arg4 ...string) (*unstructured.Unstructured, error)
Apply mocks base method.
func (*MockResourceInterface) ApplyStatus ¶ added in v16.1.0
func (m *MockResourceInterface) ApplyStatus(arg0 context.Context, arg1 string, arg2 *unstructured.Unstructured, arg3 v1.ApplyOptions) (*unstructured.Unstructured, error)
ApplyStatus mocks base method.
func (*MockResourceInterface) Create ¶ added in v16.1.0
func (m *MockResourceInterface) Create(arg0 context.Context, arg1 *unstructured.Unstructured, arg2 v1.CreateOptions, arg3 ...string) (*unstructured.Unstructured, error)
Create mocks base method.
func (*MockResourceInterface) Delete ¶ added in v16.1.0
func (m *MockResourceInterface) Delete(arg0 context.Context, arg1 string, arg2 v1.DeleteOptions, arg3 ...string) error
Delete mocks base method.
func (*MockResourceInterface) DeleteCollection ¶ added in v16.1.0
func (m *MockResourceInterface) DeleteCollection(arg0 context.Context, arg1 v1.DeleteOptions, arg2 v1.ListOptions) error
DeleteCollection mocks base method.
func (*MockResourceInterface) EXPECT ¶ added in v16.1.0
func (m *MockResourceInterface) EXPECT() *MockResourceInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockResourceInterface) Get ¶ added in v16.1.0
func (m *MockResourceInterface) Get(arg0 context.Context, arg1 string, arg2 v1.GetOptions, arg3 ...string) (*unstructured.Unstructured, error)
Get mocks base method.
func (*MockResourceInterface) List ¶ added in v16.1.0
func (m *MockResourceInterface) List(arg0 context.Context, arg1 v1.ListOptions) (*unstructured.UnstructuredList, error)
List mocks base method.
func (*MockResourceInterface) Patch ¶ added in v16.1.0
func (m *MockResourceInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 v1.PatchOptions, arg5 ...string) (*unstructured.Unstructured, error)
Patch mocks base method.
func (*MockResourceInterface) Update ¶ added in v16.1.0
func (m *MockResourceInterface) Update(arg0 context.Context, arg1 *unstructured.Unstructured, arg2 v1.UpdateOptions, arg3 ...string) (*unstructured.Unstructured, error)
Update mocks base method.
func (*MockResourceInterface) UpdateStatus ¶ added in v16.1.0
func (m *MockResourceInterface) UpdateStatus(arg0 context.Context, arg1 *unstructured.Unstructured, arg2 v1.UpdateOptions) (*unstructured.Unstructured, error)
UpdateStatus mocks base method.
func (*MockResourceInterface) Watch ¶ added in v16.1.0
func (m *MockResourceInterface) Watch(arg0 context.Context, arg1 v1.ListOptions) (watch.Interface, error)
Watch mocks base method.
type MockResourceInterfaceMockRecorder ¶ added in v16.1.0
type MockResourceInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockResourceInterfaceMockRecorder is the mock recorder for MockResourceInterface.
func (*MockResourceInterfaceMockRecorder) Apply ¶ added in v16.1.0
func (mr *MockResourceInterfaceMockRecorder) Apply(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
Apply indicates an expected call of Apply.
func (*MockResourceInterfaceMockRecorder) ApplyStatus ¶ added in v16.1.0
func (mr *MockResourceInterfaceMockRecorder) ApplyStatus(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ApplyStatus indicates an expected call of ApplyStatus.
func (*MockResourceInterfaceMockRecorder) Create ¶ added in v16.1.0
func (mr *MockResourceInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockResourceInterfaceMockRecorder) Delete ¶ added in v16.1.0
func (mr *MockResourceInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockResourceInterfaceMockRecorder) DeleteCollection ¶ added in v16.1.0
func (mr *MockResourceInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteCollection indicates an expected call of DeleteCollection.
func (*MockResourceInterfaceMockRecorder) Get ¶ added in v16.1.0
func (mr *MockResourceInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockResourceInterfaceMockRecorder) List ¶ added in v16.1.0
func (mr *MockResourceInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockResourceInterfaceMockRecorder) Patch ¶ added in v16.1.0
func (mr *MockResourceInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockResourceInterfaceMockRecorder) Update ¶ added in v16.1.0
func (mr *MockResourceInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockResourceInterfaceMockRecorder) UpdateStatus ¶ added in v16.1.0
func (mr *MockResourceInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.
func (*MockResourceInterfaceMockRecorder) Watch ¶ added in v16.1.0
func (mr *MockResourceInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Watch indicates an expected call of Watch.
type MockSecretInterface ¶ added in v16.1.0
type MockSecretInterface struct {
// contains filtered or unexported fields
}
MockSecretInterface is a mock of SecretInterface interface.
func NewMockSecretInterface ¶ added in v16.1.0
func NewMockSecretInterface(ctrl *gomock.Controller) *MockSecretInterface
NewMockSecretInterface creates a new mock instance.
func (*MockSecretInterface) Apply ¶ added in v16.1.0
func (m *MockSecretInterface) Apply(arg0 context.Context, arg1 *v11.SecretApplyConfiguration, arg2 v10.ApplyOptions) (*v1.Secret, error)
Apply mocks base method.
func (*MockSecretInterface) Create ¶ added in v16.1.0
func (m *MockSecretInterface) Create(arg0 context.Context, arg1 *v1.Secret, arg2 v10.CreateOptions) (*v1.Secret, error)
Create mocks base method.
func (*MockSecretInterface) Delete ¶ added in v16.1.0
func (m *MockSecretInterface) Delete(arg0 context.Context, arg1 string, arg2 v10.DeleteOptions) error
Delete mocks base method.
func (*MockSecretInterface) DeleteCollection ¶ added in v16.1.0
func (m *MockSecretInterface) DeleteCollection(arg0 context.Context, arg1 v10.DeleteOptions, arg2 v10.ListOptions) error
DeleteCollection mocks base method.
func (*MockSecretInterface) EXPECT ¶ added in v16.1.0
func (m *MockSecretInterface) EXPECT() *MockSecretInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSecretInterface) Get ¶ added in v16.1.0
func (m *MockSecretInterface) Get(arg0 context.Context, arg1 string, arg2 v10.GetOptions) (*v1.Secret, error)
Get mocks base method.
func (*MockSecretInterface) List ¶ added in v16.1.0
func (m *MockSecretInterface) List(arg0 context.Context, arg1 v10.ListOptions) (*v1.SecretList, error)
List mocks base method.
func (*MockSecretInterface) Patch ¶ added in v16.1.0
func (m *MockSecretInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 v10.PatchOptions, arg5 ...string) (*v1.Secret, error)
Patch mocks base method.
func (*MockSecretInterface) Update ¶ added in v16.1.0
func (m *MockSecretInterface) Update(arg0 context.Context, arg1 *v1.Secret, arg2 v10.UpdateOptions) (*v1.Secret, error)
Update mocks base method.
func (*MockSecretInterface) Watch ¶ added in v16.1.0
func (m *MockSecretInterface) Watch(arg0 context.Context, arg1 v10.ListOptions) (watch.Interface, error)
Watch mocks base method.
type MockSecretInterfaceMockRecorder ¶ added in v16.1.0
type MockSecretInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockSecretInterfaceMockRecorder is the mock recorder for MockSecretInterface.
func (*MockSecretInterfaceMockRecorder) Apply ¶ added in v16.1.0
func (mr *MockSecretInterfaceMockRecorder) Apply(arg0, arg1, arg2 interface{}) *gomock.Call
Apply indicates an expected call of Apply.
func (*MockSecretInterfaceMockRecorder) Create ¶ added in v16.1.0
func (mr *MockSecretInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockSecretInterfaceMockRecorder) Delete ¶ added in v16.1.0
func (mr *MockSecretInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockSecretInterfaceMockRecorder) DeleteCollection ¶ added in v16.1.0
func (mr *MockSecretInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteCollection indicates an expected call of DeleteCollection.
func (*MockSecretInterfaceMockRecorder) Get ¶ added in v16.1.0
func (mr *MockSecretInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockSecretInterfaceMockRecorder) List ¶ added in v16.1.0
func (mr *MockSecretInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockSecretInterfaceMockRecorder) Patch ¶ added in v16.1.0
func (mr *MockSecretInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockSecretInterfaceMockRecorder) Update ¶ added in v16.1.0
func (mr *MockSecretInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockSecretInterfaceMockRecorder) Watch ¶ added in v16.1.0
func (mr *MockSecretInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call
Watch indicates an expected call of Watch.