Documentation ¶ Index ¶ func Register(ctx context.Context, management *config.Management, options config.Options) error func SetUpgradeLogArchive(upgradeLog *harvesterv1.UpgradeLog, archiveName string, archiveSize int64, ...) type Image type Values Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Register ¶ func Register(ctx context.Context, management *config.Management, options config.Options) error func SetUpgradeLogArchive ¶ func SetUpgradeLogArchive(upgradeLog *harvesterv1.UpgradeLog, archiveName string, archiveSize int64, generatedTime string) Types ¶ type Image ¶ added in v1.2.0 type Image struct { Repository string `mapstructure:"repository"` Tag string `mapstructure:"tag"` } type Values ¶ added in v1.2.0 type Values struct { Images map[string]Image `mapstructure:"images"` } Source Files ¶ View all Source files common.go controller.go register.go Click to show internal directories. Click to hide internal directories.