bootkube

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2018 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateAssets

func CreateAssets(manifestDir string, timeout time.Duration) error

func NewBootkube

func NewBootkube(config Config) (*bootkube, error)

func NewBootstrapControlPlane added in v0.4.3

func NewBootstrapControlPlane(assetDir, podManifestPath string) *bootstrapControlPlane

NewBootstrapControlPlane constructs a new bootstrap control plane object.

func NewStatusController

func NewStatusController(pods []string) (*statusController, error)

func UserOutput added in v0.1.5

func UserOutput(format string, a ...interface{})

All bootkube printing to stdout should go through this fmt.Printf wrapper. The stdout of bootkube should convey information useful to a human sitting at a terminal watching their cluster bootstrap itself. Otherwise the message should go to stderr.

func WaitUntilPodsRunning

func WaitUntilPodsRunning(pods []string, timeout time.Duration) error

Types

type Config

type Config struct {
	AssetDir        string
	PodManifestPath string
}

Jump to

Keyboard shortcuts

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