github.com/gocrane/crane@v0.11.0/examples/ensurance/throttle.yaml (about)

     1  apiVersion: ensurance.crane.io/v1alpha1
     2  kind: AvoidanceAction
     3  metadata:
     4    name: throttle
     5    labels:
     6      app: system
     7  spec:
     8    coolDownSeconds: 300
     9    throttle:
    10      cpuThrottle:
    11        minCPURatio: 10
    12        stepCPURatio: 10
    13    description: "throttle low priority pods"