config

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstaScaleConfiguration

type InstaScaleConfiguration struct {
	// ocmSecretRef is reference to the authentication Secret for connecting to OCM.
	// If provided, MachinePools are used to auto-scale the cluster.
	// +optional
	OCMSecretRef *corev1.SecretReference `json:"ocmSecretRef,omitempty"`
	// maxScaleoutAllowed defines the upper limit for the number of cluster nodes
	// that can be scaled out by InstaScale.
	MaxScaleoutAllowed int32 `json:"maxScaleoutAllowed"`
	// machineSetsStrategy is a string which is used to decide if machineSets are created from a copy
	// or reused by instascale by using either the Reuse or Duplicate string.
	MachineSetsStrategy string `json:"machineSetsStrategy,omitempty"`
}

InstaScaleConfiguration defines the InstaScale configuration.

Jump to

Keyboard shortcuts

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