tiles

package
v2.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2018 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 CertificateConstruct

type CertificateConstruct struct {
	Certificate Certificate `json:"certificate"`
	Name        string      `json:"name"`
}

type CertificateValue

type CertificateValue struct {
	Value []CertificateConstruct `json:"value"`
}

type EncryptionKey

type EncryptionKey struct {
	Name    string    `json:"name"`
	Key     KeyStruct `json:"key"`
	Primary bool      `json:"primary"`
}

type EncryptionKeyValue

type EncryptionKeyValue struct {
	Value []EncryptionKey `json:"value"`
}

type IntegerValue

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

type KeyStruct

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

type Network

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

func NetworkConfig

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

func NetworkODBConfig

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

type NetworkName

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

type OldCertificateValue

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

type Resource

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

type Secret

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

type SecretValue

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

type TileInstaller

type TileInstaller interface {
	Definition(envConfig *config.EnvConfig) config.Tile
	Configure(envConfig *config.EnvConfig, 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