Documentation ¶
Index ¶
- func CreateAssets(manifestDir string, timeout time.Duration) error
- func NewBootkube(config Config) (*bootkube, error)
- func NewBootstrapControlPlane(assetDir, podManifestPath string) *bootstrapControlPlane
- func NewStatusController(pods []string) (*statusController, error)
- func UserOutput(format string, a ...interface{})
- func WaitUntilPodsRunning(pods []string, timeout time.Duration) error
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBootkube ¶
func NewBootstrapControlPlane ¶ added in v0.4.3
func NewBootstrapControlPlane(assetDir, podManifestPath string) *bootstrapControlPlane
NewBootstrapControlPlane constructs a new bootstrap control plane object.
func NewStatusController ¶
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.
Types ¶
Click to show internal directories.
Click to hide internal directories.