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"`
}
InstaScaleConfiguration defines the InstaScale configuration.
Click to show internal directories.
Click to hide internal directories.