Documentation ¶
Overview ¶
Package auth is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRegistryAuthGetter ¶
type MockRegistryAuthGetter struct {
// contains filtered or unexported fields
}
MockRegistryAuthGetter is a mock of RegistryAuthGetter interface.
func NewMockRegistryAuthGetter ¶
func NewMockRegistryAuthGetter(ctrl *gomock.Controller) *MockRegistryAuthGetter
NewMockRegistryAuthGetter creates a new mock instance.
func (*MockRegistryAuthGetter) EXPECT ¶
func (m *MockRegistryAuthGetter) EXPECT() *MockRegistryAuthGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRegistryAuthGetter) GetKeyChain ¶
GetKeyChain mocks base method.
type MockRegistryAuthGetterMockRecorder ¶
type MockRegistryAuthGetterMockRecorder struct {
// contains filtered or unexported fields
}
MockRegistryAuthGetterMockRecorder is the mock recorder for MockRegistryAuthGetter.
func (*MockRegistryAuthGetterMockRecorder) GetKeyChain ¶
func (mr *MockRegistryAuthGetterMockRecorder) GetKeyChain(ctx interface{}) *gomock.Call
GetKeyChain indicates an expected call of GetKeyChain.
type RegistryAuthGetter ¶
func NewRegistryAuthGetter ¶
func NewRegistryAuthGetter(client client.Client, namespacedName types.NamespacedName) RegistryAuthGetter
func NewRegistryAuthGetterFrom ¶
func NewRegistryAuthGetterFrom(client client.Client, mld *api.ModuleLoaderData) RegistryAuthGetter
Click to show internal directories.
Click to hide internal directories.