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 ACS 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
Click to show internal directories.
Click to hide internal directories.