fluxfakes

package
v0.1.0-rc.1 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: MPL-2.0 Imports: 2 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 FakeFlux

type FakeFlux struct {
	CreateHelmReleaseGitRepositoryStub func(string, string, string, string) ([]byte, error)

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

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

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

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

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

	InstallStub func(string, bool) ([]byte, error)

	UninstallStub func(string, bool) error
	// contains filtered or unexported fields
}

func (*FakeFlux) CreateHelmReleaseGitRepository

func (fake *FakeFlux) CreateHelmReleaseGitRepository(arg1 string, arg2 string, arg3 string, arg4 string) ([]byte, error)

func (*FakeFlux) CreateHelmReleaseGitRepositoryArgsForCall

func (fake *FakeFlux) CreateHelmReleaseGitRepositoryArgsForCall(i int) (string, string, string, string)

func (*FakeFlux) CreateHelmReleaseGitRepositoryCallCount

func (fake *FakeFlux) CreateHelmReleaseGitRepositoryCallCount() int

func (*FakeFlux) CreateHelmReleaseGitRepositoryCalls

func (fake *FakeFlux) CreateHelmReleaseGitRepositoryCalls(stub func(string, string, string, string) ([]byte, error))

func (*FakeFlux) CreateHelmReleaseGitRepositoryReturns

func (fake *FakeFlux) CreateHelmReleaseGitRepositoryReturns(result1 []byte, result2 error)

func (*FakeFlux) CreateHelmReleaseGitRepositoryReturnsOnCall

func (fake *FakeFlux) CreateHelmReleaseGitRepositoryReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeFlux) CreateHelmReleaseHelmRepository

func (fake *FakeFlux) CreateHelmReleaseHelmRepository(arg1 string, arg2 string, arg3 string) ([]byte, error)

func (*FakeFlux) CreateHelmReleaseHelmRepositoryArgsForCall

func (fake *FakeFlux) CreateHelmReleaseHelmRepositoryArgsForCall(i int) (string, string, string)

func (*FakeFlux) CreateHelmReleaseHelmRepositoryCallCount

func (fake *FakeFlux) CreateHelmReleaseHelmRepositoryCallCount() int

func (*FakeFlux) CreateHelmReleaseHelmRepositoryCalls

func (fake *FakeFlux) CreateHelmReleaseHelmRepositoryCalls(stub func(string, string, string) ([]byte, error))

func (*FakeFlux) CreateHelmReleaseHelmRepositoryReturns

func (fake *FakeFlux) CreateHelmReleaseHelmRepositoryReturns(result1 []byte, result2 error)

func (*FakeFlux) CreateHelmReleaseHelmRepositoryReturnsOnCall

func (fake *FakeFlux) CreateHelmReleaseHelmRepositoryReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeFlux) CreateKustomization

func (fake *FakeFlux) CreateKustomization(arg1 string, arg2 string, arg3 string, arg4 string) ([]byte, error)

func (*FakeFlux) CreateKustomizationArgsForCall

func (fake *FakeFlux) CreateKustomizationArgsForCall(i int) (string, string, string, string)

func (*FakeFlux) CreateKustomizationCallCount

func (fake *FakeFlux) CreateKustomizationCallCount() int

func (*FakeFlux) CreateKustomizationCalls

func (fake *FakeFlux) CreateKustomizationCalls(stub func(string, string, string, string) ([]byte, error))

func (*FakeFlux) CreateKustomizationReturns

func (fake *FakeFlux) CreateKustomizationReturns(result1 []byte, result2 error)

func (*FakeFlux) CreateKustomizationReturnsOnCall

func (fake *FakeFlux) CreateKustomizationReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeFlux) CreateSecretGit

func (fake *FakeFlux) CreateSecretGit(arg1 string, arg2 string, arg3 string) ([]byte, error)

func (*FakeFlux) CreateSecretGitArgsForCall

func (fake *FakeFlux) CreateSecretGitArgsForCall(i int) (string, string, string)

func (*FakeFlux) CreateSecretGitCallCount

func (fake *FakeFlux) CreateSecretGitCallCount() int

func (*FakeFlux) CreateSecretGitCalls

func (fake *FakeFlux) CreateSecretGitCalls(stub func(string, string, string) ([]byte, error))

func (*FakeFlux) CreateSecretGitReturns

func (fake *FakeFlux) CreateSecretGitReturns(result1 []byte, result2 error)

func (*FakeFlux) CreateSecretGitReturnsOnCall

func (fake *FakeFlux) CreateSecretGitReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeFlux) CreateSourceGit

func (fake *FakeFlux) CreateSourceGit(arg1 string, arg2 string, arg3 string, arg4 string, arg5 string) ([]byte, error)

func (*FakeFlux) CreateSourceGitArgsForCall

func (fake *FakeFlux) CreateSourceGitArgsForCall(i int) (string, string, string, string, string)

func (*FakeFlux) CreateSourceGitCallCount

func (fake *FakeFlux) CreateSourceGitCallCount() int

func (*FakeFlux) CreateSourceGitCalls

func (fake *FakeFlux) CreateSourceGitCalls(stub func(string, string, string, string, string) ([]byte, error))

func (*FakeFlux) CreateSourceGitReturns

func (fake *FakeFlux) CreateSourceGitReturns(result1 []byte, result2 error)

func (*FakeFlux) CreateSourceGitReturnsOnCall

func (fake *FakeFlux) CreateSourceGitReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeFlux) CreateSourceHelm

func (fake *FakeFlux) CreateSourceHelm(arg1 string, arg2 string, arg3 string) ([]byte, error)

func (*FakeFlux) CreateSourceHelmArgsForCall

func (fake *FakeFlux) CreateSourceHelmArgsForCall(i int) (string, string, string)

func (*FakeFlux) CreateSourceHelmCallCount

func (fake *FakeFlux) CreateSourceHelmCallCount() int

func (*FakeFlux) CreateSourceHelmCalls

func (fake *FakeFlux) CreateSourceHelmCalls(stub func(string, string, string) ([]byte, error))

func (*FakeFlux) CreateSourceHelmReturns

func (fake *FakeFlux) CreateSourceHelmReturns(result1 []byte, result2 error)

func (*FakeFlux) CreateSourceHelmReturnsOnCall

func (fake *FakeFlux) CreateSourceHelmReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeFlux) Install

func (fake *FakeFlux) Install(arg1 string, arg2 bool) ([]byte, error)

func (*FakeFlux) InstallArgsForCall

func (fake *FakeFlux) InstallArgsForCall(i int) (string, bool)

func (*FakeFlux) InstallCallCount

func (fake *FakeFlux) InstallCallCount() int

func (*FakeFlux) InstallCalls

func (fake *FakeFlux) InstallCalls(stub func(string, bool) ([]byte, error))

func (*FakeFlux) InstallReturns

func (fake *FakeFlux) InstallReturns(result1 []byte, result2 error)

func (*FakeFlux) InstallReturnsOnCall

func (fake *FakeFlux) InstallReturnsOnCall(i int, result1 []byte, result2 error)

func (*FakeFlux) Invocations

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

func (*FakeFlux) Uninstall

func (fake *FakeFlux) Uninstall(arg1 string, arg2 bool) error

func (*FakeFlux) UninstallArgsForCall

func (fake *FakeFlux) UninstallArgsForCall(i int) (string, bool)

func (*FakeFlux) UninstallCallCount

func (fake *FakeFlux) UninstallCallCount() int

func (*FakeFlux) UninstallCalls

func (fake *FakeFlux) UninstallCalls(stub func(string, bool) error)

func (*FakeFlux) UninstallReturns

func (fake *FakeFlux) UninstallReturns(result1 error)

func (*FakeFlux) UninstallReturnsOnCall

func (fake *FakeFlux) UninstallReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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