Versions in this module Expand all Collapse all v0 v0.0.1 May 7, 2019 Changes in this version + const ProviderName + const TokenTTL + const UserDataKey + type IbmCloudClient struct + func NewActuator(params ibmcloud.ActuatorParams) (*IbmCloudClient, error) + func (ic *IbmCloudClient) Create(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) error + func (ic *IbmCloudClient) Delete(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) error + func (ic *IbmCloudClient) Exists(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) (bool, error) + func (ic *IbmCloudClient) Update(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) error