Skip to content

Commit

Permalink
Merge pull request #3391 from johanneswuerbach/patch-1
Browse files Browse the repository at this point in the history
VPA Add controlledValues to CRD
  • Loading branch information
k8s-ci-robot authored Jul 31, 2020
2 parents bfecd91 + d434742 commit 409d3c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vertical-pod-autoscaler/deploy/vpa-v1-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ spec:
properties:
containerName:
type: string
controlledValues:
type: string
enum: ["RequestsAndLimits", "RequestsOnly"]
mode:
type: string
enum: ["Auto", "Off"]
Expand Down

0 comments on commit 409d3c3

Please sign in to comment.