mock_kubernetes

package
v2.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2024 License: Apache-2.0 Imports: 61 Imported by: 0

Documentation

Overview

Package mock_kubernetes is a generated GoMock package.

Package mock_kubernetes is a generated GoMock package.

Package mock_kubernetes is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockConfigMapInterface

type MockConfigMapInterface struct {
	// contains filtered or unexported fields
}

MockConfigMapInterface is a mock of ConfigMapInterface interface.

func NewMockConfigMapInterface

func NewMockConfigMapInterface(ctrl *gomock.Controller) *MockConfigMapInterface

NewMockConfigMapInterface creates a new mock instance.

func (*MockConfigMapInterface) Apply

Apply mocks base method.

func (*MockConfigMapInterface) Create

Create mocks base method.

func (*MockConfigMapInterface) Delete

func (m *MockConfigMapInterface) Delete(arg0 context.Context, arg1 string, arg2 v10.DeleteOptions) error

Delete mocks base method.

func (*MockConfigMapInterface) DeleteCollection

func (m *MockConfigMapInterface) DeleteCollection(arg0 context.Context, arg1 v10.DeleteOptions, arg2 v10.ListOptions) error

DeleteCollection mocks base method.

func (*MockConfigMapInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockConfigMapInterface) Get

Get mocks base method.

func (*MockConfigMapInterface) List

List mocks base method.

func (*MockConfigMapInterface) Patch

func (m *MockConfigMapInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 v10.PatchOptions, arg5 ...string) (*v1.ConfigMap, error)

Patch mocks base method.

func (*MockConfigMapInterface) Update

Update mocks base method.

func (*MockConfigMapInterface) Watch

Watch mocks base method.

type MockConfigMapInterfaceMockRecorder

type MockConfigMapInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockConfigMapInterfaceMockRecorder is the mock recorder for MockConfigMapInterface.

func (*MockConfigMapInterfaceMockRecorder) Apply

func (mr *MockConfigMapInterfaceMockRecorder) Apply(arg0, arg1, arg2 interface{}) *gomock.Call

Apply indicates an expected call of Apply.

func (*MockConfigMapInterfaceMockRecorder) Create

func (mr *MockConfigMapInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockConfigMapInterfaceMockRecorder) Delete

func (mr *MockConfigMapInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockConfigMapInterfaceMockRecorder) DeleteCollection

func (mr *MockConfigMapInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteCollection indicates an expected call of DeleteCollection.

func (*MockConfigMapInterfaceMockRecorder) Get

func (mr *MockConfigMapInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockConfigMapInterfaceMockRecorder) List

func (mr *MockConfigMapInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockConfigMapInterfaceMockRecorder) Patch

func (mr *MockConfigMapInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockConfigMapInterfaceMockRecorder) Update

func (mr *MockConfigMapInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockConfigMapInterfaceMockRecorder) Watch

func (mr *MockConfigMapInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call

Watch indicates an expected call of Watch.

type MockCoreV1Interface

type MockCoreV1Interface struct {
	// contains filtered or unexported fields
}

MockCoreV1Interface is a mock of CoreV1Interface interface.

func NewMockCoreV1Interface

func NewMockCoreV1Interface(ctrl *gomock.Controller) *MockCoreV1Interface

NewMockCoreV1Interface creates a new mock instance.

func (*MockCoreV1Interface) ComponentStatuses

func (m *MockCoreV1Interface) ComponentStatuses() v1.ComponentStatusInterface

ComponentStatuses mocks base method.

func (*MockCoreV1Interface) ConfigMaps

func (m *MockCoreV1Interface) ConfigMaps(arg0 string) v1.ConfigMapInterface

ConfigMaps mocks base method.

func (*MockCoreV1Interface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCoreV1Interface) Endpoints

func (m *MockCoreV1Interface) Endpoints(arg0 string) v1.EndpointsInterface

Endpoints mocks base method.

func (*MockCoreV1Interface) Events

func (m *MockCoreV1Interface) Events(arg0 string) v1.EventInterface

Events mocks base method.

func (*MockCoreV1Interface) LimitRanges

func (m *MockCoreV1Interface) LimitRanges(arg0 string) v1.LimitRangeInterface

LimitRanges mocks base method.

func (*MockCoreV1Interface) Namespaces

func (m *MockCoreV1Interface) Namespaces() v1.NamespaceInterface

Namespaces mocks base method.

func (*MockCoreV1Interface) Nodes

Nodes mocks base method.

func (*MockCoreV1Interface) PersistentVolumeClaims

func (m *MockCoreV1Interface) PersistentVolumeClaims(arg0 string) v1.PersistentVolumeClaimInterface

PersistentVolumeClaims mocks base method.

func (*MockCoreV1Interface) PersistentVolumes

func (m *MockCoreV1Interface) PersistentVolumes() v1.PersistentVolumeInterface

PersistentVolumes mocks base method.

func (*MockCoreV1Interface) PodTemplates

func (m *MockCoreV1Interface) PodTemplates(arg0 string) v1.PodTemplateInterface

PodTemplates mocks base method.

func (*MockCoreV1Interface) Pods

func (m *MockCoreV1Interface) Pods(arg0 string) v1.PodInterface

Pods mocks base method.

func (*MockCoreV1Interface) RESTClient

func (m *MockCoreV1Interface) RESTClient() rest.Interface

RESTClient mocks base method.

func (*MockCoreV1Interface) ReplicationControllers

func (m *MockCoreV1Interface) ReplicationControllers(arg0 string) v1.ReplicationControllerInterface

ReplicationControllers mocks base method.

func (*MockCoreV1Interface) ResourceQuotas

func (m *MockCoreV1Interface) ResourceQuotas(arg0 string) v1.ResourceQuotaInterface

ResourceQuotas mocks base method.

func (*MockCoreV1Interface) Secrets

func (m *MockCoreV1Interface) Secrets(arg0 string) v1.SecretInterface

Secrets mocks base method.

func (*MockCoreV1Interface) ServiceAccounts

func (m *MockCoreV1Interface) ServiceAccounts(arg0 string) v1.ServiceAccountInterface

ServiceAccounts mocks base method.

func (*MockCoreV1Interface) Services

func (m *MockCoreV1Interface) Services(arg0 string) v1.ServiceInterface

Services mocks base method.

type MockCoreV1InterfaceMockRecorder

type MockCoreV1InterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockCoreV1InterfaceMockRecorder is the mock recorder for MockCoreV1Interface.

func (*MockCoreV1InterfaceMockRecorder) ComponentStatuses

func (mr *MockCoreV1InterfaceMockRecorder) ComponentStatuses() *gomock.Call

ComponentStatuses indicates an expected call of ComponentStatuses.

func (*MockCoreV1InterfaceMockRecorder) ConfigMaps

func (mr *MockCoreV1InterfaceMockRecorder) ConfigMaps(arg0 interface{}) *gomock.Call

ConfigMaps indicates an expected call of ConfigMaps.

func (*MockCoreV1InterfaceMockRecorder) Endpoints

func (mr *MockCoreV1InterfaceMockRecorder) Endpoints(arg0 interface{}) *gomock.Call

Endpoints indicates an expected call of Endpoints.

func (*MockCoreV1InterfaceMockRecorder) Events

func (mr *MockCoreV1InterfaceMockRecorder) Events(arg0 interface{}) *gomock.Call

Events indicates an expected call of Events.

func (*MockCoreV1InterfaceMockRecorder) LimitRanges

func (mr *MockCoreV1InterfaceMockRecorder) LimitRanges(arg0 interface{}) *gomock.Call

LimitRanges indicates an expected call of LimitRanges.

func (*MockCoreV1InterfaceMockRecorder) Namespaces

func (mr *MockCoreV1InterfaceMockRecorder) Namespaces() *gomock.Call

Namespaces indicates an expected call of Namespaces.

func (*MockCoreV1InterfaceMockRecorder) Nodes

Nodes indicates an expected call of Nodes.

func (*MockCoreV1InterfaceMockRecorder) PersistentVolumeClaims

func (mr *MockCoreV1InterfaceMockRecorder) PersistentVolumeClaims(arg0 interface{}) *gomock.Call

PersistentVolumeClaims indicates an expected call of PersistentVolumeClaims.

func (*MockCoreV1InterfaceMockRecorder) PersistentVolumes

func (mr *MockCoreV1InterfaceMockRecorder) PersistentVolumes() *gomock.Call

PersistentVolumes indicates an expected call of PersistentVolumes.

func (*MockCoreV1InterfaceMockRecorder) PodTemplates

func (mr *MockCoreV1InterfaceMockRecorder) PodTemplates(arg0 interface{}) *gomock.Call

PodTemplates indicates an expected call of PodTemplates.

func (*MockCoreV1InterfaceMockRecorder) Pods

func (mr *MockCoreV1InterfaceMockRecorder) Pods(arg0 interface{}) *gomock.Call

Pods indicates an expected call of Pods.

func (*MockCoreV1InterfaceMockRecorder) RESTClient

func (mr *MockCoreV1InterfaceMockRecorder) RESTClient() *gomock.Call

RESTClient indicates an expected call of RESTClient.

func (*MockCoreV1InterfaceMockRecorder) ReplicationControllers

func (mr *MockCoreV1InterfaceMockRecorder) ReplicationControllers(arg0 interface{}) *gomock.Call

ReplicationControllers indicates an expected call of ReplicationControllers.

func (*MockCoreV1InterfaceMockRecorder) ResourceQuotas

func (mr *MockCoreV1InterfaceMockRecorder) ResourceQuotas(arg0 interface{}) *gomock.Call

ResourceQuotas indicates an expected call of ResourceQuotas.

func (*MockCoreV1InterfaceMockRecorder) Secrets

func (mr *MockCoreV1InterfaceMockRecorder) Secrets(arg0 interface{}) *gomock.Call

Secrets indicates an expected call of Secrets.

func (*MockCoreV1InterfaceMockRecorder) ServiceAccounts

func (mr *MockCoreV1InterfaceMockRecorder) ServiceAccounts(arg0 interface{}) *gomock.Call

ServiceAccounts indicates an expected call of ServiceAccounts.

func (*MockCoreV1InterfaceMockRecorder) Services

func (mr *MockCoreV1InterfaceMockRecorder) Services(arg0 interface{}) *gomock.Call

Services indicates an expected call of Services.

type MockInterface

type MockInterface struct {
	// contains filtered or unexported fields
}

MockInterface is a mock of Interface interface.

func NewMockInterface

func NewMockInterface(ctrl *gomock.Controller) *MockInterface

NewMockInterface creates a new mock instance.

func (*MockInterface) AdmissionregistrationV1

func (m *MockInterface) AdmissionregistrationV1() v1.AdmissionregistrationV1Interface

AdmissionregistrationV1 mocks base method.

func (*MockInterface) AdmissionregistrationV1alpha1

func (m *MockInterface) AdmissionregistrationV1alpha1() v1alpha1.AdmissionregistrationV1alpha1Interface

AdmissionregistrationV1alpha1 mocks base method.

func (*MockInterface) AdmissionregistrationV1beta1

func (m *MockInterface) AdmissionregistrationV1beta1() v1beta1.AdmissionregistrationV1beta1Interface

AdmissionregistrationV1beta1 mocks base method.

func (*MockInterface) AppsV1

func (m *MockInterface) AppsV1() v10.AppsV1Interface

AppsV1 mocks base method.

func (*MockInterface) AppsV1beta1

func (m *MockInterface) AppsV1beta1() v1beta10.AppsV1beta1Interface

AppsV1beta1 mocks base method.

func (*MockInterface) AppsV1beta2

func (m *MockInterface) AppsV1beta2() v1beta2.AppsV1beta2Interface

AppsV1beta2 mocks base method.

func (*MockInterface) AuthenticationV1

func (m *MockInterface) AuthenticationV1() v11.AuthenticationV1Interface

AuthenticationV1 mocks base method.

func (*MockInterface) AuthenticationV1alpha1

func (m *MockInterface) AuthenticationV1alpha1() v1alpha11.AuthenticationV1alpha1Interface

AuthenticationV1alpha1 mocks base method.

func (*MockInterface) AuthenticationV1beta1

func (m *MockInterface) AuthenticationV1beta1() v1beta11.AuthenticationV1beta1Interface

AuthenticationV1beta1 mocks base method.

func (*MockInterface) AuthorizationV1

func (m *MockInterface) AuthorizationV1() v12.AuthorizationV1Interface

AuthorizationV1 mocks base method.

func (*MockInterface) AuthorizationV1beta1

func (m *MockInterface) AuthorizationV1beta1() v1beta12.AuthorizationV1beta1Interface

AuthorizationV1beta1 mocks base method.

func (*MockInterface) AutoscalingV1

func (m *MockInterface) AutoscalingV1() v13.AutoscalingV1Interface

AutoscalingV1 mocks base method.

func (*MockInterface) AutoscalingV2

func (m *MockInterface) AutoscalingV2() v2.AutoscalingV2Interface

AutoscalingV2 mocks base method.

func (*MockInterface) AutoscalingV2beta1

func (m *MockInterface) AutoscalingV2beta1() v2beta1.AutoscalingV2beta1Interface

AutoscalingV2beta1 mocks base method.

func (*MockInterface) AutoscalingV2beta2

func (m *MockInterface) AutoscalingV2beta2() v2beta2.AutoscalingV2beta2Interface

AutoscalingV2beta2 mocks base method.

func (*MockInterface) BatchV1

func (m *MockInterface) BatchV1() v14.BatchV1Interface

BatchV1 mocks base method.

func (*MockInterface) BatchV1beta1

func (m *MockInterface) BatchV1beta1() v1beta13.BatchV1beta1Interface

BatchV1beta1 mocks base method.

func (*MockInterface) CertificatesV1

func (m *MockInterface) CertificatesV1() v15.CertificatesV1Interface

CertificatesV1 mocks base method.

func (*MockInterface) CertificatesV1alpha1

func (m *MockInterface) CertificatesV1alpha1() v1alpha12.CertificatesV1alpha1Interface

CertificatesV1alpha1 mocks base method.

func (*MockInterface) CertificatesV1beta1

func (m *MockInterface) CertificatesV1beta1() v1beta14.CertificatesV1beta1Interface

CertificatesV1beta1 mocks base method.

func (*MockInterface) CoordinationV1

func (m *MockInterface) CoordinationV1() v16.CoordinationV1Interface

CoordinationV1 mocks base method.

func (*MockInterface) CoordinationV1beta1

func (m *MockInterface) CoordinationV1beta1() v1beta15.CoordinationV1beta1Interface

CoordinationV1beta1 mocks base method.

func (*MockInterface) CoreV1

func (m *MockInterface) CoreV1() v17.CoreV1Interface

CoreV1 mocks base method.

func (*MockInterface) Discovery

Discovery mocks base method.

func (*MockInterface) DiscoveryV1

func (m *MockInterface) DiscoveryV1() v18.DiscoveryV1Interface

DiscoveryV1 mocks base method.

func (*MockInterface) DiscoveryV1beta1

func (m *MockInterface) DiscoveryV1beta1() v1beta16.DiscoveryV1beta1Interface

DiscoveryV1beta1 mocks base method.

func (*MockInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockInterface) EventsV1

func (m *MockInterface) EventsV1() v19.EventsV1Interface

EventsV1 mocks base method.

func (*MockInterface) EventsV1beta1

func (m *MockInterface) EventsV1beta1() v1beta17.EventsV1beta1Interface

EventsV1beta1 mocks base method.

func (*MockInterface) ExtensionsV1beta1

func (m *MockInterface) ExtensionsV1beta1() v1beta18.ExtensionsV1beta1Interface

ExtensionsV1beta1 mocks base method.

func (*MockInterface) FlowcontrolV1alpha1

func (m *MockInterface) FlowcontrolV1alpha1() v1alpha13.FlowcontrolV1alpha1Interface

FlowcontrolV1alpha1 mocks base method.

func (*MockInterface) FlowcontrolV1beta1

func (m *MockInterface) FlowcontrolV1beta1() v1beta19.FlowcontrolV1beta1Interface

FlowcontrolV1beta1 mocks base method.

func (*MockInterface) FlowcontrolV1beta2

func (m *MockInterface) FlowcontrolV1beta2() v1beta20.FlowcontrolV1beta2Interface

FlowcontrolV1beta2 mocks base method.

func (*MockInterface) FlowcontrolV1beta3

func (m *MockInterface) FlowcontrolV1beta3() v1beta3.FlowcontrolV1beta3Interface

FlowcontrolV1beta3 mocks base method.

func (*MockInterface) InternalV1alpha1

func (m *MockInterface) InternalV1alpha1() v1alpha10.InternalV1alpha1Interface

InternalV1alpha1 mocks base method.

func (*MockInterface) NetworkingV1

func (m *MockInterface) NetworkingV1() v110.NetworkingV1Interface

NetworkingV1 mocks base method.

func (*MockInterface) NetworkingV1alpha1

func (m *MockInterface) NetworkingV1alpha1() v1alpha14.NetworkingV1alpha1Interface

NetworkingV1alpha1 mocks base method.

func (*MockInterface) NetworkingV1beta1

func (m *MockInterface) NetworkingV1beta1() v1beta110.NetworkingV1beta1Interface

NetworkingV1beta1 mocks base method.

func (*MockInterface) NodeV1

func (m *MockInterface) NodeV1() v111.NodeV1Interface

NodeV1 mocks base method.

func (*MockInterface) NodeV1alpha1

func (m *MockInterface) NodeV1alpha1() v1alpha15.NodeV1alpha1Interface

NodeV1alpha1 mocks base method.

func (*MockInterface) NodeV1beta1

func (m *MockInterface) NodeV1beta1() v1beta111.NodeV1beta1Interface

NodeV1beta1 mocks base method.

func (*MockInterface) PolicyV1

func (m *MockInterface) PolicyV1() v112.PolicyV1Interface

PolicyV1 mocks base method.

func (*MockInterface) PolicyV1beta1

func (m *MockInterface) PolicyV1beta1() v1beta112.PolicyV1beta1Interface

PolicyV1beta1 mocks base method.

func (*MockInterface) RbacV1

func (m *MockInterface) RbacV1() v113.RbacV1Interface

RbacV1 mocks base method.

func (*MockInterface) RbacV1alpha1

func (m *MockInterface) RbacV1alpha1() v1alpha16.RbacV1alpha1Interface

RbacV1alpha1 mocks base method.

func (*MockInterface) RbacV1beta1

func (m *MockInterface) RbacV1beta1() v1beta113.RbacV1beta1Interface

RbacV1beta1 mocks base method.

func (*MockInterface) ResourceV1alpha2

func (m *MockInterface) ResourceV1alpha2() v1alpha2.ResourceV1alpha2Interface

ResourceV1alpha2 mocks base method.

func (*MockInterface) SchedulingV1

func (m *MockInterface) SchedulingV1() v114.SchedulingV1Interface

SchedulingV1 mocks base method.

func (*MockInterface) SchedulingV1alpha1

func (m *MockInterface) SchedulingV1alpha1() v1alpha17.SchedulingV1alpha1Interface

SchedulingV1alpha1 mocks base method.

func (*MockInterface) SchedulingV1beta1

func (m *MockInterface) SchedulingV1beta1() v1beta114.SchedulingV1beta1Interface

SchedulingV1beta1 mocks base method.

func (*MockInterface) StorageV1

func (m *MockInterface) StorageV1() v115.StorageV1Interface

StorageV1 mocks base method.

func (*MockInterface) StorageV1alpha1

func (m *MockInterface) StorageV1alpha1() v1alpha18.StorageV1alpha1Interface

StorageV1alpha1 mocks base method.

func (*MockInterface) StorageV1beta1

func (m *MockInterface) StorageV1beta1() v1beta115.StorageV1beta1Interface

StorageV1beta1 mocks base method.

type MockInterfaceMockRecorder

type MockInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockInterfaceMockRecorder is the mock recorder for MockInterface.

func (*MockInterfaceMockRecorder) AdmissionregistrationV1

func (mr *MockInterfaceMockRecorder) AdmissionregistrationV1() *gomock.Call

AdmissionregistrationV1 indicates an expected call of AdmissionregistrationV1.

func (*MockInterfaceMockRecorder) AdmissionregistrationV1alpha1

func (mr *MockInterfaceMockRecorder) AdmissionregistrationV1alpha1() *gomock.Call

AdmissionregistrationV1alpha1 indicates an expected call of AdmissionregistrationV1alpha1.

func (*MockInterfaceMockRecorder) AdmissionregistrationV1beta1

func (mr *MockInterfaceMockRecorder) AdmissionregistrationV1beta1() *gomock.Call

AdmissionregistrationV1beta1 indicates an expected call of AdmissionregistrationV1beta1.

func (*MockInterfaceMockRecorder) AppsV1

func (mr *MockInterfaceMockRecorder) AppsV1() *gomock.Call

AppsV1 indicates an expected call of AppsV1.

func (*MockInterfaceMockRecorder) AppsV1beta1

func (mr *MockInterfaceMockRecorder) AppsV1beta1() *gomock.Call

AppsV1beta1 indicates an expected call of AppsV1beta1.

func (*MockInterfaceMockRecorder) AppsV1beta2

func (mr *MockInterfaceMockRecorder) AppsV1beta2() *gomock.Call

AppsV1beta2 indicates an expected call of AppsV1beta2.

func (*MockInterfaceMockRecorder) AuthenticationV1

func (mr *MockInterfaceMockRecorder) AuthenticationV1() *gomock.Call

AuthenticationV1 indicates an expected call of AuthenticationV1.

func (*MockInterfaceMockRecorder) AuthenticationV1alpha1

func (mr *MockInterfaceMockRecorder) AuthenticationV1alpha1() *gomock.Call

AuthenticationV1alpha1 indicates an expected call of AuthenticationV1alpha1.

func (*MockInterfaceMockRecorder) AuthenticationV1beta1

func (mr *MockInterfaceMockRecorder) AuthenticationV1beta1() *gomock.Call

AuthenticationV1beta1 indicates an expected call of AuthenticationV1beta1.

func (*MockInterfaceMockRecorder) AuthorizationV1

func (mr *MockInterfaceMockRecorder) AuthorizationV1() *gomock.Call

AuthorizationV1 indicates an expected call of AuthorizationV1.

func (*MockInterfaceMockRecorder) AuthorizationV1beta1

func (mr *MockInterfaceMockRecorder) AuthorizationV1beta1() *gomock.Call

AuthorizationV1beta1 indicates an expected call of AuthorizationV1beta1.

func (*MockInterfaceMockRecorder) AutoscalingV1

func (mr *MockInterfaceMockRecorder) AutoscalingV1() *gomock.Call

AutoscalingV1 indicates an expected call of AutoscalingV1.

func (*MockInterfaceMockRecorder) AutoscalingV2

func (mr *MockInterfaceMockRecorder) AutoscalingV2() *gomock.Call

AutoscalingV2 indicates an expected call of AutoscalingV2.

func (*MockInterfaceMockRecorder) AutoscalingV2beta1

func (mr *MockInterfaceMockRecorder) AutoscalingV2beta1() *gomock.Call

AutoscalingV2beta1 indicates an expected call of AutoscalingV2beta1.

func (*MockInterfaceMockRecorder) AutoscalingV2beta2

func (mr *MockInterfaceMockRecorder) AutoscalingV2beta2() *gomock.Call

AutoscalingV2beta2 indicates an expected call of AutoscalingV2beta2.

func (*MockInterfaceMockRecorder) BatchV1

func (mr *MockInterfaceMockRecorder) BatchV1() *gomock.Call

BatchV1 indicates an expected call of BatchV1.

func (*MockInterfaceMockRecorder) BatchV1beta1

func (mr *MockInterfaceMockRecorder) BatchV1beta1() *gomock.Call

BatchV1beta1 indicates an expected call of BatchV1beta1.

func (*MockInterfaceMockRecorder) CertificatesV1

func (mr *MockInterfaceMockRecorder) CertificatesV1() *gomock.Call

CertificatesV1 indicates an expected call of CertificatesV1.

func (*MockInterfaceMockRecorder) CertificatesV1alpha1

func (mr *MockInterfaceMockRecorder) CertificatesV1alpha1() *gomock.Call

CertificatesV1alpha1 indicates an expected call of CertificatesV1alpha1.

func (*MockInterfaceMockRecorder) CertificatesV1beta1

func (mr *MockInterfaceMockRecorder) CertificatesV1beta1() *gomock.Call

CertificatesV1beta1 indicates an expected call of CertificatesV1beta1.

func (*MockInterfaceMockRecorder) CoordinationV1

func (mr *MockInterfaceMockRecorder) CoordinationV1() *gomock.Call

CoordinationV1 indicates an expected call of CoordinationV1.

func (*MockInterfaceMockRecorder) CoordinationV1beta1

func (mr *MockInterfaceMockRecorder) CoordinationV1beta1() *gomock.Call

CoordinationV1beta1 indicates an expected call of CoordinationV1beta1.

func (*MockInterfaceMockRecorder) CoreV1

func (mr *MockInterfaceMockRecorder) CoreV1() *gomock.Call

CoreV1 indicates an expected call of CoreV1.

func (*MockInterfaceMockRecorder) Discovery

func (mr *MockInterfaceMockRecorder) Discovery() *gomock.Call

Discovery indicates an expected call of Discovery.

func (*MockInterfaceMockRecorder) DiscoveryV1

func (mr *MockInterfaceMockRecorder) DiscoveryV1() *gomock.Call

DiscoveryV1 indicates an expected call of DiscoveryV1.

func (*MockInterfaceMockRecorder) DiscoveryV1beta1

func (mr *MockInterfaceMockRecorder) DiscoveryV1beta1() *gomock.Call

DiscoveryV1beta1 indicates an expected call of DiscoveryV1beta1.

func (*MockInterfaceMockRecorder) EventsV1

func (mr *MockInterfaceMockRecorder) EventsV1() *gomock.Call

EventsV1 indicates an expected call of EventsV1.

func (*MockInterfaceMockRecorder) EventsV1beta1

func (mr *MockInterfaceMockRecorder) EventsV1beta1() *gomock.Call

EventsV1beta1 indicates an expected call of EventsV1beta1.

func (*MockInterfaceMockRecorder) ExtensionsV1beta1

func (mr *MockInterfaceMockRecorder) ExtensionsV1beta1() *gomock.Call

ExtensionsV1beta1 indicates an expected call of ExtensionsV1beta1.

func (*MockInterfaceMockRecorder) FlowcontrolV1alpha1

func (mr *MockInterfaceMockRecorder) FlowcontrolV1alpha1() *gomock.Call

FlowcontrolV1alpha1 indicates an expected call of FlowcontrolV1alpha1.

func (*MockInterfaceMockRecorder) FlowcontrolV1beta1

func (mr *MockInterfaceMockRecorder) FlowcontrolV1beta1() *gomock.Call

FlowcontrolV1beta1 indicates an expected call of FlowcontrolV1beta1.

func (*MockInterfaceMockRecorder) FlowcontrolV1beta2

func (mr *MockInterfaceMockRecorder) FlowcontrolV1beta2() *gomock.Call

FlowcontrolV1beta2 indicates an expected call of FlowcontrolV1beta2.

func (*MockInterfaceMockRecorder) FlowcontrolV1beta3

func (mr *MockInterfaceMockRecorder) FlowcontrolV1beta3() *gomock.Call

FlowcontrolV1beta3 indicates an expected call of FlowcontrolV1beta3.

func (*MockInterfaceMockRecorder) InternalV1alpha1

func (mr *MockInterfaceMockRecorder) InternalV1alpha1() *gomock.Call

InternalV1alpha1 indicates an expected call of InternalV1alpha1.

func (*MockInterfaceMockRecorder) NetworkingV1

func (mr *MockInterfaceMockRecorder) NetworkingV1() *gomock.Call

NetworkingV1 indicates an expected call of NetworkingV1.

func (*MockInterfaceMockRecorder) NetworkingV1alpha1

func (mr *MockInterfaceMockRecorder) NetworkingV1alpha1() *gomock.Call

NetworkingV1alpha1 indicates an expected call of NetworkingV1alpha1.

func (*MockInterfaceMockRecorder) NetworkingV1beta1

func (mr *MockInterfaceMockRecorder) NetworkingV1beta1() *gomock.Call

NetworkingV1beta1 indicates an expected call of NetworkingV1beta1.

func (*MockInterfaceMockRecorder) NodeV1

func (mr *MockInterfaceMockRecorder) NodeV1() *gomock.Call

NodeV1 indicates an expected call of NodeV1.

func (*MockInterfaceMockRecorder) NodeV1alpha1

func (mr *MockInterfaceMockRecorder) NodeV1alpha1() *gomock.Call

NodeV1alpha1 indicates an expected call of NodeV1alpha1.

func (*MockInterfaceMockRecorder) NodeV1beta1

func (mr *MockInterfaceMockRecorder) NodeV1beta1() *gomock.Call

NodeV1beta1 indicates an expected call of NodeV1beta1.

func (*MockInterfaceMockRecorder) PolicyV1

func (mr *MockInterfaceMockRecorder) PolicyV1() *gomock.Call

PolicyV1 indicates an expected call of PolicyV1.

func (*MockInterfaceMockRecorder) PolicyV1beta1

func (mr *MockInterfaceMockRecorder) PolicyV1beta1() *gomock.Call

PolicyV1beta1 indicates an expected call of PolicyV1beta1.

func (*MockInterfaceMockRecorder) RbacV1

func (mr *MockInterfaceMockRecorder) RbacV1() *gomock.Call

RbacV1 indicates an expected call of RbacV1.

func (*MockInterfaceMockRecorder) RbacV1alpha1

func (mr *MockInterfaceMockRecorder) RbacV1alpha1() *gomock.Call

RbacV1alpha1 indicates an expected call of RbacV1alpha1.

func (*MockInterfaceMockRecorder) RbacV1beta1

func (mr *MockInterfaceMockRecorder) RbacV1beta1() *gomock.Call

RbacV1beta1 indicates an expected call of RbacV1beta1.

func (*MockInterfaceMockRecorder) ResourceV1alpha2

func (mr *MockInterfaceMockRecorder) ResourceV1alpha2() *gomock.Call

ResourceV1alpha2 indicates an expected call of ResourceV1alpha2.

func (*MockInterfaceMockRecorder) SchedulingV1

func (mr *MockInterfaceMockRecorder) SchedulingV1() *gomock.Call

SchedulingV1 indicates an expected call of SchedulingV1.

func (*MockInterfaceMockRecorder) SchedulingV1alpha1

func (mr *MockInterfaceMockRecorder) SchedulingV1alpha1() *gomock.Call

SchedulingV1alpha1 indicates an expected call of SchedulingV1alpha1.

func (*MockInterfaceMockRecorder) SchedulingV1beta1

func (mr *MockInterfaceMockRecorder) SchedulingV1beta1() *gomock.Call

SchedulingV1beta1 indicates an expected call of SchedulingV1beta1.

func (*MockInterfaceMockRecorder) StorageV1

func (mr *MockInterfaceMockRecorder) StorageV1() *gomock.Call

StorageV1 indicates an expected call of StorageV1.

func (*MockInterfaceMockRecorder) StorageV1alpha1

func (mr *MockInterfaceMockRecorder) StorageV1alpha1() *gomock.Call

StorageV1alpha1 indicates an expected call of StorageV1alpha1.

func (*MockInterfaceMockRecorder) StorageV1beta1

func (mr *MockInterfaceMockRecorder) StorageV1beta1() *gomock.Call

StorageV1beta1 indicates an expected call of StorageV1beta1.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL