Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MachineSetDeployer ¶
type MachineSetDeployer interface { // Deploy makes sure to deploy the given machine set (creating or updating it) Deploy(machineSet *unstructured.Unstructured) error // Delete will remove the given machineset Delete(machineSet *unstructured.Unstructured) error }
MachineSetDeployer can deploy and delete machinesets from OCP
func NewK8sMachinesetDeployer ¶
func NewK8sMachinesetDeployer(k8sConfig *rest.Config) MachineSetDeployer
NewK8sMachinesetDeployer returns a MachineSetDeployer capable deploying directly to Kubernetes
Click to show internal directories.
Click to hide internal directories.