Versions in this module Expand all Collapse all v0 v0.4.0 Nov 22, 2018 v0.3.0 Oct 22, 2018 Changes in this version type Bootstrap + func (a *Bootstrap) Load(f asset.FileFetcher) (found bool, err error) v0.2.0 Oct 12, 2018 Changes in this version + type Bootstrap struct + Config *igntypes.Config + File *asset.File + func (a *Bootstrap) Dependencies() []asset.Asset + func (a *Bootstrap) Files() []*asset.File + func (a *Bootstrap) Generate(dependencies asset.Parents) error + func (a *Bootstrap) Name() string v0.1.0 Oct 2, 2018 Changes in this version + type Stock interface + BootstrapIgnition func() asset.Asset + type StockImpl struct + func (s *StockImpl) BootstrapIgnition() asset.Asset + func (s *StockImpl) EstablishStock(installConfigStock installconfig.Stock, tlsStock tls.Stock, ...)