Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(req clusterapi.Request) (clusterapi.Cluster, error)
Create creates a cluster following the parameters of the request
Types ¶
type BluePrint ¶
type BluePrint struct {
InstallGateway func(BluePrintParameters) error
ConfigureGateway func(BluePrintParameters) error
CreateMasters func(BluePrintParameters) error
CreateNodes func(bool, BluePrintParameters) error
ConfigureMasters func(BluePrintParameters) error
ConfigureNodes func(bool, BluePrintParameters) error
ConfigureCluster func(BluePrintParameters) error
// contains filtered or unexported fields
}
type BluePrintParameters ¶
type BluePrintParameters map[string]interface{}
Click to show internal directories.
Click to hide internal directories.