diff --git a/openapi/insight/v0.28.0.json b/openapi/insight/v0.28.0.json
index 5403471ee1..b6a00bcba5 100644
--- a/openapi/insight/v0.28.0.json
+++ b/openapi/insight/v0.28.0.json
@@ -9513,15 +9513,15 @@
"properties": {
"name": {
"type": "string",
- "title": "Name must be unique within a namespace. Is required when creating\nresources, although some resources may allow a client to request the\ngeneration of an appropriate name automatically. Name is primarily intended\nfor creation idempotence and configuration definition. Cannot be updated.\nMore info: http://kubernetes.io/docs/user-guide/identifiers#names\n+optional"
+ "title": "Name must be unique within a namespace. Is required when creating\nresources, although some resources may allow a client to request the\ngeneration of an appropriate name automatically. Name is primarily intended\nfor creation idempotence and configuration definition. Cannot be updated.\nMore info: http://kubernetes.io/docs/identifiers#names\n+optional"
},
"namespace": {
"type": "string",
- "description": "Namespace defines the space within each name must be unique. An empty\nnamespace is equivalent to the \"default\" namespace, but \"default\" is the\ncanonical representation. Not all objects are required to be scoped to a\nnamespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL.\nCannot be updated.\nMore info: http://kubernetes.io/docs/user-guide/namespaces\n+optional"
+ "description": "Namespace defines the space within each name must be unique. An empty\nnamespace is equivalent to the \"default\" namespace, but \"default\" is the\ncanonical representation. Not all objects are required to be scoped to a\nnamespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL.\nCannot be updated.\nMore info: http://kubernetes.io/docs/namespaces\n+optional"
},
"uid": {
"type": "string",
- "description": "UID is the unique in time and space value for this object. It is typically\ngenerated by the server on successful creation of a resource and is not\nallowed to change on PUT operations.\n\nPopulated by the system.\nRead-only.\nMore info: http://kubernetes.io/docs/user-guide/identifiers#uids\n+optional"
+ "description": "UID is the unique in time and space value for this object. It is typically\ngenerated by the server on successful creation of a resource and is not\nallowed to change on PUT operations.\n\nPopulated by the system.\nRead-only.\nMore info: http://kubernetes.io/docs/identifiers#uids\n+optional"
},
"resourceVersion": {
"type": "string",
@@ -9540,14 +9540,14 @@
"additionalProperties": {
"type": "string"
},
- "title": "Map of string keys and values that can be used to organize and categorize\n(scope and select) objects. May match selectors of replication controllers\nand services.\nMore info: http://kubernetes.io/docs/user-guide/labels\n+optional"
+ "title": "Map of string keys and values that can be used to organize and categorize\n(scope and select) objects. May match selectors of replication controllers\nand services.\nMore info: http://kubernetes.io/docs/labels\n+optional"
},
"annotations": {
"type": "object",
"additionalProperties": {
"type": "string"
},
- "title": "Annotations is an unstructured key value map stored with a resource that\nmay be set by external tools to store and retrieve arbitrary metadata. They\nare not queryable and should be preserved when modifying objects. More\ninfo: http://kubernetes.io/docs/user-guide/annotations +optional"
+ "title": "Annotations is an unstructured key value map stored with a resource that\nmay be set by external tools to store and retrieve arbitrary metadata. They\nare not queryable and should be preserved when modifying objects. More\ninfo: http://kubernetes.io/docs/annotations +optional"
},
"ownerReferences": {
"type": "array",
@@ -9590,7 +9590,7 @@
"properties": {
"uid": {
"type": "string",
- "title": "UID of the referent.\nMore info: http://kubernetes.io/docs/user-guide/identifiers#uids"
+ "title": "UID of the referent.\nMore info: http://kubernetes.io/docs/identifiers#uids"
},
"controller": {
"type": "boolean",
diff --git a/openapi/kpanda/v0.32.2.json b/openapi/kpanda/v0.32.2.json
index 63699c289e..5440a0411f 100644
--- a/openapi/kpanda/v0.32.2.json
+++ b/openapi/kpanda/v0.32.2.json
@@ -23445,15 +23445,15 @@
"properties": {
"name": {
"type": "string",
- "title": "Name must be unique within a namespace. Is required when creating\nresources, although some resources may allow a client to request the\ngeneration of an appropriate name automatically. Name is primarily intended\nfor creation idempotence and configuration definition. Cannot be updated.\nMore info: http://kubernetes.io/docs/user-guide/identifiers#names\n+optional"
+ "title": "Name must be unique within a namespace. Is required when creating\nresources, although some resources may allow a client to request the\ngeneration of an appropriate name automatically. Name is primarily intended\nfor creation idempotence and configuration definition. Cannot be updated.\nMore info: http://kubernetes.io/docs/identifiers#names\n+optional"
},
"namespace": {
"type": "string",
- "description": "Namespace defines the space within each name must be unique. An empty\nnamespace is equivalent to the \"default\" namespace, but \"default\" is the\ncanonical representation. Not all objects are required to be scoped to a\nnamespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL.\nCannot be updated.\nMore info: http://kubernetes.io/docs/user-guide/namespaces\n+optional"
+ "description": "Namespace defines the space within each name must be unique. An empty\nnamespace is equivalent to the \"default\" namespace, but \"default\" is the\ncanonical representation. Not all objects are required to be scoped to a\nnamespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL.\nCannot be updated.\nMore info: http://kubernetes.io/docs/namespaces\n+optional"
},
"uid": {
"type": "string",
- "description": "UID is the unique in time and space value for this object. It is typically\ngenerated by the server on successful creation of a resource and is not\nallowed to change on PUT operations.\n\nPopulated by the system.\nRead-only.\nMore info: http://kubernetes.io/docs/user-guide/identifiers#uids\n+optional"
+ "description": "UID is the unique in time and space value for this object. It is typically\ngenerated by the server on successful creation of a resource and is not\nallowed to change on PUT operations.\n\nPopulated by the system.\nRead-only.\nMore info: http://kubernetes.io/docs/identifiers#uids\n+optional"
},
"resourceVersion": {
"type": "string",
@@ -23474,14 +23474,14 @@
"additionalProperties": {
"type": "string"
},
- "title": "Map of string keys and values that can be used to organize and categorize\n(scope and select) objects. May match selectors of replication controllers\nand services.\nMore info: http://kubernetes.io/docs/user-guide/labels\n+optional"
+ "title": "Map of string keys and values that can be used to organize and categorize\n(scope and select) objects. May match selectors of replication controllers\nand services.\nMore info: http://kubernetes.io/docs/labels\n+optional"
},
"annotations": {
"type": "object",
"additionalProperties": {
"type": "string"
},
- "title": "Annotations is an unstructured key value map stored with a resource that\nmay be set by external tools to store and retrieve arbitrary metadata. They\nare not queryable and should be preserved when modifying objects. More\ninfo: http://kubernetes.io/docs/user-guide/annotations +optional"
+ "title": "Annotations is an unstructured key value map stored with a resource that\nmay be set by external tools to store and retrieve arbitrary metadata. They\nare not queryable and should be preserved when modifying objects. More\ninfo: http://kubernetes.io/docs/annotations +optional"
},
"ownerReferences": {
"type": "array",
@@ -23506,7 +23506,7 @@
"properties": {
"uid": {
"type": "string",
- "title": "UID of the referent.\nMore info: http://kubernetes.io/docs/user-guide/identifiers#uids"
+ "title": "UID of the referent.\nMore info: http://kubernetes.io/docs/identifiers#uids"
},
"controller": {
"type": "boolean",
@@ -25521,7 +25521,7 @@
},
"name": {
"type": "string",
- "title": "Name of the referent; More info:\nhttp://kubernetes.io/docs/user-guide/identifiers#names"
+ "title": "Name of the referent; More info:\nhttp://kubernetes.io/docs/identifiers#names"
},
"apiVersion": {
"type": "string",
@@ -25581,7 +25581,7 @@
"additionalProperties": {
"type": "string"
},
- "title": "Map of string keys and values that can be used to organize and categorize\n(scope and select) objects. May match selectors of replication controllers\nand services.\nMore info: http://kubernetes.io/docs/user-guide/labels\n+optional"
+ "title": "Map of string keys and values that can be used to organize and categorize\n(scope and select) objects. May match selectors of replication controllers\nand services.\nMore info: http://kubernetes.io/docs/labels\n+optional"
},
"data": {
"type": "string",
@@ -25998,7 +25998,7 @@
"sizeLimit": {
"type": "string",
"format": "int64",
- "title": "Total amount of local storage required for this EmptyDir volume.\nThe size limit is also applicable for memory medium.\nThe maximum usage on memory medium EmptyDir would be the minimum value\nbetween the SizeLimit specified here and the sum of memory limits of all\ncontainers in a pod. The default is nil which means that the limit is\nundefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir\n+optional"
+ "title": "Total amount of local storage required for this EmptyDir volume.\nThe size limit is also applicable for memory medium.\nThe maximum usage on memory medium EmptyDir would be the minimum value\nbetween the SizeLimit specified here and the sum of memory limits of all\ncontainers in a pod. The default is nil which means that the limit is\nundefined. More info: http://kubernetes.io/docs/volumes#emptydir\n+optional"
}
},
"description": "Represents an empty directory for a pod.\nEmpty directory volumes support ownership management and SELinux relabeling."