env

package
v1.9.1 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClientFromProfile

func NewClientFromProfile(profile string) (*Client, error)

NewClientFromProfile returns an object that can be used to control the environments running on AWS

func (*Client) Expose

func (c *Client) Expose(cluster, zone string) error

ExposeCluster will upsert A records with the public IPs for all tasks in the cluster that have public IPs. The records will have the form taskname.clustername.domain.

func (*Client) StoreLicense added in v1.9.0

func (c *Client) StoreLicense(value, path, keyid string) error

PutSecureParameter will store the given string in the supplied path as a SecureString. The parameter will be created if needed.

type Licenser added in v1.9.0

type Licenser struct {
	Client *http.Client
}

Licenser models the public type for this module

func (*Licenser) Fetch added in v1.9.0

func (l *Licenser) Fetch(baseURL, product, token string) (string, error)

Jump to

Keyboard shortcuts

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