features

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Contains

func Contains(flags []FeatureFlag, flag FeatureFlag) bool

Types

type FeatureFlag

type FeatureFlag string
const (
	// Stage: alpha (default: disabled)
	// Description: Enable the feature to use the vertical scaling if the replica number reaches the preferred max replicas.
	// It aims to reduce the replica number by increasing the resource requests - preventing the situation that too many too small replicas are running.
	// Tracked at https://github.com/mercari/tortoise/issues/329.
	VerticalScalingBasedOnPreferredMaxReplicas FeatureFlag = "VerticalScalingBasedOnPreferredMaxReplicas"

	// Stage: alpha (default: disabled)
	// Description: Enable the feature to modify GOMEMLIMIT based on the memory request in the Pod mutating webhook.
	GoMemLimitModificationEnabled FeatureFlag = "GoMemLimitModificationEnabled"
)

Jump to

Keyboard shortcuts

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