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.
Click to show internal directories.
Click to hide internal directories.