Documentation ¶
Overview ¶
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Package fake is a generated GoMock package.
Index ¶
- type MockAuthorizationV1Interface
- func (m *MockAuthorizationV1Interface) EXPECT() *MockAuthorizationV1InterfaceMockRecorder
- func (m *MockAuthorizationV1Interface) LocalSubjectAccessReviews(arg0 string) v11.LocalSubjectAccessReviewInterface
- func (m *MockAuthorizationV1Interface) RESTClient() rest.Interface
- func (m *MockAuthorizationV1Interface) SelfSubjectAccessReviews() v11.SelfSubjectAccessReviewInterface
- func (m *MockAuthorizationV1Interface) SelfSubjectRulesReviews() v11.SelfSubjectRulesReviewInterface
- func (m *MockAuthorizationV1Interface) SubjectAccessReviews() v11.SubjectAccessReviewInterface
- type MockAuthorizationV1InterfaceMockRecorder
- func (mr *MockAuthorizationV1InterfaceMockRecorder) LocalSubjectAccessReviews(arg0 interface{}) *gomock.Call
- func (mr *MockAuthorizationV1InterfaceMockRecorder) RESTClient() *gomock.Call
- func (mr *MockAuthorizationV1InterfaceMockRecorder) SelfSubjectAccessReviews() *gomock.Call
- func (mr *MockAuthorizationV1InterfaceMockRecorder) SelfSubjectRulesReviews() *gomock.Call
- func (mr *MockAuthorizationV1InterfaceMockRecorder) SubjectAccessReviews() *gomock.Call
- type MockCachedDiscoveryInterface
- func (m *MockCachedDiscoveryInterface) EXPECT() *MockCachedDiscoveryInterfaceMockRecorder
- func (m *MockCachedDiscoveryInterface) Fresh() bool
- func (m *MockCachedDiscoveryInterface) Invalidate()
- func (m *MockCachedDiscoveryInterface) OpenAPISchema() (*openapi_v2.Document, error)
- func (m *MockCachedDiscoveryInterface) RESTClient() rest.Interface
- func (m *MockCachedDiscoveryInterface) ServerGroups() (*v1.APIGroupList, error)
- func (m *MockCachedDiscoveryInterface) ServerGroupsAndResources() ([]*v1.APIGroup, []*v1.APIResourceList, error)
- func (m *MockCachedDiscoveryInterface) ServerPreferredNamespacedResources() ([]*v1.APIResourceList, error)
- func (m *MockCachedDiscoveryInterface) ServerPreferredResources() ([]*v1.APIResourceList, error)
- func (m *MockCachedDiscoveryInterface) ServerResources() ([]*v1.APIResourceList, error)
- func (m *MockCachedDiscoveryInterface) ServerResourcesForGroupVersion(groupVersion string) (*v1.APIResourceList, error)
- func (m *MockCachedDiscoveryInterface) ServerVersion() (*version.Info, error)
- type MockCachedDiscoveryInterfaceMockRecorder
- func (mr *MockCachedDiscoveryInterfaceMockRecorder) Fresh() *gomock.Call
- func (mr *MockCachedDiscoveryInterfaceMockRecorder) Invalidate() *gomock.Call
- func (mr *MockCachedDiscoveryInterfaceMockRecorder) OpenAPISchema() *gomock.Call
- func (mr *MockCachedDiscoveryInterfaceMockRecorder) RESTClient() *gomock.Call
- func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerGroups() *gomock.Call
- func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerGroupsAndResources() *gomock.Call
- func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerPreferredNamespacedResources() *gomock.Call
- func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerPreferredResources() *gomock.Call
- func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerResources() *gomock.Call
- func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerResourcesForGroupVersion(groupVersion interface{}) *gomock.Call
- func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerVersion() *gomock.Call
- type MockClientInterface
- func (m *MockClientInterface) Close()
- func (m *MockClientInterface) DefaultNamespace() string
- func (m *MockClientInterface) DiscoveryClient() (discovery.DiscoveryInterface, error)
- func (m *MockClientInterface) DynamicClient() (dynamic.Interface, error)
- func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder
- func (m *MockClientInterface) InfoClient() (cluster.InfoInterface, error)
- func (m *MockClientInterface) KubernetesClient() (kubernetes.Interface, error)
- func (m *MockClientInterface) NamespaceClient() (cluster.NamespaceInterface, error)
- func (m *MockClientInterface) RESTClient() (rest.Interface, error)
- func (m *MockClientInterface) RESTConfig() *rest.Config
- func (m *MockClientInterface) ResetMapper()
- func (m *MockClientInterface) Resource(arg0 schema.GroupKind) (schema.GroupVersionResource, bool, error)
- func (m *MockClientInterface) ResourceExists(arg0 schema.GroupVersionResource) bool
- type MockClientInterfaceMockRecorder
- func (mr *MockClientInterfaceMockRecorder) Close() *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) DefaultNamespace() *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) DiscoveryClient() *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) DynamicClient() *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) InfoClient() *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) KubernetesClient() *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) NamespaceClient() *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) RESTClient() *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) RESTConfig() *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ResetMapper() *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) Resource(arg0 interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ResourceExists(arg0 interface{}) *gomock.Call
- type MockDiscoveryInterface
- func (m *MockDiscoveryInterface) EXPECT() *MockDiscoveryInterfaceMockRecorder
- func (m *MockDiscoveryInterface) OpenAPISchema() (*openapi_v2.Document, error)
- func (m *MockDiscoveryInterface) RESTClient() rest.Interface
- func (m *MockDiscoveryInterface) ServerGroups() (*v1.APIGroupList, error)
- func (m *MockDiscoveryInterface) ServerGroupsAndResources() ([]*v1.APIGroup, []*v1.APIResourceList, error)
- func (m *MockDiscoveryInterface) ServerPreferredNamespacedResources() ([]*v1.APIResourceList, error)
- func (m *MockDiscoveryInterface) ServerPreferredResources() ([]*v1.APIResourceList, error)
- func (m *MockDiscoveryInterface) ServerResources() ([]*v1.APIResourceList, error)
- func (m *MockDiscoveryInterface) ServerResourcesForGroupVersion(groupVersion string) (*v1.APIResourceList, error)
- func (m *MockDiscoveryInterface) ServerVersion() (*version.Info, error)
- type MockDiscoveryInterfaceMockRecorder
- func (mr *MockDiscoveryInterfaceMockRecorder) OpenAPISchema() *gomock.Call
- func (mr *MockDiscoveryInterfaceMockRecorder) RESTClient() *gomock.Call
- func (mr *MockDiscoveryInterfaceMockRecorder) ServerGroups() *gomock.Call
- func (mr *MockDiscoveryInterfaceMockRecorder) ServerGroupsAndResources() *gomock.Call
- func (mr *MockDiscoveryInterfaceMockRecorder) ServerPreferredNamespacedResources() *gomock.Call
- func (mr *MockDiscoveryInterfaceMockRecorder) ServerPreferredResources() *gomock.Call
- func (mr *MockDiscoveryInterfaceMockRecorder) ServerResources() *gomock.Call
- func (mr *MockDiscoveryInterfaceMockRecorder) ServerResourcesForGroupVersion(groupVersion interface{}) *gomock.Call
- func (mr *MockDiscoveryInterfaceMockRecorder) ServerVersion() *gomock.Call
- type MockDynamicInterface
- type MockDynamicInterfaceMockRecorder
- type MockDynamicSharedInformerFactory
- func (m *MockDynamicSharedInformerFactory) EXPECT() *MockDynamicSharedInformerFactoryMockRecorder
- func (m *MockDynamicSharedInformerFactory) ForResource(gvr schema.GroupVersionResource) informers.GenericInformer
- func (m *MockDynamicSharedInformerFactory) Start(stopCh <-chan struct{})
- func (m *MockDynamicSharedInformerFactory) WaitForCacheSync(stopCh <-chan struct{}) map[schema.GroupVersionResource]bool
- type MockDynamicSharedInformerFactoryMockRecorder
- type MockGenericInformer
- type MockGenericInformerMockRecorder
- type MockInfoInterface
- type MockInfoInterfaceMockRecorder
- type MockKubernetesInterface
- func (m *MockKubernetesInterface) AdmissionregistrationV1() v1.AdmissionregistrationV1Interface
- func (m *MockKubernetesInterface) AdmissionregistrationV1beta1() v1beta1.AdmissionregistrationV1beta1Interface
- func (m *MockKubernetesInterface) AppsV1() v10.AppsV1Interface
- func (m *MockKubernetesInterface) AppsV1beta1() v1beta10.AppsV1beta1Interface
- func (m *MockKubernetesInterface) AppsV1beta2() v1beta2.AppsV1beta2Interface
- func (m *MockKubernetesInterface) AuthenticationV1() v11.AuthenticationV1Interface
- func (m *MockKubernetesInterface) AuthenticationV1beta1() v1beta11.AuthenticationV1beta1Interface
- func (m *MockKubernetesInterface) AuthorizationV1() v12.AuthorizationV1Interface
- func (m *MockKubernetesInterface) AuthorizationV1beta1() v1beta12.AuthorizationV1beta1Interface
- func (m *MockKubernetesInterface) AutoscalingV1() v13.AutoscalingV1Interface
- func (m *MockKubernetesInterface) AutoscalingV2beta1() v2beta1.AutoscalingV2beta1Interface
- func (m *MockKubernetesInterface) AutoscalingV2beta2() v2beta2.AutoscalingV2beta2Interface
- func (m *MockKubernetesInterface) BatchV1() v14.BatchV1Interface
- func (m *MockKubernetesInterface) BatchV1beta1() v1beta13.BatchV1beta1Interface
- func (m *MockKubernetesInterface) CertificatesV1() v15.CertificatesV1Interface
- func (m *MockKubernetesInterface) CertificatesV1beta1() v1beta14.CertificatesV1beta1Interface
- func (m *MockKubernetesInterface) CoordinationV1() v16.CoordinationV1Interface
- func (m *MockKubernetesInterface) CoordinationV1beta1() v1beta15.CoordinationV1beta1Interface
- func (m *MockKubernetesInterface) CoreV1() v17.CoreV1Interface
- func (m *MockKubernetesInterface) Discovery() discovery.DiscoveryInterface
- func (m *MockKubernetesInterface) DiscoveryV1() v18.DiscoveryV1Interface
- func (m *MockKubernetesInterface) DiscoveryV1beta1() v1beta16.DiscoveryV1beta1Interface
- func (m *MockKubernetesInterface) EXPECT() *MockKubernetesInterfaceMockRecorder
- func (m *MockKubernetesInterface) EventsV1() v19.EventsV1Interface
- func (m *MockKubernetesInterface) EventsV1beta1() v1beta17.EventsV1beta1Interface
- func (m *MockKubernetesInterface) ExtensionsV1beta1() v1beta18.ExtensionsV1beta1Interface
- func (m *MockKubernetesInterface) FlowcontrolV1alpha1() v1alpha10.FlowcontrolV1alpha1Interface
- func (m *MockKubernetesInterface) FlowcontrolV1beta1() v1beta19.FlowcontrolV1beta1Interface
- func (m *MockKubernetesInterface) InternalV1alpha1() v1alpha1.InternalV1alpha1Interface
- func (m *MockKubernetesInterface) NetworkingV1() v110.NetworkingV1Interface
- func (m *MockKubernetesInterface) NetworkingV1beta1() v1beta110.NetworkingV1beta1Interface
- func (m *MockKubernetesInterface) NodeV1() v111.NodeV1Interface
- func (m *MockKubernetesInterface) NodeV1alpha1() v1alpha11.NodeV1alpha1Interface
- func (m *MockKubernetesInterface) NodeV1beta1() v1beta111.NodeV1beta1Interface
- func (m *MockKubernetesInterface) PolicyV1() v112.PolicyV1Interface
- func (m *MockKubernetesInterface) PolicyV1beta1() v1beta112.PolicyV1beta1Interface
- func (m *MockKubernetesInterface) RbacV1() v113.RbacV1Interface
- func (m *MockKubernetesInterface) RbacV1alpha1() v1alpha12.RbacV1alpha1Interface
- func (m *MockKubernetesInterface) RbacV1beta1() v1beta113.RbacV1beta1Interface
- func (m *MockKubernetesInterface) SchedulingV1() v114.SchedulingV1Interface
- func (m *MockKubernetesInterface) SchedulingV1alpha1() v1alpha13.SchedulingV1alpha1Interface
- func (m *MockKubernetesInterface) SchedulingV1beta1() v1beta114.SchedulingV1beta1Interface
- func (m *MockKubernetesInterface) StorageV1() v115.StorageV1Interface
- func (m *MockKubernetesInterface) StorageV1alpha1() v1alpha14.StorageV1alpha1Interface
- func (m *MockKubernetesInterface) StorageV1beta1() v1beta115.StorageV1beta1Interface
- type MockKubernetesInterfaceMockRecorder
- func (mr *MockKubernetesInterfaceMockRecorder) AdmissionregistrationV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) AdmissionregistrationV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) AppsV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) AppsV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) AppsV1beta2() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) AuthenticationV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) AuthenticationV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) AuthorizationV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) AuthorizationV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) AutoscalingV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) AutoscalingV2beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) AutoscalingV2beta2() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) BatchV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) BatchV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) CertificatesV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) CertificatesV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) CoordinationV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) CoordinationV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) CoreV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) Discovery() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) DiscoveryV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) DiscoveryV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) EventsV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) EventsV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) ExtensionsV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) FlowcontrolV1alpha1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) FlowcontrolV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) InternalV1alpha1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) NetworkingV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) NetworkingV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) NodeV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) NodeV1alpha1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) NodeV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) PolicyV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) PolicyV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) RbacV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) RbacV1alpha1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) RbacV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) SchedulingV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) SchedulingV1alpha1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) SchedulingV1beta1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) StorageV1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) StorageV1alpha1() *gomock.Call
- func (mr *MockKubernetesInterfaceMockRecorder) StorageV1beta1() *gomock.Call
- type MockNamespaceInterface
- func (m *MockNamespaceInterface) EXPECT() *MockNamespaceInterfaceMockRecorder
- func (m *MockNamespaceInterface) HasNamespace(ctx context.Context, namespace string) bool
- func (m *MockNamespaceInterface) InitialNamespace() string
- func (m *MockNamespaceInterface) Names(ctx context.Context) ([]string, error)
- func (m *MockNamespaceInterface) ProvidedNamespaces(ctx context.Context) []string
- type MockNamespaceInterfaceMockRecorder
- func (mr *MockNamespaceInterfaceMockRecorder) HasNamespace(ctx, namespace interface{}) *gomock.Call
- func (mr *MockNamespaceInterfaceMockRecorder) InitialNamespace() *gomock.Call
- func (mr *MockNamespaceInterfaceMockRecorder) Names(ctx interface{}) *gomock.Call
- func (mr *MockNamespaceInterfaceMockRecorder) ProvidedNamespaces(ctx interface{}) *gomock.Call
- type MockNamespaceableResourceInterface
- func (m *MockNamespaceableResourceInterface) Create(ctx context.Context, obj *unstructured.Unstructured, options v1.CreateOptions, ...) (*unstructured.Unstructured, error)
- func (m *MockNamespaceableResourceInterface) Delete(ctx context.Context, name string, options v1.DeleteOptions, ...) error
- func (m *MockNamespaceableResourceInterface) DeleteCollection(ctx context.Context, options v1.DeleteOptions, listOptions v1.ListOptions) error
- func (m *MockNamespaceableResourceInterface) EXPECT() *MockNamespaceableResourceInterfaceMockRecorder
- func (m *MockNamespaceableResourceInterface) Get(ctx context.Context, name string, options v1.GetOptions, ...) (*unstructured.Unstructured, error)
- func (m *MockNamespaceableResourceInterface) List(ctx context.Context, opts v1.ListOptions) (*unstructured.UnstructuredList, error)
- func (m *MockNamespaceableResourceInterface) Namespace(arg0 string) dynamic.ResourceInterface
- func (m *MockNamespaceableResourceInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (*unstructured.Unstructured, error)
- func (m *MockNamespaceableResourceInterface) Update(ctx context.Context, obj *unstructured.Unstructured, options v1.UpdateOptions, ...) (*unstructured.Unstructured, error)
- func (m *MockNamespaceableResourceInterface) UpdateStatus(ctx context.Context, obj *unstructured.Unstructured, options v1.UpdateOptions) (*unstructured.Unstructured, error)
- func (m *MockNamespaceableResourceInterface) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
- type MockNamespaceableResourceInterfaceMockRecorder
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Create(ctx, obj, options interface{}, subresources ...interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Delete(ctx, name, options interface{}, subresources ...interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) DeleteCollection(ctx, options, listOptions interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Get(ctx, name, options interface{}, subresources ...interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) List(ctx, opts interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Namespace(arg0 interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Patch(ctx, name, pt, data, options interface{}, subresources ...interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Update(ctx, obj, options interface{}, subresources ...interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) UpdateStatus(ctx, obj, options interface{}) *gomock.Call
- func (mr *MockNamespaceableResourceInterfaceMockRecorder) Watch(ctx, opts interface{}) *gomock.Call
- type MockOpenAPISchemaInterface
- type MockOpenAPISchemaInterfaceMockRecorder
- type MockRESTInterface
- type MockRESTInterfaceMockRecorder
- type MockResourceInterface
- func (m *MockResourceInterface) Create(ctx context.Context, obj *unstructured.Unstructured, options v1.CreateOptions, ...) (*unstructured.Unstructured, error)
- func (m *MockResourceInterface) Delete(ctx context.Context, name string, options v1.DeleteOptions, ...) error
- func (m *MockResourceInterface) DeleteCollection(ctx context.Context, options v1.DeleteOptions, listOptions v1.ListOptions) error
- func (m *MockResourceInterface) EXPECT() *MockResourceInterfaceMockRecorder
- func (m *MockResourceInterface) Get(ctx context.Context, name string, options v1.GetOptions, ...) (*unstructured.Unstructured, error)
- func (m *MockResourceInterface) List(ctx context.Context, opts v1.ListOptions) (*unstructured.UnstructuredList, error)
- func (m *MockResourceInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (*unstructured.Unstructured, error)
- func (m *MockResourceInterface) Update(ctx context.Context, obj *unstructured.Unstructured, options v1.UpdateOptions, ...) (*unstructured.Unstructured, error)
- func (m *MockResourceInterface) UpdateStatus(ctx context.Context, obj *unstructured.Unstructured, options v1.UpdateOptions) (*unstructured.Unstructured, error)
- func (m *MockResourceInterface) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
- type MockResourceInterfaceMockRecorder
- func (mr *MockResourceInterfaceMockRecorder) Create(ctx, obj, options interface{}, subresources ...interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) Delete(ctx, name, options interface{}, subresources ...interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) DeleteCollection(ctx, options, listOptions interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) Get(ctx, name, options interface{}, subresources ...interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) List(ctx, opts interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) Patch(ctx, name, pt, data, options interface{}, subresources ...interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) Update(ctx, obj, options interface{}, subresources ...interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) UpdateStatus(ctx, obj, options interface{}) *gomock.Call
- func (mr *MockResourceInterfaceMockRecorder) Watch(ctx, opts interface{}) *gomock.Call
- type MockSelfSubjectAccessReviewInterface
- type MockSelfSubjectAccessReviewInterfaceMockRecorder
- type MockSelfSubjectAccessReviewsGetter
- type MockSelfSubjectAccessReviewsGetterMockRecorder
- type MockSelfSubjectRulesReviewInterface
- type MockSelfSubjectRulesReviewInterfaceMockRecorder
- type MockSelfSubjectRulesReviewsGetter
- type MockSelfSubjectRulesReviewsGetterMockRecorder
- type MockServerGroupsInterface
- type MockServerGroupsInterfaceMockRecorder
- type MockServerResourcesInterface
- func (m *MockServerResourcesInterface) EXPECT() *MockServerResourcesInterfaceMockRecorder
- func (m *MockServerResourcesInterface) ServerGroupsAndResources() ([]*v1.APIGroup, []*v1.APIResourceList, error)
- func (m *MockServerResourcesInterface) ServerPreferredNamespacedResources() ([]*v1.APIResourceList, error)
- func (m *MockServerResourcesInterface) ServerPreferredResources() ([]*v1.APIResourceList, error)
- func (m *MockServerResourcesInterface) ServerResources() ([]*v1.APIResourceList, error)
- func (m *MockServerResourcesInterface) ServerResourcesForGroupVersion(groupVersion string) (*v1.APIResourceList, error)
- type MockServerResourcesInterfaceMockRecorder
- func (mr *MockServerResourcesInterfaceMockRecorder) ServerGroupsAndResources() *gomock.Call
- func (mr *MockServerResourcesInterfaceMockRecorder) ServerPreferredNamespacedResources() *gomock.Call
- func (mr *MockServerResourcesInterfaceMockRecorder) ServerPreferredResources() *gomock.Call
- func (mr *MockServerResourcesInterfaceMockRecorder) ServerResources() *gomock.Call
- func (mr *MockServerResourcesInterfaceMockRecorder) ServerResourcesForGroupVersion(groupVersion interface{}) *gomock.Call
- type MockServerVersionInterface
- type MockServerVersionInterfaceMockRecorder
- type MockSharedIndexInformer
- func (m *MockSharedIndexInformer) AddEventHandler(arg0 cache.ResourceEventHandler)
- func (m *MockSharedIndexInformer) AddEventHandlerWithResyncPeriod(arg0 cache.ResourceEventHandler, arg1 time.Duration)
- func (m *MockSharedIndexInformer) AddIndexers(arg0 cache.Indexers) error
- func (m *MockSharedIndexInformer) EXPECT() *MockSharedIndexInformerMockRecorder
- func (m *MockSharedIndexInformer) GetController() cache.Controller
- func (m *MockSharedIndexInformer) GetIndexer() cache.Indexer
- func (m *MockSharedIndexInformer) GetStore() cache.Store
- func (m *MockSharedIndexInformer) HasSynced() bool
- func (m *MockSharedIndexInformer) LastSyncResourceVersion() string
- func (m *MockSharedIndexInformer) Run(arg0 <-chan struct{})
- func (m *MockSharedIndexInformer) SetWatchErrorHandler(arg0 cache.WatchErrorHandler) error
- type MockSharedIndexInformerMockRecorder
- func (mr *MockSharedIndexInformerMockRecorder) AddEventHandler(arg0 interface{}) *gomock.Call
- func (mr *MockSharedIndexInformerMockRecorder) AddEventHandlerWithResyncPeriod(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSharedIndexInformerMockRecorder) AddIndexers(arg0 interface{}) *gomock.Call
- func (mr *MockSharedIndexInformerMockRecorder) GetController() *gomock.Call
- func (mr *MockSharedIndexInformerMockRecorder) GetIndexer() *gomock.Call
- func (mr *MockSharedIndexInformerMockRecorder) GetStore() *gomock.Call
- func (mr *MockSharedIndexInformerMockRecorder) HasSynced() *gomock.Call
- func (mr *MockSharedIndexInformerMockRecorder) LastSyncResourceVersion() *gomock.Call
- func (mr *MockSharedIndexInformerMockRecorder) Run(arg0 interface{}) *gomock.Call
- func (mr *MockSharedIndexInformerMockRecorder) SetWatchErrorHandler(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAuthorizationV1Interface ¶
type MockAuthorizationV1Interface struct {
// contains filtered or unexported fields
}
MockAuthorizationV1Interface is a mock of AuthorizationV1Interface interface.
func NewMockAuthorizationV1Interface ¶
func NewMockAuthorizationV1Interface(ctrl *gomock.Controller) *MockAuthorizationV1Interface
NewMockAuthorizationV1Interface creates a new mock instance.
func (*MockAuthorizationV1Interface) EXPECT ¶
func (m *MockAuthorizationV1Interface) EXPECT() *MockAuthorizationV1InterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAuthorizationV1Interface) LocalSubjectAccessReviews ¶
func (m *MockAuthorizationV1Interface) LocalSubjectAccessReviews(arg0 string) v11.LocalSubjectAccessReviewInterface
LocalSubjectAccessReviews mocks base method.
func (*MockAuthorizationV1Interface) RESTClient ¶
func (m *MockAuthorizationV1Interface) RESTClient() rest.Interface
RESTClient mocks base method.
func (*MockAuthorizationV1Interface) SelfSubjectAccessReviews ¶
func (m *MockAuthorizationV1Interface) SelfSubjectAccessReviews() v11.SelfSubjectAccessReviewInterface
SelfSubjectAccessReviews mocks base method.
func (*MockAuthorizationV1Interface) SelfSubjectRulesReviews ¶
func (m *MockAuthorizationV1Interface) SelfSubjectRulesReviews() v11.SelfSubjectRulesReviewInterface
SelfSubjectRulesReviews mocks base method.
func (*MockAuthorizationV1Interface) SubjectAccessReviews ¶
func (m *MockAuthorizationV1Interface) SubjectAccessReviews() v11.SubjectAccessReviewInterface
SubjectAccessReviews mocks base method.
type MockAuthorizationV1InterfaceMockRecorder ¶
type MockAuthorizationV1InterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthorizationV1InterfaceMockRecorder is the mock recorder for MockAuthorizationV1Interface.
func (*MockAuthorizationV1InterfaceMockRecorder) LocalSubjectAccessReviews ¶
func (mr *MockAuthorizationV1InterfaceMockRecorder) LocalSubjectAccessReviews(arg0 interface{}) *gomock.Call
LocalSubjectAccessReviews indicates an expected call of LocalSubjectAccessReviews.
func (*MockAuthorizationV1InterfaceMockRecorder) RESTClient ¶
func (mr *MockAuthorizationV1InterfaceMockRecorder) RESTClient() *gomock.Call
RESTClient indicates an expected call of RESTClient.
func (*MockAuthorizationV1InterfaceMockRecorder) SelfSubjectAccessReviews ¶
func (mr *MockAuthorizationV1InterfaceMockRecorder) SelfSubjectAccessReviews() *gomock.Call
SelfSubjectAccessReviews indicates an expected call of SelfSubjectAccessReviews.
func (*MockAuthorizationV1InterfaceMockRecorder) SelfSubjectRulesReviews ¶
func (mr *MockAuthorizationV1InterfaceMockRecorder) SelfSubjectRulesReviews() *gomock.Call
SelfSubjectRulesReviews indicates an expected call of SelfSubjectRulesReviews.
func (*MockAuthorizationV1InterfaceMockRecorder) SubjectAccessReviews ¶
func (mr *MockAuthorizationV1InterfaceMockRecorder) SubjectAccessReviews() *gomock.Call
SubjectAccessReviews indicates an expected call of SubjectAccessReviews.
type MockCachedDiscoveryInterface ¶
type MockCachedDiscoveryInterface struct {
// contains filtered or unexported fields
}
MockCachedDiscoveryInterface is a mock of CachedDiscoveryInterface interface.
func NewMockCachedDiscoveryInterface ¶
func NewMockCachedDiscoveryInterface(ctrl *gomock.Controller) *MockCachedDiscoveryInterface
NewMockCachedDiscoveryInterface creates a new mock instance.
func (*MockCachedDiscoveryInterface) EXPECT ¶
func (m *MockCachedDiscoveryInterface) EXPECT() *MockCachedDiscoveryInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCachedDiscoveryInterface) Fresh ¶
func (m *MockCachedDiscoveryInterface) Fresh() bool
Fresh mocks base method.
func (*MockCachedDiscoveryInterface) Invalidate ¶
func (m *MockCachedDiscoveryInterface) Invalidate()
Invalidate mocks base method.
func (*MockCachedDiscoveryInterface) OpenAPISchema ¶
func (m *MockCachedDiscoveryInterface) OpenAPISchema() (*openapi_v2.Document, error)
OpenAPISchema mocks base method.
func (*MockCachedDiscoveryInterface) RESTClient ¶
func (m *MockCachedDiscoveryInterface) RESTClient() rest.Interface
RESTClient mocks base method.
func (*MockCachedDiscoveryInterface) ServerGroups ¶
func (m *MockCachedDiscoveryInterface) ServerGroups() (*v1.APIGroupList, error)
ServerGroups mocks base method.
func (*MockCachedDiscoveryInterface) ServerGroupsAndResources ¶
func (m *MockCachedDiscoveryInterface) ServerGroupsAndResources() ([]*v1.APIGroup, []*v1.APIResourceList, error)
ServerGroupsAndResources mocks base method.
func (*MockCachedDiscoveryInterface) ServerPreferredNamespacedResources ¶
func (m *MockCachedDiscoveryInterface) ServerPreferredNamespacedResources() ([]*v1.APIResourceList, error)
ServerPreferredNamespacedResources mocks base method.
func (*MockCachedDiscoveryInterface) ServerPreferredResources ¶
func (m *MockCachedDiscoveryInterface) ServerPreferredResources() ([]*v1.APIResourceList, error)
ServerPreferredResources mocks base method.
func (*MockCachedDiscoveryInterface) ServerResources ¶
func (m *MockCachedDiscoveryInterface) ServerResources() ([]*v1.APIResourceList, error)
ServerResources mocks base method.
func (*MockCachedDiscoveryInterface) ServerResourcesForGroupVersion ¶
func (m *MockCachedDiscoveryInterface) ServerResourcesForGroupVersion(groupVersion string) (*v1.APIResourceList, error)
ServerResourcesForGroupVersion mocks base method.
func (*MockCachedDiscoveryInterface) ServerVersion ¶
func (m *MockCachedDiscoveryInterface) ServerVersion() (*version.Info, error)
ServerVersion mocks base method.
type MockCachedDiscoveryInterfaceMockRecorder ¶
type MockCachedDiscoveryInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockCachedDiscoveryInterfaceMockRecorder is the mock recorder for MockCachedDiscoveryInterface.
func (*MockCachedDiscoveryInterfaceMockRecorder) Fresh ¶
func (mr *MockCachedDiscoveryInterfaceMockRecorder) Fresh() *gomock.Call
Fresh indicates an expected call of Fresh.
func (*MockCachedDiscoveryInterfaceMockRecorder) Invalidate ¶
func (mr *MockCachedDiscoveryInterfaceMockRecorder) Invalidate() *gomock.Call
Invalidate indicates an expected call of Invalidate.
func (*MockCachedDiscoveryInterfaceMockRecorder) OpenAPISchema ¶
func (mr *MockCachedDiscoveryInterfaceMockRecorder) OpenAPISchema() *gomock.Call
OpenAPISchema indicates an expected call of OpenAPISchema.
func (*MockCachedDiscoveryInterfaceMockRecorder) RESTClient ¶
func (mr *MockCachedDiscoveryInterfaceMockRecorder) RESTClient() *gomock.Call
RESTClient indicates an expected call of RESTClient.
func (*MockCachedDiscoveryInterfaceMockRecorder) ServerGroups ¶
func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerGroups() *gomock.Call
ServerGroups indicates an expected call of ServerGroups.
func (*MockCachedDiscoveryInterfaceMockRecorder) ServerGroupsAndResources ¶
func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerGroupsAndResources() *gomock.Call
ServerGroupsAndResources indicates an expected call of ServerGroupsAndResources.
func (*MockCachedDiscoveryInterfaceMockRecorder) ServerPreferredNamespacedResources ¶
func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerPreferredNamespacedResources() *gomock.Call
ServerPreferredNamespacedResources indicates an expected call of ServerPreferredNamespacedResources.
func (*MockCachedDiscoveryInterfaceMockRecorder) ServerPreferredResources ¶
func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerPreferredResources() *gomock.Call
ServerPreferredResources indicates an expected call of ServerPreferredResources.
func (*MockCachedDiscoveryInterfaceMockRecorder) ServerResources ¶
func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerResources() *gomock.Call
ServerResources indicates an expected call of ServerResources.
func (*MockCachedDiscoveryInterfaceMockRecorder) ServerResourcesForGroupVersion ¶
func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerResourcesForGroupVersion(groupVersion interface{}) *gomock.Call
ServerResourcesForGroupVersion indicates an expected call of ServerResourcesForGroupVersion.
func (*MockCachedDiscoveryInterfaceMockRecorder) ServerVersion ¶
func (mr *MockCachedDiscoveryInterfaceMockRecorder) ServerVersion() *gomock.Call
ServerVersion indicates an expected call of ServerVersion.
type MockClientInterface ¶
type MockClientInterface struct {
// contains filtered or unexported fields
}
MockClientInterface is a mock of ClientInterface interface.
func NewMockClientInterface ¶
func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface
NewMockClientInterface creates a new mock instance.
func (*MockClientInterface) DefaultNamespace ¶
func (m *MockClientInterface) DefaultNamespace() string
DefaultNamespace mocks base method.
func (*MockClientInterface) DiscoveryClient ¶
func (m *MockClientInterface) DiscoveryClient() (discovery.DiscoveryInterface, error)
DiscoveryClient mocks base method.
func (*MockClientInterface) DynamicClient ¶
func (m *MockClientInterface) DynamicClient() (dynamic.Interface, error)
DynamicClient mocks base method.
func (*MockClientInterface) EXPECT ¶
func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientInterface) InfoClient ¶
func (m *MockClientInterface) InfoClient() (cluster.InfoInterface, error)
InfoClient mocks base method.
func (*MockClientInterface) KubernetesClient ¶
func (m *MockClientInterface) KubernetesClient() (kubernetes.Interface, error)
KubernetesClient mocks base method.
func (*MockClientInterface) NamespaceClient ¶
func (m *MockClientInterface) NamespaceClient() (cluster.NamespaceInterface, error)
NamespaceClient mocks base method.
func (*MockClientInterface) RESTClient ¶
func (m *MockClientInterface) RESTClient() (rest.Interface, error)
RESTClient mocks base method.
func (*MockClientInterface) RESTConfig ¶
func (m *MockClientInterface) RESTConfig() *rest.Config
RESTConfig mocks base method.
func (*MockClientInterface) ResetMapper ¶
func (m *MockClientInterface) ResetMapper()
ResetMapper mocks base method.
func (*MockClientInterface) Resource ¶
func (m *MockClientInterface) Resource(arg0 schema.GroupKind) (schema.GroupVersionResource, bool, error)
Resource mocks base method.
func (*MockClientInterface) ResourceExists ¶
func (m *MockClientInterface) ResourceExists(arg0 schema.GroupVersionResource) bool
ResourceExists mocks base method.
type MockClientInterfaceMockRecorder ¶
type MockClientInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.
func (*MockClientInterfaceMockRecorder) Close ¶
func (mr *MockClientInterfaceMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockClientInterfaceMockRecorder) DefaultNamespace ¶
func (mr *MockClientInterfaceMockRecorder) DefaultNamespace() *gomock.Call
DefaultNamespace indicates an expected call of DefaultNamespace.
func (*MockClientInterfaceMockRecorder) DiscoveryClient ¶
func (mr *MockClientInterfaceMockRecorder) DiscoveryClient() *gomock.Call
DiscoveryClient indicates an expected call of DiscoveryClient.
func (*MockClientInterfaceMockRecorder) DynamicClient ¶
func (mr *MockClientInterfaceMockRecorder) DynamicClient() *gomock.Call
DynamicClient indicates an expected call of DynamicClient.
func (*MockClientInterfaceMockRecorder) InfoClient ¶
func (mr *MockClientInterfaceMockRecorder) InfoClient() *gomock.Call
InfoClient indicates an expected call of InfoClient.
func (*MockClientInterfaceMockRecorder) KubernetesClient ¶
func (mr *MockClientInterfaceMockRecorder) KubernetesClient() *gomock.Call
KubernetesClient indicates an expected call of KubernetesClient.
func (*MockClientInterfaceMockRecorder) NamespaceClient ¶
func (mr *MockClientInterfaceMockRecorder) NamespaceClient() *gomock.Call
NamespaceClient indicates an expected call of NamespaceClient.
func (*MockClientInterfaceMockRecorder) RESTClient ¶
func (mr *MockClientInterfaceMockRecorder) RESTClient() *gomock.Call
RESTClient indicates an expected call of RESTClient.
func (*MockClientInterfaceMockRecorder) RESTConfig ¶
func (mr *MockClientInterfaceMockRecorder) RESTConfig() *gomock.Call
RESTConfig indicates an expected call of RESTConfig.
func (*MockClientInterfaceMockRecorder) ResetMapper ¶
func (mr *MockClientInterfaceMockRecorder) ResetMapper() *gomock.Call
ResetMapper indicates an expected call of ResetMapper.
func (*MockClientInterfaceMockRecorder) Resource ¶
func (mr *MockClientInterfaceMockRecorder) Resource(arg0 interface{}) *gomock.Call
Resource indicates an expected call of Resource.
func (*MockClientInterfaceMockRecorder) ResourceExists ¶
func (mr *MockClientInterfaceMockRecorder) ResourceExists(arg0 interface{}) *gomock.Call
ResourceExists indicates an expected call of ResourceExists.
type MockDiscoveryInterface ¶
type MockDiscoveryInterface struct {
// contains filtered or unexported fields
}
MockDiscoveryInterface is a mock of DiscoveryInterface interface.
func NewMockDiscoveryInterface ¶
func NewMockDiscoveryInterface(ctrl *gomock.Controller) *MockDiscoveryInterface
NewMockDiscoveryInterface creates a new mock instance.
func (*MockDiscoveryInterface) EXPECT ¶
func (m *MockDiscoveryInterface) EXPECT() *MockDiscoveryInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDiscoveryInterface) OpenAPISchema ¶
func (m *MockDiscoveryInterface) OpenAPISchema() (*openapi_v2.Document, error)
OpenAPISchema mocks base method.
func (*MockDiscoveryInterface) RESTClient ¶
func (m *MockDiscoveryInterface) RESTClient() rest.Interface
RESTClient mocks base method.
func (*MockDiscoveryInterface) ServerGroups ¶
func (m *MockDiscoveryInterface) ServerGroups() (*v1.APIGroupList, error)
ServerGroups mocks base method.
func (*MockDiscoveryInterface) ServerGroupsAndResources ¶
func (m *MockDiscoveryInterface) ServerGroupsAndResources() ([]*v1.APIGroup, []*v1.APIResourceList, error)
ServerGroupsAndResources mocks base method.
func (*MockDiscoveryInterface) ServerPreferredNamespacedResources ¶
func (m *MockDiscoveryInterface) ServerPreferredNamespacedResources() ([]*v1.APIResourceList, error)
ServerPreferredNamespacedResources mocks base method.
func (*MockDiscoveryInterface) ServerPreferredResources ¶
func (m *MockDiscoveryInterface) ServerPreferredResources() ([]*v1.APIResourceList, error)
ServerPreferredResources mocks base method.
func (*MockDiscoveryInterface) ServerResources ¶
func (m *MockDiscoveryInterface) ServerResources() ([]*v1.APIResourceList, error)
ServerResources mocks base method.
func (*MockDiscoveryInterface) ServerResourcesForGroupVersion ¶
func (m *MockDiscoveryInterface) ServerResourcesForGroupVersion(groupVersion string) (*v1.APIResourceList, error)
ServerResourcesForGroupVersion mocks base method.
func (*MockDiscoveryInterface) ServerVersion ¶
func (m *MockDiscoveryInterface) ServerVersion() (*version.Info, error)
ServerVersion mocks base method.
type MockDiscoveryInterfaceMockRecorder ¶
type MockDiscoveryInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockDiscoveryInterfaceMockRecorder is the mock recorder for MockDiscoveryInterface.
func (*MockDiscoveryInterfaceMockRecorder) OpenAPISchema ¶
func (mr *MockDiscoveryInterfaceMockRecorder) OpenAPISchema() *gomock.Call
OpenAPISchema indicates an expected call of OpenAPISchema.
func (*MockDiscoveryInterfaceMockRecorder) RESTClient ¶
func (mr *MockDiscoveryInterfaceMockRecorder) RESTClient() *gomock.Call
RESTClient indicates an expected call of RESTClient.
func (*MockDiscoveryInterfaceMockRecorder) ServerGroups ¶
func (mr *MockDiscoveryInterfaceMockRecorder) ServerGroups() *gomock.Call
ServerGroups indicates an expected call of ServerGroups.
func (*MockDiscoveryInterfaceMockRecorder) ServerGroupsAndResources ¶
func (mr *MockDiscoveryInterfaceMockRecorder) ServerGroupsAndResources() *gomock.Call
ServerGroupsAndResources indicates an expected call of ServerGroupsAndResources.
func (*MockDiscoveryInterfaceMockRecorder) ServerPreferredNamespacedResources ¶
func (mr *MockDiscoveryInterfaceMockRecorder) ServerPreferredNamespacedResources() *gomock.Call
ServerPreferredNamespacedResources indicates an expected call of ServerPreferredNamespacedResources.
func (*MockDiscoveryInterfaceMockRecorder) ServerPreferredResources ¶
func (mr *MockDiscoveryInterfaceMockRecorder) ServerPreferredResources() *gomock.Call
ServerPreferredResources indicates an expected call of ServerPreferredResources.
func (*MockDiscoveryInterfaceMockRecorder) ServerResources ¶
func (mr *MockDiscoveryInterfaceMockRecorder) ServerResources() *gomock.Call
ServerResources indicates an expected call of ServerResources.
func (*MockDiscoveryInterfaceMockRecorder) ServerResourcesForGroupVersion ¶
func (mr *MockDiscoveryInterfaceMockRecorder) ServerResourcesForGroupVersion(groupVersion interface{}) *gomock.Call
ServerResourcesForGroupVersion indicates an expected call of ServerResourcesForGroupVersion.
func (*MockDiscoveryInterfaceMockRecorder) ServerVersion ¶
func (mr *MockDiscoveryInterfaceMockRecorder) ServerVersion() *gomock.Call
ServerVersion indicates an expected call of ServerVersion.
type MockDynamicInterface ¶
type MockDynamicInterface struct {
// contains filtered or unexported fields
}
MockDynamicInterface is a mock of Interface interface.
func NewMockDynamicInterface ¶
func NewMockDynamicInterface(ctrl *gomock.Controller) *MockDynamicInterface
NewMockDynamicInterface creates a new mock instance.
func (*MockDynamicInterface) EXPECT ¶
func (m *MockDynamicInterface) EXPECT() *MockDynamicInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDynamicInterface) Resource ¶
func (m *MockDynamicInterface) Resource(resource schema.GroupVersionResource) dynamic.NamespaceableResourceInterface
Resource mocks base method.
type MockDynamicInterfaceMockRecorder ¶
type MockDynamicInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockDynamicInterfaceMockRecorder is the mock recorder for MockDynamicInterface.
func (*MockDynamicInterfaceMockRecorder) Resource ¶
func (mr *MockDynamicInterfaceMockRecorder) Resource(resource interface{}) *gomock.Call
Resource indicates an expected call of Resource.
type MockDynamicSharedInformerFactory ¶ added in v0.18.0
type MockDynamicSharedInformerFactory struct {
// contains filtered or unexported fields
}
MockDynamicSharedInformerFactory is a mock of DynamicSharedInformerFactory interface.
func NewMockDynamicSharedInformerFactory ¶ added in v0.18.0
func NewMockDynamicSharedInformerFactory(ctrl *gomock.Controller) *MockDynamicSharedInformerFactory
NewMockDynamicSharedInformerFactory creates a new mock instance.
func (*MockDynamicSharedInformerFactory) EXPECT ¶ added in v0.18.0
func (m *MockDynamicSharedInformerFactory) EXPECT() *MockDynamicSharedInformerFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDynamicSharedInformerFactory) ForResource ¶ added in v0.18.0
func (m *MockDynamicSharedInformerFactory) ForResource(gvr schema.GroupVersionResource) informers.GenericInformer
ForResource mocks base method.
func (*MockDynamicSharedInformerFactory) Start ¶ added in v0.18.0
func (m *MockDynamicSharedInformerFactory) Start(stopCh <-chan struct{})
Start mocks base method.
func (*MockDynamicSharedInformerFactory) WaitForCacheSync ¶ added in v0.18.0
func (m *MockDynamicSharedInformerFactory) WaitForCacheSync(stopCh <-chan struct{}) map[schema.GroupVersionResource]bool
WaitForCacheSync mocks base method.
type MockDynamicSharedInformerFactoryMockRecorder ¶ added in v0.18.0
type MockDynamicSharedInformerFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockDynamicSharedInformerFactoryMockRecorder is the mock recorder for MockDynamicSharedInformerFactory.
func (*MockDynamicSharedInformerFactoryMockRecorder) ForResource ¶ added in v0.18.0
func (mr *MockDynamicSharedInformerFactoryMockRecorder) ForResource(gvr interface{}) *gomock.Call
ForResource indicates an expected call of ForResource.
func (*MockDynamicSharedInformerFactoryMockRecorder) Start ¶ added in v0.18.0
func (mr *MockDynamicSharedInformerFactoryMockRecorder) Start(stopCh interface{}) *gomock.Call
Start indicates an expected call of Start.
func (*MockDynamicSharedInformerFactoryMockRecorder) WaitForCacheSync ¶ added in v0.18.0
func (mr *MockDynamicSharedInformerFactoryMockRecorder) WaitForCacheSync(stopCh interface{}) *gomock.Call
WaitForCacheSync indicates an expected call of WaitForCacheSync.
type MockGenericInformer ¶
type MockGenericInformer struct {
// contains filtered or unexported fields
}
MockGenericInformer is a mock of GenericInformer interface.
func NewMockGenericInformer ¶
func NewMockGenericInformer(ctrl *gomock.Controller) *MockGenericInformer
NewMockGenericInformer creates a new mock instance.
func (*MockGenericInformer) EXPECT ¶
func (m *MockGenericInformer) EXPECT() *MockGenericInformerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGenericInformer) Informer ¶
func (m *MockGenericInformer) Informer() cache.SharedIndexInformer
Informer mocks base method.
func (*MockGenericInformer) Lister ¶
func (m *MockGenericInformer) Lister() cache.GenericLister
Lister mocks base method.
type MockGenericInformerMockRecorder ¶
type MockGenericInformerMockRecorder struct {
// contains filtered or unexported fields
}
MockGenericInformerMockRecorder is the mock recorder for MockGenericInformer.
func (*MockGenericInformerMockRecorder) Informer ¶
func (mr *MockGenericInformerMockRecorder) Informer() *gomock.Call
Informer indicates an expected call of Informer.
func (*MockGenericInformerMockRecorder) Lister ¶
func (mr *MockGenericInformerMockRecorder) Lister() *gomock.Call
Lister indicates an expected call of Lister.
type MockInfoInterface ¶
type MockInfoInterface struct {
// contains filtered or unexported fields
}
MockInfoInterface is a mock of InfoInterface interface.
func NewMockInfoInterface ¶
func NewMockInfoInterface(ctrl *gomock.Controller) *MockInfoInterface
NewMockInfoInterface creates a new mock instance.
func (*MockInfoInterface) Cluster ¶
func (m *MockInfoInterface) Cluster() string
Cluster mocks base method.
func (*MockInfoInterface) Context ¶
func (m *MockInfoInterface) Context() string
Context mocks base method.
func (*MockInfoInterface) EXPECT ¶
func (m *MockInfoInterface) EXPECT() *MockInfoInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInfoInterface) Server ¶
func (m *MockInfoInterface) Server() string
Server mocks base method.
type MockInfoInterfaceMockRecorder ¶
type MockInfoInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInfoInterfaceMockRecorder is the mock recorder for MockInfoInterface.
func (*MockInfoInterfaceMockRecorder) Cluster ¶
func (mr *MockInfoInterfaceMockRecorder) Cluster() *gomock.Call
Cluster indicates an expected call of Cluster.
func (*MockInfoInterfaceMockRecorder) Context ¶
func (mr *MockInfoInterfaceMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockInfoInterfaceMockRecorder) Server ¶
func (mr *MockInfoInterfaceMockRecorder) Server() *gomock.Call
Server indicates an expected call of Server.
func (*MockInfoInterfaceMockRecorder) User ¶
func (mr *MockInfoInterfaceMockRecorder) User() *gomock.Call
User indicates an expected call of User.
type MockKubernetesInterface ¶
type MockKubernetesInterface struct {
// contains filtered or unexported fields
}
MockKubernetesInterface is a mock of Interface interface.
func NewMockKubernetesInterface ¶
func NewMockKubernetesInterface(ctrl *gomock.Controller) *MockKubernetesInterface
NewMockKubernetesInterface creates a new mock instance.
func (*MockKubernetesInterface) AdmissionregistrationV1 ¶ added in v0.13.0
func (m *MockKubernetesInterface) AdmissionregistrationV1() v1.AdmissionregistrationV1Interface
AdmissionregistrationV1 mocks base method.
func (*MockKubernetesInterface) AdmissionregistrationV1beta1 ¶
func (m *MockKubernetesInterface) AdmissionregistrationV1beta1() v1beta1.AdmissionregistrationV1beta1Interface
AdmissionregistrationV1beta1 mocks base method.
func (*MockKubernetesInterface) AppsV1 ¶
func (m *MockKubernetesInterface) AppsV1() v10.AppsV1Interface
AppsV1 mocks base method.
func (*MockKubernetesInterface) AppsV1beta1 ¶
func (m *MockKubernetesInterface) AppsV1beta1() v1beta10.AppsV1beta1Interface
AppsV1beta1 mocks base method.
func (*MockKubernetesInterface) AppsV1beta2 ¶
func (m *MockKubernetesInterface) AppsV1beta2() v1beta2.AppsV1beta2Interface
AppsV1beta2 mocks base method.
func (*MockKubernetesInterface) AuthenticationV1 ¶
func (m *MockKubernetesInterface) AuthenticationV1() v11.AuthenticationV1Interface
AuthenticationV1 mocks base method.
func (*MockKubernetesInterface) AuthenticationV1beta1 ¶
func (m *MockKubernetesInterface) AuthenticationV1beta1() v1beta11.AuthenticationV1beta1Interface
AuthenticationV1beta1 mocks base method.
func (*MockKubernetesInterface) AuthorizationV1 ¶
func (m *MockKubernetesInterface) AuthorizationV1() v12.AuthorizationV1Interface
AuthorizationV1 mocks base method.
func (*MockKubernetesInterface) AuthorizationV1beta1 ¶
func (m *MockKubernetesInterface) AuthorizationV1beta1() v1beta12.AuthorizationV1beta1Interface
AuthorizationV1beta1 mocks base method.
func (*MockKubernetesInterface) AutoscalingV1 ¶
func (m *MockKubernetesInterface) AutoscalingV1() v13.AutoscalingV1Interface
AutoscalingV1 mocks base method.
func (*MockKubernetesInterface) AutoscalingV2beta1 ¶
func (m *MockKubernetesInterface) AutoscalingV2beta1() v2beta1.AutoscalingV2beta1Interface
AutoscalingV2beta1 mocks base method.
func (*MockKubernetesInterface) AutoscalingV2beta2 ¶
func (m *MockKubernetesInterface) AutoscalingV2beta2() v2beta2.AutoscalingV2beta2Interface
AutoscalingV2beta2 mocks base method.
func (*MockKubernetesInterface) BatchV1 ¶
func (m *MockKubernetesInterface) BatchV1() v14.BatchV1Interface
BatchV1 mocks base method.
func (*MockKubernetesInterface) BatchV1beta1 ¶
func (m *MockKubernetesInterface) BatchV1beta1() v1beta13.BatchV1beta1Interface
BatchV1beta1 mocks base method.
func (*MockKubernetesInterface) CertificatesV1 ¶ added in v0.17.0
func (m *MockKubernetesInterface) CertificatesV1() v15.CertificatesV1Interface
CertificatesV1 mocks base method.
func (*MockKubernetesInterface) CertificatesV1beta1 ¶
func (m *MockKubernetesInterface) CertificatesV1beta1() v1beta14.CertificatesV1beta1Interface
CertificatesV1beta1 mocks base method.
func (*MockKubernetesInterface) CoordinationV1 ¶
func (m *MockKubernetesInterface) CoordinationV1() v16.CoordinationV1Interface
CoordinationV1 mocks base method.
func (*MockKubernetesInterface) CoordinationV1beta1 ¶
func (m *MockKubernetesInterface) CoordinationV1beta1() v1beta15.CoordinationV1beta1Interface
CoordinationV1beta1 mocks base method.
func (*MockKubernetesInterface) CoreV1 ¶
func (m *MockKubernetesInterface) CoreV1() v17.CoreV1Interface
CoreV1 mocks base method.
func (*MockKubernetesInterface) Discovery ¶
func (m *MockKubernetesInterface) Discovery() discovery.DiscoveryInterface
Discovery mocks base method.
func (*MockKubernetesInterface) DiscoveryV1 ¶ added in v0.23.0
func (m *MockKubernetesInterface) DiscoveryV1() v18.DiscoveryV1Interface
DiscoveryV1 mocks base method.
func (*MockKubernetesInterface) DiscoveryV1beta1 ¶ added in v0.13.0
func (m *MockKubernetesInterface) DiscoveryV1beta1() v1beta16.DiscoveryV1beta1Interface
DiscoveryV1beta1 mocks base method.
func (*MockKubernetesInterface) EXPECT ¶
func (m *MockKubernetesInterface) EXPECT() *MockKubernetesInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockKubernetesInterface) EventsV1 ¶ added in v0.17.0
func (m *MockKubernetesInterface) EventsV1() v19.EventsV1Interface
EventsV1 mocks base method.
func (*MockKubernetesInterface) EventsV1beta1 ¶
func (m *MockKubernetesInterface) EventsV1beta1() v1beta17.EventsV1beta1Interface
EventsV1beta1 mocks base method.
func (*MockKubernetesInterface) ExtensionsV1beta1 ¶
func (m *MockKubernetesInterface) ExtensionsV1beta1() v1beta18.ExtensionsV1beta1Interface
ExtensionsV1beta1 mocks base method.
func (*MockKubernetesInterface) FlowcontrolV1alpha1 ¶ added in v0.13.0
func (m *MockKubernetesInterface) FlowcontrolV1alpha1() v1alpha10.FlowcontrolV1alpha1Interface
FlowcontrolV1alpha1 mocks base method.
func (*MockKubernetesInterface) FlowcontrolV1beta1 ¶ added in v0.23.0
func (m *MockKubernetesInterface) FlowcontrolV1beta1() v1beta19.FlowcontrolV1beta1Interface
FlowcontrolV1beta1 mocks base method.
func (*MockKubernetesInterface) InternalV1alpha1 ¶ added in v0.23.0
func (m *MockKubernetesInterface) InternalV1alpha1() v1alpha1.InternalV1alpha1Interface
InternalV1alpha1 mocks base method.
func (*MockKubernetesInterface) NetworkingV1 ¶
func (m *MockKubernetesInterface) NetworkingV1() v110.NetworkingV1Interface
NetworkingV1 mocks base method.
func (*MockKubernetesInterface) NetworkingV1beta1 ¶
func (m *MockKubernetesInterface) NetworkingV1beta1() v1beta110.NetworkingV1beta1Interface
NetworkingV1beta1 mocks base method.
func (*MockKubernetesInterface) NodeV1 ¶ added in v0.23.0
func (m *MockKubernetesInterface) NodeV1() v111.NodeV1Interface
NodeV1 mocks base method.
func (*MockKubernetesInterface) NodeV1alpha1 ¶
func (m *MockKubernetesInterface) NodeV1alpha1() v1alpha11.NodeV1alpha1Interface
NodeV1alpha1 mocks base method.
func (*MockKubernetesInterface) NodeV1beta1 ¶
func (m *MockKubernetesInterface) NodeV1beta1() v1beta111.NodeV1beta1Interface
NodeV1beta1 mocks base method.
func (*MockKubernetesInterface) PolicyV1 ¶ added in v0.23.0
func (m *MockKubernetesInterface) PolicyV1() v112.PolicyV1Interface
PolicyV1 mocks base method.
func (*MockKubernetesInterface) PolicyV1beta1 ¶
func (m *MockKubernetesInterface) PolicyV1beta1() v1beta112.PolicyV1beta1Interface
PolicyV1beta1 mocks base method.
func (*MockKubernetesInterface) RbacV1 ¶
func (m *MockKubernetesInterface) RbacV1() v113.RbacV1Interface
RbacV1 mocks base method.
func (*MockKubernetesInterface) RbacV1alpha1 ¶
func (m *MockKubernetesInterface) RbacV1alpha1() v1alpha12.RbacV1alpha1Interface
RbacV1alpha1 mocks base method.
func (*MockKubernetesInterface) RbacV1beta1 ¶
func (m *MockKubernetesInterface) RbacV1beta1() v1beta113.RbacV1beta1Interface
RbacV1beta1 mocks base method.
func (*MockKubernetesInterface) SchedulingV1 ¶
func (m *MockKubernetesInterface) SchedulingV1() v114.SchedulingV1Interface
SchedulingV1 mocks base method.
func (*MockKubernetesInterface) SchedulingV1alpha1 ¶
func (m *MockKubernetesInterface) SchedulingV1alpha1() v1alpha13.SchedulingV1alpha1Interface
SchedulingV1alpha1 mocks base method.
func (*MockKubernetesInterface) SchedulingV1beta1 ¶
func (m *MockKubernetesInterface) SchedulingV1beta1() v1beta114.SchedulingV1beta1Interface
SchedulingV1beta1 mocks base method.
func (*MockKubernetesInterface) StorageV1 ¶
func (m *MockKubernetesInterface) StorageV1() v115.StorageV1Interface
StorageV1 mocks base method.
func (*MockKubernetesInterface) StorageV1alpha1 ¶
func (m *MockKubernetesInterface) StorageV1alpha1() v1alpha14.StorageV1alpha1Interface
StorageV1alpha1 mocks base method.
func (*MockKubernetesInterface) StorageV1beta1 ¶
func (m *MockKubernetesInterface) StorageV1beta1() v1beta115.StorageV1beta1Interface
StorageV1beta1 mocks base method.
type MockKubernetesInterfaceMockRecorder ¶
type MockKubernetesInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockKubernetesInterfaceMockRecorder is the mock recorder for MockKubernetesInterface.
func (*MockKubernetesInterfaceMockRecorder) AdmissionregistrationV1 ¶ added in v0.13.0
func (mr *MockKubernetesInterfaceMockRecorder) AdmissionregistrationV1() *gomock.Call
AdmissionregistrationV1 indicates an expected call of AdmissionregistrationV1.
func (*MockKubernetesInterfaceMockRecorder) AdmissionregistrationV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) AdmissionregistrationV1beta1() *gomock.Call
AdmissionregistrationV1beta1 indicates an expected call of AdmissionregistrationV1beta1.
func (*MockKubernetesInterfaceMockRecorder) AppsV1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) AppsV1() *gomock.Call
AppsV1 indicates an expected call of AppsV1.
func (*MockKubernetesInterfaceMockRecorder) AppsV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) AppsV1beta1() *gomock.Call
AppsV1beta1 indicates an expected call of AppsV1beta1.
func (*MockKubernetesInterfaceMockRecorder) AppsV1beta2 ¶
func (mr *MockKubernetesInterfaceMockRecorder) AppsV1beta2() *gomock.Call
AppsV1beta2 indicates an expected call of AppsV1beta2.
func (*MockKubernetesInterfaceMockRecorder) AuthenticationV1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) AuthenticationV1() *gomock.Call
AuthenticationV1 indicates an expected call of AuthenticationV1.
func (*MockKubernetesInterfaceMockRecorder) AuthenticationV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) AuthenticationV1beta1() *gomock.Call
AuthenticationV1beta1 indicates an expected call of AuthenticationV1beta1.
func (*MockKubernetesInterfaceMockRecorder) AuthorizationV1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) AuthorizationV1() *gomock.Call
AuthorizationV1 indicates an expected call of AuthorizationV1.
func (*MockKubernetesInterfaceMockRecorder) AuthorizationV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) AuthorizationV1beta1() *gomock.Call
AuthorizationV1beta1 indicates an expected call of AuthorizationV1beta1.
func (*MockKubernetesInterfaceMockRecorder) AutoscalingV1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) AutoscalingV1() *gomock.Call
AutoscalingV1 indicates an expected call of AutoscalingV1.
func (*MockKubernetesInterfaceMockRecorder) AutoscalingV2beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) AutoscalingV2beta1() *gomock.Call
AutoscalingV2beta1 indicates an expected call of AutoscalingV2beta1.
func (*MockKubernetesInterfaceMockRecorder) AutoscalingV2beta2 ¶
func (mr *MockKubernetesInterfaceMockRecorder) AutoscalingV2beta2() *gomock.Call
AutoscalingV2beta2 indicates an expected call of AutoscalingV2beta2.
func (*MockKubernetesInterfaceMockRecorder) BatchV1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) BatchV1() *gomock.Call
BatchV1 indicates an expected call of BatchV1.
func (*MockKubernetesInterfaceMockRecorder) BatchV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) BatchV1beta1() *gomock.Call
BatchV1beta1 indicates an expected call of BatchV1beta1.
func (*MockKubernetesInterfaceMockRecorder) CertificatesV1 ¶ added in v0.17.0
func (mr *MockKubernetesInterfaceMockRecorder) CertificatesV1() *gomock.Call
CertificatesV1 indicates an expected call of CertificatesV1.
func (*MockKubernetesInterfaceMockRecorder) CertificatesV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) CertificatesV1beta1() *gomock.Call
CertificatesV1beta1 indicates an expected call of CertificatesV1beta1.
func (*MockKubernetesInterfaceMockRecorder) CoordinationV1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) CoordinationV1() *gomock.Call
CoordinationV1 indicates an expected call of CoordinationV1.
func (*MockKubernetesInterfaceMockRecorder) CoordinationV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) CoordinationV1beta1() *gomock.Call
CoordinationV1beta1 indicates an expected call of CoordinationV1beta1.
func (*MockKubernetesInterfaceMockRecorder) CoreV1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) CoreV1() *gomock.Call
CoreV1 indicates an expected call of CoreV1.
func (*MockKubernetesInterfaceMockRecorder) Discovery ¶
func (mr *MockKubernetesInterfaceMockRecorder) Discovery() *gomock.Call
Discovery indicates an expected call of Discovery.
func (*MockKubernetesInterfaceMockRecorder) DiscoveryV1 ¶ added in v0.23.0
func (mr *MockKubernetesInterfaceMockRecorder) DiscoveryV1() *gomock.Call
DiscoveryV1 indicates an expected call of DiscoveryV1.
func (*MockKubernetesInterfaceMockRecorder) DiscoveryV1beta1 ¶ added in v0.13.0
func (mr *MockKubernetesInterfaceMockRecorder) DiscoveryV1beta1() *gomock.Call
DiscoveryV1beta1 indicates an expected call of DiscoveryV1beta1.
func (*MockKubernetesInterfaceMockRecorder) EventsV1 ¶ added in v0.17.0
func (mr *MockKubernetesInterfaceMockRecorder) EventsV1() *gomock.Call
EventsV1 indicates an expected call of EventsV1.
func (*MockKubernetesInterfaceMockRecorder) EventsV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) EventsV1beta1() *gomock.Call
EventsV1beta1 indicates an expected call of EventsV1beta1.
func (*MockKubernetesInterfaceMockRecorder) ExtensionsV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) ExtensionsV1beta1() *gomock.Call
ExtensionsV1beta1 indicates an expected call of ExtensionsV1beta1.
func (*MockKubernetesInterfaceMockRecorder) FlowcontrolV1alpha1 ¶ added in v0.13.0
func (mr *MockKubernetesInterfaceMockRecorder) FlowcontrolV1alpha1() *gomock.Call
FlowcontrolV1alpha1 indicates an expected call of FlowcontrolV1alpha1.
func (*MockKubernetesInterfaceMockRecorder) FlowcontrolV1beta1 ¶ added in v0.23.0
func (mr *MockKubernetesInterfaceMockRecorder) FlowcontrolV1beta1() *gomock.Call
FlowcontrolV1beta1 indicates an expected call of FlowcontrolV1beta1.
func (*MockKubernetesInterfaceMockRecorder) InternalV1alpha1 ¶ added in v0.23.0
func (mr *MockKubernetesInterfaceMockRecorder) InternalV1alpha1() *gomock.Call
InternalV1alpha1 indicates an expected call of InternalV1alpha1.
func (*MockKubernetesInterfaceMockRecorder) NetworkingV1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) NetworkingV1() *gomock.Call
NetworkingV1 indicates an expected call of NetworkingV1.
func (*MockKubernetesInterfaceMockRecorder) NetworkingV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) NetworkingV1beta1() *gomock.Call
NetworkingV1beta1 indicates an expected call of NetworkingV1beta1.
func (*MockKubernetesInterfaceMockRecorder) NodeV1 ¶ added in v0.23.0
func (mr *MockKubernetesInterfaceMockRecorder) NodeV1() *gomock.Call
NodeV1 indicates an expected call of NodeV1.
func (*MockKubernetesInterfaceMockRecorder) NodeV1alpha1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) NodeV1alpha1() *gomock.Call
NodeV1alpha1 indicates an expected call of NodeV1alpha1.
func (*MockKubernetesInterfaceMockRecorder) NodeV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) NodeV1beta1() *gomock.Call
NodeV1beta1 indicates an expected call of NodeV1beta1.
func (*MockKubernetesInterfaceMockRecorder) PolicyV1 ¶ added in v0.23.0
func (mr *MockKubernetesInterfaceMockRecorder) PolicyV1() *gomock.Call
PolicyV1 indicates an expected call of PolicyV1.
func (*MockKubernetesInterfaceMockRecorder) PolicyV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) PolicyV1beta1() *gomock.Call
PolicyV1beta1 indicates an expected call of PolicyV1beta1.
func (*MockKubernetesInterfaceMockRecorder) RbacV1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) RbacV1() *gomock.Call
RbacV1 indicates an expected call of RbacV1.
func (*MockKubernetesInterfaceMockRecorder) RbacV1alpha1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) RbacV1alpha1() *gomock.Call
RbacV1alpha1 indicates an expected call of RbacV1alpha1.
func (*MockKubernetesInterfaceMockRecorder) RbacV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) RbacV1beta1() *gomock.Call
RbacV1beta1 indicates an expected call of RbacV1beta1.
func (*MockKubernetesInterfaceMockRecorder) SchedulingV1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) SchedulingV1() *gomock.Call
SchedulingV1 indicates an expected call of SchedulingV1.
func (*MockKubernetesInterfaceMockRecorder) SchedulingV1alpha1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) SchedulingV1alpha1() *gomock.Call
SchedulingV1alpha1 indicates an expected call of SchedulingV1alpha1.
func (*MockKubernetesInterfaceMockRecorder) SchedulingV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) SchedulingV1beta1() *gomock.Call
SchedulingV1beta1 indicates an expected call of SchedulingV1beta1.
func (*MockKubernetesInterfaceMockRecorder) StorageV1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) StorageV1() *gomock.Call
StorageV1 indicates an expected call of StorageV1.
func (*MockKubernetesInterfaceMockRecorder) StorageV1alpha1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) StorageV1alpha1() *gomock.Call
StorageV1alpha1 indicates an expected call of StorageV1alpha1.
func (*MockKubernetesInterfaceMockRecorder) StorageV1beta1 ¶
func (mr *MockKubernetesInterfaceMockRecorder) StorageV1beta1() *gomock.Call
StorageV1beta1 indicates an expected call of StorageV1beta1.
type MockNamespaceInterface ¶
type MockNamespaceInterface struct {
// contains filtered or unexported fields
}
MockNamespaceInterface is a mock of NamespaceInterface interface.
func NewMockNamespaceInterface ¶
func NewMockNamespaceInterface(ctrl *gomock.Controller) *MockNamespaceInterface
NewMockNamespaceInterface creates a new mock instance.
func (*MockNamespaceInterface) EXPECT ¶
func (m *MockNamespaceInterface) EXPECT() *MockNamespaceInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNamespaceInterface) HasNamespace ¶ added in v0.13.0
func (m *MockNamespaceInterface) HasNamespace(ctx context.Context, namespace string) bool
HasNamespace mocks base method.
func (*MockNamespaceInterface) InitialNamespace ¶
func (m *MockNamespaceInterface) InitialNamespace() string
InitialNamespace mocks base method.
func (*MockNamespaceInterface) Names ¶
func (m *MockNamespaceInterface) Names(ctx context.Context) ([]string, error)
Names mocks base method.
func (*MockNamespaceInterface) ProvidedNamespaces ¶ added in v0.13.0
func (m *MockNamespaceInterface) ProvidedNamespaces(ctx context.Context) []string
ProvidedNamespaces mocks base method.
type MockNamespaceInterfaceMockRecorder ¶
type MockNamespaceInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockNamespaceInterfaceMockRecorder is the mock recorder for MockNamespaceInterface.
func (*MockNamespaceInterfaceMockRecorder) HasNamespace ¶ added in v0.13.0
func (mr *MockNamespaceInterfaceMockRecorder) HasNamespace(ctx, namespace interface{}) *gomock.Call
HasNamespace indicates an expected call of HasNamespace.
func (*MockNamespaceInterfaceMockRecorder) InitialNamespace ¶
func (mr *MockNamespaceInterfaceMockRecorder) InitialNamespace() *gomock.Call
InitialNamespace indicates an expected call of InitialNamespace.
func (*MockNamespaceInterfaceMockRecorder) Names ¶
func (mr *MockNamespaceInterfaceMockRecorder) Names(ctx interface{}) *gomock.Call
Names indicates an expected call of Names.
func (*MockNamespaceInterfaceMockRecorder) ProvidedNamespaces ¶ added in v0.13.0
func (mr *MockNamespaceInterfaceMockRecorder) ProvidedNamespaces(ctx interface{}) *gomock.Call
ProvidedNamespaces indicates an expected call of ProvidedNamespaces.
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) Create ¶
func (m *MockNamespaceableResourceInterface) Create(ctx context.Context, obj *unstructured.Unstructured, options v1.CreateOptions, subresources ...string) (*unstructured.Unstructured, error)
Create mocks base method.
func (*MockNamespaceableResourceInterface) Delete ¶
func (m *MockNamespaceableResourceInterface) Delete(ctx context.Context, name string, options v1.DeleteOptions, subresources ...string) error
Delete mocks base method.
func (*MockNamespaceableResourceInterface) DeleteCollection ¶
func (m *MockNamespaceableResourceInterface) DeleteCollection(ctx context.Context, options v1.DeleteOptions, listOptions 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(ctx context.Context, name string, options v1.GetOptions, subresources ...string) (*unstructured.Unstructured, error)
Get mocks base method.
func (*MockNamespaceableResourceInterface) List ¶
func (m *MockNamespaceableResourceInterface) List(ctx context.Context, opts 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(ctx context.Context, name string, pt types.PatchType, data []byte, options v1.PatchOptions, subresources ...string) (*unstructured.Unstructured, error)
Patch mocks base method.
func (*MockNamespaceableResourceInterface) Update ¶
func (m *MockNamespaceableResourceInterface) Update(ctx context.Context, obj *unstructured.Unstructured, options v1.UpdateOptions, subresources ...string) (*unstructured.Unstructured, error)
Update mocks base method.
func (*MockNamespaceableResourceInterface) UpdateStatus ¶
func (m *MockNamespaceableResourceInterface) UpdateStatus(ctx context.Context, obj *unstructured.Unstructured, options v1.UpdateOptions) (*unstructured.Unstructured, error)
UpdateStatus mocks base method.
func (*MockNamespaceableResourceInterface) Watch ¶
func (m *MockNamespaceableResourceInterface) Watch(ctx context.Context, opts 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) Create ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Create(ctx, obj, options interface{}, subresources ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockNamespaceableResourceInterfaceMockRecorder) Delete ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Delete(ctx, name, options interface{}, subresources ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockNamespaceableResourceInterfaceMockRecorder) DeleteCollection ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) DeleteCollection(ctx, options, listOptions interface{}) *gomock.Call
DeleteCollection indicates an expected call of DeleteCollection.
func (*MockNamespaceableResourceInterfaceMockRecorder) Get ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Get(ctx, name, options interface{}, subresources ...interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockNamespaceableResourceInterfaceMockRecorder) List ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) List(ctx, opts 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(ctx, name, pt, data, options interface{}, subresources ...interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockNamespaceableResourceInterfaceMockRecorder) Update ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Update(ctx, obj, options interface{}, subresources ...interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockNamespaceableResourceInterfaceMockRecorder) UpdateStatus ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) UpdateStatus(ctx, obj, options interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.
func (*MockNamespaceableResourceInterfaceMockRecorder) Watch ¶
func (mr *MockNamespaceableResourceInterfaceMockRecorder) Watch(ctx, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch.
type MockOpenAPISchemaInterface ¶
type MockOpenAPISchemaInterface struct {
// contains filtered or unexported fields
}
MockOpenAPISchemaInterface is a mock of OpenAPISchemaInterface interface.
func NewMockOpenAPISchemaInterface ¶
func NewMockOpenAPISchemaInterface(ctrl *gomock.Controller) *MockOpenAPISchemaInterface
NewMockOpenAPISchemaInterface creates a new mock instance.
func (*MockOpenAPISchemaInterface) EXPECT ¶
func (m *MockOpenAPISchemaInterface) EXPECT() *MockOpenAPISchemaInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOpenAPISchemaInterface) OpenAPISchema ¶
func (m *MockOpenAPISchemaInterface) OpenAPISchema() (*openapi_v2.Document, error)
OpenAPISchema mocks base method.
type MockOpenAPISchemaInterfaceMockRecorder ¶
type MockOpenAPISchemaInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockOpenAPISchemaInterfaceMockRecorder is the mock recorder for MockOpenAPISchemaInterface.
func (*MockOpenAPISchemaInterfaceMockRecorder) OpenAPISchema ¶
func (mr *MockOpenAPISchemaInterfaceMockRecorder) OpenAPISchema() *gomock.Call
OpenAPISchema indicates an expected call of OpenAPISchema.
type MockRESTInterface ¶
type MockRESTInterface struct {
// contains filtered or unexported fields
}
MockRESTInterface is a mock of RESTInterface interface.
func NewMockRESTInterface ¶
func NewMockRESTInterface(ctrl *gomock.Controller) *MockRESTInterface
NewMockRESTInterface creates a new mock instance.
func (*MockRESTInterface) EXPECT ¶
func (m *MockRESTInterface) EXPECT() *MockRESTInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRESTInterface) RESTClient ¶
func (m *MockRESTInterface) RESTClient() (rest.Interface, error)
RESTClient mocks base method.
func (*MockRESTInterface) RESTConfig ¶
func (m *MockRESTInterface) RESTConfig() *rest.Config
RESTConfig mocks base method.
type MockRESTInterfaceMockRecorder ¶
type MockRESTInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockRESTInterfaceMockRecorder is the mock recorder for MockRESTInterface.
func (*MockRESTInterfaceMockRecorder) RESTClient ¶
func (mr *MockRESTInterfaceMockRecorder) RESTClient() *gomock.Call
RESTClient indicates an expected call of RESTClient.
func (*MockRESTInterfaceMockRecorder) RESTConfig ¶
func (mr *MockRESTInterfaceMockRecorder) RESTConfig() *gomock.Call
RESTConfig indicates an expected call of RESTConfig.
type MockResourceInterface ¶
type MockResourceInterface struct {
// contains filtered or unexported fields
}
MockResourceInterface is a mock of ResourceInterface interface.
func NewMockResourceInterface ¶
func NewMockResourceInterface(ctrl *gomock.Controller) *MockResourceInterface
NewMockResourceInterface creates a new mock instance.
func (*MockResourceInterface) Create ¶
func (m *MockResourceInterface) Create(ctx context.Context, obj *unstructured.Unstructured, options v1.CreateOptions, subresources ...string) (*unstructured.Unstructured, error)
Create mocks base method.
func (*MockResourceInterface) Delete ¶
func (m *MockResourceInterface) Delete(ctx context.Context, name string, options v1.DeleteOptions, subresources ...string) error
Delete mocks base method.
func (*MockResourceInterface) DeleteCollection ¶
func (m *MockResourceInterface) DeleteCollection(ctx context.Context, options v1.DeleteOptions, listOptions v1.ListOptions) error
DeleteCollection mocks base method.
func (*MockResourceInterface) EXPECT ¶
func (m *MockResourceInterface) EXPECT() *MockResourceInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockResourceInterface) Get ¶
func (m *MockResourceInterface) Get(ctx context.Context, name string, options v1.GetOptions, subresources ...string) (*unstructured.Unstructured, error)
Get mocks base method.
func (*MockResourceInterface) List ¶
func (m *MockResourceInterface) List(ctx context.Context, opts v1.ListOptions) (*unstructured.UnstructuredList, error)
List mocks base method.
func (*MockResourceInterface) Patch ¶
func (m *MockResourceInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, options v1.PatchOptions, subresources ...string) (*unstructured.Unstructured, error)
Patch mocks base method.
func (*MockResourceInterface) Update ¶
func (m *MockResourceInterface) Update(ctx context.Context, obj *unstructured.Unstructured, options v1.UpdateOptions, subresources ...string) (*unstructured.Unstructured, error)
Update mocks base method.
func (*MockResourceInterface) UpdateStatus ¶
func (m *MockResourceInterface) UpdateStatus(ctx context.Context, obj *unstructured.Unstructured, options v1.UpdateOptions) (*unstructured.Unstructured, error)
UpdateStatus mocks base method.
func (*MockResourceInterface) Watch ¶
func (m *MockResourceInterface) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch mocks base method.
type MockResourceInterfaceMockRecorder ¶
type MockResourceInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockResourceInterfaceMockRecorder is the mock recorder for MockResourceInterface.
func (*MockResourceInterfaceMockRecorder) Create ¶
func (mr *MockResourceInterfaceMockRecorder) Create(ctx, obj, options interface{}, subresources ...interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockResourceInterfaceMockRecorder) Delete ¶
func (mr *MockResourceInterfaceMockRecorder) Delete(ctx, name, options interface{}, subresources ...interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockResourceInterfaceMockRecorder) DeleteCollection ¶
func (mr *MockResourceInterfaceMockRecorder) DeleteCollection(ctx, options, listOptions interface{}) *gomock.Call
DeleteCollection indicates an expected call of DeleteCollection.
func (*MockResourceInterfaceMockRecorder) Get ¶
func (mr *MockResourceInterfaceMockRecorder) Get(ctx, name, options interface{}, subresources ...interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockResourceInterfaceMockRecorder) List ¶
func (mr *MockResourceInterfaceMockRecorder) List(ctx, opts interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockResourceInterfaceMockRecorder) Patch ¶
func (mr *MockResourceInterfaceMockRecorder) Patch(ctx, name, pt, data, options interface{}, subresources ...interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockResourceInterfaceMockRecorder) Update ¶
func (mr *MockResourceInterfaceMockRecorder) Update(ctx, obj, options interface{}, subresources ...interface{}) *gomock.Call
Update indicates an expected call of Update.
func (*MockResourceInterfaceMockRecorder) UpdateStatus ¶
func (mr *MockResourceInterfaceMockRecorder) UpdateStatus(ctx, obj, options interface{}) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.
func (*MockResourceInterfaceMockRecorder) Watch ¶
func (mr *MockResourceInterfaceMockRecorder) Watch(ctx, opts interface{}) *gomock.Call
Watch indicates an expected call of Watch.
type MockSelfSubjectAccessReviewInterface ¶
type MockSelfSubjectAccessReviewInterface struct {
// contains filtered or unexported fields
}
MockSelfSubjectAccessReviewInterface is a mock of SelfSubjectAccessReviewInterface interface.
func NewMockSelfSubjectAccessReviewInterface ¶
func NewMockSelfSubjectAccessReviewInterface(ctrl *gomock.Controller) *MockSelfSubjectAccessReviewInterface
NewMockSelfSubjectAccessReviewInterface creates a new mock instance.
func (*MockSelfSubjectAccessReviewInterface) Create ¶
func (m *MockSelfSubjectAccessReviewInterface) Create(arg0 context.Context, arg1 *v1.SelfSubjectAccessReview, arg2 v10.CreateOptions) (*v1.SelfSubjectAccessReview, error)
Create mocks base method.
func (*MockSelfSubjectAccessReviewInterface) EXPECT ¶
func (m *MockSelfSubjectAccessReviewInterface) EXPECT() *MockSelfSubjectAccessReviewInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockSelfSubjectAccessReviewInterfaceMockRecorder ¶
type MockSelfSubjectAccessReviewInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockSelfSubjectAccessReviewInterfaceMockRecorder is the mock recorder for MockSelfSubjectAccessReviewInterface.
func (*MockSelfSubjectAccessReviewInterfaceMockRecorder) Create ¶
func (mr *MockSelfSubjectAccessReviewInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
Create indicates an expected call of Create.
type MockSelfSubjectAccessReviewsGetter ¶
type MockSelfSubjectAccessReviewsGetter struct {
// contains filtered or unexported fields
}
MockSelfSubjectAccessReviewsGetter is a mock of SelfSubjectAccessReviewsGetter interface.
func NewMockSelfSubjectAccessReviewsGetter ¶
func NewMockSelfSubjectAccessReviewsGetter(ctrl *gomock.Controller) *MockSelfSubjectAccessReviewsGetter
NewMockSelfSubjectAccessReviewsGetter creates a new mock instance.
func (*MockSelfSubjectAccessReviewsGetter) EXPECT ¶
func (m *MockSelfSubjectAccessReviewsGetter) EXPECT() *MockSelfSubjectAccessReviewsGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSelfSubjectAccessReviewsGetter) SelfSubjectAccessReviews ¶
func (m *MockSelfSubjectAccessReviewsGetter) SelfSubjectAccessReviews() v11.SelfSubjectAccessReviewInterface
SelfSubjectAccessReviews mocks base method.
type MockSelfSubjectAccessReviewsGetterMockRecorder ¶
type MockSelfSubjectAccessReviewsGetterMockRecorder struct {
// contains filtered or unexported fields
}
MockSelfSubjectAccessReviewsGetterMockRecorder is the mock recorder for MockSelfSubjectAccessReviewsGetter.
func (*MockSelfSubjectAccessReviewsGetterMockRecorder) SelfSubjectAccessReviews ¶
func (mr *MockSelfSubjectAccessReviewsGetterMockRecorder) SelfSubjectAccessReviews() *gomock.Call
SelfSubjectAccessReviews indicates an expected call of SelfSubjectAccessReviews.
type MockSelfSubjectRulesReviewInterface ¶
type MockSelfSubjectRulesReviewInterface struct {
// contains filtered or unexported fields
}
MockSelfSubjectRulesReviewInterface is a mock of SelfSubjectRulesReviewInterface interface.
func NewMockSelfSubjectRulesReviewInterface ¶
func NewMockSelfSubjectRulesReviewInterface(ctrl *gomock.Controller) *MockSelfSubjectRulesReviewInterface
NewMockSelfSubjectRulesReviewInterface creates a new mock instance.
func (*MockSelfSubjectRulesReviewInterface) Create ¶
func (m *MockSelfSubjectRulesReviewInterface) Create(arg0 context.Context, arg1 *v1.SelfSubjectRulesReview, arg2 v10.CreateOptions) (*v1.SelfSubjectRulesReview, error)
Create mocks base method.
func (*MockSelfSubjectRulesReviewInterface) EXPECT ¶
func (m *MockSelfSubjectRulesReviewInterface) EXPECT() *MockSelfSubjectRulesReviewInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockSelfSubjectRulesReviewInterfaceMockRecorder ¶
type MockSelfSubjectRulesReviewInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockSelfSubjectRulesReviewInterfaceMockRecorder is the mock recorder for MockSelfSubjectRulesReviewInterface.
func (*MockSelfSubjectRulesReviewInterfaceMockRecorder) Create ¶
func (mr *MockSelfSubjectRulesReviewInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
Create indicates an expected call of Create.
type MockSelfSubjectRulesReviewsGetter ¶
type MockSelfSubjectRulesReviewsGetter struct {
// contains filtered or unexported fields
}
MockSelfSubjectRulesReviewsGetter is a mock of SelfSubjectRulesReviewsGetter interface.
func NewMockSelfSubjectRulesReviewsGetter ¶
func NewMockSelfSubjectRulesReviewsGetter(ctrl *gomock.Controller) *MockSelfSubjectRulesReviewsGetter
NewMockSelfSubjectRulesReviewsGetter creates a new mock instance.
func (*MockSelfSubjectRulesReviewsGetter) EXPECT ¶
func (m *MockSelfSubjectRulesReviewsGetter) EXPECT() *MockSelfSubjectRulesReviewsGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSelfSubjectRulesReviewsGetter) SelfSubjectRulesReviews ¶
func (m *MockSelfSubjectRulesReviewsGetter) SelfSubjectRulesReviews() v11.SelfSubjectRulesReviewInterface
SelfSubjectRulesReviews mocks base method.
type MockSelfSubjectRulesReviewsGetterMockRecorder ¶
type MockSelfSubjectRulesReviewsGetterMockRecorder struct {
// contains filtered or unexported fields
}
MockSelfSubjectRulesReviewsGetterMockRecorder is the mock recorder for MockSelfSubjectRulesReviewsGetter.
func (*MockSelfSubjectRulesReviewsGetterMockRecorder) SelfSubjectRulesReviews ¶
func (mr *MockSelfSubjectRulesReviewsGetterMockRecorder) SelfSubjectRulesReviews() *gomock.Call
SelfSubjectRulesReviews indicates an expected call of SelfSubjectRulesReviews.
type MockServerGroupsInterface ¶
type MockServerGroupsInterface struct {
// contains filtered or unexported fields
}
MockServerGroupsInterface is a mock of ServerGroupsInterface interface.
func NewMockServerGroupsInterface ¶
func NewMockServerGroupsInterface(ctrl *gomock.Controller) *MockServerGroupsInterface
NewMockServerGroupsInterface creates a new mock instance.
func (*MockServerGroupsInterface) EXPECT ¶
func (m *MockServerGroupsInterface) EXPECT() *MockServerGroupsInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServerGroupsInterface) ServerGroups ¶
func (m *MockServerGroupsInterface) ServerGroups() (*v1.APIGroupList, error)
ServerGroups mocks base method.
type MockServerGroupsInterfaceMockRecorder ¶
type MockServerGroupsInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockServerGroupsInterfaceMockRecorder is the mock recorder for MockServerGroupsInterface.
func (*MockServerGroupsInterfaceMockRecorder) ServerGroups ¶
func (mr *MockServerGroupsInterfaceMockRecorder) ServerGroups() *gomock.Call
ServerGroups indicates an expected call of ServerGroups.
type MockServerResourcesInterface ¶
type MockServerResourcesInterface struct {
// contains filtered or unexported fields
}
MockServerResourcesInterface is a mock of ServerResourcesInterface interface.
func NewMockServerResourcesInterface ¶
func NewMockServerResourcesInterface(ctrl *gomock.Controller) *MockServerResourcesInterface
NewMockServerResourcesInterface creates a new mock instance.
func (*MockServerResourcesInterface) EXPECT ¶
func (m *MockServerResourcesInterface) EXPECT() *MockServerResourcesInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServerResourcesInterface) ServerGroupsAndResources ¶
func (m *MockServerResourcesInterface) ServerGroupsAndResources() ([]*v1.APIGroup, []*v1.APIResourceList, error)
ServerGroupsAndResources mocks base method.
func (*MockServerResourcesInterface) ServerPreferredNamespacedResources ¶
func (m *MockServerResourcesInterface) ServerPreferredNamespacedResources() ([]*v1.APIResourceList, error)
ServerPreferredNamespacedResources mocks base method.
func (*MockServerResourcesInterface) ServerPreferredResources ¶
func (m *MockServerResourcesInterface) ServerPreferredResources() ([]*v1.APIResourceList, error)
ServerPreferredResources mocks base method.
func (*MockServerResourcesInterface) ServerResources ¶
func (m *MockServerResourcesInterface) ServerResources() ([]*v1.APIResourceList, error)
ServerResources mocks base method.
func (*MockServerResourcesInterface) ServerResourcesForGroupVersion ¶
func (m *MockServerResourcesInterface) ServerResourcesForGroupVersion(groupVersion string) (*v1.APIResourceList, error)
ServerResourcesForGroupVersion mocks base method.
type MockServerResourcesInterfaceMockRecorder ¶
type MockServerResourcesInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockServerResourcesInterfaceMockRecorder is the mock recorder for MockServerResourcesInterface.
func (*MockServerResourcesInterfaceMockRecorder) ServerGroupsAndResources ¶
func (mr *MockServerResourcesInterfaceMockRecorder) ServerGroupsAndResources() *gomock.Call
ServerGroupsAndResources indicates an expected call of ServerGroupsAndResources.
func (*MockServerResourcesInterfaceMockRecorder) ServerPreferredNamespacedResources ¶
func (mr *MockServerResourcesInterfaceMockRecorder) ServerPreferredNamespacedResources() *gomock.Call
ServerPreferredNamespacedResources indicates an expected call of ServerPreferredNamespacedResources.
func (*MockServerResourcesInterfaceMockRecorder) ServerPreferredResources ¶
func (mr *MockServerResourcesInterfaceMockRecorder) ServerPreferredResources() *gomock.Call
ServerPreferredResources indicates an expected call of ServerPreferredResources.
func (*MockServerResourcesInterfaceMockRecorder) ServerResources ¶
func (mr *MockServerResourcesInterfaceMockRecorder) ServerResources() *gomock.Call
ServerResources indicates an expected call of ServerResources.
func (*MockServerResourcesInterfaceMockRecorder) ServerResourcesForGroupVersion ¶
func (mr *MockServerResourcesInterfaceMockRecorder) ServerResourcesForGroupVersion(groupVersion interface{}) *gomock.Call
ServerResourcesForGroupVersion indicates an expected call of ServerResourcesForGroupVersion.
type MockServerVersionInterface ¶
type MockServerVersionInterface struct {
// contains filtered or unexported fields
}
MockServerVersionInterface is a mock of ServerVersionInterface interface.
func NewMockServerVersionInterface ¶
func NewMockServerVersionInterface(ctrl *gomock.Controller) *MockServerVersionInterface
NewMockServerVersionInterface creates a new mock instance.
func (*MockServerVersionInterface) EXPECT ¶
func (m *MockServerVersionInterface) EXPECT() *MockServerVersionInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServerVersionInterface) ServerVersion ¶
func (m *MockServerVersionInterface) ServerVersion() (*version.Info, error)
ServerVersion mocks base method.
type MockServerVersionInterfaceMockRecorder ¶
type MockServerVersionInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockServerVersionInterfaceMockRecorder is the mock recorder for MockServerVersionInterface.
func (*MockServerVersionInterfaceMockRecorder) ServerVersion ¶
func (mr *MockServerVersionInterfaceMockRecorder) ServerVersion() *gomock.Call
ServerVersion indicates an expected call of ServerVersion.
type MockSharedIndexInformer ¶
type MockSharedIndexInformer struct {
// contains filtered or unexported fields
}
MockSharedIndexInformer is a mock of SharedIndexInformer interface.
func NewMockSharedIndexInformer ¶
func NewMockSharedIndexInformer(ctrl *gomock.Controller) *MockSharedIndexInformer
NewMockSharedIndexInformer creates a new mock instance.
func (*MockSharedIndexInformer) AddEventHandler ¶
func (m *MockSharedIndexInformer) AddEventHandler(arg0 cache.ResourceEventHandler)
AddEventHandler mocks base method.
func (*MockSharedIndexInformer) AddEventHandlerWithResyncPeriod ¶
func (m *MockSharedIndexInformer) AddEventHandlerWithResyncPeriod(arg0 cache.ResourceEventHandler, arg1 time.Duration)
AddEventHandlerWithResyncPeriod mocks base method.
func (*MockSharedIndexInformer) AddIndexers ¶
func (m *MockSharedIndexInformer) AddIndexers(arg0 cache.Indexers) error
AddIndexers mocks base method.
func (*MockSharedIndexInformer) EXPECT ¶
func (m *MockSharedIndexInformer) EXPECT() *MockSharedIndexInformerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSharedIndexInformer) GetController ¶
func (m *MockSharedIndexInformer) GetController() cache.Controller
GetController mocks base method.
func (*MockSharedIndexInformer) GetIndexer ¶
func (m *MockSharedIndexInformer) GetIndexer() cache.Indexer
GetIndexer mocks base method.
func (*MockSharedIndexInformer) GetStore ¶
func (m *MockSharedIndexInformer) GetStore() cache.Store
GetStore mocks base method.
func (*MockSharedIndexInformer) HasSynced ¶
func (m *MockSharedIndexInformer) HasSynced() bool
HasSynced mocks base method.
func (*MockSharedIndexInformer) LastSyncResourceVersion ¶
func (m *MockSharedIndexInformer) LastSyncResourceVersion() string
LastSyncResourceVersion mocks base method.
func (*MockSharedIndexInformer) Run ¶
func (m *MockSharedIndexInformer) Run(arg0 <-chan struct{})
Run mocks base method.
func (*MockSharedIndexInformer) SetWatchErrorHandler ¶ added in v0.13.0
func (m *MockSharedIndexInformer) SetWatchErrorHandler(arg0 cache.WatchErrorHandler) error
SetWatchErrorHandler mocks base method.
type MockSharedIndexInformerMockRecorder ¶
type MockSharedIndexInformerMockRecorder struct {
// contains filtered or unexported fields
}
MockSharedIndexInformerMockRecorder is the mock recorder for MockSharedIndexInformer.
func (*MockSharedIndexInformerMockRecorder) AddEventHandler ¶
func (mr *MockSharedIndexInformerMockRecorder) AddEventHandler(arg0 interface{}) *gomock.Call
AddEventHandler indicates an expected call of AddEventHandler.
func (*MockSharedIndexInformerMockRecorder) AddEventHandlerWithResyncPeriod ¶
func (mr *MockSharedIndexInformerMockRecorder) AddEventHandlerWithResyncPeriod(arg0, arg1 interface{}) *gomock.Call
AddEventHandlerWithResyncPeriod indicates an expected call of AddEventHandlerWithResyncPeriod.
func (*MockSharedIndexInformerMockRecorder) AddIndexers ¶
func (mr *MockSharedIndexInformerMockRecorder) AddIndexers(arg0 interface{}) *gomock.Call
AddIndexers indicates an expected call of AddIndexers.
func (*MockSharedIndexInformerMockRecorder) GetController ¶
func (mr *MockSharedIndexInformerMockRecorder) GetController() *gomock.Call
GetController indicates an expected call of GetController.
func (*MockSharedIndexInformerMockRecorder) GetIndexer ¶
func (mr *MockSharedIndexInformerMockRecorder) GetIndexer() *gomock.Call
GetIndexer indicates an expected call of GetIndexer.
func (*MockSharedIndexInformerMockRecorder) GetStore ¶
func (mr *MockSharedIndexInformerMockRecorder) GetStore() *gomock.Call
GetStore indicates an expected call of GetStore.
func (*MockSharedIndexInformerMockRecorder) HasSynced ¶
func (mr *MockSharedIndexInformerMockRecorder) HasSynced() *gomock.Call
HasSynced indicates an expected call of HasSynced.
func (*MockSharedIndexInformerMockRecorder) LastSyncResourceVersion ¶
func (mr *MockSharedIndexInformerMockRecorder) LastSyncResourceVersion() *gomock.Call
LastSyncResourceVersion indicates an expected call of LastSyncResourceVersion.
func (*MockSharedIndexInformerMockRecorder) Run ¶
func (mr *MockSharedIndexInformerMockRecorder) Run(arg0 interface{}) *gomock.Call
Run indicates an expected call of Run.
func (*MockSharedIndexInformerMockRecorder) SetWatchErrorHandler ¶ added in v0.13.0
func (mr *MockSharedIndexInformerMockRecorder) SetWatchErrorHandler(arg0 interface{}) *gomock.Call
SetWatchErrorHandler indicates an expected call of SetWatchErrorHandler.