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