scaler

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2016 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package scaler implements the kubectl.Scaler interface for deploymentConfigs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDeploymentConfigScaler added in v1.0.4

func NewDeploymentConfigScaler(oc client.Interface, kc kclient.Interface) kubectl.Scaler

NewDeploymentConfigScaler returns a new scaler for deploymentConfigs

Types

type DeploymentConfigScaler

type DeploymentConfigScaler struct {
	// contains filtered or unexported fields
}

DeploymentConfigScaler is a wrapper for the kubectl Scaler client

func (*DeploymentConfigScaler) Scale

func (scaler *DeploymentConfigScaler) Scale(namespace, name string, newSize uint, preconditions *kubectl.ScalePrecondition, retry, waitForReplicas *kubectl.RetryParams) error

Scale updates the DeploymentConfig with the provided namespace/name, to a new size, with optional precondition check (if preconditions is not nil), optional retries (if retry is not nil), and then optionally waits for its deployment replica count to reach the new value (if wait is not nil).

func (*DeploymentConfigScaler) ScaleSimple

func (scaler *DeploymentConfigScaler) ScaleSimple(namespace, name string, preconditions *kubectl.ScalePrecondition, newSize uint) error

ScaleSimple does a simple one-shot attempt at scaling - not useful on its own, but a necessary building block for Scale

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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