bootkube

package
v0.14.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateAssets

func CreateAssets(config clientcmd.ClientConfig, manifestDir string, timeout time.Duration, strict bool) 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(c clientcmd.ClientConfig, 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(c clientcmd.ClientConfig, pods []string, timeout time.Duration) error

Types

type Config

type Config struct {
	AssetDir        string
	PodManifestPath string
	Strict          bool
	RequiredPods    []string
}

Jump to

Keyboard shortcuts

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