Documentation ¶
Overview ¶
Package images is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRegistryAuthAPI ¶
type MockRegistryAuthAPI struct {
// contains filtered or unexported fields
}
MockRegistryAuthAPI is a mock of RegistryAuthAPI interface.
func NewMockRegistryAuthAPI ¶
func NewMockRegistryAuthAPI(ctrl *gomock.Controller) *MockRegistryAuthAPI
NewMockRegistryAuthAPI creates a new mock instance.
func (*MockRegistryAuthAPI) EXPECT ¶
func (m *MockRegistryAuthAPI) EXPECT() *MockRegistryAuthAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRegistryAuthAPI) GetAuthFileFromSecret ¶
func (m *MockRegistryAuthAPI) GetAuthFileFromSecret(arg0 context.Context, arg1, arg2 string) (string, error)
GetAuthFileFromSecret mocks base method.
type MockRegistryAuthAPIMockRecorder ¶
type MockRegistryAuthAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockRegistryAuthAPIMockRecorder is the mock recorder for MockRegistryAuthAPI.
func (*MockRegistryAuthAPIMockRecorder) GetAuthFileFromSecret ¶
func (mr *MockRegistryAuthAPIMockRecorder) GetAuthFileFromSecret(arg0, arg1, arg2 interface{}) *gomock.Call
GetAuthFileFromSecret indicates an expected call of GetAuthFileFromSecret.
type RegistryAuth ¶
type RegistryAuth struct {
// contains filtered or unexported fields
}
func NewRegistryAuth ¶
func NewRegistryAuth(k8sClient client.Client) *RegistryAuth
func (*RegistryAuth) GetAuthFileFromSecret ¶
Click to show internal directories.
Click to hide internal directories.