bdd

package
v1.3.949 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateCluster

type CreateCluster struct {
	Name     string   `yaml:"name,omitempty"`
	Args     []string `yaml:"args,omitempty"`
	NoLabels bool     `yaml:"noLabels,omitempty"`
	Labels   string   `yaml:"labels,omitempty"`
}

CreateCluster defines how to create a cluster

type CreateClusters

type CreateClusters struct {
	Clusters []*CreateCluster `yaml:"clusters,omitempty"`
}

CreateClusters contains an array of clusters

func LoadBddClusters

func LoadBddClusters(fileName string) (*CreateClusters, error)

LoadBddClusters loads the cluster configuration from the given file

Jump to

Keyboard shortcuts

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