tiles

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AvalibilityZone

type AvalibilityZone struct {
	Name string `json:"name"`
}

type BooleanValue

type BooleanValue struct {
	Value bool `json:"value"`
}

type Certificate

type Certificate struct {
	PublicKey  string `json:"cert_pem"`
	PrivateKey string `json:"private_key_pem"`
}

type CertificateValue

type CertificateValue struct {
	Value Certificate `json:"value"`
}

type IntegerValue

type IntegerValue struct {
	Value int `json:"value"`
}

type Network

type Network struct {
	SingletonAvalibilityZone AvalibilityZone   `json:"singleton_availability_zone"`
	OtherAvailabilityZones   []AvalibilityZone `json:"other_availability_zones"`
	Network                  NetworkName       `json:"network"`
}

func NetworkConfig

func NetworkConfig(subnetName string, cfg *config.Config) Network

type NetworkName

type NetworkName struct {
	Name string `json:"name"`
}

type Resource

type Resource struct {
	RouterNames       []string `json:"elb_names,omitempty"`
	Instances         int      `json:"instances,omitempty"`
	InternetConnected bool     `json:"internet_connected"`
}

type Secret

type Secret struct {
	Value string `json:"secret"`
}

type SecretValue

type SecretValue struct {
	Sec Secret `json:"value"`
}

type TileInstaller

type TileInstaller interface {
	Definition() config.Tile
	Configure(cfg *config.Config, om *ops_manager.Sdk) error
	BuiltIn() bool
}

type Value

type Value struct {
	Value string `json:"value"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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