installer

package
v0.0.0-...-ff55af6 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	// ClusterNew is creating a new cluster
	ClusterNew(cluster *ecsv1.KubernetesCluster) error

	// ClusterScaleUp is scale up a cluster node
	ClusterScaleUp(cluster *ecsv1.KubernetesCluster, scaleUpNodeList []ecsv1.Node) error

	// ClusterScaleDown is scale down a cluster node
	ClusterScaleDown(cluster *ecsv1.KubernetesCluster, scaleDownNodeList []ecsv1.Node) error

	// ClusterTerminating is delete a cluster
	ClusterTerminating(cluster *ecsv1.KubernetesCluster) error
}

Interface is a installer interface define all installer implementation operation you can define your self installer

Directories

Path Synopsis
grpc
util

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL