kubefakes

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2021 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeKube

type FakeKube struct {
	ApplyStub func([]byte, string) ([]byte, error)

	DeleteStub func([]byte, string) ([]byte, error)

	FluxPresentStub func(context.Context) (bool, error)

	GetApplicationStub func(context.Context, string) (*v1alpha1.Application, error)

	GetApplicationsStub func(context.Context, string) ([]v1alpha1.Application, error)

	GetClusterNameStub func(context.Context) (string, error)

	GetClusterStatusStub func(context.Context) kube.ClusterStatus

	LabelExistsInClusterStub func(context.Context, string) error

	SecretPresentStub func(context.Context, string, string) (bool, error)
	// contains filtered or unexported fields
}

func (*FakeKube) Apply

func (fake *FakeKube) Apply(arg1 []byte, arg2 string) ([]byte, error)

func (*FakeKube) ApplyArgsForCall

func (fake *FakeKube) ApplyArgsForCall(i int) ([]byte, string)

func (*FakeKube) ApplyCallCount

func (fake *FakeKube) ApplyCallCount() int

func (*FakeKube) ApplyCalls

func (fake *FakeKube) ApplyCalls(stub func([]byte, string) ([]byte, error))

func (*FakeKube) ApplyReturns

func (fake *FakeKube) ApplyReturns(result1 []byte, result2 error)

func (*FakeKube) ApplyReturnsOnCall

func (fake *FakeKube) ApplyReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeKube) Delete

func (fake *FakeKube) Delete(arg1 []byte, arg2 string) ([]byte, error)

func (*FakeKube) DeleteArgsForCall

func (fake *FakeKube) DeleteArgsForCall(i int) ([]byte, string)

func (*FakeKube) DeleteCallCount

func (fake *FakeKube) DeleteCallCount() int

func (*FakeKube) DeleteCalls

func (fake *FakeKube) DeleteCalls(stub func([]byte, string) ([]byte, error))

func (*FakeKube) DeleteReturns

func (fake *FakeKube) DeleteReturns(result1 []byte, result2 error)

func (*FakeKube) DeleteReturnsOnCall

func (fake *FakeKube) DeleteReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeKube) FluxPresent

func (fake *FakeKube) FluxPresent(arg1 context.Context) (bool, error)

func (*FakeKube) FluxPresentArgsForCall added in v0.2.0

func (fake *FakeKube) FluxPresentArgsForCall(i int) context.Context

func (*FakeKube) FluxPresentCallCount

func (fake *FakeKube) FluxPresentCallCount() int

func (*FakeKube) FluxPresentCalls

func (fake *FakeKube) FluxPresentCalls(stub func(context.Context) (bool, error))

func (*FakeKube) FluxPresentReturns

func (fake *FakeKube) FluxPresentReturns(result1 bool, result2 error)

func (*FakeKube) FluxPresentReturnsOnCall

func (fake *FakeKube) FluxPresentReturnsOnCall(i int, result1 bool, result2 error)

func (*FakeKube) GetApplication

func (fake *FakeKube) GetApplication(arg1 context.Context, arg2 string) (*v1alpha1.Application, error)

func (*FakeKube) GetApplicationArgsForCall

func (fake *FakeKube) GetApplicationArgsForCall(i int) (context.Context, string)

func (*FakeKube) GetApplicationCallCount

func (fake *FakeKube) GetApplicationCallCount() int

func (*FakeKube) GetApplicationCalls

func (fake *FakeKube) GetApplicationCalls(stub func(context.Context, string) (*v1alpha1.Application, error))

func (*FakeKube) GetApplicationReturns

func (fake *FakeKube) GetApplicationReturns(result1 *v1alpha1.Application, result2 error)

func (*FakeKube) GetApplicationReturnsOnCall

func (fake *FakeKube) GetApplicationReturnsOnCall(i int, result1 *v1alpha1.Application, result2 error)

func (*FakeKube) GetApplications added in v0.2.0

func (fake *FakeKube) GetApplications(arg1 context.Context, arg2 string) ([]v1alpha1.Application, error)

func (*FakeKube) GetApplicationsArgsForCall added in v0.2.0

func (fake *FakeKube) GetApplicationsArgsForCall(i int) (context.Context, string)

func (*FakeKube) GetApplicationsCallCount added in v0.2.0

func (fake *FakeKube) GetApplicationsCallCount() int

func (*FakeKube) GetApplicationsCalls added in v0.2.0

func (fake *FakeKube) GetApplicationsCalls(stub func(context.Context, string) ([]v1alpha1.Application, error))

func (*FakeKube) GetApplicationsReturns added in v0.2.0

func (fake *FakeKube) GetApplicationsReturns(result1 []v1alpha1.Application, result2 error)

func (*FakeKube) GetApplicationsReturnsOnCall added in v0.2.0

func (fake *FakeKube) GetApplicationsReturnsOnCall(i int, result1 []v1alpha1.Application, result2 error)

func (*FakeKube) GetClusterName

func (fake *FakeKube) GetClusterName(arg1 context.Context) (string, error)

func (*FakeKube) GetClusterNameArgsForCall added in v0.2.0

func (fake *FakeKube) GetClusterNameArgsForCall(i int) context.Context

func (*FakeKube) GetClusterNameCallCount

func (fake *FakeKube) GetClusterNameCallCount() int

func (*FakeKube) GetClusterNameCalls

func (fake *FakeKube) GetClusterNameCalls(stub func(context.Context) (string, error))

func (*FakeKube) GetClusterNameReturns

func (fake *FakeKube) GetClusterNameReturns(result1 string, result2 error)

func (*FakeKube) GetClusterNameReturnsOnCall

func (fake *FakeKube) GetClusterNameReturnsOnCall(i int, result1 string, result2 error)

func (*FakeKube) GetClusterStatus

func (fake *FakeKube) GetClusterStatus(arg1 context.Context) kube.ClusterStatus

func (*FakeKube) GetClusterStatusArgsForCall added in v0.2.0

func (fake *FakeKube) GetClusterStatusArgsForCall(i int) context.Context

func (*FakeKube) GetClusterStatusCallCount

func (fake *FakeKube) GetClusterStatusCallCount() int

func (*FakeKube) GetClusterStatusCalls

func (fake *FakeKube) GetClusterStatusCalls(stub func(context.Context) kube.ClusterStatus)

func (*FakeKube) GetClusterStatusReturns

func (fake *FakeKube) GetClusterStatusReturns(result1 kube.ClusterStatus)

func (*FakeKube) GetClusterStatusReturnsOnCall

func (fake *FakeKube) GetClusterStatusReturnsOnCall(i int, result1 kube.ClusterStatus)

func (*FakeKube) Invocations

func (fake *FakeKube) Invocations() map[string][][]interface{}

func (*FakeKube) LabelExistsInCluster added in v0.2.0

func (fake *FakeKube) LabelExistsInCluster(arg1 context.Context, arg2 string) error

func (*FakeKube) LabelExistsInClusterArgsForCall added in v0.2.0

func (fake *FakeKube) LabelExistsInClusterArgsForCall(i int) (context.Context, string)

func (*FakeKube) LabelExistsInClusterCallCount added in v0.2.0

func (fake *FakeKube) LabelExistsInClusterCallCount() int

func (*FakeKube) LabelExistsInClusterCalls added in v0.2.0

func (fake *FakeKube) LabelExistsInClusterCalls(stub func(context.Context, string) error)

func (*FakeKube) LabelExistsInClusterReturns added in v0.2.0

func (fake *FakeKube) LabelExistsInClusterReturns(result1 error)

func (*FakeKube) LabelExistsInClusterReturnsOnCall added in v0.2.0

func (fake *FakeKube) LabelExistsInClusterReturnsOnCall(i int, result1 error)

func (*FakeKube) SecretPresent

func (fake *FakeKube) SecretPresent(arg1 context.Context, arg2 string, arg3 string) (bool, error)

func (*FakeKube) SecretPresentArgsForCall

func (fake *FakeKube) SecretPresentArgsForCall(i int) (context.Context, string, string)

func (*FakeKube) SecretPresentCallCount

func (fake *FakeKube) SecretPresentCallCount() int

func (*FakeKube) SecretPresentCalls

func (fake *FakeKube) SecretPresentCalls(stub func(context.Context, string, string) (bool, error))

func (*FakeKube) SecretPresentReturns

func (fake *FakeKube) SecretPresentReturns(result1 bool, result2 error)

func (*FakeKube) SecretPresentReturnsOnCall

func (fake *FakeKube) SecretPresentReturnsOnCall(i int, result1 bool, result2 error)

Jump to

Keyboard shortcuts

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