mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-18 18:28:18 -05:00
Regenerate OpenAPI spec files for policy API
Run hack/update-openapi-spec.sh to regenerate the static OpenAPI specification files after adding +optional markers to PodDisruptionBudgetStatus fields.
This commit is contained in:
parent
9e8deefd9a
commit
c29724f060
2 changed files with 0 additions and 12 deletions
6
api/openapi-spec/swagger.json
generated
6
api/openapi-spec/swagger.json
generated
|
|
@ -14882,12 +14882,6 @@
|
|||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"disruptionsAllowed",
|
||||
"currentHealthy",
|
||||
"desiredHealthy",
|
||||
"expectedPods"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"io.k8s.api.rbac.v1.AggregationRule": {
|
||||
|
|
|
|||
|
|
@ -187,12 +187,6 @@
|
|||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"disruptionsAllowed",
|
||||
"currentHealthy",
|
||||
"desiredHealthy",
|
||||
"expectedPods"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"io.k8s.apimachinery.pkg.apis.meta.v1.APIResource": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue