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) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierKuber
- func (mock *MockKuber) VerifyWasCalledOnce() *VerifierKuber
- type VerifierKuber
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) VerifyWasCalledInOrder ¶
func (mock *MockKuber) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierKuber
func (*MockKuber) VerifyWasCalledOnce ¶
func (mock *MockKuber) VerifyWasCalledOnce() *VerifierKuber
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
Click to show internal directories.
Click to hide internal directories.