Run latest openapi generation

This commit is contained in:
Tim Hockin
2024-02-27 11:47:08 -08:00
parent d6cf98f8ac
commit 16c26b22cb
4 changed files with 36 additions and 5 deletions

View File

@@ -1449,7 +1449,8 @@
"required": [
"type",
"status",
"reason"
"reason",
"message"
],
"type": "object"
},
@@ -13477,6 +13478,9 @@
"description": "ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object."
}
},
"required": [
"parentRef"
],
"type": "object"
},
"io.k8s.api.networking.v1alpha1.ParentReference": {
@@ -13499,6 +13503,10 @@
"type": "string"
}
},
"required": [
"resource",
"name"
],
"type": "object"
},
"io.k8s.api.networking.v1alpha1.ServiceCIDR": {

View File

@@ -124,7 +124,8 @@
"required": [
"type",
"status",
"reason"
"reason",
"message"
],
"type": "object"
},

View File

@@ -97,6 +97,9 @@
"description": "ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object."
}
},
"required": [
"parentRef"
],
"type": "object"
},
"io.k8s.api.networking.v1alpha1.ParentReference": {
@@ -119,6 +122,10 @@
"type": "string"
}
},
"required": [
"resource",
"name"
],
"type": "object"
},
"io.k8s.api.networking.v1alpha1.ServiceCIDR": {