bootstrap

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 36 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BootstrapNodeLiveCdUsername = "bootstrap"
	BootstrapNodeLiveCdPassword = "bootstrap"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Bootstrap

type Bootstrap struct {
	// contains filtered or unexported fields
}

func FromManifests

func FromManifests(manifestsPaths []string) (*Bootstrap, error)

func (*Bootstrap) Run

func (b *Bootstrap) Run(options BootstrapOptions) error

type BootstrapNode

type BootstrapNode struct {
	// contains filtered or unexported fields
}

func NewBootstrapNode

func NewBootstrapNode(options BootstrapNodeOptions) (*BootstrapNode, error)

func (*BootstrapNode) BootstrapCluster

func (n *BootstrapNode) BootstrapCluster() (*cluster.Cluster, error)

type BootstrapNodeOptions

type BootstrapNodeOptions struct {
	RedfishUrl      string
	RedfishUsername string
	RedfishPassword string
	LiveIsoUrl      string
	KubeCfgDestPath string
}

type BootstrapOptions

type BootstrapOptions struct {
	BootstrapNodeOptions
}

Jump to

Keyboard shortcuts

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