autoscaler

package
v1.6.6 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package autoscaler implements various auto-scaler. ref. https://github.com/kubernetes/autoscaler

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterAutoscaler

type ClusterAutoscaler interface {
	Create() error
}

ClusterAutoscaler defines cluster autoscaler operation.

func New

func New(cfg Config) ClusterAutoscaler

New creates a new cluster autoscaler.

type Config

type Config struct {
	Logger    *zap.Logger
	LogWriter io.Writer
	Stopc     chan struct{}
	EKSConfig *eksconfig.Config
	K8SClient k8s_client.EKS
}

Config defines version upgrade configuration.

Jump to

Keyboard shortcuts

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