clients_test

package
v1.3.1119 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2019 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockFactory

type MockFactory struct {
	// contains filtered or unexported fields
}

func NewMockFactory

func NewMockFactory(options ...pegomock.Option) *MockFactory

func (*MockFactory) AuthMergePipelineSecrets

func (mock *MockFactory) AuthMergePipelineSecrets(_param0 *auth.AuthConfig, _param1 *v1.SecretList, _param2 string, _param3 bool) error

func (*MockFactory) CreateAddonAuthConfigService

func (mock *MockFactory) CreateAddonAuthConfigService(_param0 string, _param1 *v1.SecretList) (auth.ConfigService, error)

func (*MockFactory) CreateApiExtensionsClient

func (mock *MockFactory) CreateApiExtensionsClient() (clientset.Interface, error)

func (*MockFactory) CreateAuthConfigService

func (mock *MockFactory) CreateAuthConfigService(_param0 string, _param1 string) (auth.ConfigService, error)

func (*MockFactory) CreateCertManagerClient

func (mock *MockFactory) CreateCertManagerClient() (versioned1.Interface, error)

func (*MockFactory) CreateChartmuseumAuthConfigService

func (mock *MockFactory) CreateChartmuseumAuthConfigService(_param0 string) (auth.ConfigService, error)

func (*MockFactory) CreateChatAuthConfigService

func (mock *MockFactory) CreateChatAuthConfigService(_param0 string, _param1 *v1.SecretList) (auth.ConfigService, error)

func (*MockFactory) CreateComplianceClient

func (mock *MockFactory) CreateComplianceClient() (*client.SonobuoyClient, error)

func (*MockFactory) CreateCustomJenkinsClient added in v1.3.924

func (mock *MockFactory) CreateCustomJenkinsClient(_param0 kubernetes.Interface, _param1 string, _param2 string, _param3 terminal.FileReader, _param4 terminal.FileWriter, _param5 io.Writer) (golang_jenkins.JenkinsClient, error)

func (*MockFactory) CreateDynamicClient

func (mock *MockFactory) CreateDynamicClient() (*dynamic.APIHelper, string, error)

func (*MockFactory) CreateGitProvider

func (mock *MockFactory) CreateGitProvider(_param0 string, _param1 string, _param2 auth.ConfigService, _param3 string, _param4 bool, _param5 gits.Gitter, _param6 terminal.FileReader, _param7 terminal.FileWriter, _param8 io.Writer) (gits.GitProvider, error)

func (*MockFactory) CreateHelm

func (mock *MockFactory) CreateHelm(_param0 bool, _param1 string, _param2 bool, _param3 bool) helm.Helmer

func (*MockFactory) CreateIssueTrackerAuthConfigService

func (mock *MockFactory) CreateIssueTrackerAuthConfigService(_param0 string, _param1 *v1.SecretList) (auth.ConfigService, error)

func (*MockFactory) CreateJXClient

func (mock *MockFactory) CreateJXClient() (versioned0.Interface, string, error)

func (*MockFactory) CreateJenkinsAuthConfigService

func (mock *MockFactory) CreateJenkinsAuthConfigService(_param0 kubernetes.Interface, _param1 string, _param2 string) (auth.ConfigService, error)

func (*MockFactory) CreateJenkinsClient

func (mock *MockFactory) CreateJenkinsClient(_param0 kubernetes.Interface, _param1 string, _param2 terminal.FileReader, _param3 terminal.FileWriter, _param4 io.Writer) (golang_jenkins.JenkinsClient, error)

func (*MockFactory) CreateKnativeBuildClient

func (mock *MockFactory) CreateKnativeBuildClient() (versioned2.Interface, string, error)

func (*MockFactory) CreateKnativeServeClient added in v1.3.1074

func (mock *MockFactory) CreateKnativeServeClient() (versioned3.Interface, string, error)

func (*MockFactory) CreateKubeClient

func (mock *MockFactory) CreateKubeClient() (kubernetes.Interface, string, error)

func (*MockFactory) CreateKubeConfig

func (mock *MockFactory) CreateKubeConfig() (*rest.Config, error)

func (*MockFactory) CreateMetricsClient

func (mock *MockFactory) CreateMetricsClient() (*versioned5.Clientset, error)

func (*MockFactory) CreateSystemVaultClient

func (mock *MockFactory) CreateSystemVaultClient(_param0 string) (vault.Client, error)

func (*MockFactory) CreateTable

func (mock *MockFactory) CreateTable(_param0 io.Writer) table.Table

func (*MockFactory) CreateTektonClient added in v1.3.921

func (mock *MockFactory) CreateTektonClient() (versioned4.Interface, string, error)

func (*MockFactory) CreateVaultClient

func (mock *MockFactory) CreateVaultClient(_param0 string, _param1 string) (vault.Client, error)

func (*MockFactory) CreateVaultOperatorClient

func (mock *MockFactory) CreateVaultOperatorClient() (versioned.Interface, error)

func (*MockFactory) FailHandler added in v1.3.1104

func (mock *MockFactory) FailHandler() pegomock.FailHandler

func (*MockFactory) GetCustomJenkinsURL added in v1.3.924

func (mock *MockFactory) GetCustomJenkinsURL(_param0 kubernetes.Interface, _param1 string, _param2 string) (string, error)

func (*MockFactory) GetJenkinsURL

func (mock *MockFactory) GetJenkinsURL(_param0 kubernetes.Interface, _param1 string) (string, error)

func (*MockFactory) ImpersonateUser

func (mock *MockFactory) ImpersonateUser(_param0 string) clients.Factory

func (*MockFactory) IsInCDPipeline

func (mock *MockFactory) IsInCDPipeline() bool

func (*MockFactory) IsInCluster

func (mock *MockFactory) IsInCluster() bool

func (*MockFactory) ResetSecretsLocation

func (mock *MockFactory) ResetSecretsLocation()

func (*MockFactory) SecretsLocation

func (mock *MockFactory) SecretsLocation() secrets.SecretsLocationKind

func (*MockFactory) SetBatch

func (mock *MockFactory) SetBatch(_param0 bool)

func (*MockFactory) SetFailHandler added in v1.3.1104

func (mock *MockFactory) SetFailHandler(fh pegomock.FailHandler)

func (*MockFactory) SetOffline

func (mock *MockFactory) SetOffline(_param0 bool)

func (*MockFactory) SetSecretsLocation

func (mock *MockFactory) SetSecretsLocation(_param0 secrets.SecretsLocationKind, _param1 bool) error

func (*MockFactory) VerifyWasCalled

func (mock *MockFactory) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierMockFactory

func (*MockFactory) VerifyWasCalledEventually

func (mock *MockFactory) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierMockFactory

func (*MockFactory) VerifyWasCalledInOrder

func (mock *MockFactory) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierMockFactory

func (*MockFactory) VerifyWasCalledOnce

func (mock *MockFactory) VerifyWasCalledOnce() *VerifierMockFactory

func (*MockFactory) WithBearerToken

func (mock *MockFactory) WithBearerToken(_param0 string) clients.Factory

type MockFactory_AuthMergePipelineSecrets_OngoingVerification added in v1.3.1104

type MockFactory_AuthMergePipelineSecrets_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_AuthMergePipelineSecrets_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_AuthMergePipelineSecrets_OngoingVerification) GetAllCapturedArguments() (_param0 []*auth.AuthConfig, _param1 []*v1.SecretList, _param2 []string, _param3 []bool)

func (*MockFactory_AuthMergePipelineSecrets_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateAddonAuthConfigService_OngoingVerification added in v1.3.1104

type MockFactory_CreateAddonAuthConfigService_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateAddonAuthConfigService_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateAddonAuthConfigService_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []*v1.SecretList)

func (*MockFactory_CreateAddonAuthConfigService_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateApiExtensionsClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateApiExtensionsClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateApiExtensionsClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateApiExtensionsClient_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_CreateApiExtensionsClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateAuthConfigService_OngoingVerification added in v1.3.1104

type MockFactory_CreateAuthConfigService_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateAuthConfigService_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateAuthConfigService_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockFactory_CreateAuthConfigService_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateCertManagerClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateCertManagerClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateCertManagerClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateCertManagerClient_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_CreateCertManagerClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateChartmuseumAuthConfigService_OngoingVerification added in v1.3.1104

type MockFactory_CreateChartmuseumAuthConfigService_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateChartmuseumAuthConfigService_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateChartmuseumAuthConfigService_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockFactory_CreateChartmuseumAuthConfigService_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateChatAuthConfigService_OngoingVerification added in v1.3.1104

type MockFactory_CreateChatAuthConfigService_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateChatAuthConfigService_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateChatAuthConfigService_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []*v1.SecretList)

func (*MockFactory_CreateChatAuthConfigService_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateComplianceClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateComplianceClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateComplianceClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateComplianceClient_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_CreateComplianceClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateCustomJenkinsClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateCustomJenkinsClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateCustomJenkinsClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateCustomJenkinsClient_OngoingVerification) GetAllCapturedArguments() (_param0 []kubernetes.Interface, _param1 []string, _param2 []string, _param3 []terminal.FileReader, _param4 []terminal.FileWriter, _param5 []io.Writer)

func (*MockFactory_CreateCustomJenkinsClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateDynamicClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateDynamicClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateDynamicClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateDynamicClient_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_CreateDynamicClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateDynamicClient_OngoingVerification) GetCapturedArguments()

type MockFactory_CreateGitProvider_OngoingVerification added in v1.3.1104

type MockFactory_CreateGitProvider_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateGitProvider_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateGitProvider_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []auth.ConfigService, _param3 []string, _param4 []bool, _param5 []gits.Gitter, _param6 []terminal.FileReader, _param7 []terminal.FileWriter, _param8 []io.Writer)

func (*MockFactory_CreateGitProvider_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateHelm_OngoingVerification added in v1.3.1104

type MockFactory_CreateHelm_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateHelm_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateHelm_OngoingVerification) GetAllCapturedArguments() (_param0 []bool, _param1 []string, _param2 []bool, _param3 []bool)

func (*MockFactory_CreateHelm_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateHelm_OngoingVerification) GetCapturedArguments() (bool, string, bool, bool)

type MockFactory_CreateIssueTrackerAuthConfigService_OngoingVerification added in v1.3.1104

type MockFactory_CreateIssueTrackerAuthConfigService_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateIssueTrackerAuthConfigService_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateIssueTrackerAuthConfigService_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []*v1.SecretList)

func (*MockFactory_CreateIssueTrackerAuthConfigService_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateJXClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateJXClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateJXClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateJXClient_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_CreateJXClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateJXClient_OngoingVerification) GetCapturedArguments()

type MockFactory_CreateJenkinsAuthConfigService_OngoingVerification added in v1.3.1104

type MockFactory_CreateJenkinsAuthConfigService_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateJenkinsAuthConfigService_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateJenkinsAuthConfigService_OngoingVerification) GetAllCapturedArguments() (_param0 []kubernetes.Interface, _param1 []string, _param2 []string)

func (*MockFactory_CreateJenkinsAuthConfigService_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateJenkinsClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateJenkinsClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateJenkinsClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateJenkinsClient_OngoingVerification) GetAllCapturedArguments() (_param0 []kubernetes.Interface, _param1 []string, _param2 []terminal.FileReader, _param3 []terminal.FileWriter, _param4 []io.Writer)

func (*MockFactory_CreateJenkinsClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateKnativeBuildClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateKnativeBuildClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateKnativeBuildClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateKnativeBuildClient_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_CreateKnativeBuildClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateKnativeServeClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateKnativeServeClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateKnativeServeClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateKnativeServeClient_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_CreateKnativeServeClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateKubeClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateKubeClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateKubeClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateKubeClient_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_CreateKubeClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateKubeClient_OngoingVerification) GetCapturedArguments()

type MockFactory_CreateKubeConfig_OngoingVerification added in v1.3.1104

type MockFactory_CreateKubeConfig_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateKubeConfig_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateKubeConfig_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_CreateKubeConfig_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateKubeConfig_OngoingVerification) GetCapturedArguments()

type MockFactory_CreateMetricsClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateMetricsClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateMetricsClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateMetricsClient_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_CreateMetricsClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateMetricsClient_OngoingVerification) GetCapturedArguments()

type MockFactory_CreateSystemVaultClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateSystemVaultClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateSystemVaultClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateSystemVaultClient_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockFactory_CreateSystemVaultClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateTable_OngoingVerification added in v1.3.1104

type MockFactory_CreateTable_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateTable_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateTable_OngoingVerification) GetAllCapturedArguments() (_param0 []io.Writer)

func (*MockFactory_CreateTable_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateTable_OngoingVerification) GetCapturedArguments() io.Writer

type MockFactory_CreateTektonClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateTektonClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateTektonClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateTektonClient_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_CreateTektonClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateTektonClient_OngoingVerification) GetCapturedArguments()

type MockFactory_CreateVaultClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateVaultClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateVaultClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateVaultClient_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string)

func (*MockFactory_CreateVaultClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_CreateVaultOperatorClient_OngoingVerification added in v1.3.1104

type MockFactory_CreateVaultOperatorClient_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_CreateVaultOperatorClient_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_CreateVaultOperatorClient_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_CreateVaultOperatorClient_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_GetCustomJenkinsURL_OngoingVerification added in v1.3.1104

type MockFactory_GetCustomJenkinsURL_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_GetCustomJenkinsURL_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_GetCustomJenkinsURL_OngoingVerification) GetAllCapturedArguments() (_param0 []kubernetes.Interface, _param1 []string, _param2 []string)

func (*MockFactory_GetCustomJenkinsURL_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_GetJenkinsURL_OngoingVerification added in v1.3.1104

type MockFactory_GetJenkinsURL_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_GetJenkinsURL_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_GetJenkinsURL_OngoingVerification) GetAllCapturedArguments() (_param0 []kubernetes.Interface, _param1 []string)

func (*MockFactory_GetJenkinsURL_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_ImpersonateUser_OngoingVerification added in v1.3.1104

type MockFactory_ImpersonateUser_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_ImpersonateUser_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_ImpersonateUser_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockFactory_ImpersonateUser_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_ImpersonateUser_OngoingVerification) GetCapturedArguments() string

type MockFactory_IsInCDPipeline_OngoingVerification added in v1.3.1104

type MockFactory_IsInCDPipeline_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_IsInCDPipeline_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_IsInCDPipeline_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_IsInCDPipeline_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_IsInCDPipeline_OngoingVerification) GetCapturedArguments()

type MockFactory_IsInCluster_OngoingVerification added in v1.3.1104

type MockFactory_IsInCluster_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_IsInCluster_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_IsInCluster_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_IsInCluster_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_IsInCluster_OngoingVerification) GetCapturedArguments()

type MockFactory_ResetSecretsLocation_OngoingVerification added in v1.3.1104

type MockFactory_ResetSecretsLocation_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_ResetSecretsLocation_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_ResetSecretsLocation_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_ResetSecretsLocation_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_ResetSecretsLocation_OngoingVerification) GetCapturedArguments()

type MockFactory_SecretsLocation_OngoingVerification added in v1.3.1104

type MockFactory_SecretsLocation_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_SecretsLocation_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_SecretsLocation_OngoingVerification) GetAllCapturedArguments()

func (*MockFactory_SecretsLocation_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_SecretsLocation_OngoingVerification) GetCapturedArguments()

type MockFactory_SetBatch_OngoingVerification added in v1.3.1104

type MockFactory_SetBatch_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_SetBatch_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_SetBatch_OngoingVerification) GetAllCapturedArguments() (_param0 []bool)

func (*MockFactory_SetBatch_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_SetBatch_OngoingVerification) GetCapturedArguments() bool

type MockFactory_SetOffline_OngoingVerification added in v1.3.1104

type MockFactory_SetOffline_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_SetOffline_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_SetOffline_OngoingVerification) GetAllCapturedArguments() (_param0 []bool)

func (*MockFactory_SetOffline_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_SetOffline_OngoingVerification) GetCapturedArguments() bool

type MockFactory_SetSecretsLocation_OngoingVerification added in v1.3.1104

type MockFactory_SetSecretsLocation_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_SetSecretsLocation_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_SetSecretsLocation_OngoingVerification) GetAllCapturedArguments() (_param0 []secrets.SecretsLocationKind, _param1 []bool)

func (*MockFactory_SetSecretsLocation_OngoingVerification) GetCapturedArguments added in v1.3.1104

type MockFactory_WithBearerToken_OngoingVerification added in v1.3.1104

type MockFactory_WithBearerToken_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockFactory_WithBearerToken_OngoingVerification) GetAllCapturedArguments added in v1.3.1104

func (c *MockFactory_WithBearerToken_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockFactory_WithBearerToken_OngoingVerification) GetCapturedArguments added in v1.3.1104

func (c *MockFactory_WithBearerToken_OngoingVerification) GetCapturedArguments() string

type VerifierMockFactory added in v1.3.1104

type VerifierMockFactory struct {
	// contains filtered or unexported fields
}

func (*VerifierMockFactory) AuthMergePipelineSecrets added in v1.3.1104

func (verifier *VerifierMockFactory) AuthMergePipelineSecrets(_param0 *auth.AuthConfig, _param1 *v1.SecretList, _param2 string, _param3 bool) *MockFactory_AuthMergePipelineSecrets_OngoingVerification

func (*VerifierMockFactory) CreateAddonAuthConfigService added in v1.3.1104

func (verifier *VerifierMockFactory) CreateAddonAuthConfigService(_param0 string, _param1 *v1.SecretList) *MockFactory_CreateAddonAuthConfigService_OngoingVerification

func (*VerifierMockFactory) CreateApiExtensionsClient added in v1.3.1104

func (*VerifierMockFactory) CreateAuthConfigService added in v1.3.1104

func (verifier *VerifierMockFactory) CreateAuthConfigService(_param0 string, _param1 string) *MockFactory_CreateAuthConfigService_OngoingVerification

func (*VerifierMockFactory) CreateCertManagerClient added in v1.3.1104

func (*VerifierMockFactory) CreateChartmuseumAuthConfigService added in v1.3.1104

func (verifier *VerifierMockFactory) CreateChartmuseumAuthConfigService(_param0 string) *MockFactory_CreateChartmuseumAuthConfigService_OngoingVerification

func (*VerifierMockFactory) CreateChatAuthConfigService added in v1.3.1104

func (verifier *VerifierMockFactory) CreateChatAuthConfigService(_param0 string, _param1 *v1.SecretList) *MockFactory_CreateChatAuthConfigService_OngoingVerification

func (*VerifierMockFactory) CreateComplianceClient added in v1.3.1104

func (*VerifierMockFactory) CreateCustomJenkinsClient added in v1.3.1104

func (verifier *VerifierMockFactory) CreateCustomJenkinsClient(_param0 kubernetes.Interface, _param1 string, _param2 string, _param3 terminal.FileReader, _param4 terminal.FileWriter, _param5 io.Writer) *MockFactory_CreateCustomJenkinsClient_OngoingVerification

func (*VerifierMockFactory) CreateDynamicClient added in v1.3.1104

func (*VerifierMockFactory) CreateGitProvider added in v1.3.1104

func (verifier *VerifierMockFactory) CreateGitProvider(_param0 string, _param1 string, _param2 auth.ConfigService, _param3 string, _param4 bool, _param5 gits.Gitter, _param6 terminal.FileReader, _param7 terminal.FileWriter, _param8 io.Writer) *MockFactory_CreateGitProvider_OngoingVerification

func (*VerifierMockFactory) CreateHelm added in v1.3.1104

func (verifier *VerifierMockFactory) CreateHelm(_param0 bool, _param1 string, _param2 bool, _param3 bool) *MockFactory_CreateHelm_OngoingVerification

func (*VerifierMockFactory) CreateIssueTrackerAuthConfigService added in v1.3.1104

func (verifier *VerifierMockFactory) CreateIssueTrackerAuthConfigService(_param0 string, _param1 *v1.SecretList) *MockFactory_CreateIssueTrackerAuthConfigService_OngoingVerification

func (*VerifierMockFactory) CreateJXClient added in v1.3.1104

func (*VerifierMockFactory) CreateJenkinsAuthConfigService added in v1.3.1104

func (verifier *VerifierMockFactory) CreateJenkinsAuthConfigService(_param0 kubernetes.Interface, _param1 string, _param2 string) *MockFactory_CreateJenkinsAuthConfigService_OngoingVerification

func (*VerifierMockFactory) CreateJenkinsClient added in v1.3.1104

func (verifier *VerifierMockFactory) CreateJenkinsClient(_param0 kubernetes.Interface, _param1 string, _param2 terminal.FileReader, _param3 terminal.FileWriter, _param4 io.Writer) *MockFactory_CreateJenkinsClient_OngoingVerification

func (*VerifierMockFactory) CreateKnativeBuildClient added in v1.3.1104

func (*VerifierMockFactory) CreateKnativeServeClient added in v1.3.1104

func (*VerifierMockFactory) CreateKubeClient added in v1.3.1104

func (*VerifierMockFactory) CreateKubeConfig added in v1.3.1104

func (*VerifierMockFactory) CreateMetricsClient added in v1.3.1104

func (*VerifierMockFactory) CreateSystemVaultClient added in v1.3.1104

func (verifier *VerifierMockFactory) CreateSystemVaultClient(_param0 string) *MockFactory_CreateSystemVaultClient_OngoingVerification

func (*VerifierMockFactory) CreateTable added in v1.3.1104

func (*VerifierMockFactory) CreateTektonClient added in v1.3.1104

func (*VerifierMockFactory) CreateVaultClient added in v1.3.1104

func (verifier *VerifierMockFactory) CreateVaultClient(_param0 string, _param1 string) *MockFactory_CreateVaultClient_OngoingVerification

func (*VerifierMockFactory) CreateVaultOperatorClient added in v1.3.1104

func (*VerifierMockFactory) GetCustomJenkinsURL added in v1.3.1104

func (verifier *VerifierMockFactory) GetCustomJenkinsURL(_param0 kubernetes.Interface, _param1 string, _param2 string) *MockFactory_GetCustomJenkinsURL_OngoingVerification

func (*VerifierMockFactory) GetJenkinsURL added in v1.3.1104

func (*VerifierMockFactory) ImpersonateUser added in v1.3.1104

func (*VerifierMockFactory) IsInCDPipeline added in v1.3.1104

func (*VerifierMockFactory) IsInCluster added in v1.3.1104

func (*VerifierMockFactory) ResetSecretsLocation added in v1.3.1104

func (*VerifierMockFactory) SecretsLocation added in v1.3.1104

func (*VerifierMockFactory) SetBatch added in v1.3.1104

func (*VerifierMockFactory) SetOffline added in v1.3.1104

func (*VerifierMockFactory) SetSecretsLocation added in v1.3.1104

func (*VerifierMockFactory) WithBearerToken added in v1.3.1104

Jump to

Keyboard shortcuts

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