Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoscalerBuilder ¶
type AutoscalerBuilder struct {
// contains filtered or unexported fields
}
func NewAutoscalerBuilder ¶
func NewAutoscalerBuilder(projectName string, cluster *pb.K8Scluster, directory string) *AutoscalerBuilder
NewAutoscalerBuilder returns configured AutoscalerBuilder which can set up or remove Cluster Autoscaler.
func (*AutoscalerBuilder) DestroyClusterAutoscaler ¶
func (ab *AutoscalerBuilder) DestroyClusterAutoscaler() error
DestroyClusterAutoscaler removes all resources regarding Cluster Autoscaler.
func (*AutoscalerBuilder) SetUpClusterAutoscaler ¶
func (ab *AutoscalerBuilder) SetUpClusterAutoscaler() error
SetUpClusterAutoscaler deploys all resources necessary to set up a Cluster Autoscaler.
Click to show internal directories.
Click to hide internal directories.