Documentation ¶
Index ¶
- Constants
- func CopyFile(source string, dest string) error
- func FindAndRemoveElementFromStringList(s []string, r string) []string
- func GetFileContentFromIgnition(ignitionData []byte, fileName string) ([]byte, error)
- func GetListOfFilesFromFolder(root, pattern string) ([]string, error)
- func GetMCOByOpenshiftVersion(openshiftVersion string) (string, error)
- func GetRhcosImageByOpenshiftVersion(openshiftVersion string) (string, error)
- func InitLogger(verbose bool) *logrus.Logger
- func IsOpenshiftVersionIsSupported(openshiftVersion string) bool
- func Retry(attempts int, sleep time.Duration, log *logrus.Logger, f func() error) (err error)
- type CoreosInstallerLogWriter
- type LogWriter
Constants ¶
View Source
const MinProgressDelta = 5
Variables ¶
This section is empty.
Functions ¶
func InitLogger ¶
Types ¶
type CoreosInstallerLogWriter ¶ added in v1.0.1
type CoreosInstallerLogWriter struct {
// contains filtered or unexported fields
}
func NewCoreosInstallerLogWriter ¶ added in v1.0.1
func NewCoreosInstallerLogWriter(logger *logrus.Logger, progressReporter inventory_client.InventoryClient, hostID string) *CoreosInstallerLogWriter
Click to show internal directories.
Click to hide internal directories.