Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateClusterOptions ¶
type CreateClusterOptions struct { // Name of the cluster to create: Name string // Numbers of workers to add in the cluster. // If unset 0 workers are created which results in a single container deployment. Workers int }
func (*CreateClusterOptions) GetName ¶
func (c *CreateClusterOptions) GetName() (string, error)
func (*CreateClusterOptions) GetNumberOfWorkers ¶
func (c *CreateClusterOptions) GetNumberOfWorkers() int
Click to show internal directories.
Click to hide internal directories.