bdd

package
v1.3.1119 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 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   `json:"name,omitempty"`
	Args     []string `json:"args,omitempty"`
	NoLabels bool     `json:"noLabels,omitempty"`
	Labels   string   `json:"labels,omitempty"`
}

CreateCluster defines how to create a cluster

type CreateClusters

type CreateClusters struct {
	Clusters []*CreateCluster `json:"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