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:
Ignoramuss 2026-01-27 16:12:14 -08:00
parent 9e8deefd9a
commit c29724f060
2 changed files with 0 additions and 12 deletions

View file

@ -14882,12 +14882,6 @@
"type": "integer"
}
},
"required": [
"disruptionsAllowed",
"currentHealthy",
"desiredHealthy",
"expectedPods"
],
"type": "object"
},
"io.k8s.api.rbac.v1.AggregationRule": {

View file

@ -187,12 +187,6 @@
"type": "integer"
}
},
"required": [
"disruptionsAllowed",
"currentHealthy",
"desiredHealthy",
"expectedPods"
],
"type": "object"
},
"io.k8s.apimachinery.pkg.apis.meta.v1.APIResource": {