digitalocean

package
v1.2.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2022 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DigitalOceanExternalIPEndpoint displays all external addresses associated with the instance.
	DigitalOceanExternalIPEndpoint = "http://169.254.169.254/metadata/v1/interfaces/public/0/ipv4/address"
	// DigitalOceanHostnameEndpoint is the local endpoint for the hostname.
	DigitalOceanHostnameEndpoint = "http://169.254.169.254/metadata/v1/hostname"
	// DigitalOceanUserDataEndpoint is the local endpoint for the config.
	DigitalOceanUserDataEndpoint = "http://169.254.169.254/metadata/v1/user-data"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DigitalOcean

type DigitalOcean struct{}

DigitalOcean is the concrete type that implements the platform.Platform interface.

func (*DigitalOcean) Configuration

func (d *DigitalOcean) Configuration(ctx context.Context, r state.State) ([]byte, error)

Configuration implements the platform.Platform interface.

func (*DigitalOcean) KernelArgs

func (d *DigitalOcean) KernelArgs() procfs.Parameters

KernelArgs implements the runtime.Platform interface.

func (*DigitalOcean) Mode

func (d *DigitalOcean) Mode() runtime.Mode

Mode implements the platform.Platform interface.

func (*DigitalOcean) Name

func (d *DigitalOcean) Name() string

Name implements the platform.Platform interface.

func (*DigitalOcean) NetworkConfiguration added in v1.0.0

func (d *DigitalOcean) NetworkConfiguration(ctx context.Context, ch chan<- *runtime.PlatformNetworkConfig) error

NetworkConfiguration implements the runtime.Platform interface.

Jump to

Keyboard shortcuts

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