Documentation ¶
Index ¶
Constants ¶
View Source
const ( IBMCloudIPAnnotationKey = "ibmcloud-ip-address" IBMCloudIdAnnotationKey = "ibmcloud-resourceId" )
View Source
const ProviderName = "ibmcloud"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActuatorParams ¶
type ActuatorParams struct { KubeClient kubernetes.Interface Client client.Client EventRecorder record.EventRecorder Scheme *runtime.Scheme }
ActuatorParams holds parameter information for Actuator
type DeploymentClient ¶
type DeploymentClient struct{}
func NewDeploymentClient ¶
func NewDeploymentClient() *DeploymentClient
func (*DeploymentClient) GetKubeConfig ¶
func (d *DeploymentClient) GetKubeConfig(cluster *clusterv1.Cluster, master *clusterv1.Machine) (string, error)
GetKubeConfig gets a kubeconfig from the master.
Click to show internal directories.
Click to hide internal directories.