Merge pull request #100318 from lyft/hpa-v2beta2-opt-conditions

Mark v2beta1 and v2beta2 HPA status conditions as optional
This commit is contained in:
Kubernetes Prow Robot
2021-10-28 20:30:51 -07:00
committed by GitHub
5 changed files with 6 additions and 4 deletions

View File

@@ -2534,8 +2534,7 @@
},
"required": [
"currentReplicas",
"desiredReplicas",
"conditions"
"desiredReplicas"
],
"type": "object"
},
@@ -3093,8 +3092,7 @@
},
"required": [
"currentReplicas",
"desiredReplicas",
"conditions"
"desiredReplicas"
],
"type": "object"
},