Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownUpdateMode

Package version

Known values of UpdateMode that the service accepts.

Index

Enumeration members

Enumeration members

Auto

Auto: = "Auto"

Autoscaler chooses the update mode. Autoscaler currently does the same as Recreate. In the future, it may take advantage of restart-free mechanisms once they are available.

Initial

Initial: = "Initial"

Autoscaler only assigns resources on pod creation and doesn't change them during the lifetime of the pod.

Off

Off: = "Off"

Autoscaler never changes pod resources but provides recommendations.

Recreate

Recreate: = "Recreate"

Autoscaler assigns resources on pod creation and updates pods that need further scaling during their lifetime by deleting and recreating.

Generated using TypeDoc