Documentation ¶
Overview ¶
Package kubernetes is a generated GoMock package.
Index ¶
- type MockChartApplier
- func (m *MockChartApplier) ApplyChart(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockChartApplier) ApplyChartInNamespace(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockChartApplier) ApplyChartInNamespaceWithOptions(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockChartApplier) ApplyChartWithOptions(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockChartApplier) ApplyManifest(arg0 context.Context, arg1 kubernetes.UnstructuredReader, ...) error
- func (m *MockChartApplier) EXPECT() *MockChartApplierMockRecorder
- func (m *MockChartApplier) Render(arg0, arg1, arg2 string, arg3 map[string]interface{}) (*chartrenderer.RenderedChart, error)
- func (m *MockChartApplier) RenderArchive(arg0 []byte, arg1, arg2 string, arg3 map[string]interface{}) (*chartrenderer.RenderedChart, error)
- type MockChartApplierMockRecorder
- func (mr *MockChartApplierMockRecorder) ApplyChart(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockChartApplierMockRecorder) ApplyChartInNamespace(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockChartApplierMockRecorder) ApplyChartInNamespaceWithOptions(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockChartApplierMockRecorder) ApplyChartWithOptions(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockChartApplierMockRecorder) ApplyManifest(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockChartApplierMockRecorder) Render(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockChartApplierMockRecorder) RenderArchive(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- type MockInterface
- func (m *MockInterface) APIExtension() clientset.Interface
- func (m *MockInterface) APIRegistration() clientset0.Interface
- func (m *MockInterface) Applier() kubernetes.ApplierInterface
- func (m *MockInterface) CheckForwardPodPort(arg0, arg1 string, arg2, arg3 int) (bool, error)
- func (m *MockInterface) CheckResourceCleanup(arg0 *logrus.Entry, arg1 map[string]map[string]bool, arg2 string, ...) (bool, error)
- func (m *MockInterface) CleanupAPIGroupResources(arg0 map[string]map[string]bool, arg1 string, arg2 []string) error
- func (m *MockInterface) CleanupResources(arg0 map[string]map[string]bool, arg1 map[string][]string) error
- func (m *MockInterface) Client() client.Client
- func (m *MockInterface) CreateConfigMap(arg0, arg1 string, arg2 map[string]string, arg3 bool) (*v11.ConfigMap, error)
- func (m *MockInterface) CreateNamespace(arg0 *v11.Namespace, arg1 bool) (*v11.Namespace, error)
- func (m *MockInterface) CreateSecret(arg0, arg1 string, arg2 v11.SecretType, arg3 map[string][]byte, arg4 bool) (*v11.Secret, error)
- func (m *MockInterface) CreateSecretObject(arg0 *v11.Secret, arg1 bool) (*v11.Secret, error)
- func (m *MockInterface) DeleteAPIService(arg0 string) error
- func (m *MockInterface) DeleteAPIServiceForcefully(arg0 string) error
- func (m *MockInterface) DeleteCRDForcefully(arg0 string) error
- func (m *MockInterface) DeleteClusterRole(arg0 string) error
- func (m *MockInterface) DeleteClusterRoleBinding(arg0 string) error
- func (m *MockInterface) DeleteConfigMap(arg0, arg1 string) error
- func (m *MockInterface) DeleteCronJob(arg0, arg1 string) error
- func (m *MockInterface) DeleteDaemonSet(arg0, arg1 string) error
- func (m *MockInterface) DeleteDeployment(arg0, arg1 string) error
- func (m *MockInterface) DeleteHorizontalPodAutoscaler(arg0, arg1 string) error
- func (m *MockInterface) DeleteIngress(arg0, arg1 string) error
- func (m *MockInterface) DeleteJob(arg0, arg1 string) error
- func (m *MockInterface) DeleteNamespace(arg0 string) error
- func (m *MockInterface) DeleteNetworkPolicy(arg0, arg1 string) error
- func (m *MockInterface) DeletePod(arg0, arg1 string) error
- func (m *MockInterface) DeletePodForcefully(arg0, arg1 string) error
- func (m *MockInterface) DeleteRoleBinding(arg0, arg1 string) error
- func (m *MockInterface) DeleteSecret(arg0, arg1 string) error
- func (m *MockInterface) DeleteService(arg0, arg1 string) error
- func (m *MockInterface) DeleteServiceAccount(arg0, arg1 string) error
- func (m *MockInterface) DeleteStatefulSet(arg0, arg1 string) error
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) ForwardPodPort(arg0, arg1 string, arg2, arg3 int) (chan struct{}, error)
- func (m *MockInterface) Garden() versioned0.Interface
- func (m *MockInterface) GardenCore() versioned.Interface
- func (m *MockInterface) GetConfigMap(arg0, arg1 string) (*v11.ConfigMap, error)
- func (m *MockInterface) GetDeployment(arg0, arg1 string) (*v1.Deployment, error)
- func (m *MockInterface) GetJob(arg0, arg1 string) (*v10.Job, error)
- func (m *MockInterface) GetNamespace(arg0 string) (*v11.Namespace, error)
- func (m *MockInterface) GetPod(arg0, arg1 string) (*v11.Pod, error)
- func (m *MockInterface) GetResourceAPIGroups() map[string][]string
- func (m *MockInterface) GetSecret(arg0, arg1 string) (*v11.Secret, error)
- func (m *MockInterface) GetService(arg0, arg1 string) (*v11.Service, error)
- func (m *MockInterface) Kubernetes() kubernetes0.Interface
- func (m *MockInterface) ListAPIServices(arg0 v13.ListOptions) (*v1beta10.APIServiceList, error)
- func (m *MockInterface) ListCRDs(arg0 v13.ListOptions) (*v1beta1.CustomResourceDefinitionList, error)
- func (m *MockInterface) ListDeployments(arg0 string, arg1 v13.ListOptions) (*v1.DeploymentList, error)
- func (m *MockInterface) ListNamespaces(arg0 v13.ListOptions) (*v11.NamespaceList, error)
- func (m *MockInterface) ListNodes(arg0 v13.ListOptions) (*v11.NodeList, error)
- func (m *MockInterface) ListPods(arg0 string, arg1 v13.ListOptions) (*v11.PodList, error)
- func (m *MockInterface) ListRoleBindings(arg0 string, arg1 v13.ListOptions) (*v12.RoleBindingList, error)
- func (m *MockInterface) ListSecrets(arg0 string, arg1 v13.ListOptions) (*v11.SecretList, error)
- func (m *MockInterface) ListStatefulSets(arg0 string, arg1 v13.ListOptions) (*v1.StatefulSetList, error)
- func (m *MockInterface) Machine() versioned1.Interface
- func (m *MockInterface) PatchDeployment(arg0, arg1 string, arg2 []byte) (*v1.Deployment, error)
- func (m *MockInterface) PatchNamespace(arg0 string, arg1 []byte) (*v11.Namespace, error)
- func (m *MockInterface) RESTClient() rest.Interface
- func (m *MockInterface) RESTConfig() *rest.Config
- func (m *MockInterface) RESTMapper() meta.RESTMapper
- func (m *MockInterface) UpdateConfigMap(arg0, arg1 string, arg2 map[string]string) (*v11.ConfigMap, error)
- func (m *MockInterface) UpdateSecretObject(arg0 *v11.Secret) (*v11.Secret, error)
- func (m *MockInterface) Version() string
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) APIExtension() *gomock.Call
- func (mr *MockInterfaceMockRecorder) APIRegistration() *gomock.Call
- func (mr *MockInterfaceMockRecorder) Applier() *gomock.Call
- func (mr *MockInterfaceMockRecorder) CheckForwardPodPort(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CheckResourceCleanup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CleanupAPIGroupResources(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CleanupResources(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Client() *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateConfigMap(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateNamespace(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateSecret(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) CreateSecretObject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteAPIService(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteAPIServiceForcefully(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteCRDForcefully(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteClusterRole(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteClusterRoleBinding(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteConfigMap(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteCronJob(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteDaemonSet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteDeployment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteHorizontalPodAutoscaler(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteIngress(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteJob(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteNamespace(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteNetworkPolicy(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeletePod(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeletePodForcefully(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteRoleBinding(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteSecret(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteService(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteServiceAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) DeleteStatefulSet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ForwardPodPort(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Garden() *gomock.Call
- func (mr *MockInterfaceMockRecorder) GardenCore() *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetConfigMap(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetDeployment(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetJob(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetNamespace(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetPod(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetResourceAPIGroups() *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetSecret(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetService(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Kubernetes() *gomock.Call
- func (mr *MockInterfaceMockRecorder) ListAPIServices(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ListCRDs(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ListDeployments(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ListNamespaces(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ListNodes(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ListPods(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ListRoleBindings(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ListSecrets(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ListStatefulSets(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Machine() *gomock.Call
- func (mr *MockInterfaceMockRecorder) PatchDeployment(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) PatchNamespace(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) RESTClient() *gomock.Call
- func (mr *MockInterfaceMockRecorder) RESTConfig() *gomock.Call
- func (mr *MockInterfaceMockRecorder) RESTMapper() *gomock.Call
- func (mr *MockInterfaceMockRecorder) UpdateConfigMap(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) UpdateSecretObject(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Version() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChartApplier ¶
type MockChartApplier struct {
// contains filtered or unexported fields
}
MockChartApplier is a mock of ChartApplier interface
func NewMockChartApplier ¶
func NewMockChartApplier(ctrl *gomock.Controller) *MockChartApplier
NewMockChartApplier creates a new mock instance
func (*MockChartApplier) ApplyChart ¶
func (m *MockChartApplier) ApplyChart(arg0 context.Context, arg1, arg2, arg3 string, arg4, arg5 map[string]interface{}) error
ApplyChart mocks base method
func (*MockChartApplier) ApplyChartInNamespace ¶
func (m *MockChartApplier) ApplyChartInNamespace(arg0 context.Context, arg1, arg2, arg3 string, arg4, arg5 map[string]interface{}) error
ApplyChartInNamespace mocks base method
func (*MockChartApplier) ApplyChartInNamespaceWithOptions ¶
func (m *MockChartApplier) ApplyChartInNamespaceWithOptions(arg0 context.Context, arg1, arg2, arg3 string, arg4, arg5 map[string]interface{}, arg6 kubernetes.ApplierOptions) error
ApplyChartInNamespaceWithOptions mocks base method
func (*MockChartApplier) ApplyChartWithOptions ¶
func (m *MockChartApplier) ApplyChartWithOptions(arg0 context.Context, arg1, arg2, arg3 string, arg4, arg5 map[string]interface{}, arg6 kubernetes.ApplierOptions) error
ApplyChartWithOptions mocks base method
func (*MockChartApplier) ApplyManifest ¶
func (m *MockChartApplier) ApplyManifest(arg0 context.Context, arg1 kubernetes.UnstructuredReader, arg2 kubernetes.ApplierOptions) error
ApplyManifest mocks base method
func (*MockChartApplier) EXPECT ¶
func (m *MockChartApplier) EXPECT() *MockChartApplierMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockChartApplier) Render ¶
func (m *MockChartApplier) Render(arg0, arg1, arg2 string, arg3 map[string]interface{}) (*chartrenderer.RenderedChart, error)
Render mocks base method
func (*MockChartApplier) RenderArchive ¶
func (m *MockChartApplier) RenderArchive(arg0 []byte, arg1, arg2 string, arg3 map[string]interface{}) (*chartrenderer.RenderedChart, error)
RenderArchive mocks base method
type MockChartApplierMockRecorder ¶
type MockChartApplierMockRecorder struct {
// contains filtered or unexported fields
}
MockChartApplierMockRecorder is the mock recorder for MockChartApplier
func (*MockChartApplierMockRecorder) ApplyChart ¶
func (mr *MockChartApplierMockRecorder) ApplyChart(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ApplyChart indicates an expected call of ApplyChart
func (*MockChartApplierMockRecorder) ApplyChartInNamespace ¶
func (mr *MockChartApplierMockRecorder) ApplyChartInNamespace(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ApplyChartInNamespace indicates an expected call of ApplyChartInNamespace
func (*MockChartApplierMockRecorder) ApplyChartInNamespaceWithOptions ¶
func (mr *MockChartApplierMockRecorder) ApplyChartInNamespaceWithOptions(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
ApplyChartInNamespaceWithOptions indicates an expected call of ApplyChartInNamespaceWithOptions
func (*MockChartApplierMockRecorder) ApplyChartWithOptions ¶
func (mr *MockChartApplierMockRecorder) ApplyChartWithOptions(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
ApplyChartWithOptions indicates an expected call of ApplyChartWithOptions
func (*MockChartApplierMockRecorder) ApplyManifest ¶
func (mr *MockChartApplierMockRecorder) ApplyManifest(arg0, arg1, arg2 interface{}) *gomock.Call
ApplyManifest indicates an expected call of ApplyManifest
func (*MockChartApplierMockRecorder) Render ¶
func (mr *MockChartApplierMockRecorder) Render(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Render indicates an expected call of Render
func (*MockChartApplierMockRecorder) RenderArchive ¶
func (mr *MockChartApplierMockRecorder) RenderArchive(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RenderArchive indicates an expected call of RenderArchive
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) APIExtension ¶
func (m *MockInterface) APIExtension() clientset.Interface
APIExtension mocks base method
func (*MockInterface) APIRegistration ¶
func (m *MockInterface) APIRegistration() clientset0.Interface
APIRegistration mocks base method
func (*MockInterface) Applier ¶
func (m *MockInterface) Applier() kubernetes.ApplierInterface
Applier mocks base method
func (*MockInterface) CheckForwardPodPort ¶
func (m *MockInterface) CheckForwardPodPort(arg0, arg1 string, arg2, arg3 int) (bool, error)
CheckForwardPodPort mocks base method
func (*MockInterface) CheckResourceCleanup ¶
func (m *MockInterface) CheckResourceCleanup(arg0 *logrus.Entry, arg1 map[string]map[string]bool, arg2 string, arg3 []string) (bool, error)
CheckResourceCleanup mocks base method
func (*MockInterface) CleanupAPIGroupResources ¶
func (m *MockInterface) CleanupAPIGroupResources(arg0 map[string]map[string]bool, arg1 string, arg2 []string) error
CleanupAPIGroupResources mocks base method
func (*MockInterface) CleanupResources ¶
func (m *MockInterface) CleanupResources(arg0 map[string]map[string]bool, arg1 map[string][]string) error
CleanupResources mocks base method
func (*MockInterface) Client ¶
func (m *MockInterface) Client() client.Client
Client mocks base method
func (*MockInterface) CreateConfigMap ¶
func (m *MockInterface) CreateConfigMap(arg0, arg1 string, arg2 map[string]string, arg3 bool) (*v11.ConfigMap, error)
CreateConfigMap mocks base method
func (*MockInterface) CreateNamespace ¶
CreateNamespace mocks base method
func (*MockInterface) CreateSecret ¶
func (m *MockInterface) CreateSecret(arg0, arg1 string, arg2 v11.SecretType, arg3 map[string][]byte, arg4 bool) (*v11.Secret, error)
CreateSecret mocks base method
func (*MockInterface) CreateSecretObject ¶
CreateSecretObject mocks base method
func (*MockInterface) DeleteAPIService ¶
func (m *MockInterface) DeleteAPIService(arg0 string) error
DeleteAPIService mocks base method
func (*MockInterface) DeleteAPIServiceForcefully ¶
func (m *MockInterface) DeleteAPIServiceForcefully(arg0 string) error
DeleteAPIServiceForcefully mocks base method
func (*MockInterface) DeleteCRDForcefully ¶
func (m *MockInterface) DeleteCRDForcefully(arg0 string) error
DeleteCRDForcefully mocks base method
func (*MockInterface) DeleteClusterRole ¶
func (m *MockInterface) DeleteClusterRole(arg0 string) error
DeleteClusterRole mocks base method
func (*MockInterface) DeleteClusterRoleBinding ¶
func (m *MockInterface) DeleteClusterRoleBinding(arg0 string) error
DeleteClusterRoleBinding mocks base method
func (*MockInterface) DeleteConfigMap ¶
func (m *MockInterface) DeleteConfigMap(arg0, arg1 string) error
DeleteConfigMap mocks base method
func (*MockInterface) DeleteCronJob ¶
func (m *MockInterface) DeleteCronJob(arg0, arg1 string) error
DeleteCronJob mocks base method
func (*MockInterface) DeleteDaemonSet ¶
func (m *MockInterface) DeleteDaemonSet(arg0, arg1 string) error
DeleteDaemonSet mocks base method
func (*MockInterface) DeleteDeployment ¶
func (m *MockInterface) DeleteDeployment(arg0, arg1 string) error
DeleteDeployment mocks base method
func (*MockInterface) DeleteHorizontalPodAutoscaler ¶
func (m *MockInterface) DeleteHorizontalPodAutoscaler(arg0, arg1 string) error
DeleteHorizontalPodAutoscaler mocks base method
func (*MockInterface) DeleteIngress ¶
func (m *MockInterface) DeleteIngress(arg0, arg1 string) error
DeleteIngress mocks base method
func (*MockInterface) DeleteJob ¶
func (m *MockInterface) DeleteJob(arg0, arg1 string) error
DeleteJob mocks base method
func (*MockInterface) DeleteNamespace ¶
func (m *MockInterface) DeleteNamespace(arg0 string) error
DeleteNamespace mocks base method
func (*MockInterface) DeleteNetworkPolicy ¶
func (m *MockInterface) DeleteNetworkPolicy(arg0, arg1 string) error
DeleteNetworkPolicy mocks base method
func (*MockInterface) DeletePod ¶
func (m *MockInterface) DeletePod(arg0, arg1 string) error
DeletePod mocks base method
func (*MockInterface) DeletePodForcefully ¶
func (m *MockInterface) DeletePodForcefully(arg0, arg1 string) error
DeletePodForcefully mocks base method
func (*MockInterface) DeleteRoleBinding ¶
func (m *MockInterface) DeleteRoleBinding(arg0, arg1 string) error
DeleteRoleBinding mocks base method
func (*MockInterface) DeleteSecret ¶
func (m *MockInterface) DeleteSecret(arg0, arg1 string) error
DeleteSecret mocks base method
func (*MockInterface) DeleteService ¶
func (m *MockInterface) DeleteService(arg0, arg1 string) error
DeleteService mocks base method
func (*MockInterface) DeleteServiceAccount ¶
func (m *MockInterface) DeleteServiceAccount(arg0, arg1 string) error
DeleteServiceAccount mocks base method
func (*MockInterface) DeleteStatefulSet ¶
func (m *MockInterface) DeleteStatefulSet(arg0, arg1 string) error
DeleteStatefulSet mocks base method
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInterface) ForwardPodPort ¶
func (m *MockInterface) ForwardPodPort(arg0, arg1 string, arg2, arg3 int) (chan struct{}, error)
ForwardPodPort mocks base method
func (*MockInterface) Garden ¶
func (m *MockInterface) Garden() versioned0.Interface
Garden mocks base method
func (*MockInterface) GardenCore ¶
func (m *MockInterface) GardenCore() versioned.Interface
GardenCore mocks base method
func (*MockInterface) GetConfigMap ¶
func (m *MockInterface) GetConfigMap(arg0, arg1 string) (*v11.ConfigMap, error)
GetConfigMap mocks base method
func (*MockInterface) GetDeployment ¶
func (m *MockInterface) GetDeployment(arg0, arg1 string) (*v1.Deployment, error)
GetDeployment mocks base method
func (*MockInterface) GetJob ¶
func (m *MockInterface) GetJob(arg0, arg1 string) (*v10.Job, error)
GetJob mocks base method
func (*MockInterface) GetNamespace ¶
func (m *MockInterface) GetNamespace(arg0 string) (*v11.Namespace, error)
GetNamespace mocks base method
func (*MockInterface) GetPod ¶
func (m *MockInterface) GetPod(arg0, arg1 string) (*v11.Pod, error)
GetPod mocks base method
func (*MockInterface) GetResourceAPIGroups ¶
func (m *MockInterface) GetResourceAPIGroups() map[string][]string
GetResourceAPIGroups mocks base method
func (*MockInterface) GetSecret ¶
func (m *MockInterface) GetSecret(arg0, arg1 string) (*v11.Secret, error)
GetSecret mocks base method
func (*MockInterface) GetService ¶
func (m *MockInterface) GetService(arg0, arg1 string) (*v11.Service, error)
GetService mocks base method
func (*MockInterface) Kubernetes ¶
func (m *MockInterface) Kubernetes() kubernetes0.Interface
Kubernetes mocks base method
func (*MockInterface) ListAPIServices ¶
func (m *MockInterface) ListAPIServices(arg0 v13.ListOptions) (*v1beta10.APIServiceList, error)
ListAPIServices mocks base method
func (*MockInterface) ListCRDs ¶
func (m *MockInterface) ListCRDs(arg0 v13.ListOptions) (*v1beta1.CustomResourceDefinitionList, error)
ListCRDs mocks base method
func (*MockInterface) ListDeployments ¶
func (m *MockInterface) ListDeployments(arg0 string, arg1 v13.ListOptions) (*v1.DeploymentList, error)
ListDeployments mocks base method
func (*MockInterface) ListNamespaces ¶
func (m *MockInterface) ListNamespaces(arg0 v13.ListOptions) (*v11.NamespaceList, error)
ListNamespaces mocks base method
func (*MockInterface) ListNodes ¶
func (m *MockInterface) ListNodes(arg0 v13.ListOptions) (*v11.NodeList, error)
ListNodes mocks base method
func (*MockInterface) ListPods ¶
func (m *MockInterface) ListPods(arg0 string, arg1 v13.ListOptions) (*v11.PodList, error)
ListPods mocks base method
func (*MockInterface) ListRoleBindings ¶
func (m *MockInterface) ListRoleBindings(arg0 string, arg1 v13.ListOptions) (*v12.RoleBindingList, error)
ListRoleBindings mocks base method
func (*MockInterface) ListSecrets ¶
func (m *MockInterface) ListSecrets(arg0 string, arg1 v13.ListOptions) (*v11.SecretList, error)
ListSecrets mocks base method
func (*MockInterface) ListStatefulSets ¶
func (m *MockInterface) ListStatefulSets(arg0 string, arg1 v13.ListOptions) (*v1.StatefulSetList, error)
ListStatefulSets mocks base method
func (*MockInterface) Machine ¶
func (m *MockInterface) Machine() versioned1.Interface
Machine mocks base method
func (*MockInterface) PatchDeployment ¶
func (m *MockInterface) PatchDeployment(arg0, arg1 string, arg2 []byte) (*v1.Deployment, error)
PatchDeployment mocks base method
func (*MockInterface) PatchNamespace ¶
PatchNamespace mocks base method
func (*MockInterface) RESTClient ¶
func (m *MockInterface) RESTClient() rest.Interface
RESTClient mocks base method
func (*MockInterface) RESTConfig ¶
func (m *MockInterface) RESTConfig() *rest.Config
RESTConfig mocks base method
func (*MockInterface) RESTMapper ¶
func (m *MockInterface) RESTMapper() meta.RESTMapper
RESTMapper mocks base method
func (*MockInterface) UpdateConfigMap ¶
func (m *MockInterface) UpdateConfigMap(arg0, arg1 string, arg2 map[string]string) (*v11.ConfigMap, error)
UpdateConfigMap mocks base method
func (*MockInterface) UpdateSecretObject ¶
UpdateSecretObject mocks base method
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface
func (*MockInterfaceMockRecorder) APIExtension ¶
func (mr *MockInterfaceMockRecorder) APIExtension() *gomock.Call
APIExtension indicates an expected call of APIExtension
func (*MockInterfaceMockRecorder) APIRegistration ¶
func (mr *MockInterfaceMockRecorder) APIRegistration() *gomock.Call
APIRegistration indicates an expected call of APIRegistration
func (*MockInterfaceMockRecorder) Applier ¶
func (mr *MockInterfaceMockRecorder) Applier() *gomock.Call
Applier indicates an expected call of Applier
func (*MockInterfaceMockRecorder) CheckForwardPodPort ¶
func (mr *MockInterfaceMockRecorder) CheckForwardPodPort(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CheckForwardPodPort indicates an expected call of CheckForwardPodPort
func (*MockInterfaceMockRecorder) CheckResourceCleanup ¶
func (mr *MockInterfaceMockRecorder) CheckResourceCleanup(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CheckResourceCleanup indicates an expected call of CheckResourceCleanup
func (*MockInterfaceMockRecorder) CleanupAPIGroupResources ¶
func (mr *MockInterfaceMockRecorder) CleanupAPIGroupResources(arg0, arg1, arg2 interface{}) *gomock.Call
CleanupAPIGroupResources indicates an expected call of CleanupAPIGroupResources
func (*MockInterfaceMockRecorder) CleanupResources ¶
func (mr *MockInterfaceMockRecorder) CleanupResources(arg0, arg1 interface{}) *gomock.Call
CleanupResources indicates an expected call of CleanupResources
func (*MockInterfaceMockRecorder) Client ¶
func (mr *MockInterfaceMockRecorder) Client() *gomock.Call
Client indicates an expected call of Client
func (*MockInterfaceMockRecorder) CreateConfigMap ¶
func (mr *MockInterfaceMockRecorder) CreateConfigMap(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateConfigMap indicates an expected call of CreateConfigMap
func (*MockInterfaceMockRecorder) CreateNamespace ¶
func (mr *MockInterfaceMockRecorder) CreateNamespace(arg0, arg1 interface{}) *gomock.Call
CreateNamespace indicates an expected call of CreateNamespace
func (*MockInterfaceMockRecorder) CreateSecret ¶
func (mr *MockInterfaceMockRecorder) CreateSecret(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateSecret indicates an expected call of CreateSecret
func (*MockInterfaceMockRecorder) CreateSecretObject ¶
func (mr *MockInterfaceMockRecorder) CreateSecretObject(arg0, arg1 interface{}) *gomock.Call
CreateSecretObject indicates an expected call of CreateSecretObject
func (*MockInterfaceMockRecorder) DeleteAPIService ¶
func (mr *MockInterfaceMockRecorder) DeleteAPIService(arg0 interface{}) *gomock.Call
DeleteAPIService indicates an expected call of DeleteAPIService
func (*MockInterfaceMockRecorder) DeleteAPIServiceForcefully ¶
func (mr *MockInterfaceMockRecorder) DeleteAPIServiceForcefully(arg0 interface{}) *gomock.Call
DeleteAPIServiceForcefully indicates an expected call of DeleteAPIServiceForcefully
func (*MockInterfaceMockRecorder) DeleteCRDForcefully ¶
func (mr *MockInterfaceMockRecorder) DeleteCRDForcefully(arg0 interface{}) *gomock.Call
DeleteCRDForcefully indicates an expected call of DeleteCRDForcefully
func (*MockInterfaceMockRecorder) DeleteClusterRole ¶
func (mr *MockInterfaceMockRecorder) DeleteClusterRole(arg0 interface{}) *gomock.Call
DeleteClusterRole indicates an expected call of DeleteClusterRole
func (*MockInterfaceMockRecorder) DeleteClusterRoleBinding ¶
func (mr *MockInterfaceMockRecorder) DeleteClusterRoleBinding(arg0 interface{}) *gomock.Call
DeleteClusterRoleBinding indicates an expected call of DeleteClusterRoleBinding
func (*MockInterfaceMockRecorder) DeleteConfigMap ¶
func (mr *MockInterfaceMockRecorder) DeleteConfigMap(arg0, arg1 interface{}) *gomock.Call
DeleteConfigMap indicates an expected call of DeleteConfigMap
func (*MockInterfaceMockRecorder) DeleteCronJob ¶
func (mr *MockInterfaceMockRecorder) DeleteCronJob(arg0, arg1 interface{}) *gomock.Call
DeleteCronJob indicates an expected call of DeleteCronJob
func (*MockInterfaceMockRecorder) DeleteDaemonSet ¶
func (mr *MockInterfaceMockRecorder) DeleteDaemonSet(arg0, arg1 interface{}) *gomock.Call
DeleteDaemonSet indicates an expected call of DeleteDaemonSet
func (*MockInterfaceMockRecorder) DeleteDeployment ¶
func (mr *MockInterfaceMockRecorder) DeleteDeployment(arg0, arg1 interface{}) *gomock.Call
DeleteDeployment indicates an expected call of DeleteDeployment
func (*MockInterfaceMockRecorder) DeleteHorizontalPodAutoscaler ¶
func (mr *MockInterfaceMockRecorder) DeleteHorizontalPodAutoscaler(arg0, arg1 interface{}) *gomock.Call
DeleteHorizontalPodAutoscaler indicates an expected call of DeleteHorizontalPodAutoscaler
func (*MockInterfaceMockRecorder) DeleteIngress ¶
func (mr *MockInterfaceMockRecorder) DeleteIngress(arg0, arg1 interface{}) *gomock.Call
DeleteIngress indicates an expected call of DeleteIngress
func (*MockInterfaceMockRecorder) DeleteJob ¶
func (mr *MockInterfaceMockRecorder) DeleteJob(arg0, arg1 interface{}) *gomock.Call
DeleteJob indicates an expected call of DeleteJob
func (*MockInterfaceMockRecorder) DeleteNamespace ¶
func (mr *MockInterfaceMockRecorder) DeleteNamespace(arg0 interface{}) *gomock.Call
DeleteNamespace indicates an expected call of DeleteNamespace
func (*MockInterfaceMockRecorder) DeleteNetworkPolicy ¶
func (mr *MockInterfaceMockRecorder) DeleteNetworkPolicy(arg0, arg1 interface{}) *gomock.Call
DeleteNetworkPolicy indicates an expected call of DeleteNetworkPolicy
func (*MockInterfaceMockRecorder) DeletePod ¶
func (mr *MockInterfaceMockRecorder) DeletePod(arg0, arg1 interface{}) *gomock.Call
DeletePod indicates an expected call of DeletePod
func (*MockInterfaceMockRecorder) DeletePodForcefully ¶
func (mr *MockInterfaceMockRecorder) DeletePodForcefully(arg0, arg1 interface{}) *gomock.Call
DeletePodForcefully indicates an expected call of DeletePodForcefully
func (*MockInterfaceMockRecorder) DeleteRoleBinding ¶
func (mr *MockInterfaceMockRecorder) DeleteRoleBinding(arg0, arg1 interface{}) *gomock.Call
DeleteRoleBinding indicates an expected call of DeleteRoleBinding
func (*MockInterfaceMockRecorder) DeleteSecret ¶
func (mr *MockInterfaceMockRecorder) DeleteSecret(arg0, arg1 interface{}) *gomock.Call
DeleteSecret indicates an expected call of DeleteSecret
func (*MockInterfaceMockRecorder) DeleteService ¶
func (mr *MockInterfaceMockRecorder) DeleteService(arg0, arg1 interface{}) *gomock.Call
DeleteService indicates an expected call of DeleteService
func (*MockInterfaceMockRecorder) DeleteServiceAccount ¶
func (mr *MockInterfaceMockRecorder) DeleteServiceAccount(arg0, arg1 interface{}) *gomock.Call
DeleteServiceAccount indicates an expected call of DeleteServiceAccount
func (*MockInterfaceMockRecorder) DeleteStatefulSet ¶
func (mr *MockInterfaceMockRecorder) DeleteStatefulSet(arg0, arg1 interface{}) *gomock.Call
DeleteStatefulSet indicates an expected call of DeleteStatefulSet
func (*MockInterfaceMockRecorder) ForwardPodPort ¶
func (mr *MockInterfaceMockRecorder) ForwardPodPort(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ForwardPodPort indicates an expected call of ForwardPodPort
func (*MockInterfaceMockRecorder) Garden ¶
func (mr *MockInterfaceMockRecorder) Garden() *gomock.Call
Garden indicates an expected call of Garden
func (*MockInterfaceMockRecorder) GardenCore ¶
func (mr *MockInterfaceMockRecorder) GardenCore() *gomock.Call
GardenCore indicates an expected call of GardenCore
func (*MockInterfaceMockRecorder) GetConfigMap ¶
func (mr *MockInterfaceMockRecorder) GetConfigMap(arg0, arg1 interface{}) *gomock.Call
GetConfigMap indicates an expected call of GetConfigMap
func (*MockInterfaceMockRecorder) GetDeployment ¶
func (mr *MockInterfaceMockRecorder) GetDeployment(arg0, arg1 interface{}) *gomock.Call
GetDeployment indicates an expected call of GetDeployment
func (*MockInterfaceMockRecorder) GetJob ¶
func (mr *MockInterfaceMockRecorder) GetJob(arg0, arg1 interface{}) *gomock.Call
GetJob indicates an expected call of GetJob
func (*MockInterfaceMockRecorder) GetNamespace ¶
func (mr *MockInterfaceMockRecorder) GetNamespace(arg0 interface{}) *gomock.Call
GetNamespace indicates an expected call of GetNamespace
func (*MockInterfaceMockRecorder) GetPod ¶
func (mr *MockInterfaceMockRecorder) GetPod(arg0, arg1 interface{}) *gomock.Call
GetPod indicates an expected call of GetPod
func (*MockInterfaceMockRecorder) GetResourceAPIGroups ¶
func (mr *MockInterfaceMockRecorder) GetResourceAPIGroups() *gomock.Call
GetResourceAPIGroups indicates an expected call of GetResourceAPIGroups
func (*MockInterfaceMockRecorder) GetSecret ¶
func (mr *MockInterfaceMockRecorder) GetSecret(arg0, arg1 interface{}) *gomock.Call
GetSecret indicates an expected call of GetSecret
func (*MockInterfaceMockRecorder) GetService ¶
func (mr *MockInterfaceMockRecorder) GetService(arg0, arg1 interface{}) *gomock.Call
GetService indicates an expected call of GetService
func (*MockInterfaceMockRecorder) Kubernetes ¶
func (mr *MockInterfaceMockRecorder) Kubernetes() *gomock.Call
Kubernetes indicates an expected call of Kubernetes
func (*MockInterfaceMockRecorder) ListAPIServices ¶
func (mr *MockInterfaceMockRecorder) ListAPIServices(arg0 interface{}) *gomock.Call
ListAPIServices indicates an expected call of ListAPIServices
func (*MockInterfaceMockRecorder) ListCRDs ¶
func (mr *MockInterfaceMockRecorder) ListCRDs(arg0 interface{}) *gomock.Call
ListCRDs indicates an expected call of ListCRDs
func (*MockInterfaceMockRecorder) ListDeployments ¶
func (mr *MockInterfaceMockRecorder) ListDeployments(arg0, arg1 interface{}) *gomock.Call
ListDeployments indicates an expected call of ListDeployments
func (*MockInterfaceMockRecorder) ListNamespaces ¶
func (mr *MockInterfaceMockRecorder) ListNamespaces(arg0 interface{}) *gomock.Call
ListNamespaces indicates an expected call of ListNamespaces
func (*MockInterfaceMockRecorder) ListNodes ¶
func (mr *MockInterfaceMockRecorder) ListNodes(arg0 interface{}) *gomock.Call
ListNodes indicates an expected call of ListNodes
func (*MockInterfaceMockRecorder) ListPods ¶
func (mr *MockInterfaceMockRecorder) ListPods(arg0, arg1 interface{}) *gomock.Call
ListPods indicates an expected call of ListPods
func (*MockInterfaceMockRecorder) ListRoleBindings ¶
func (mr *MockInterfaceMockRecorder) ListRoleBindings(arg0, arg1 interface{}) *gomock.Call
ListRoleBindings indicates an expected call of ListRoleBindings
func (*MockInterfaceMockRecorder) ListSecrets ¶
func (mr *MockInterfaceMockRecorder) ListSecrets(arg0, arg1 interface{}) *gomock.Call
ListSecrets indicates an expected call of ListSecrets
func (*MockInterfaceMockRecorder) ListStatefulSets ¶
func (mr *MockInterfaceMockRecorder) ListStatefulSets(arg0, arg1 interface{}) *gomock.Call
ListStatefulSets indicates an expected call of ListStatefulSets
func (*MockInterfaceMockRecorder) Machine ¶
func (mr *MockInterfaceMockRecorder) Machine() *gomock.Call
Machine indicates an expected call of Machine
func (*MockInterfaceMockRecorder) PatchDeployment ¶
func (mr *MockInterfaceMockRecorder) PatchDeployment(arg0, arg1, arg2 interface{}) *gomock.Call
PatchDeployment indicates an expected call of PatchDeployment
func (*MockInterfaceMockRecorder) PatchNamespace ¶
func (mr *MockInterfaceMockRecorder) PatchNamespace(arg0, arg1 interface{}) *gomock.Call
PatchNamespace indicates an expected call of PatchNamespace
func (*MockInterfaceMockRecorder) RESTClient ¶
func (mr *MockInterfaceMockRecorder) RESTClient() *gomock.Call
RESTClient indicates an expected call of RESTClient
func (*MockInterfaceMockRecorder) RESTConfig ¶
func (mr *MockInterfaceMockRecorder) RESTConfig() *gomock.Call
RESTConfig indicates an expected call of RESTConfig
func (*MockInterfaceMockRecorder) RESTMapper ¶
func (mr *MockInterfaceMockRecorder) RESTMapper() *gomock.Call
RESTMapper indicates an expected call of RESTMapper
func (*MockInterfaceMockRecorder) UpdateConfigMap ¶
func (mr *MockInterfaceMockRecorder) UpdateConfigMap(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateConfigMap indicates an expected call of UpdateConfigMap
func (*MockInterfaceMockRecorder) UpdateSecretObject ¶
func (mr *MockInterfaceMockRecorder) UpdateSecretObject(arg0 interface{}) *gomock.Call
UpdateSecretObject indicates an expected call of UpdateSecretObject
func (*MockInterfaceMockRecorder) Version ¶
func (mr *MockInterfaceMockRecorder) Version() *gomock.Call
Version indicates an expected call of Version