Documentation ¶
Index ¶
- type KotfClient
- func (c *KotfClient) Apply(clusterName string, regionVars string) (*api.KotfResult, error)
- func (c *KotfClient) Destroy(clusterName string, regionVars string) (*api.KotfResult, error)
- func (c *KotfClient) Init(clusterName string, cloudType string, provider string, cloudRegion string, ...) (*api.KotfResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KotfClient ¶
type KotfClient struct {
// contains filtered or unexported fields
}
func NewKotfClient ¶
func NewKotfClient(host string, port int) *KotfClient
func (*KotfClient) Apply ¶
func (c *KotfClient) Apply(clusterName string, regionVars string) (*api.KotfResult, error)
func (*KotfClient) Destroy ¶ added in v0.0.4
func (c *KotfClient) Destroy(clusterName string, regionVars string) (*api.KotfResult, error)
Click to show internal directories.
Click to hide internal directories.