Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRepository ¶
GetRepository returns package source repository for the provided builder
func NewGenerator ¶
NewGenerator creates a new generator instance based on the provided configuration
Types ¶
type Config ¶
type Config struct { // RemoteSupport is an address of an Ops Center clusters should connect to // after installation RemoteSupportAddress string // RemoteSupportToken is the authentication token used to connector to // an Ops Center RemoteSupportToken string // CACertPath is a path to the CA certificate to pack with the installer CACertPath string // EncryptionKey is a key used to encrypt packages at rest in the installer EncryptionKey string // contains filtered or unexported fields }
Config is the generator configuration
func (*Config) CheckAndSetDefaults ¶
CheckAndSetDefaults validates generator config and fills in defaults
Click to show internal directories.
Click to hide internal directories.