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