From 319978e21630ce41298b47ea1518823502c334ba Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Thu, 12 Feb 2026 17:44:53 +0000 Subject: [PATCH] Update openapi/swagger --- api/openapi-spec/swagger.json | 3 +++ .../v3/apis__admissionregistration.k8s.io__v1_openapi.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 66096ed75ca..72bef7dceeb 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -465,6 +465,9 @@ "description": "spec defines the desired behavior of the ValidatingAdmissionPolicyBinding." } }, + "required": [ + "spec" + ], "type": "object", "x-kubernetes-group-version-kind": [ { diff --git a/api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json b/api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json index 1a12ce0d042..6fca0348f26 100644 --- a/api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json +++ b/api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json @@ -580,6 +580,9 @@ "description": "spec defines the desired behavior of the ValidatingAdmissionPolicyBinding." } }, + "required": [ + "spec" + ], "type": "object", "x-kubernetes-group-version-kind": [ {