package
4.16.15+incompatible
Repository: https://github.com/openshift/installer.git
Documentation: pkg.go.dev

# Functions

FindRendezvouIPAndSSHKeyFromAssetStore returns the rendezvousIP and public ssh key.
MonitorAddNodes waits for the a node to be added to the cluster and reports its status until it becomes Ready.
NewCluster initializes a Cluster object.
NewClusterKubeAPIClient Create a new kube client to interact with the cluster under install.
NewClusterOpenShiftAPIClient Create a kube client with OCP understanding.
NewNodeZeroRestClient Initialize a new rest client to interact with the Agent Rest API on node zero.
WaitForBootstrapComplete Wait for the bootstrap process to complete on cluster installations triggered by the agent installer.
WaitForInstallComplete Waits for the cluster installation triggered by the agent installer to be complete.

# Structs

Cluster is a struct designed to help interact with the cluster that is currently being installed by agent installer.
ClusterKubeAPIClient is a kube client to interact with the cluster that agent installer is installing.
ClusterOpenShiftAPIClient Kube client using the OpenShift clientset instead of the Kubernetes clientset.
NodeZeroRestClient is a struct to interact with the Agent Rest API that is on node zero.