config

package
v0.9.5-rc.4 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2017 License: Apache-2.0 Imports: 5 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	*controlplane.Cluster
	NodePools []*nodepool.ProvidedConfig
}

func ConfigFromBytes

func ConfigFromBytes(data []byte) (*Config, error)

func ConfigFromBytesWithEncryptService

func ConfigFromBytesWithEncryptService(data []byte, encryptService controlplane.EncryptService) (*Config, error)

func ConfigFromFile

func ConfigFromFile(configPath string) (*Config, error)

func (*Config) RootStackName

func (c *Config) RootStackName() string

type UnmarshalledConfig

type UnmarshalledConfig struct {
	controlplane.Cluster `yaml:",inline"`
	WorkerConfig         `yaml:"worker,omitempty"`
}

type WorkerConfig

type WorkerConfig struct {
	NodePools []*nodepool.ProvidedConfig `yaml:"nodePools,omitempty"`
}

Jump to

Keyboard shortcuts

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