client

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

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 New

func New(datacenterId string, secret []byte) (IONOSClient, error)

func (*IONOSClient) AttachIPToNode added in v0.0.4

func (a *IONOSClient) AttachIPToNode(ctx context.Context, loadBalancerIP, providerID string) (bool, error)

func (*IONOSClient) GetServer

func (a *IONOSClient) GetServer(ctx context.Context, providerID string) (*cloudprovider.InstanceMetadata, error)

func (*IONOSClient) GetServerByIP added in v0.0.4

func (a *IONOSClient) GetServerByIP(ctx context.Context, loadBalancerIP string) (*Server, error)

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

type Server added in v0.0.4

type Server struct {
	Name         string
	ProviderID   string
	DatacenterID string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL