Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMalformedBundle = errors.New("Malformed install bundle file")
View Source
var ErrNoFiles = errors.New("No files to bundle")
Functions ¶
This section is empty.
Types ¶
type Creator ¶
type Creator struct {
// contains filtered or unexported fields
}
Creator creates and unpacks bootstrap bundles
func NewCreator ¶
func NewCreator(secretStore secrets.SecretStore, opts ...CreatorOpt) *Creator
type CreatorOpt ¶
type CreatorOpt func(*Creator)
func WithRootDir ¶
func WithRootDir(rootDir string) CreatorOpt
Click to show internal directories.
Click to hide internal directories.