Versions in this module Expand all Collapse all v1 v1.7.0 Feb 14, 2023 Changes in this version + func NewFakeHelmInvoker(namespace string, skipRelease bool, clientset kubernetes.Interface) k8s.HelmWrapper + type Client struct + HelmInvoker k8s.HelmWrapper + func NewFakeK8s(namespace string, skipRelease bool, objects ...runtime.Object) *Client + func (k *Client) APIExtensionClientSet() apiextension.Interface + func (k *Client) APIRegistrationClientSet() aggregator.Interface + func (k *Client) ClientSet() kubernetes.Interface + func (k *Client) Config() *rest.Config + func (k *Client) DynamicClientSet() dynamic.Interface + func (k *Client) HelmAction(string) (*action.Configuration, error) + func (k *Client) MeshExists() (bool, error) + func (k *Client) MetricsClientSet() metrics.Interface + func (k *Client) Namespace() string + type FakeClient struct + APIExtensionClientSetStub func() clientset.Interface + APIRegistrationClientSetStub func() clientseta.Interface + ClientSetStub func() kubernetes.Interface + ConfigStub func() *rest.Config + DynamicClientSetStub func() dynamic.Interface + HelmActionStub func(string) (*action.Configuration, error) + MeshExistsStub func() (bool, error) + MetricsClientSetStub func() versioned.Interface + NamespaceStub func() string + func (fake *FakeClient) APIExtensionClientSet() clientset.Interface + func (fake *FakeClient) APIExtensionClientSetCallCount() int + func (fake *FakeClient) APIExtensionClientSetCalls(stub func() clientset.Interface) + func (fake *FakeClient) APIExtensionClientSetReturns(result1 clientset.Interface) + func (fake *FakeClient) APIExtensionClientSetReturnsOnCall(i int, result1 clientset.Interface) + func (fake *FakeClient) APIRegistrationClientSet() clientseta.Interface + func (fake *FakeClient) APIRegistrationClientSetCallCount() int + func (fake *FakeClient) APIRegistrationClientSetCalls(stub func() clientseta.Interface) + func (fake *FakeClient) APIRegistrationClientSetReturns(result1 clientseta.Interface) + func (fake *FakeClient) APIRegistrationClientSetReturnsOnCall(i int, result1 clientseta.Interface) + func (fake *FakeClient) ClientSet() kubernetes.Interface + func (fake *FakeClient) ClientSetCallCount() int + func (fake *FakeClient) ClientSetCalls(stub func() kubernetes.Interface) + func (fake *FakeClient) ClientSetReturns(result1 kubernetes.Interface) + func (fake *FakeClient) ClientSetReturnsOnCall(i int, result1 kubernetes.Interface) + func (fake *FakeClient) Config() *rest.Config + func (fake *FakeClient) ConfigCallCount() int + func (fake *FakeClient) ConfigCalls(stub func() *rest.Config) + func (fake *FakeClient) ConfigReturns(result1 *rest.Config) + func (fake *FakeClient) ConfigReturnsOnCall(i int, result1 *rest.Config) + func (fake *FakeClient) DynamicClientSet() dynamic.Interface + func (fake *FakeClient) DynamicClientSetCallCount() int + func (fake *FakeClient) DynamicClientSetCalls(stub func() dynamic.Interface) + func (fake *FakeClient) DynamicClientSetReturns(result1 dynamic.Interface) + func (fake *FakeClient) DynamicClientSetReturnsOnCall(i int, result1 dynamic.Interface) + func (fake *FakeClient) HelmAction(arg1 string) (*action.Configuration, error) + func (fake *FakeClient) HelmActionArgsForCall(i int) string + func (fake *FakeClient) HelmActionCallCount() int + func (fake *FakeClient) HelmActionCalls(stub func(string) (*action.Configuration, error)) + func (fake *FakeClient) HelmActionReturns(result1 *action.Configuration, result2 error) + func (fake *FakeClient) HelmActionReturnsOnCall(i int, result1 *action.Configuration, result2 error) + func (fake *FakeClient) Invocations() map[string][][]interface{} + func (fake *FakeClient) MeshExists() (bool, error) + func (fake *FakeClient) MeshExistsCallCount() int + func (fake *FakeClient) MeshExistsCalls(stub func() (bool, error)) + func (fake *FakeClient) MeshExistsReturns(result1 bool, result2 error) + func (fake *FakeClient) MeshExistsReturnsOnCall(i int, result1 bool, result2 error) + func (fake *FakeClient) MetricsClientSet() versioned.Interface + func (fake *FakeClient) MetricsClientSetCallCount() int + func (fake *FakeClient) MetricsClientSetCalls(stub func() versioned.Interface) + func (fake *FakeClient) MetricsClientSetReturns(result1 versioned.Interface) + func (fake *FakeClient) MetricsClientSetReturnsOnCall(i int, result1 versioned.Interface) + func (fake *FakeClient) Namespace() string + func (fake *FakeClient) NamespaceCallCount() int + func (fake *FakeClient) NamespaceCalls(stub func() string) + func (fake *FakeClient) NamespaceReturns(result1 string) + func (fake *FakeClient) NamespaceReturnsOnCall(i int, result1 string)