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