machine

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

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

func (s *StockImpl) MasterIgnition() asset.Asset

MasterIgnition returns the master asset.

func (*StockImpl) WorkerIgnition

func (s *StockImpl) WorkerIgnition() asset.Asset

WorkerIgnition returns the worker asset.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL