Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stock ¶
type Stock interface { // BootstrapIgnition is the asset that generates the bootstrap.ign ignition // config file for the bootstrap node. BootstrapIgnition() asset.Asset }
Stock is the stock of the bootstrap ignition asset.
type StockImpl ¶
type StockImpl struct {
// contains filtered or unexported fields
}
StockImpl is the implementation of the master and worker ignition asset stock.
func (*StockImpl) BootstrapIgnition ¶
BootstrapIgnition returns the bootstrap asset.
func (*StockImpl) EstablishStock ¶
func (s *StockImpl) EstablishStock( installConfigStock installconfig.Stock, tlsStock tls.Stock, kubeconfigStock kubeconfig.Stock, manifestStock manifests.Stock, )
EstablishStock establishes the stock of assets.
Click to show internal directories.
Click to hide internal directories.