config

package
v0.31.2 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deployment

type Deployment struct {
	ClusterDefinition string `json:"cluster_definition"`
	Location          string `json:"location"`
	TestCategory      string `json:"category,omitempty"`
	SkipValidation    bool   `json:"skip_validation,omitempty"`
}

Deployment represents an AKS cluster deployment on Azure

type TestConfig

type TestConfig struct {
	Deployments []Deployment `json:"deployments"`
}

TestConfig represents a cluster config

func GetTestConfig

func GetTestConfig(fname string) (*TestConfig, error)

GetTestConfig parses a cluster config

func (*TestConfig) Read

func (c *TestConfig) Read(data []byte) error

Jump to

Keyboard shortcuts

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