Documentation ¶
Overview ¶
Package installer is a generated GoMock package.
Index ¶
- func ConvertIDMToIDS(imageDigestMirrors []apicfgv1.ImageDigestMirrors) []installertypes.ImageDigestSource
- func WriteImageBaseConfig(ctx context.Context, ici *v1alpha1.ImageClusterInstall, ...) error
- func WriteInstallConfig(ici *v1alpha1.ImageClusterInstall, cd *hivev1.ClusterDeployment, ...) error
- type Installer
- type MockInstaller
- type MockInstallerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertIDMToIDS ¶
func ConvertIDMToIDS(imageDigestMirrors []apicfgv1.ImageDigestMirrors) []installertypes.ImageDigestSource
func WriteImageBaseConfig ¶
func WriteInstallConfig ¶
func WriteInstallConfig( ici *v1alpha1.ImageClusterInstall, cd *hivev1.ClusterDeployment, psData, caBundle, file string) error
Types ¶
type Installer ¶
type Installer interface {
CreateInstallationIso(ctx context.Context, log logrus.FieldLogger, workDir string) error
}
func NewInstaller ¶
func NewInstaller() Installer
type MockInstaller ¶
type MockInstaller struct {
// contains filtered or unexported fields
}
MockInstaller is a mock of Installer interface.
func NewMockInstaller ¶
func NewMockInstaller(ctrl *gomock.Controller) *MockInstaller
NewMockInstaller creates a new mock instance.
func (*MockInstaller) CreateInstallationIso ¶
func (m *MockInstaller) CreateInstallationIso(ctx context.Context, log logrus.FieldLogger, workDir string) error
CreateInstallationIso mocks base method.
func (*MockInstaller) EXPECT ¶
func (m *MockInstaller) EXPECT() *MockInstallerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockInstallerMockRecorder ¶
type MockInstallerMockRecorder struct {
// contains filtered or unexported fields
}
MockInstallerMockRecorder is the mock recorder for MockInstaller.
func (*MockInstallerMockRecorder) CreateInstallationIso ¶
func (mr *MockInstallerMockRecorder) CreateInstallationIso(ctx, log, workDir any) *gomock.Call
CreateInstallationIso indicates an expected call of CreateInstallationIso.
Click to show internal directories.
Click to hide internal directories.