Documentation ¶
Index ¶
- type IONOSClient
- func (a *IONOSClient) AttachIPToNode(ctx context.Context, loadBalancerIP, providerID string) (bool, error)
- func (a *IONOSClient) GetServer(ctx context.Context, providerID string) (*cloudprovider.InstanceMetadata, error)
- func (a *IONOSClient) GetServerByIP(ctx context.Context, loadBalancerIP string) (*Server, error)
- func (a *IONOSClient) GetServerByName(ctx context.Context, name string) (*cloudprovider.InstanceMetadata, error)
- func (a *IONOSClient) RemoveIPFromNode(ctx context.Context, loadBalancerIP, providerID string) error
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IONOSClient ¶
type IONOSClient struct { DatacenterId string // contains filtered or unexported fields }
func (*IONOSClient) AttachIPToNode ¶ added in v0.0.4
func (*IONOSClient) GetServer ¶
func (a *IONOSClient) GetServer(ctx context.Context, providerID string) (*cloudprovider.InstanceMetadata, error)
func (*IONOSClient) GetServerByIP ¶ added in v0.0.4
func (*IONOSClient) GetServerByName ¶
func (a *IONOSClient) GetServerByName(ctx context.Context, name string) (*cloudprovider.InstanceMetadata, error)
func (*IONOSClient) RemoveIPFromNode ¶ added in v0.0.4
func (a *IONOSClient) RemoveIPFromNode(ctx context.Context, loadBalancerIP, providerID string) error
Click to show internal directories.
Click to hide internal directories.