config

package
v0.16.4 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2020 License: Apache-2.0 Imports: 8 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 {
	*model.Config
	NodePools       []*model.NodePoolConfig
	Plugins         []*api.Plugin
	api.UnknownKeys `yaml:",inline"`

	Extras *clusterextension.ClusterExtension
}

func ConfigFromBytes

func ConfigFromBytes(data []byte, plugins []*api.Plugin) (*Config, error)

func ConfigFromFile

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

func (*Config) RootStackName

func (c *Config) RootStackName() string

type InitialConfig added in v0.11.0

type InitialConfig struct {
	AmiId            string
	AvailabilityZone string
	ClusterName      string
	ExternalDNSName  string
	HostedZoneID     string
	KMSKeyARN        string
	KeyName          string
	NoRecordSet      bool
	Region           api.Region
	S3URI            string
}

type UnmarshalledConfig

type UnmarshalledConfig struct {
	api.Cluster     `yaml:",inline"`
	api.UnknownKeys `yaml:",inline"`
}

Jump to

Keyboard shortcuts

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