Documentation ¶
Index ¶
- type Kuber_LoadConfig_OngoingVerification
- type Kuber_UpdateConfig_OngoingVerification
- type MockKuber
- func (mock *MockKuber) LoadConfig() (*api.Config, *clientcmd.PathOptions, error)
- func (mock *MockKuber) UpdateConfig(_param0 string, _param1 string, _param2 string, _param3 string, _param4 string) error
- func (mock *MockKuber) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierKuber
- func (mock *MockKuber) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierKuber
- func (mock *MockKuber) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierKuber
- func (mock *MockKuber) VerifyWasCalledOnce() *VerifierKuber
- type MockSourceRepoer
- func (mock *MockSourceRepoer) CreateOrUpdateSourceRepository(_param0 string, _param1 string, _param2 string) error
- func (mock *MockSourceRepoer) CreateSourceRepository(_param0 string, _param1 string, _param2 string) error
- func (mock *MockSourceRepoer) DeleteSourceRepository(_param0 string) error
- func (mock *MockSourceRepoer) GetSourceRepository(_param0 string) (*v1.SourceRepository, error)
- func (mock *MockSourceRepoer) ListSourceRepositories() (*v1.SourceRepositoryList, error)
- func (mock *MockSourceRepoer) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierSourceRepoer
- func (mock *MockSourceRepoer) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierSourceRepoer
- func (mock *MockSourceRepoer) VerifyWasCalledOnce() *VerifierSourceRepoer
- type SourceRepoer_CreateOrUpdateSourceRepository_OngoingVerification
- type SourceRepoer_CreateSourceRepository_OngoingVerification
- type SourceRepoer_DeleteSourceRepository_OngoingVerification
- type SourceRepoer_GetSourceRepository_OngoingVerification
- type SourceRepoer_ListSourceRepositories_OngoingVerification
- type VerifierKuber
- type VerifierSourceRepoer
- func (verifier *VerifierSourceRepoer) CreateOrUpdateSourceRepository(_param0 string, _param1 string, _param2 string) *SourceRepoer_CreateOrUpdateSourceRepository_OngoingVerification
- func (verifier *VerifierSourceRepoer) CreateSourceRepository(_param0 string, _param1 string, _param2 string) *SourceRepoer_CreateSourceRepository_OngoingVerification
- func (verifier *VerifierSourceRepoer) DeleteSourceRepository(_param0 string) *SourceRepoer_DeleteSourceRepository_OngoingVerification
- func (verifier *VerifierSourceRepoer) GetSourceRepository(_param0 string) *SourceRepoer_GetSourceRepository_OngoingVerification
- func (verifier *VerifierSourceRepoer) ListSourceRepositories() *SourceRepoer_ListSourceRepositories_OngoingVerification
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kuber_LoadConfig_OngoingVerification ¶
type Kuber_LoadConfig_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*Kuber_LoadConfig_OngoingVerification) GetAllCapturedArguments ¶
func (c *Kuber_LoadConfig_OngoingVerification) GetAllCapturedArguments()
func (*Kuber_LoadConfig_OngoingVerification) GetCapturedArguments ¶
func (c *Kuber_LoadConfig_OngoingVerification) GetCapturedArguments()
type Kuber_UpdateConfig_OngoingVerification ¶
type Kuber_UpdateConfig_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*Kuber_UpdateConfig_OngoingVerification) GetAllCapturedArguments ¶
func (*Kuber_UpdateConfig_OngoingVerification) GetCapturedArguments ¶
type MockKuber ¶
type MockKuber struct {
// contains filtered or unexported fields
}
func NewMockKuber ¶
func NewMockKuber() *MockKuber
func (*MockKuber) LoadConfig ¶
func (*MockKuber) UpdateConfig ¶
func (*MockKuber) VerifyWasCalled ¶
func (mock *MockKuber) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierKuber
func (*MockKuber) VerifyWasCalledEventually ¶ added in v1.3.818
func (*MockKuber) VerifyWasCalledInOrder ¶
func (mock *MockKuber) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierKuber
func (*MockKuber) VerifyWasCalledOnce ¶
func (mock *MockKuber) VerifyWasCalledOnce() *VerifierKuber
type MockSourceRepoer ¶ added in v1.3.814
type MockSourceRepoer struct {
// contains filtered or unexported fields
}
func NewMockSourceRepoer ¶ added in v1.3.814
func NewMockSourceRepoer() *MockSourceRepoer
func (*MockSourceRepoer) CreateOrUpdateSourceRepository ¶ added in v1.3.814
func (mock *MockSourceRepoer) CreateOrUpdateSourceRepository(_param0 string, _param1 string, _param2 string) error
func (*MockSourceRepoer) CreateSourceRepository ¶ added in v1.3.814
func (mock *MockSourceRepoer) CreateSourceRepository(_param0 string, _param1 string, _param2 string) error
func (*MockSourceRepoer) DeleteSourceRepository ¶ added in v1.3.814
func (mock *MockSourceRepoer) DeleteSourceRepository(_param0 string) error
func (*MockSourceRepoer) GetSourceRepository ¶ added in v1.3.814
func (mock *MockSourceRepoer) GetSourceRepository(_param0 string) (*v1.SourceRepository, error)
func (*MockSourceRepoer) ListSourceRepositories ¶ added in v1.3.814
func (mock *MockSourceRepoer) ListSourceRepositories() (*v1.SourceRepositoryList, error)
func (*MockSourceRepoer) VerifyWasCalled ¶ added in v1.3.814
func (mock *MockSourceRepoer) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierSourceRepoer
func (*MockSourceRepoer) VerifyWasCalledInOrder ¶ added in v1.3.814
func (mock *MockSourceRepoer) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierSourceRepoer
func (*MockSourceRepoer) VerifyWasCalledOnce ¶ added in v1.3.814
func (mock *MockSourceRepoer) VerifyWasCalledOnce() *VerifierSourceRepoer
type SourceRepoer_CreateOrUpdateSourceRepository_OngoingVerification ¶ added in v1.3.814
type SourceRepoer_CreateOrUpdateSourceRepository_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*SourceRepoer_CreateOrUpdateSourceRepository_OngoingVerification) GetAllCapturedArguments ¶ added in v1.3.814
func (c *SourceRepoer_CreateOrUpdateSourceRepository_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)
func (*SourceRepoer_CreateOrUpdateSourceRepository_OngoingVerification) GetCapturedArguments ¶ added in v1.3.814
func (c *SourceRepoer_CreateOrUpdateSourceRepository_OngoingVerification) GetCapturedArguments() (string, string, string)
type SourceRepoer_CreateSourceRepository_OngoingVerification ¶ added in v1.3.814
type SourceRepoer_CreateSourceRepository_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*SourceRepoer_CreateSourceRepository_OngoingVerification) GetAllCapturedArguments ¶ added in v1.3.814
func (c *SourceRepoer_CreateSourceRepository_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)
func (*SourceRepoer_CreateSourceRepository_OngoingVerification) GetCapturedArguments ¶ added in v1.3.814
func (c *SourceRepoer_CreateSourceRepository_OngoingVerification) GetCapturedArguments() (string, string, string)
type SourceRepoer_DeleteSourceRepository_OngoingVerification ¶ added in v1.3.814
type SourceRepoer_DeleteSourceRepository_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*SourceRepoer_DeleteSourceRepository_OngoingVerification) GetAllCapturedArguments ¶ added in v1.3.814
func (c *SourceRepoer_DeleteSourceRepository_OngoingVerification) GetAllCapturedArguments() (_param0 []string)
func (*SourceRepoer_DeleteSourceRepository_OngoingVerification) GetCapturedArguments ¶ added in v1.3.814
func (c *SourceRepoer_DeleteSourceRepository_OngoingVerification) GetCapturedArguments() string
type SourceRepoer_GetSourceRepository_OngoingVerification ¶ added in v1.3.814
type SourceRepoer_GetSourceRepository_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*SourceRepoer_GetSourceRepository_OngoingVerification) GetAllCapturedArguments ¶ added in v1.3.814
func (c *SourceRepoer_GetSourceRepository_OngoingVerification) GetAllCapturedArguments() (_param0 []string)
func (*SourceRepoer_GetSourceRepository_OngoingVerification) GetCapturedArguments ¶ added in v1.3.814
func (c *SourceRepoer_GetSourceRepository_OngoingVerification) GetCapturedArguments() string
type SourceRepoer_ListSourceRepositories_OngoingVerification ¶ added in v1.3.814
type SourceRepoer_ListSourceRepositories_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*SourceRepoer_ListSourceRepositories_OngoingVerification) GetAllCapturedArguments ¶ added in v1.3.814
func (c *SourceRepoer_ListSourceRepositories_OngoingVerification) GetAllCapturedArguments()
func (*SourceRepoer_ListSourceRepositories_OngoingVerification) GetCapturedArguments ¶ added in v1.3.814
func (c *SourceRepoer_ListSourceRepositories_OngoingVerification) GetCapturedArguments()
type VerifierKuber ¶
type VerifierKuber struct {
// contains filtered or unexported fields
}
func (*VerifierKuber) LoadConfig ¶
func (verifier *VerifierKuber) LoadConfig() *Kuber_LoadConfig_OngoingVerification
func (*VerifierKuber) UpdateConfig ¶
func (verifier *VerifierKuber) UpdateConfig(_param0 string, _param1 string, _param2 string, _param3 string, _param4 string) *Kuber_UpdateConfig_OngoingVerification
type VerifierSourceRepoer ¶ added in v1.3.814
type VerifierSourceRepoer struct {
// contains filtered or unexported fields
}
func (*VerifierSourceRepoer) CreateOrUpdateSourceRepository ¶ added in v1.3.814
func (verifier *VerifierSourceRepoer) CreateOrUpdateSourceRepository(_param0 string, _param1 string, _param2 string) *SourceRepoer_CreateOrUpdateSourceRepository_OngoingVerification
func (*VerifierSourceRepoer) CreateSourceRepository ¶ added in v1.3.814
func (verifier *VerifierSourceRepoer) CreateSourceRepository(_param0 string, _param1 string, _param2 string) *SourceRepoer_CreateSourceRepository_OngoingVerification
func (*VerifierSourceRepoer) DeleteSourceRepository ¶ added in v1.3.814
func (verifier *VerifierSourceRepoer) DeleteSourceRepository(_param0 string) *SourceRepoer_DeleteSourceRepository_OngoingVerification
func (*VerifierSourceRepoer) GetSourceRepository ¶ added in v1.3.814
func (verifier *VerifierSourceRepoer) GetSourceRepository(_param0 string) *SourceRepoer_GetSourceRepository_OngoingVerification
func (*VerifierSourceRepoer) ListSourceRepositories ¶ added in v1.3.814
func (verifier *VerifierSourceRepoer) ListSourceRepositories() *SourceRepoer_ListSourceRepositories_OngoingVerification
Click to show internal directories.
Click to hide internal directories.