Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeIK8sClient
- func (fake *FakeIK8sClient) CRDs(arg1 string, arg2 string, arg3 string) (*unstructured.UnstructuredList, error)
- func (fake *FakeIK8sClient) CRDsArgsForCall(i int) (string, string, string)
- func (fake *FakeIK8sClient) CRDsCallCount() int
- func (fake *FakeIK8sClient) CRDsCalls(stub func(string, string, string) (*unstructured.UnstructuredList, error))
- func (fake *FakeIK8sClient) CRDsReturns(result1 *unstructured.UnstructuredList, result2 error)
- func (fake *FakeIK8sClient) CRDsReturnsOnCall(i int, result1 *unstructured.UnstructuredList, result2 error)
- func (fake *FakeIK8sClient) Invocations() map[string][][]interface{}
- func (fake *FakeIK8sClient) Pods(arg1 string) (*v1.PodList, error)
- func (fake *FakeIK8sClient) PodsArgsForCall(i int) string
- func (fake *FakeIK8sClient) PodsCallCount() int
- func (fake *FakeIK8sClient) PodsCalls(stub func(string) (*v1.PodList, error))
- func (fake *FakeIK8sClient) PodsReturns(result1 *v1.PodList, result2 error)
- func (fake *FakeIK8sClient) PodsReturnsOnCall(i int, result1 *v1.PodList, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeIK8sClient ¶
type FakeIK8sClient struct { CRDsStub func(string, string, string) (*unstructured.UnstructuredList, error) PodsStub func(string) (*v1.PodList, error) // contains filtered or unexported fields }
func (*FakeIK8sClient) CRDs ¶
func (fake *FakeIK8sClient) CRDs(arg1 string, arg2 string, arg3 string) (*unstructured.UnstructuredList, error)
func (*FakeIK8sClient) CRDsArgsForCall ¶
func (fake *FakeIK8sClient) CRDsArgsForCall(i int) (string, string, string)
func (*FakeIK8sClient) CRDsCallCount ¶
func (fake *FakeIK8sClient) CRDsCallCount() int
func (*FakeIK8sClient) CRDsCalls ¶
func (fake *FakeIK8sClient) CRDsCalls(stub func(string, string, string) (*unstructured.UnstructuredList, error))
func (*FakeIK8sClient) CRDsReturns ¶
func (fake *FakeIK8sClient) CRDsReturns(result1 *unstructured.UnstructuredList, result2 error)
func (*FakeIK8sClient) CRDsReturnsOnCall ¶
func (fake *FakeIK8sClient) CRDsReturnsOnCall(i int, result1 *unstructured.UnstructuredList, result2 error)
func (*FakeIK8sClient) Invocations ¶
func (fake *FakeIK8sClient) Invocations() map[string][][]interface{}
func (*FakeIK8sClient) PodsArgsForCall ¶
func (fake *FakeIK8sClient) PodsArgsForCall(i int) string
func (*FakeIK8sClient) PodsCallCount ¶
func (fake *FakeIK8sClient) PodsCallCount() int
func (*FakeIK8sClient) PodsCalls ¶
func (fake *FakeIK8sClient) PodsCalls(stub func(string) (*v1.PodList, error))
func (*FakeIK8sClient) PodsReturns ¶
func (fake *FakeIK8sClient) PodsReturns(result1 *v1.PodList, result2 error)
func (*FakeIK8sClient) PodsReturnsOnCall ¶
func (fake *FakeIK8sClient) PodsReturnsOnCall(i int, result1 *v1.PodList, result2 error)
Click to show internal directories.
Click to hide internal directories.