From 6ee7316b3ff38e7ce01971eda7ba59a19c841778 Mon Sep 17 00:00:00 2001 From: Jon Schoning Date: Sun, 23 Aug 2020 22:59:07 -0500 Subject: [PATCH] regen --- kubernetes/.openapi-generator/COMMIT | 4 +- kubernetes/.openapi-generator/FILES | 89 + kubernetes/.openapi-generator/VERSION | 2 +- .../.openapi-generator/swagger.json.sha256 | 2 +- kubernetes/kubernetes-client-core.cabal | 8 +- kubernetes/lib/Kubernetes/OpenAPI.hs | 2 +- .../OpenAPI/API/Admissionregistration.hs | 2 +- .../OpenAPI/API/AdmissionregistrationV1.hs | 22 +- .../API/AdmissionregistrationV1beta1.hs | 22 +- .../Kubernetes/OpenAPI/API/Apiextensions.hs | 2 +- .../Kubernetes/OpenAPI/API/ApiextensionsV1.hs | 12 +- .../OpenAPI/API/ApiextensionsV1beta1.hs | 12 +- .../Kubernetes/OpenAPI/API/Apiregistration.hs | 2 +- .../OpenAPI/API/ApiregistrationV1.hs | 12 +- .../OpenAPI/API/ApiregistrationV1beta1.hs | 12 +- kubernetes/lib/Kubernetes/OpenAPI/API/Apis.hs | 2 +- kubernetes/lib/Kubernetes/OpenAPI/API/Apps.hs | 2 +- .../lib/Kubernetes/OpenAPI/API/AppsV1.hs | 52 +- .../lib/Kubernetes/OpenAPI/API/AppsV1beta1.hs | 32 +- .../lib/Kubernetes/OpenAPI/API/AppsV1beta2.hs | 52 +- .../OpenAPI/API/Auditregistration.hs | 2 +- .../OpenAPI/API/AuditregistrationV1alpha1.hs | 12 +- .../Kubernetes/OpenAPI/API/Authentication.hs | 2 +- .../OpenAPI/API/AuthenticationV1.hs | 2 +- .../OpenAPI/API/AuthenticationV1beta1.hs | 2 +- .../Kubernetes/OpenAPI/API/Authorization.hs | 2 +- .../Kubernetes/OpenAPI/API/AuthorizationV1.hs | 2 +- .../OpenAPI/API/AuthorizationV1beta1.hs | 2 +- .../lib/Kubernetes/OpenAPI/API/Autoscaling.hs | 2 +- .../Kubernetes/OpenAPI/API/AutoscalingV1.hs | 12 +- .../OpenAPI/API/AutoscalingV2beta1.hs | 12 +- .../OpenAPI/API/AutoscalingV2beta2.hs | 12 +- .../lib/Kubernetes/OpenAPI/API/Batch.hs | 2 +- .../lib/Kubernetes/OpenAPI/API/BatchV1.hs | 12 +- .../Kubernetes/OpenAPI/API/BatchV1beta1.hs | 12 +- .../Kubernetes/OpenAPI/API/BatchV2alpha1.hs | 12 +- .../Kubernetes/OpenAPI/API/Certificates.hs | 2 +- .../OpenAPI/API/CertificatesV1beta1.hs | 12 +- .../Kubernetes/OpenAPI/API/Coordination.hs | 2 +- .../Kubernetes/OpenAPI/API/CoordinationV1.hs | 12 +- .../OpenAPI/API/CoordinationV1beta1.hs | 12 +- kubernetes/lib/Kubernetes/OpenAPI/API/Core.hs | 2 +- .../lib/Kubernetes/OpenAPI/API/CoreV1.hs | 132 +- .../Kubernetes/OpenAPI/API/CustomObjects.hs | 327 +- .../lib/Kubernetes/OpenAPI/API/Discovery.hs | 2 +- .../OpenAPI/API/DiscoveryV1alpha1.hs | 12 +- .../lib/Kubernetes/OpenAPI/API/Events.hs | 2 +- .../Kubernetes/OpenAPI/API/EventsV1beta1.hs | 12 +- .../lib/Kubernetes/OpenAPI/API/Extensions.hs | 2 +- .../OpenAPI/API/ExtensionsV1beta1.hs | 62 +- kubernetes/lib/Kubernetes/OpenAPI/API/Logs.hs | 2 +- .../lib/Kubernetes/OpenAPI/API/Networking.hs | 2 +- .../Kubernetes/OpenAPI/API/NetworkingV1.hs | 12 +- .../OpenAPI/API/NetworkingV1beta1.hs | 12 +- kubernetes/lib/Kubernetes/OpenAPI/API/Node.hs | 2 +- .../Kubernetes/OpenAPI/API/NodeV1alpha1.hs | 12 +- .../lib/Kubernetes/OpenAPI/API/NodeV1beta1.hs | 12 +- .../lib/Kubernetes/OpenAPI/API/Policy.hs | 2 +- .../Kubernetes/OpenAPI/API/PolicyV1beta1.hs | 22 +- .../OpenAPI/API/RbacAuthorization.hs | 2 +- .../OpenAPI/API/RbacAuthorizationV1.hs | 42 +- .../OpenAPI/API/RbacAuthorizationV1alpha1.hs | 42 +- .../OpenAPI/API/RbacAuthorizationV1beta1.hs | 42 +- .../lib/Kubernetes/OpenAPI/API/Scheduling.hs | 2 +- .../Kubernetes/OpenAPI/API/SchedulingV1.hs | 12 +- .../OpenAPI/API/SchedulingV1alpha1.hs | 12 +- .../OpenAPI/API/SchedulingV1beta1.hs | 12 +- .../lib/Kubernetes/OpenAPI/API/Settings.hs | 2 +- .../OpenAPI/API/SettingsV1alpha1.hs | 12 +- .../lib/Kubernetes/OpenAPI/API/Storage.hs | 2 +- .../lib/Kubernetes/OpenAPI/API/StorageV1.hs | 22 +- .../Kubernetes/OpenAPI/API/StorageV1alpha1.hs | 12 +- .../Kubernetes/OpenAPI/API/StorageV1beta1.hs | 42 +- .../lib/Kubernetes/OpenAPI/API/Version.hs | 2 +- kubernetes/lib/Kubernetes/OpenAPI/Client.hs | 2 +- kubernetes/lib/Kubernetes/OpenAPI/Core.hs | 32 +- kubernetes/lib/Kubernetes/OpenAPI/Logging.hs | 2 +- .../lib/Kubernetes/OpenAPI/LoggingKatip.hs | 2 +- .../Kubernetes/OpenAPI/LoggingMonadLogger.hs | 2 +- .../lib/Kubernetes/OpenAPI/MimeTypes.hs | 2 +- kubernetes/lib/Kubernetes/OpenAPI/Model.hs | 6 +- .../lib/Kubernetes/OpenAPI/ModelLens.hs | 2 +- kubernetes/openapi.yaml | 6202 ++++++++--------- kubernetes/stack.yaml | 2 +- kubernetes/swagger.json | 1801 ++--- kubernetes/swagger.json.unprocessed | 6 +- 86 files changed, 3870 insertions(+), 5569 deletions(-) create mode 100644 kubernetes/.openapi-generator/FILES diff --git a/kubernetes/.openapi-generator/COMMIT b/kubernetes/.openapi-generator/COMMIT index 06cf1e9..79fbdbb 100644 --- a/kubernetes/.openapi-generator/COMMIT +++ b/kubernetes/.openapi-generator/COMMIT @@ -1,2 +1,2 @@ -Requested Commit: a979fd8e13c86431831b0c769ba7b484e744afa5 -Actual Commit: a979fd8e13c86431831b0c769ba7b484e744afa5 +Requested Commit: 7bb8a8d9ff346823b7451f6ca57602be9dd9c938 +Actual Commit: 7bb8a8d9ff346823b7451f6ca57602be9dd9c938 diff --git a/kubernetes/.openapi-generator/FILES b/kubernetes/.openapi-generator/FILES new file mode 100644 index 0000000..e6b96e0 --- /dev/null +++ b/kubernetes/.openapi-generator/FILES @@ -0,0 +1,89 @@ +.gitignore +.travis.yml +Setup.hs +git_push.sh +kubernetes-client-core.cabal +lib/Kubernetes/OpenAPI.hs +lib/Kubernetes/OpenAPI/API/Admissionregistration.hs +lib/Kubernetes/OpenAPI/API/AdmissionregistrationV1.hs +lib/Kubernetes/OpenAPI/API/AdmissionregistrationV1beta1.hs +lib/Kubernetes/OpenAPI/API/Apiextensions.hs +lib/Kubernetes/OpenAPI/API/ApiextensionsV1.hs +lib/Kubernetes/OpenAPI/API/ApiextensionsV1beta1.hs +lib/Kubernetes/OpenAPI/API/Apiregistration.hs +lib/Kubernetes/OpenAPI/API/ApiregistrationV1.hs +lib/Kubernetes/OpenAPI/API/ApiregistrationV1beta1.hs +lib/Kubernetes/OpenAPI/API/Apis.hs +lib/Kubernetes/OpenAPI/API/Apps.hs +lib/Kubernetes/OpenAPI/API/AppsV1.hs +lib/Kubernetes/OpenAPI/API/AppsV1beta1.hs +lib/Kubernetes/OpenAPI/API/AppsV1beta2.hs +lib/Kubernetes/OpenAPI/API/Auditregistration.hs +lib/Kubernetes/OpenAPI/API/AuditregistrationV1alpha1.hs +lib/Kubernetes/OpenAPI/API/Authentication.hs +lib/Kubernetes/OpenAPI/API/AuthenticationV1.hs +lib/Kubernetes/OpenAPI/API/AuthenticationV1beta1.hs +lib/Kubernetes/OpenAPI/API/Authorization.hs +lib/Kubernetes/OpenAPI/API/AuthorizationV1.hs +lib/Kubernetes/OpenAPI/API/AuthorizationV1beta1.hs +lib/Kubernetes/OpenAPI/API/Autoscaling.hs +lib/Kubernetes/OpenAPI/API/AutoscalingV1.hs +lib/Kubernetes/OpenAPI/API/AutoscalingV2beta1.hs +lib/Kubernetes/OpenAPI/API/AutoscalingV2beta2.hs +lib/Kubernetes/OpenAPI/API/Batch.hs +lib/Kubernetes/OpenAPI/API/BatchV1.hs +lib/Kubernetes/OpenAPI/API/BatchV1beta1.hs +lib/Kubernetes/OpenAPI/API/BatchV2alpha1.hs +lib/Kubernetes/OpenAPI/API/Certificates.hs +lib/Kubernetes/OpenAPI/API/CertificatesV1beta1.hs +lib/Kubernetes/OpenAPI/API/Coordination.hs +lib/Kubernetes/OpenAPI/API/CoordinationV1.hs +lib/Kubernetes/OpenAPI/API/CoordinationV1beta1.hs +lib/Kubernetes/OpenAPI/API/Core.hs +lib/Kubernetes/OpenAPI/API/CoreV1.hs +lib/Kubernetes/OpenAPI/API/CustomObjects.hs +lib/Kubernetes/OpenAPI/API/Discovery.hs +lib/Kubernetes/OpenAPI/API/DiscoveryV1alpha1.hs +lib/Kubernetes/OpenAPI/API/Events.hs +lib/Kubernetes/OpenAPI/API/EventsV1beta1.hs +lib/Kubernetes/OpenAPI/API/Extensions.hs +lib/Kubernetes/OpenAPI/API/ExtensionsV1beta1.hs +lib/Kubernetes/OpenAPI/API/Logs.hs +lib/Kubernetes/OpenAPI/API/Networking.hs +lib/Kubernetes/OpenAPI/API/NetworkingV1.hs +lib/Kubernetes/OpenAPI/API/NetworkingV1beta1.hs +lib/Kubernetes/OpenAPI/API/Node.hs +lib/Kubernetes/OpenAPI/API/NodeV1alpha1.hs +lib/Kubernetes/OpenAPI/API/NodeV1beta1.hs +lib/Kubernetes/OpenAPI/API/Policy.hs +lib/Kubernetes/OpenAPI/API/PolicyV1beta1.hs +lib/Kubernetes/OpenAPI/API/RbacAuthorization.hs +lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1.hs +lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1alpha1.hs +lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1beta1.hs +lib/Kubernetes/OpenAPI/API/Scheduling.hs +lib/Kubernetes/OpenAPI/API/SchedulingV1.hs +lib/Kubernetes/OpenAPI/API/SchedulingV1alpha1.hs +lib/Kubernetes/OpenAPI/API/SchedulingV1beta1.hs +lib/Kubernetes/OpenAPI/API/Settings.hs +lib/Kubernetes/OpenAPI/API/SettingsV1alpha1.hs +lib/Kubernetes/OpenAPI/API/Storage.hs +lib/Kubernetes/OpenAPI/API/StorageV1.hs +lib/Kubernetes/OpenAPI/API/StorageV1alpha1.hs +lib/Kubernetes/OpenAPI/API/StorageV1beta1.hs +lib/Kubernetes/OpenAPI/API/Version.hs +lib/Kubernetes/OpenAPI/Client.hs +lib/Kubernetes/OpenAPI/Core.hs +lib/Kubernetes/OpenAPI/ImportMappings.hs +lib/Kubernetes/OpenAPI/Logging.hs +lib/Kubernetes/OpenAPI/LoggingKatip.hs +lib/Kubernetes/OpenAPI/LoggingMonadLogger.hs +lib/Kubernetes/OpenAPI/MimeTypes.hs +lib/Kubernetes/OpenAPI/Model.hs +lib/Kubernetes/OpenAPI/ModelLens.hs +openapi.yaml +stack.yaml +tests/ApproxEq.hs +tests/Instances.hs +tests/PropMime.hs +tests/Test.hs diff --git a/kubernetes/.openapi-generator/VERSION b/kubernetes/.openapi-generator/VERSION index c3a2c70..d99e716 100644 --- a/kubernetes/.openapi-generator/VERSION +++ b/kubernetes/.openapi-generator/VERSION @@ -1 +1 @@ -4.2.0-SNAPSHOT \ No newline at end of file +5.0.0-SNAPSHOT \ No newline at end of file diff --git a/kubernetes/.openapi-generator/swagger.json.sha256 b/kubernetes/.openapi-generator/swagger.json.sha256 index 4408574..dc9328b 100644 --- a/kubernetes/.openapi-generator/swagger.json.sha256 +++ b/kubernetes/.openapi-generator/swagger.json.sha256 @@ -1 +1 @@ -7343a558c44ee5251d1465500e55fbc88db17c0462e5c29dc0cb7f64f5848a07 \ No newline at end of file +5510757beffc3408a91c54ed0a18ba162f047ff7a7943b5aaa2f2012b4b00da3 \ No newline at end of file diff --git a/kubernetes/kubernetes-client-core.cabal b/kubernetes/kubernetes-client-core.cabal index 05fc36b..405ebf3 100644 --- a/kubernetes/kubernetes-client-core.cabal +++ b/kubernetes/kubernetes-client-core.cabal @@ -1,5 +1,5 @@ name: kubernetes-client-core -version: 0.2.0.0 +version: 0.1.0.0 synopsis: Auto-generated kubernetes-client-core API Client description: . Client library for calling the Kubernetes API based on http-client. @@ -8,7 +8,7 @@ description: . . base path: http://localhost . - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 . OpenAPI version: 3.0.1 . @@ -51,11 +51,11 @@ library , iso8601-time >=0.1.3 && <0.2.0 , microlens >= 0.4.3 && <0.5 , mtl >=2.2.1 - , network >=2.6.2 && <2.9 + , network >=2.6.2 && <3.9 , random >=1.1 , safe-exceptions <0.2 , text >=0.11 && <1.3 - , time >=1.5 && <1.10 + , time >=1.5 , transformers >=0.4.0.0 , unordered-containers , vector >=0.10.9 && <0.13 diff --git a/kubernetes/lib/Kubernetes/OpenAPI.hs b/kubernetes/lib/Kubernetes/OpenAPI.hs index ad3f1b9..9ec5c81 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Admissionregistration.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Admissionregistration.hs index fcc91df..0a785f1 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Admissionregistration.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Admissionregistration.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/AdmissionregistrationV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/AdmissionregistrationV1.hs index 822af9f..9201adc 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/AdmissionregistrationV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/AdmissionregistrationV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -178,11 +178,6 @@ instance HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Pretty wh applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionMutatingWebhookConfiguration AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Continue where applyOptionalParam req (Continue xs) = @@ -232,11 +227,6 @@ instance HasOptionalParam DeleteCollectionMutatingWebhookConfiguration ResourceV instance HasOptionalParam DeleteCollectionMutatingWebhookConfiguration TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionMutatingWebhookConfiguration mtype @@ -274,11 +264,6 @@ instance HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Pretty applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionValidatingWebhookConfiguration AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Continue where applyOptionalParam req (Continue xs) = @@ -328,11 +313,6 @@ instance HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Resourc instance HasOptionalParam DeleteCollectionValidatingWebhookConfiguration TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionValidatingWebhookConfiguration mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/AdmissionregistrationV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/AdmissionregistrationV1beta1.hs index 7871424..6196193 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/AdmissionregistrationV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/AdmissionregistrationV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -178,11 +178,6 @@ instance HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Pretty wh applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionMutatingWebhookConfiguration AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Continue where applyOptionalParam req (Continue xs) = @@ -232,11 +227,6 @@ instance HasOptionalParam DeleteCollectionMutatingWebhookConfiguration ResourceV instance HasOptionalParam DeleteCollectionMutatingWebhookConfiguration TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionMutatingWebhookConfiguration mtype @@ -274,11 +264,6 @@ instance HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Pretty applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionValidatingWebhookConfiguration AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Continue where applyOptionalParam req (Continue xs) = @@ -328,11 +313,6 @@ instance HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Resourc instance HasOptionalParam DeleteCollectionValidatingWebhookConfiguration TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionValidatingWebhookConfiguration mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Apiextensions.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Apiextensions.hs index 3b249f0..1999417 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Apiextensions.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Apiextensions.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/ApiextensionsV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/ApiextensionsV1.hs index 47c5b94..f11bdd6 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/ApiextensionsV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/ApiextensionsV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -130,11 +130,6 @@ instance HasOptionalParam DeleteCollectionCustomResourceDefinition Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionCustomResourceDefinition AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionCustomResourceDefinition Continue where applyOptionalParam req (Continue xs) = @@ -184,11 +179,6 @@ instance HasOptionalParam DeleteCollectionCustomResourceDefinition ResourceVersi instance HasOptionalParam DeleteCollectionCustomResourceDefinition TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionCustomResourceDefinition Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionCustomResourceDefinition mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/ApiextensionsV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/ApiextensionsV1beta1.hs index 797a09d..76d2dba 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/ApiextensionsV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/ApiextensionsV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -130,11 +130,6 @@ instance HasOptionalParam DeleteCollectionCustomResourceDefinition Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionCustomResourceDefinition AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionCustomResourceDefinition Continue where applyOptionalParam req (Continue xs) = @@ -184,11 +179,6 @@ instance HasOptionalParam DeleteCollectionCustomResourceDefinition ResourceVersi instance HasOptionalParam DeleteCollectionCustomResourceDefinition TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionCustomResourceDefinition Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionCustomResourceDefinition mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Apiregistration.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Apiregistration.hs index e3b7483..d29c174 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Apiregistration.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Apiregistration.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/ApiregistrationV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/ApiregistrationV1.hs index a798270..42d7389 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/ApiregistrationV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/ApiregistrationV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -187,11 +187,6 @@ instance HasOptionalParam DeleteCollectionAPIService Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionAPIService AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionAPIService Continue where applyOptionalParam req (Continue xs) = @@ -241,11 +236,6 @@ instance HasOptionalParam DeleteCollectionAPIService ResourceVersion where instance HasOptionalParam DeleteCollectionAPIService TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionAPIService Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionAPIService mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/ApiregistrationV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/ApiregistrationV1beta1.hs index 4320098..45dc28a 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/ApiregistrationV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/ApiregistrationV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -187,11 +187,6 @@ instance HasOptionalParam DeleteCollectionAPIService Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionAPIService AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionAPIService Continue where applyOptionalParam req (Continue xs) = @@ -241,11 +236,6 @@ instance HasOptionalParam DeleteCollectionAPIService ResourceVersion where instance HasOptionalParam DeleteCollectionAPIService TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionAPIService Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionAPIService mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Apis.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Apis.hs index 8a90135..3e38c4c 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Apis.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Apis.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Apps.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Apps.hs index 1f5de5c..ca6f0f9 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Apps.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Apps.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/AppsV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/AppsV1.hs index 9815386..748ba13 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/AppsV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/AppsV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -328,11 +328,6 @@ instance HasOptionalParam DeleteCollectionNamespacedControllerRevision Pretty wh applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedControllerRevision AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedControllerRevision Continue where applyOptionalParam req (Continue xs) = @@ -382,11 +377,6 @@ instance HasOptionalParam DeleteCollectionNamespacedControllerRevision ResourceV instance HasOptionalParam DeleteCollectionNamespacedControllerRevision TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedControllerRevision Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedControllerRevision mtype @@ -425,11 +415,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDaemonSet Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedDaemonSet AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedDaemonSet Continue where applyOptionalParam req (Continue xs) = @@ -479,11 +464,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDaemonSet ResourceVersion wh instance HasOptionalParam DeleteCollectionNamespacedDaemonSet TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedDaemonSet Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedDaemonSet mtype @@ -522,11 +502,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDeployment Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedDeployment AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedDeployment Continue where applyOptionalParam req (Continue xs) = @@ -576,11 +551,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDeployment ResourceVersion w instance HasOptionalParam DeleteCollectionNamespacedDeployment TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedDeployment Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedDeployment mtype @@ -619,11 +589,6 @@ instance HasOptionalParam DeleteCollectionNamespacedReplicaSet Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedReplicaSet AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedReplicaSet Continue where applyOptionalParam req (Continue xs) = @@ -673,11 +638,6 @@ instance HasOptionalParam DeleteCollectionNamespacedReplicaSet ResourceVersion w instance HasOptionalParam DeleteCollectionNamespacedReplicaSet TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedReplicaSet Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedReplicaSet mtype @@ -716,11 +676,6 @@ instance HasOptionalParam DeleteCollectionNamespacedStatefulSet Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedStatefulSet AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedStatefulSet Continue where applyOptionalParam req (Continue xs) = @@ -770,11 +725,6 @@ instance HasOptionalParam DeleteCollectionNamespacedStatefulSet ResourceVersion instance HasOptionalParam DeleteCollectionNamespacedStatefulSet TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedStatefulSet Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedStatefulSet mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/AppsV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/AppsV1beta1.hs index e731b7c..4a76867 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/AppsV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/AppsV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -280,11 +280,6 @@ instance HasOptionalParam DeleteCollectionNamespacedControllerRevision Pretty wh applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedControllerRevision AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedControllerRevision Continue where applyOptionalParam req (Continue xs) = @@ -334,11 +329,6 @@ instance HasOptionalParam DeleteCollectionNamespacedControllerRevision ResourceV instance HasOptionalParam DeleteCollectionNamespacedControllerRevision TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedControllerRevision Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedControllerRevision mtype @@ -377,11 +367,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDeployment Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedDeployment AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedDeployment Continue where applyOptionalParam req (Continue xs) = @@ -431,11 +416,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDeployment ResourceVersion w instance HasOptionalParam DeleteCollectionNamespacedDeployment TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedDeployment Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedDeployment mtype @@ -474,11 +454,6 @@ instance HasOptionalParam DeleteCollectionNamespacedStatefulSet Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedStatefulSet AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedStatefulSet Continue where applyOptionalParam req (Continue xs) = @@ -528,11 +503,6 @@ instance HasOptionalParam DeleteCollectionNamespacedStatefulSet ResourceVersion instance HasOptionalParam DeleteCollectionNamespacedStatefulSet TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedStatefulSet Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedStatefulSet mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/AppsV1beta2.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/AppsV1beta2.hs index 5adf57f..940c0c8 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/AppsV1beta2.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/AppsV1beta2.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -328,11 +328,6 @@ instance HasOptionalParam DeleteCollectionNamespacedControllerRevision Pretty wh applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedControllerRevision AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedControllerRevision Continue where applyOptionalParam req (Continue xs) = @@ -382,11 +377,6 @@ instance HasOptionalParam DeleteCollectionNamespacedControllerRevision ResourceV instance HasOptionalParam DeleteCollectionNamespacedControllerRevision TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedControllerRevision Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedControllerRevision mtype @@ -425,11 +415,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDaemonSet Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedDaemonSet AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedDaemonSet Continue where applyOptionalParam req (Continue xs) = @@ -479,11 +464,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDaemonSet ResourceVersion wh instance HasOptionalParam DeleteCollectionNamespacedDaemonSet TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedDaemonSet Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedDaemonSet mtype @@ -522,11 +502,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDeployment Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedDeployment AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedDeployment Continue where applyOptionalParam req (Continue xs) = @@ -576,11 +551,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDeployment ResourceVersion w instance HasOptionalParam DeleteCollectionNamespacedDeployment TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedDeployment Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedDeployment mtype @@ -619,11 +589,6 @@ instance HasOptionalParam DeleteCollectionNamespacedReplicaSet Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedReplicaSet AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedReplicaSet Continue where applyOptionalParam req (Continue xs) = @@ -673,11 +638,6 @@ instance HasOptionalParam DeleteCollectionNamespacedReplicaSet ResourceVersion w instance HasOptionalParam DeleteCollectionNamespacedReplicaSet TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedReplicaSet Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedReplicaSet mtype @@ -716,11 +676,6 @@ instance HasOptionalParam DeleteCollectionNamespacedStatefulSet Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedStatefulSet AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedStatefulSet Continue where applyOptionalParam req (Continue xs) = @@ -770,11 +725,6 @@ instance HasOptionalParam DeleteCollectionNamespacedStatefulSet ResourceVersion instance HasOptionalParam DeleteCollectionNamespacedStatefulSet TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedStatefulSet Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedStatefulSet mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Auditregistration.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Auditregistration.hs index 6d38788..2138b46 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Auditregistration.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Auditregistration.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/AuditregistrationV1alpha1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/AuditregistrationV1alpha1.hs index c7dc1e0..5a2369c 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/AuditregistrationV1alpha1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/AuditregistrationV1alpha1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -187,11 +187,6 @@ instance HasOptionalParam DeleteCollectionAuditSink Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionAuditSink AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionAuditSink Continue where applyOptionalParam req (Continue xs) = @@ -241,11 +236,6 @@ instance HasOptionalParam DeleteCollectionAuditSink ResourceVersion where instance HasOptionalParam DeleteCollectionAuditSink TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionAuditSink Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionAuditSink mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Authentication.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Authentication.hs index 70e58b3..d3aa209 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Authentication.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Authentication.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/AuthenticationV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/AuthenticationV1.hs index 5c99eaf..246d5e1 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/AuthenticationV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/AuthenticationV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/AuthenticationV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/AuthenticationV1beta1.hs index a383e12..d5149f1 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/AuthenticationV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/AuthenticationV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Authorization.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Authorization.hs index 896c968..48ebc17 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Authorization.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Authorization.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/AuthorizationV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/AuthorizationV1.hs index 08e058a..9b0baf8 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/AuthorizationV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/AuthorizationV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/AuthorizationV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/AuthorizationV1beta1.hs index 35b72cc..f25dd9d 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/AuthorizationV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/AuthorizationV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Autoscaling.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Autoscaling.hs index 7dcdd08..9898768 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Autoscaling.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Autoscaling.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/AutoscalingV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/AutoscalingV1.hs index c6a1ae1..56bfe32 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/AutoscalingV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/AutoscalingV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -132,11 +132,6 @@ instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Pret applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Continue where applyOptionalParam req (Continue xs) = @@ -186,11 +181,6 @@ instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Reso instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedHorizontalPodAutoscaler mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/AutoscalingV2beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/AutoscalingV2beta1.hs index 2e62b8b..4de1b3d 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/AutoscalingV2beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/AutoscalingV2beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -132,11 +132,6 @@ instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Pret applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Continue where applyOptionalParam req (Continue xs) = @@ -186,11 +181,6 @@ instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Reso instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedHorizontalPodAutoscaler mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/AutoscalingV2beta2.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/AutoscalingV2beta2.hs index 8cf1a37..2ac11c0 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/AutoscalingV2beta2.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/AutoscalingV2beta2.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -132,11 +132,6 @@ instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Pret applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Continue where applyOptionalParam req (Continue xs) = @@ -186,11 +181,6 @@ instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Reso instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedHorizontalPodAutoscaler mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Batch.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Batch.hs index de541df..4c7214f 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Batch.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Batch.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/BatchV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/BatchV1.hs index 5f5ab92..aaaf243 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/BatchV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/BatchV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -132,11 +132,6 @@ instance HasOptionalParam DeleteCollectionNamespacedJob Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedJob AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedJob Continue where applyOptionalParam req (Continue xs) = @@ -186,11 +181,6 @@ instance HasOptionalParam DeleteCollectionNamespacedJob ResourceVersion where instance HasOptionalParam DeleteCollectionNamespacedJob TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedJob Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedJob mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/BatchV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/BatchV1beta1.hs index 83360a4..e88a0a4 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/BatchV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/BatchV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -132,11 +132,6 @@ instance HasOptionalParam DeleteCollectionNamespacedCronJob Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedCronJob AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedCronJob Continue where applyOptionalParam req (Continue xs) = @@ -186,11 +181,6 @@ instance HasOptionalParam DeleteCollectionNamespacedCronJob ResourceVersion wher instance HasOptionalParam DeleteCollectionNamespacedCronJob TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedCronJob Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedCronJob mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/BatchV2alpha1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/BatchV2alpha1.hs index e1cbc6a..4b9f1b2 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/BatchV2alpha1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/BatchV2alpha1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -132,11 +132,6 @@ instance HasOptionalParam DeleteCollectionNamespacedCronJob Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedCronJob AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedCronJob Continue where applyOptionalParam req (Continue xs) = @@ -186,11 +181,6 @@ instance HasOptionalParam DeleteCollectionNamespacedCronJob ResourceVersion wher instance HasOptionalParam DeleteCollectionNamespacedCronJob TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedCronJob Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedCronJob mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Certificates.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Certificates.hs index e82a7d1..d839df1 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Certificates.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Certificates.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/CertificatesV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/CertificatesV1beta1.hs index 515e744..6d32c7a 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/CertificatesV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/CertificatesV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -187,11 +187,6 @@ instance HasOptionalParam DeleteCollectionCertificateSigningRequest Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionCertificateSigningRequest AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionCertificateSigningRequest Continue where applyOptionalParam req (Continue xs) = @@ -241,11 +236,6 @@ instance HasOptionalParam DeleteCollectionCertificateSigningRequest ResourceVers instance HasOptionalParam DeleteCollectionCertificateSigningRequest TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionCertificateSigningRequest Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionCertificateSigningRequest mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Coordination.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Coordination.hs index f47d4b5..bd970cc 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Coordination.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Coordination.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/CoordinationV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/CoordinationV1.hs index e79f61e..a2221b0 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/CoordinationV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/CoordinationV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -132,11 +132,6 @@ instance HasOptionalParam DeleteCollectionNamespacedLease Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedLease AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedLease Continue where applyOptionalParam req (Continue xs) = @@ -186,11 +181,6 @@ instance HasOptionalParam DeleteCollectionNamespacedLease ResourceVersion where instance HasOptionalParam DeleteCollectionNamespacedLease TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedLease Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedLease mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/CoordinationV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/CoordinationV1beta1.hs index 6779dc1..1d8a299 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/CoordinationV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/CoordinationV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -132,11 +132,6 @@ instance HasOptionalParam DeleteCollectionNamespacedLease Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedLease AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedLease Continue where applyOptionalParam req (Continue xs) = @@ -186,11 +181,6 @@ instance HasOptionalParam DeleteCollectionNamespacedLease ResourceVersion where instance HasOptionalParam DeleteCollectionNamespacedLease TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedLease Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedLease mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Core.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Core.hs index 754c7cd..8e87846 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Core.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Core.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/CoreV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/CoreV1.hs index e9b0c20..dcb8dd4 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/CoreV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/CoreV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -2407,11 +2407,6 @@ instance HasOptionalParam DeleteCollectionNamespacedConfigMap Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedConfigMap AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedConfigMap Continue where applyOptionalParam req (Continue xs) = @@ -2461,11 +2456,6 @@ instance HasOptionalParam DeleteCollectionNamespacedConfigMap ResourceVersion wh instance HasOptionalParam DeleteCollectionNamespacedConfigMap TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedConfigMap Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedConfigMap mtype @@ -2504,11 +2494,6 @@ instance HasOptionalParam DeleteCollectionNamespacedEndpoints Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedEndpoints AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedEndpoints Continue where applyOptionalParam req (Continue xs) = @@ -2558,11 +2543,6 @@ instance HasOptionalParam DeleteCollectionNamespacedEndpoints ResourceVersion wh instance HasOptionalParam DeleteCollectionNamespacedEndpoints TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedEndpoints Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedEndpoints mtype @@ -2601,11 +2581,6 @@ instance HasOptionalParam DeleteCollectionNamespacedEvent Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedEvent AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedEvent Continue where applyOptionalParam req (Continue xs) = @@ -2655,11 +2630,6 @@ instance HasOptionalParam DeleteCollectionNamespacedEvent ResourceVersion where instance HasOptionalParam DeleteCollectionNamespacedEvent TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedEvent Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedEvent mtype @@ -2698,11 +2668,6 @@ instance HasOptionalParam DeleteCollectionNamespacedLimitRange Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedLimitRange AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedLimitRange Continue where applyOptionalParam req (Continue xs) = @@ -2752,11 +2717,6 @@ instance HasOptionalParam DeleteCollectionNamespacedLimitRange ResourceVersion w instance HasOptionalParam DeleteCollectionNamespacedLimitRange TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedLimitRange Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedLimitRange mtype @@ -2795,11 +2755,6 @@ instance HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim Pretty applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim Continue where applyOptionalParam req (Continue xs) = @@ -2849,11 +2804,6 @@ instance HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim Resour instance HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedPersistentVolumeClaim mtype @@ -2892,11 +2842,6 @@ instance HasOptionalParam DeleteCollectionNamespacedPod Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedPod AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedPod Continue where applyOptionalParam req (Continue xs) = @@ -2946,11 +2891,6 @@ instance HasOptionalParam DeleteCollectionNamespacedPod ResourceVersion where instance HasOptionalParam DeleteCollectionNamespacedPod TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedPod Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedPod mtype @@ -2989,11 +2929,6 @@ instance HasOptionalParam DeleteCollectionNamespacedPodTemplate Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedPodTemplate AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedPodTemplate Continue where applyOptionalParam req (Continue xs) = @@ -3043,11 +2978,6 @@ instance HasOptionalParam DeleteCollectionNamespacedPodTemplate ResourceVersion instance HasOptionalParam DeleteCollectionNamespacedPodTemplate TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedPodTemplate Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedPodTemplate mtype @@ -3086,11 +3016,6 @@ instance HasOptionalParam DeleteCollectionNamespacedReplicationController Pretty applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedReplicationController AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedReplicationController Continue where applyOptionalParam req (Continue xs) = @@ -3140,11 +3065,6 @@ instance HasOptionalParam DeleteCollectionNamespacedReplicationController Resour instance HasOptionalParam DeleteCollectionNamespacedReplicationController TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedReplicationController Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedReplicationController mtype @@ -3183,11 +3103,6 @@ instance HasOptionalParam DeleteCollectionNamespacedResourceQuota Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedResourceQuota AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedResourceQuota Continue where applyOptionalParam req (Continue xs) = @@ -3237,11 +3152,6 @@ instance HasOptionalParam DeleteCollectionNamespacedResourceQuota ResourceVersio instance HasOptionalParam DeleteCollectionNamespacedResourceQuota TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedResourceQuota Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedResourceQuota mtype @@ -3280,11 +3190,6 @@ instance HasOptionalParam DeleteCollectionNamespacedSecret Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedSecret AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedSecret Continue where applyOptionalParam req (Continue xs) = @@ -3334,11 +3239,6 @@ instance HasOptionalParam DeleteCollectionNamespacedSecret ResourceVersion where instance HasOptionalParam DeleteCollectionNamespacedSecret TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedSecret Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedSecret mtype @@ -3377,11 +3277,6 @@ instance HasOptionalParam DeleteCollectionNamespacedServiceAccount Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedServiceAccount AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedServiceAccount Continue where applyOptionalParam req (Continue xs) = @@ -3431,11 +3326,6 @@ instance HasOptionalParam DeleteCollectionNamespacedServiceAccount ResourceVersi instance HasOptionalParam DeleteCollectionNamespacedServiceAccount TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedServiceAccount Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedServiceAccount mtype @@ -3473,11 +3363,6 @@ instance HasOptionalParam DeleteCollectionNode Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNode AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNode Continue where applyOptionalParam req (Continue xs) = @@ -3527,11 +3412,6 @@ instance HasOptionalParam DeleteCollectionNode ResourceVersion where instance HasOptionalParam DeleteCollectionNode TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNode Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNode mtype @@ -3569,11 +3449,6 @@ instance HasOptionalParam DeleteCollectionPersistentVolume Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionPersistentVolume AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionPersistentVolume Continue where applyOptionalParam req (Continue xs) = @@ -3623,11 +3498,6 @@ instance HasOptionalParam DeleteCollectionPersistentVolume ResourceVersion where instance HasOptionalParam DeleteCollectionPersistentVolume TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionPersistentVolume Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionPersistentVolume mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/CustomObjects.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/CustomObjects.hs index 614ed2e..03a0bc9 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/CustomObjects.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/CustomObjects.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -87,6 +87,16 @@ instance HasBodyParam CreateClusterCustomObject Body instance HasOptionalParam CreateClusterCustomObject Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) + +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam CreateClusterCustomObject DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). +instance HasOptionalParam CreateClusterCustomObject FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) -- | @*/*@ instance MimeType mtype => Consumes CreateClusterCustomObject mtype @@ -126,6 +136,16 @@ instance HasBodyParam CreateNamespacedCustomObject Body instance HasOptionalParam CreateNamespacedCustomObject Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) + +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam CreateNamespacedCustomObject DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. +instance HasOptionalParam CreateNamespacedCustomObject FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) -- | @*/*@ instance MimeType mtype => Consumes CreateNamespacedCustomObject mtype @@ -143,18 +163,16 @@ instance Produces CreateNamespacedCustomObject MimeJSON -- AuthMethod: 'AuthApiKeyBearerToken' -- deleteClusterCustomObject - :: (Consumes DeleteClusterCustomObject contentType, MimeRender contentType V1DeleteOptions) + :: (Consumes DeleteClusterCustomObject contentType) => ContentType contentType -- ^ request content-type ('MimeType') - -> V1DeleteOptions -- ^ "body" -> Group -- ^ "group" - the custom resource's group -> Version -- ^ "version" - the custom resource's version -> Plural -- ^ "plural" - the custom object's plural name. For TPRs this would be lowercase plural kind. -> Name -- ^ "name" - the custom object's name -> KubernetesRequest DeleteClusterCustomObject contentType A.Value MimeJSON -deleteClusterCustomObject _ body (Group group) (Version version) (Plural plural) (Name name) = +deleteClusterCustomObject _ (Group group) (Version version) (Plural plural) (Name name) = _mkRequest "DELETE" ["/apis/",toPath group,"/",toPath version,"/",toPath plural,"/",toPath name] `_hasAuthType` (P.Proxy :: P.Proxy AuthApiKeyBearerToken) - `setBodyParam` body data DeleteClusterCustomObject instance HasBodyParam DeleteClusterCustomObject V1DeleteOptions @@ -173,6 +191,11 @@ instance HasOptionalParam DeleteClusterCustomObject OrphanDependents where instance HasOptionalParam DeleteClusterCustomObject PropagationPolicy where applyOptionalParam req (PropagationPolicy xs) = req `setQuery` toQuery ("propagationPolicy", Just xs) + +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam DeleteClusterCustomObject DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteClusterCustomObject mtype @@ -181,6 +204,115 @@ instance MimeType mtype => Consumes DeleteClusterCustomObject mtype instance Produces DeleteClusterCustomObject MimeJSON +-- *** deleteCollectionClusterCustomObject + +-- | @DELETE \/apis\/{group}\/{version}\/{plural}@ +-- +-- Delete collection of cluster scoped custom objects +-- +-- AuthMethod: 'AuthApiKeyBearerToken' +-- +deleteCollectionClusterCustomObject + :: (Consumes DeleteCollectionClusterCustomObject contentType) + => ContentType contentType -- ^ request content-type ('MimeType') + -> Group -- ^ "group" - The custom resource's group name + -> Version -- ^ "version" - The custom resource's version + -> Plural -- ^ "plural" - The custom resource's plural name. For TPRs this would be lowercase plural kind. + -> KubernetesRequest DeleteCollectionClusterCustomObject contentType A.Value MimeJSON +deleteCollectionClusterCustomObject _ (Group group) (Version version) (Plural plural) = + _mkRequest "DELETE" ["/apis/",toPath group,"/",toPath version,"/",toPath plural] + `_hasAuthType` (P.Proxy :: P.Proxy AuthApiKeyBearerToken) + +data DeleteCollectionClusterCustomObject +instance HasBodyParam DeleteCollectionClusterCustomObject V1DeleteOptions + +-- | /Optional Param/ "pretty" - If 'true', then the output is pretty printed. +instance HasOptionalParam DeleteCollectionClusterCustomObject Pretty where + applyOptionalParam req (Pretty xs) = + req `setQuery` toQuery ("pretty", Just xs) + +-- | /Optional Param/ "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. +instance HasOptionalParam DeleteCollectionClusterCustomObject GracePeriodSeconds where + applyOptionalParam req (GracePeriodSeconds xs) = + req `setQuery` toQuery ("gracePeriodSeconds", Just xs) + +-- | /Optional Param/ "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. +instance HasOptionalParam DeleteCollectionClusterCustomObject OrphanDependents where + applyOptionalParam req (OrphanDependents xs) = + req `setQuery` toQuery ("orphanDependents", Just xs) + +-- | /Optional Param/ "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. +instance HasOptionalParam DeleteCollectionClusterCustomObject PropagationPolicy where + applyOptionalParam req (PropagationPolicy xs) = + req `setQuery` toQuery ("propagationPolicy", Just xs) + +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam DeleteCollectionClusterCustomObject DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | @*/*@ +instance MimeType mtype => Consumes DeleteCollectionClusterCustomObject mtype + +-- | @application/json@ +instance Produces DeleteCollectionClusterCustomObject MimeJSON + + +-- *** deleteCollectionNamespacedCustomObject + +-- | @DELETE \/apis\/{group}\/{version}\/namespaces\/{namespace}\/{plural}@ +-- +-- Delete collection of namespace scoped custom objects +-- +-- AuthMethod: 'AuthApiKeyBearerToken' +-- +deleteCollectionNamespacedCustomObject + :: (Consumes DeleteCollectionNamespacedCustomObject contentType) + => ContentType contentType -- ^ request content-type ('MimeType') + -> Group -- ^ "group" - The custom resource's group name + -> Version -- ^ "version" - The custom resource's version + -> Namespace -- ^ "namespace" - The custom resource's namespace + -> Plural -- ^ "plural" - The custom resource's plural name. For TPRs this would be lowercase plural kind. + -> KubernetesRequest DeleteCollectionNamespacedCustomObject contentType A.Value MimeJSON +deleteCollectionNamespacedCustomObject _ (Group group) (Version version) (Namespace namespace) (Plural plural) = + _mkRequest "DELETE" ["/apis/",toPath group,"/",toPath version,"/namespaces/",toPath namespace,"/",toPath plural] + `_hasAuthType` (P.Proxy :: P.Proxy AuthApiKeyBearerToken) + +data DeleteCollectionNamespacedCustomObject +instance HasBodyParam DeleteCollectionNamespacedCustomObject V1DeleteOptions + +-- | /Optional Param/ "pretty" - If 'true', then the output is pretty printed. +instance HasOptionalParam DeleteCollectionNamespacedCustomObject Pretty where + applyOptionalParam req (Pretty xs) = + req `setQuery` toQuery ("pretty", Just xs) + +-- | /Optional Param/ "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. +instance HasOptionalParam DeleteCollectionNamespacedCustomObject GracePeriodSeconds where + applyOptionalParam req (GracePeriodSeconds xs) = + req `setQuery` toQuery ("gracePeriodSeconds", Just xs) + +-- | /Optional Param/ "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. +instance HasOptionalParam DeleteCollectionNamespacedCustomObject OrphanDependents where + applyOptionalParam req (OrphanDependents xs) = + req `setQuery` toQuery ("orphanDependents", Just xs) + +-- | /Optional Param/ "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. +instance HasOptionalParam DeleteCollectionNamespacedCustomObject PropagationPolicy where + applyOptionalParam req (PropagationPolicy xs) = + req `setQuery` toQuery ("propagationPolicy", Just xs) + +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam DeleteCollectionNamespacedCustomObject DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | @*/*@ +instance MimeType mtype => Consumes DeleteCollectionNamespacedCustomObject mtype + +-- | @application/json@ +instance Produces DeleteCollectionNamespacedCustomObject MimeJSON + + -- *** deleteNamespacedCustomObject -- | @DELETE \/apis\/{group}\/{version}\/namespaces\/{namespace}\/{plural}\/{name}@ @@ -190,19 +322,17 @@ instance Produces DeleteClusterCustomObject MimeJSON -- AuthMethod: 'AuthApiKeyBearerToken' -- deleteNamespacedCustomObject - :: (Consumes DeleteNamespacedCustomObject contentType, MimeRender contentType V1DeleteOptions) + :: (Consumes DeleteNamespacedCustomObject contentType) => ContentType contentType -- ^ request content-type ('MimeType') - -> V1DeleteOptions -- ^ "body" -> Group -- ^ "group" - the custom resource's group -> Version -- ^ "version" - the custom resource's version -> Namespace -- ^ "namespace" - The custom resource's namespace -> Plural -- ^ "plural" - the custom resource's plural name. For TPRs this would be lowercase plural kind. -> Name -- ^ "name" - the custom object's name -> KubernetesRequest DeleteNamespacedCustomObject contentType A.Value MimeJSON -deleteNamespacedCustomObject _ body (Group group) (Version version) (Namespace namespace) (Plural plural) (Name name) = +deleteNamespacedCustomObject _ (Group group) (Version version) (Namespace namespace) (Plural plural) (Name name) = _mkRequest "DELETE" ["/apis/",toPath group,"/",toPath version,"/namespaces/",toPath namespace,"/",toPath plural,"/",toPath name] `_hasAuthType` (P.Proxy :: P.Proxy AuthApiKeyBearerToken) - `setBodyParam` body data DeleteNamespacedCustomObject instance HasBodyParam DeleteNamespacedCustomObject V1DeleteOptions @@ -221,6 +351,11 @@ instance HasOptionalParam DeleteNamespacedCustomObject OrphanDependents where instance HasOptionalParam DeleteNamespacedCustomObject PropagationPolicy where applyOptionalParam req (PropagationPolicy xs) = req `setQuery` toQuery ("propagationPolicy", Just xs) + +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam DeleteNamespacedCustomObject DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteNamespacedCustomObject mtype @@ -415,6 +550,11 @@ instance HasOptionalParam ListClusterCustomObject Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) +-- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. +instance HasOptionalParam ListClusterCustomObject Continue where + applyOptionalParam req (Continue xs) = + req `setQuery` toQuery ("continue", Just xs) + -- | /Optional Param/ "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. instance HasOptionalParam ListClusterCustomObject FieldSelector where applyOptionalParam req (FieldSelector xs) = @@ -425,6 +565,11 @@ instance HasOptionalParam ListClusterCustomObject LabelSelector where applyOptionalParam req (LabelSelector xs) = req `setQuery` toQuery ("labelSelector", Just xs) +-- | /Optional Param/ "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. +instance HasOptionalParam ListClusterCustomObject Limit where + applyOptionalParam req (Limit xs) = + req `setQuery` toQuery ("limit", Just xs) + -- | /Optional Param/ "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. instance HasOptionalParam ListClusterCustomObject ResourceVersion where applyOptionalParam req (ResourceVersion xs) = @@ -471,6 +616,11 @@ instance HasOptionalParam ListNamespacedCustomObject Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) +-- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. +instance HasOptionalParam ListNamespacedCustomObject Continue where + applyOptionalParam req (Continue xs) = + req `setQuery` toQuery ("continue", Just xs) + -- | /Optional Param/ "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. instance HasOptionalParam ListNamespacedCustomObject FieldSelector where applyOptionalParam req (FieldSelector xs) = @@ -481,6 +631,11 @@ instance HasOptionalParam ListNamespacedCustomObject LabelSelector where applyOptionalParam req (LabelSelector xs) = req `setQuery` toQuery ("labelSelector", Just xs) +-- | /Optional Param/ "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. +instance HasOptionalParam ListNamespacedCustomObject Limit where + applyOptionalParam req (Limit xs) = + req `setQuery` toQuery ("limit", Just xs) + -- | /Optional Param/ "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. instance HasOptionalParam ListNamespacedCustomObject ResourceVersion where applyOptionalParam req (ResourceVersion xs) = @@ -528,6 +683,21 @@ data PatchClusterCustomObject -- | /Body Param/ "body" - The JSON schema of the Resource to patch. instance HasBodyParam PatchClusterCustomObject Body +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam PatchClusterCustomObject DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). +instance HasOptionalParam PatchClusterCustomObject FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) + +-- | /Optional Param/ "force" - Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. +instance HasOptionalParam PatchClusterCustomObject Force where + applyOptionalParam req (Force xs) = + req `setQuery` toQuery ("force", Just xs) + -- | @application/json-patch+json@ instance Consumes PatchClusterCustomObject MimeJsonPatchjson -- | @application/merge-patch+json@ @@ -563,6 +733,21 @@ patchClusterCustomObjectScale _ _ body (Group group) (Version version) (Plural data PatchClusterCustomObjectScale instance HasBodyParam PatchClusterCustomObjectScale Body +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam PatchClusterCustomObjectScale DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). +instance HasOptionalParam PatchClusterCustomObjectScale FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) + +-- | /Optional Param/ "force" - Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. +instance HasOptionalParam PatchClusterCustomObjectScale Force where + applyOptionalParam req (Force xs) = + req `setQuery` toQuery ("force", Just xs) + -- | @application/json-patch+json@ instance Consumes PatchClusterCustomObjectScale MimeJsonPatchjson -- | @application/merge-patch+json@ @@ -602,6 +787,21 @@ patchClusterCustomObjectStatus _ _ body (Group group) (Version version) (Plural data PatchClusterCustomObjectStatus instance HasBodyParam PatchClusterCustomObjectStatus Body +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam PatchClusterCustomObjectStatus DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). +instance HasOptionalParam PatchClusterCustomObjectStatus FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) + +-- | /Optional Param/ "force" - Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. +instance HasOptionalParam PatchClusterCustomObjectStatus Force where + applyOptionalParam req (Force xs) = + req `setQuery` toQuery ("force", Just xs) + -- | @application/json-patch+json@ instance Consumes PatchClusterCustomObjectStatus MimeJsonPatchjson -- | @application/merge-patch+json@ @@ -643,6 +843,21 @@ data PatchNamespacedCustomObject -- | /Body Param/ "body" - The JSON schema of the Resource to patch. instance HasBodyParam PatchNamespacedCustomObject Body +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam PatchNamespacedCustomObject DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). +instance HasOptionalParam PatchNamespacedCustomObject FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) + +-- | /Optional Param/ "force" - Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. +instance HasOptionalParam PatchNamespacedCustomObject Force where + applyOptionalParam req (Force xs) = + req `setQuery` toQuery ("force", Just xs) + -- | @application/json-patch+json@ instance Consumes PatchNamespacedCustomObject MimeJsonPatchjson -- | @application/merge-patch+json@ @@ -679,6 +894,23 @@ patchNamespacedCustomObjectScale _ _ body (Group group) (Version version) (Name data PatchNamespacedCustomObjectScale instance HasBodyParam PatchNamespacedCustomObjectScale Body +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam PatchNamespacedCustomObjectScale DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). +instance HasOptionalParam PatchNamespacedCustomObjectScale FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) + +-- | /Optional Param/ "force" - Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. +instance HasOptionalParam PatchNamespacedCustomObjectScale Force where + applyOptionalParam req (Force xs) = + req `setQuery` toQuery ("force", Just xs) + +-- | @application/apply-patch+yaml@ +instance Consumes PatchNamespacedCustomObjectScale MimeApplyPatchyaml -- | @application/json-patch+json@ instance Consumes PatchNamespacedCustomObjectScale MimeJsonPatchjson -- | @application/merge-patch+json@ @@ -719,6 +951,23 @@ patchNamespacedCustomObjectStatus _ _ body (Group group) (Version version) (Nam data PatchNamespacedCustomObjectStatus instance HasBodyParam PatchNamespacedCustomObjectStatus Body +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam PatchNamespacedCustomObjectStatus DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). +instance HasOptionalParam PatchNamespacedCustomObjectStatus FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) + +-- | /Optional Param/ "force" - Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. +instance HasOptionalParam PatchNamespacedCustomObjectStatus Force where + applyOptionalParam req (Force xs) = + req `setQuery` toQuery ("force", Just xs) + +-- | @application/apply-patch+yaml@ +instance Consumes PatchNamespacedCustomObjectStatus MimeApplyPatchyaml -- | @application/json-patch+json@ instance Consumes PatchNamespacedCustomObjectStatus MimeJsonPatchjson -- | @application/merge-patch+json@ @@ -758,6 +1007,16 @@ data ReplaceClusterCustomObject -- | /Body Param/ "body" - The JSON schema of the Resource to replace. instance HasBodyParam ReplaceClusterCustomObject Body + +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam ReplaceClusterCustomObject DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. +instance HasOptionalParam ReplaceClusterCustomObject FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) -- | @*/*@ instance MimeType mtype => Consumes ReplaceClusterCustomObject mtype @@ -791,6 +1050,16 @@ replaceClusterCustomObjectScale _ _ body (Group group) (Version version) (Plura data ReplaceClusterCustomObjectScale instance HasBodyParam ReplaceClusterCustomObjectScale Body + +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam ReplaceClusterCustomObjectScale DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. +instance HasOptionalParam ReplaceClusterCustomObjectScale FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) -- | @*/*@ instance MimeType mtype => Consumes ReplaceClusterCustomObjectScale mtype @@ -828,6 +1097,16 @@ replaceClusterCustomObjectStatus _ _ body (Group group) (Version version) (Plur data ReplaceClusterCustomObjectStatus instance HasBodyParam ReplaceClusterCustomObjectStatus Body + +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam ReplaceClusterCustomObjectStatus DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. +instance HasOptionalParam ReplaceClusterCustomObjectStatus FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) -- | @*/*@ instance MimeType mtype => Consumes ReplaceClusterCustomObjectStatus mtype @@ -867,6 +1146,16 @@ data ReplaceNamespacedCustomObject -- | /Body Param/ "body" - The JSON schema of the Resource to replace. instance HasBodyParam ReplaceNamespacedCustomObject Body + +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam ReplaceNamespacedCustomObject DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. +instance HasOptionalParam ReplaceNamespacedCustomObject FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) -- | @*/*@ instance MimeType mtype => Consumes ReplaceNamespacedCustomObject mtype @@ -901,6 +1190,16 @@ replaceNamespacedCustomObjectScale _ _ body (Group group) (Version version) (Na data ReplaceNamespacedCustomObjectScale instance HasBodyParam ReplaceNamespacedCustomObjectScale Body + +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam ReplaceNamespacedCustomObjectScale DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. +instance HasOptionalParam ReplaceNamespacedCustomObjectScale FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) -- | @*/*@ instance MimeType mtype => Consumes ReplaceNamespacedCustomObjectScale mtype @@ -939,6 +1238,16 @@ replaceNamespacedCustomObjectStatus _ _ body (Group group) (Version version) (N data ReplaceNamespacedCustomObjectStatus instance HasBodyParam ReplaceNamespacedCustomObjectStatus Body + +-- | /Optional Param/ "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +instance HasOptionalParam ReplaceNamespacedCustomObjectStatus DryRun where + applyOptionalParam req (DryRun xs) = + req `setQuery` toQuery ("dryRun", Just xs) + +-- | /Optional Param/ "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. +instance HasOptionalParam ReplaceNamespacedCustomObjectStatus FieldManager where + applyOptionalParam req (FieldManager xs) = + req `setQuery` toQuery ("fieldManager", Just xs) -- | @*/*@ instance MimeType mtype => Consumes ReplaceNamespacedCustomObjectStatus mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Discovery.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Discovery.hs index fb85436..504a0d8 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Discovery.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Discovery.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/DiscoveryV1alpha1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/DiscoveryV1alpha1.hs index fb770ca..98e0f48 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/DiscoveryV1alpha1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/DiscoveryV1alpha1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -132,11 +132,6 @@ instance HasOptionalParam DeleteCollectionNamespacedEndpointSlice Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedEndpointSlice AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedEndpointSlice Continue where applyOptionalParam req (Continue xs) = @@ -186,11 +181,6 @@ instance HasOptionalParam DeleteCollectionNamespacedEndpointSlice ResourceVersio instance HasOptionalParam DeleteCollectionNamespacedEndpointSlice TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedEndpointSlice Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedEndpointSlice mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Events.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Events.hs index 399885e..9a991a9 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Events.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Events.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/EventsV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/EventsV1beta1.hs index c3e6e73..aeb34d9 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/EventsV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/EventsV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -132,11 +132,6 @@ instance HasOptionalParam DeleteCollectionNamespacedEvent Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedEvent AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedEvent Continue where applyOptionalParam req (Continue xs) = @@ -186,11 +181,6 @@ instance HasOptionalParam DeleteCollectionNamespacedEvent ResourceVersion where instance HasOptionalParam DeleteCollectionNamespacedEvent TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedEvent Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedEvent mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Extensions.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Extensions.hs index 9e1ce4e..055f43b 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Extensions.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Extensions.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/ExtensionsV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/ExtensionsV1beta1.hs index c03d00b..a2847d4 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/ExtensionsV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/ExtensionsV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -426,11 +426,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDaemonSet Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedDaemonSet AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedDaemonSet Continue where applyOptionalParam req (Continue xs) = @@ -480,11 +475,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDaemonSet ResourceVersion wh instance HasOptionalParam DeleteCollectionNamespacedDaemonSet TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedDaemonSet Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedDaemonSet mtype @@ -523,11 +513,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDeployment Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedDeployment AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedDeployment Continue where applyOptionalParam req (Continue xs) = @@ -577,11 +562,6 @@ instance HasOptionalParam DeleteCollectionNamespacedDeployment ResourceVersion w instance HasOptionalParam DeleteCollectionNamespacedDeployment TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedDeployment Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedDeployment mtype @@ -620,11 +600,6 @@ instance HasOptionalParam DeleteCollectionNamespacedIngress Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedIngress AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedIngress Continue where applyOptionalParam req (Continue xs) = @@ -674,11 +649,6 @@ instance HasOptionalParam DeleteCollectionNamespacedIngress ResourceVersion wher instance HasOptionalParam DeleteCollectionNamespacedIngress TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedIngress Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedIngress mtype @@ -717,11 +687,6 @@ instance HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedNetworkPolicy AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Continue where applyOptionalParam req (Continue xs) = @@ -771,11 +736,6 @@ instance HasOptionalParam DeleteCollectionNamespacedNetworkPolicy ResourceVersio instance HasOptionalParam DeleteCollectionNamespacedNetworkPolicy TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedNetworkPolicy mtype @@ -814,11 +774,6 @@ instance HasOptionalParam DeleteCollectionNamespacedReplicaSet Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedReplicaSet AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedReplicaSet Continue where applyOptionalParam req (Continue xs) = @@ -868,11 +823,6 @@ instance HasOptionalParam DeleteCollectionNamespacedReplicaSet ResourceVersion w instance HasOptionalParam DeleteCollectionNamespacedReplicaSet TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedReplicaSet Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedReplicaSet mtype @@ -910,11 +860,6 @@ instance HasOptionalParam DeleteCollectionPodSecurityPolicy Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionPodSecurityPolicy AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionPodSecurityPolicy Continue where applyOptionalParam req (Continue xs) = @@ -964,11 +909,6 @@ instance HasOptionalParam DeleteCollectionPodSecurityPolicy ResourceVersion wher instance HasOptionalParam DeleteCollectionPodSecurityPolicy TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionPodSecurityPolicy Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionPodSecurityPolicy mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Logs.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Logs.hs index b2e3660..69075f6 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Logs.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Logs.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Networking.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Networking.hs index 7cbf844..e67df4f 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Networking.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Networking.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/NetworkingV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/NetworkingV1.hs index 478c3cc..691230a 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/NetworkingV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/NetworkingV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -132,11 +132,6 @@ instance HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedNetworkPolicy AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Continue where applyOptionalParam req (Continue xs) = @@ -186,11 +181,6 @@ instance HasOptionalParam DeleteCollectionNamespacedNetworkPolicy ResourceVersio instance HasOptionalParam DeleteCollectionNamespacedNetworkPolicy TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedNetworkPolicy mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/NetworkingV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/NetworkingV1beta1.hs index 97a57c4..af660d7 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/NetworkingV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/NetworkingV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -132,11 +132,6 @@ instance HasOptionalParam DeleteCollectionNamespacedIngress Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedIngress AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedIngress Continue where applyOptionalParam req (Continue xs) = @@ -186,11 +181,6 @@ instance HasOptionalParam DeleteCollectionNamespacedIngress ResourceVersion wher instance HasOptionalParam DeleteCollectionNamespacedIngress TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedIngress Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedIngress mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Node.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Node.hs index b27f0ec..4a6e687 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Node.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Node.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/NodeV1alpha1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/NodeV1alpha1.hs index a7d5934..7bd9df9 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/NodeV1alpha1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/NodeV1alpha1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -130,11 +130,6 @@ instance HasOptionalParam DeleteCollectionRuntimeClass Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionRuntimeClass AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionRuntimeClass Continue where applyOptionalParam req (Continue xs) = @@ -184,11 +179,6 @@ instance HasOptionalParam DeleteCollectionRuntimeClass ResourceVersion where instance HasOptionalParam DeleteCollectionRuntimeClass TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionRuntimeClass Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionRuntimeClass mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/NodeV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/NodeV1beta1.hs index fd9ecfe..a640aed 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/NodeV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/NodeV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -130,11 +130,6 @@ instance HasOptionalParam DeleteCollectionRuntimeClass Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionRuntimeClass AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionRuntimeClass Continue where applyOptionalParam req (Continue xs) = @@ -184,11 +179,6 @@ instance HasOptionalParam DeleteCollectionRuntimeClass ResourceVersion where instance HasOptionalParam DeleteCollectionRuntimeClass TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionRuntimeClass Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionRuntimeClass mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Policy.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Policy.hs index 14bdbfa..6b9714a 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Policy.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Policy.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/PolicyV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/PolicyV1beta1.hs index b480b4d..4828c8b 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/PolicyV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/PolicyV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -180,11 +180,6 @@ instance HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget Pretty w applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget Continue where applyOptionalParam req (Continue xs) = @@ -234,11 +229,6 @@ instance HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget Resource instance HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedPodDisruptionBudget mtype @@ -276,11 +266,6 @@ instance HasOptionalParam DeleteCollectionPodSecurityPolicy Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionPodSecurityPolicy AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionPodSecurityPolicy Continue where applyOptionalParam req (Continue xs) = @@ -330,11 +315,6 @@ instance HasOptionalParam DeleteCollectionPodSecurityPolicy ResourceVersion wher instance HasOptionalParam DeleteCollectionPodSecurityPolicy TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionPodSecurityPolicy Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionPodSecurityPolicy mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorization.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorization.hs index 2364e24..9e1fc70 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorization.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorization.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1.hs index ff258c4..f12e69b 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -390,11 +390,6 @@ instance HasOptionalParam DeleteCollectionClusterRole Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionClusterRole AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionClusterRole Continue where applyOptionalParam req (Continue xs) = @@ -444,11 +439,6 @@ instance HasOptionalParam DeleteCollectionClusterRole ResourceVersion where instance HasOptionalParam DeleteCollectionClusterRole TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionClusterRole Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionClusterRole mtype @@ -486,11 +476,6 @@ instance HasOptionalParam DeleteCollectionClusterRoleBinding Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionClusterRoleBinding AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionClusterRoleBinding Continue where applyOptionalParam req (Continue xs) = @@ -540,11 +525,6 @@ instance HasOptionalParam DeleteCollectionClusterRoleBinding ResourceVersion whe instance HasOptionalParam DeleteCollectionClusterRoleBinding TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionClusterRoleBinding Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionClusterRoleBinding mtype @@ -583,11 +563,6 @@ instance HasOptionalParam DeleteCollectionNamespacedRole Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedRole AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedRole Continue where applyOptionalParam req (Continue xs) = @@ -637,11 +612,6 @@ instance HasOptionalParam DeleteCollectionNamespacedRole ResourceVersion where instance HasOptionalParam DeleteCollectionNamespacedRole TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedRole Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedRole mtype @@ -680,11 +650,6 @@ instance HasOptionalParam DeleteCollectionNamespacedRoleBinding Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedRoleBinding AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedRoleBinding Continue where applyOptionalParam req (Continue xs) = @@ -734,11 +699,6 @@ instance HasOptionalParam DeleteCollectionNamespacedRoleBinding ResourceVersion instance HasOptionalParam DeleteCollectionNamespacedRoleBinding TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedRoleBinding Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedRoleBinding mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1alpha1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1alpha1.hs index 8b71265..0dceeca 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1alpha1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1alpha1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -390,11 +390,6 @@ instance HasOptionalParam DeleteCollectionClusterRole Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionClusterRole AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionClusterRole Continue where applyOptionalParam req (Continue xs) = @@ -444,11 +439,6 @@ instance HasOptionalParam DeleteCollectionClusterRole ResourceVersion where instance HasOptionalParam DeleteCollectionClusterRole TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionClusterRole Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionClusterRole mtype @@ -486,11 +476,6 @@ instance HasOptionalParam DeleteCollectionClusterRoleBinding Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionClusterRoleBinding AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionClusterRoleBinding Continue where applyOptionalParam req (Continue xs) = @@ -540,11 +525,6 @@ instance HasOptionalParam DeleteCollectionClusterRoleBinding ResourceVersion whe instance HasOptionalParam DeleteCollectionClusterRoleBinding TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionClusterRoleBinding Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionClusterRoleBinding mtype @@ -583,11 +563,6 @@ instance HasOptionalParam DeleteCollectionNamespacedRole Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedRole AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedRole Continue where applyOptionalParam req (Continue xs) = @@ -637,11 +612,6 @@ instance HasOptionalParam DeleteCollectionNamespacedRole ResourceVersion where instance HasOptionalParam DeleteCollectionNamespacedRole TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedRole Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedRole mtype @@ -680,11 +650,6 @@ instance HasOptionalParam DeleteCollectionNamespacedRoleBinding Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedRoleBinding AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedRoleBinding Continue where applyOptionalParam req (Continue xs) = @@ -734,11 +699,6 @@ instance HasOptionalParam DeleteCollectionNamespacedRoleBinding ResourceVersion instance HasOptionalParam DeleteCollectionNamespacedRoleBinding TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedRoleBinding Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedRoleBinding mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1beta1.hs index ed63962..3726494 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -390,11 +390,6 @@ instance HasOptionalParam DeleteCollectionClusterRole Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionClusterRole AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionClusterRole Continue where applyOptionalParam req (Continue xs) = @@ -444,11 +439,6 @@ instance HasOptionalParam DeleteCollectionClusterRole ResourceVersion where instance HasOptionalParam DeleteCollectionClusterRole TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionClusterRole Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionClusterRole mtype @@ -486,11 +476,6 @@ instance HasOptionalParam DeleteCollectionClusterRoleBinding Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionClusterRoleBinding AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionClusterRoleBinding Continue where applyOptionalParam req (Continue xs) = @@ -540,11 +525,6 @@ instance HasOptionalParam DeleteCollectionClusterRoleBinding ResourceVersion whe instance HasOptionalParam DeleteCollectionClusterRoleBinding TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionClusterRoleBinding Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionClusterRoleBinding mtype @@ -583,11 +563,6 @@ instance HasOptionalParam DeleteCollectionNamespacedRole Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedRole AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedRole Continue where applyOptionalParam req (Continue xs) = @@ -637,11 +612,6 @@ instance HasOptionalParam DeleteCollectionNamespacedRole ResourceVersion where instance HasOptionalParam DeleteCollectionNamespacedRole TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedRole Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedRole mtype @@ -680,11 +650,6 @@ instance HasOptionalParam DeleteCollectionNamespacedRoleBinding Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedRoleBinding AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedRoleBinding Continue where applyOptionalParam req (Continue xs) = @@ -734,11 +699,6 @@ instance HasOptionalParam DeleteCollectionNamespacedRoleBinding ResourceVersion instance HasOptionalParam DeleteCollectionNamespacedRoleBinding TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedRoleBinding Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedRoleBinding mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Scheduling.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Scheduling.hs index 7d2c0b9..ea5c639 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Scheduling.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Scheduling.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/SchedulingV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/SchedulingV1.hs index fd24d49..45b6653 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/SchedulingV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/SchedulingV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -130,11 +130,6 @@ instance HasOptionalParam DeleteCollectionPriorityClass Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionPriorityClass AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionPriorityClass Continue where applyOptionalParam req (Continue xs) = @@ -184,11 +179,6 @@ instance HasOptionalParam DeleteCollectionPriorityClass ResourceVersion where instance HasOptionalParam DeleteCollectionPriorityClass TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionPriorityClass Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionPriorityClass mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/SchedulingV1alpha1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/SchedulingV1alpha1.hs index 579c940..333af6a 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/SchedulingV1alpha1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/SchedulingV1alpha1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -130,11 +130,6 @@ instance HasOptionalParam DeleteCollectionPriorityClass Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionPriorityClass AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionPriorityClass Continue where applyOptionalParam req (Continue xs) = @@ -184,11 +179,6 @@ instance HasOptionalParam DeleteCollectionPriorityClass ResourceVersion where instance HasOptionalParam DeleteCollectionPriorityClass TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionPriorityClass Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionPriorityClass mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/SchedulingV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/SchedulingV1beta1.hs index 295138f..1f9bd09 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/SchedulingV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/SchedulingV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -130,11 +130,6 @@ instance HasOptionalParam DeleteCollectionPriorityClass Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionPriorityClass AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionPriorityClass Continue where applyOptionalParam req (Continue xs) = @@ -184,11 +179,6 @@ instance HasOptionalParam DeleteCollectionPriorityClass ResourceVersion where instance HasOptionalParam DeleteCollectionPriorityClass TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionPriorityClass Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionPriorityClass mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Settings.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Settings.hs index 5861168..3bdb6f7 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Settings.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Settings.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/SettingsV1alpha1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/SettingsV1alpha1.hs index c9be987..6aa1ad8 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/SettingsV1alpha1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/SettingsV1alpha1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -132,11 +132,6 @@ instance HasOptionalParam DeleteCollectionNamespacedPodPreset Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionNamespacedPodPreset AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionNamespacedPodPreset Continue where applyOptionalParam req (Continue xs) = @@ -186,11 +181,6 @@ instance HasOptionalParam DeleteCollectionNamespacedPodPreset ResourceVersion wh instance HasOptionalParam DeleteCollectionNamespacedPodPreset TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionNamespacedPodPreset Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionNamespacedPodPreset mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Storage.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Storage.hs index fc1ef93..e5c89f4 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Storage.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Storage.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/StorageV1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/StorageV1.hs index 2808654..2244193 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/StorageV1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/StorageV1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -178,11 +178,6 @@ instance HasOptionalParam DeleteCollectionStorageClass Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionStorageClass AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionStorageClass Continue where applyOptionalParam req (Continue xs) = @@ -232,11 +227,6 @@ instance HasOptionalParam DeleteCollectionStorageClass ResourceVersion where instance HasOptionalParam DeleteCollectionStorageClass TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionStorageClass Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionStorageClass mtype @@ -274,11 +264,6 @@ instance HasOptionalParam DeleteCollectionVolumeAttachment Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionVolumeAttachment AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionVolumeAttachment Continue where applyOptionalParam req (Continue xs) = @@ -328,11 +313,6 @@ instance HasOptionalParam DeleteCollectionVolumeAttachment ResourceVersion where instance HasOptionalParam DeleteCollectionVolumeAttachment TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionVolumeAttachment Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionVolumeAttachment mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/StorageV1alpha1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/StorageV1alpha1.hs index ef2321a..ed26693 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/StorageV1alpha1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/StorageV1alpha1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -130,11 +130,6 @@ instance HasOptionalParam DeleteCollectionVolumeAttachment Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionVolumeAttachment AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionVolumeAttachment Continue where applyOptionalParam req (Continue xs) = @@ -184,11 +179,6 @@ instance HasOptionalParam DeleteCollectionVolumeAttachment ResourceVersion where instance HasOptionalParam DeleteCollectionVolumeAttachment TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionVolumeAttachment Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionVolumeAttachment mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/StorageV1beta1.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/StorageV1beta1.hs index cc0d13f..62c97e5 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/StorageV1beta1.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/StorageV1beta1.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -388,11 +388,6 @@ instance HasOptionalParam DeleteCollectionCSIDriver Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionCSIDriver AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionCSIDriver Continue where applyOptionalParam req (Continue xs) = @@ -442,11 +437,6 @@ instance HasOptionalParam DeleteCollectionCSIDriver ResourceVersion where instance HasOptionalParam DeleteCollectionCSIDriver TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionCSIDriver Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionCSIDriver mtype @@ -484,11 +474,6 @@ instance HasOptionalParam DeleteCollectionCSINode Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionCSINode AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionCSINode Continue where applyOptionalParam req (Continue xs) = @@ -538,11 +523,6 @@ instance HasOptionalParam DeleteCollectionCSINode ResourceVersion where instance HasOptionalParam DeleteCollectionCSINode TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionCSINode Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionCSINode mtype @@ -580,11 +560,6 @@ instance HasOptionalParam DeleteCollectionStorageClass Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionStorageClass AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionStorageClass Continue where applyOptionalParam req (Continue xs) = @@ -634,11 +609,6 @@ instance HasOptionalParam DeleteCollectionStorageClass ResourceVersion where instance HasOptionalParam DeleteCollectionStorageClass TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionStorageClass Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionStorageClass mtype @@ -676,11 +646,6 @@ instance HasOptionalParam DeleteCollectionVolumeAttachment Pretty where applyOptionalParam req (Pretty xs) = req `setQuery` toQuery ("pretty", Just xs) --- | /Optional Param/ "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. -instance HasOptionalParam DeleteCollectionVolumeAttachment AllowWatchBookmarks where - applyOptionalParam req (AllowWatchBookmarks xs) = - req `setQuery` toQuery ("allowWatchBookmarks", Just xs) - -- | /Optional Param/ "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. instance HasOptionalParam DeleteCollectionVolumeAttachment Continue where applyOptionalParam req (Continue xs) = @@ -730,11 +695,6 @@ instance HasOptionalParam DeleteCollectionVolumeAttachment ResourceVersion where instance HasOptionalParam DeleteCollectionVolumeAttachment TimeoutSeconds where applyOptionalParam req (TimeoutSeconds xs) = req `setQuery` toQuery ("timeoutSeconds", Just xs) - --- | /Optional Param/ "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. -instance HasOptionalParam DeleteCollectionVolumeAttachment Watch where - applyOptionalParam req (Watch xs) = - req `setQuery` toQuery ("watch", Just xs) -- | @*/*@ instance MimeType mtype => Consumes DeleteCollectionVolumeAttachment mtype diff --git a/kubernetes/lib/Kubernetes/OpenAPI/API/Version.hs b/kubernetes/lib/Kubernetes/OpenAPI/API/Version.hs index 95f0536..820a5a5 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/API/Version.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/API/Version.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/Client.hs b/kubernetes/lib/Kubernetes/OpenAPI/Client.hs index 8fb293a..d0f58ff 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/Client.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/Client.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/Core.hs b/kubernetes/lib/Kubernetes/OpenAPI/Core.hs index 2ce425b..4c5f65a 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/Core.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/Core.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -61,6 +61,7 @@ import qualified Text.Printf as T import Control.Applicative ((<|>)) import Control.Applicative (Alternative) +import Control.Monad.Fail (MonadFail) import Data.Function ((&)) import Data.Foldable(foldlM) import Data.Monoid ((<>)) @@ -420,13 +421,13 @@ _memptyToNothing x = x -- * DateTime Formatting newtype DateTime = DateTime { unDateTime :: TI.UTCTime } - deriving (P.Eq,P.Data,P.Ord,P.Typeable,NF.NFData,TI.ParseTime,TI.FormatTime) + deriving (P.Eq,P.Data,P.Ord,P.Typeable,NF.NFData) instance A.FromJSON DateTime where parseJSON = A.withText "DateTime" (_readDateTime . T.unpack) instance A.ToJSON DateTime where toJSON (DateTime t) = A.toJSON (_showDateTime t) instance WH.FromHttpApiData DateTime where - parseUrlPiece = P.left T.pack . _readDateTime . T.unpack + parseUrlPiece = P.maybe (P.Left "parseUrlPiece @DateTime") P.Right . _readDateTime . T.unpack instance WH.ToHttpApiData DateTime where toUrlPiece (DateTime t) = T.pack (_showDateTime t) instance P.Show DateTime where @@ -435,9 +436,9 @@ instance MimeRender MimeMultipartFormData DateTime where mimeRender _ = mimeRenderDefaultMultipartFormData -- | @TI.parseTimeM True TI.defaultTimeLocale "%FT%T%QZ"@ -_readDateTime :: (TI.ParseTime t, Monad m) => String -> m t -_readDateTime = - TI.parseTimeM True TI.defaultTimeLocale "%FT%T%QZ" +_readDateTime :: (MonadFail m) => String -> m DateTime +_readDateTime s = + DateTime <$> TI.parseTimeM True TI.defaultTimeLocale "%FT%T%QZ" s {-# INLINE _readDateTime #-} -- | @TI.formatTime TI.defaultTimeLocale "%FT%T%6QZ"@ @@ -447,7 +448,7 @@ _showDateTime = {-# INLINE _showDateTime #-} -- | parse an ISO8601 date-time string -_parseISO8601 :: (TI.ParseTime t, Monad m, Alternative m) => String -> m t +_parseISO8601 :: (TI.ParseTime t, MonadFail m, Alternative m) => String -> m t _parseISO8601 t = P.asum $ P.flip (TI.parseTimeM True TI.defaultTimeLocale) t <$> @@ -457,13 +458,13 @@ _parseISO8601 t = -- * Date Formatting newtype Date = Date { unDate :: TI.Day } - deriving (P.Enum,P.Eq,P.Data,P.Ord,P.Ix,NF.NFData,TI.ParseTime,TI.FormatTime) + deriving (P.Enum,P.Eq,P.Data,P.Ord,P.Ix,NF.NFData) instance A.FromJSON Date where parseJSON = A.withText "Date" (_readDate . T.unpack) instance A.ToJSON Date where toJSON (Date t) = A.toJSON (_showDate t) instance WH.FromHttpApiData Date where - parseUrlPiece = P.left T.pack . _readDate . T.unpack + parseUrlPiece = P.maybe (P.Left "parseUrlPiece @Date") P.Right . _readDate . T.unpack instance WH.ToHttpApiData Date where toUrlPiece (Date t) = T.pack (_showDate t) instance P.Show Date where @@ -472,9 +473,8 @@ instance MimeRender MimeMultipartFormData Date where mimeRender _ = mimeRenderDefaultMultipartFormData -- | @TI.parseTimeM True TI.defaultTimeLocale "%Y-%m-%d"@ -_readDate :: (TI.ParseTime t, Monad m) => String -> m t -_readDate = - TI.parseTimeM True TI.defaultTimeLocale "%Y-%m-%d" +_readDate :: MonadFail m => String -> m Date +_readDate s = Date <$> TI.parseTimeM True TI.defaultTimeLocale "%Y-%m-%d" s {-# INLINE _readDate #-} -- | @TI.formatTime TI.defaultTimeLocale "%Y-%m-%d"@ @@ -495,7 +495,7 @@ instance A.FromJSON ByteArray where instance A.ToJSON ByteArray where toJSON = A.toJSON . _showByteArray instance WH.FromHttpApiData ByteArray where - parseUrlPiece = P.left T.pack . _readByteArray + parseUrlPiece = P.maybe (P.Left "parseUrlPiece @ByteArray") P.Right . _readByteArray instance WH.ToHttpApiData ByteArray where toUrlPiece = _showByteArray instance P.Show ByteArray where @@ -504,7 +504,7 @@ instance MimeRender MimeMultipartFormData ByteArray where mimeRender _ = mimeRenderDefaultMultipartFormData -- | read base64 encoded characters -_readByteArray :: Monad m => Text -> m ByteArray +_readByteArray :: MonadFail m => Text -> m ByteArray _readByteArray = P.either P.fail (pure . ByteArray) . BL64.decode . BL.fromStrict . T.encodeUtf8 {-# INLINE _readByteArray #-} @@ -522,7 +522,7 @@ instance A.FromJSON Binary where instance A.ToJSON Binary where toJSON = A.toJSON . _showBinaryBase64 instance WH.FromHttpApiData Binary where - parseUrlPiece = P.left T.pack . _readBinaryBase64 + parseUrlPiece = P.maybe (P.Left "parseUrlPiece @Binary") P.Right . _readBinaryBase64 instance WH.ToHttpApiData Binary where toUrlPiece = _showBinaryBase64 instance P.Show Binary where @@ -530,7 +530,7 @@ instance P.Show Binary where instance MimeRender MimeMultipartFormData Binary where mimeRender _ = unBinary -_readBinaryBase64 :: Monad m => Text -> m Binary +_readBinaryBase64 :: MonadFail m => Text -> m Binary _readBinaryBase64 = P.either P.fail (pure . Binary) . BL64.decode . BL.fromStrict . T.encodeUtf8 {-# INLINE _readBinaryBase64 #-} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/Logging.hs b/kubernetes/lib/Kubernetes/OpenAPI/Logging.hs index 6d83443..053563b 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/Logging.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/Logging.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/LoggingKatip.hs b/kubernetes/lib/Kubernetes/OpenAPI/LoggingKatip.hs index 048e3a2..baa3dc5 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/LoggingKatip.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/LoggingKatip.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/LoggingMonadLogger.hs b/kubernetes/lib/Kubernetes/OpenAPI/LoggingMonadLogger.hs index 3e314fb..a4bb546 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/LoggingMonadLogger.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/LoggingMonadLogger.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/MimeTypes.hs b/kubernetes/lib/Kubernetes/OpenAPI/MimeTypes.hs index 1a2de5d..39bbdaf 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/MimeTypes.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/MimeTypes.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/lib/Kubernetes/OpenAPI/Model.hs b/kubernetes/lib/Kubernetes/OpenAPI/Model.hs index 6141b3b..d22d138 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/Model.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/Model.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} @@ -8649,7 +8649,7 @@ data V1JSONSchemaProps = V1JSONSchemaProps , v1JSONSchemaPropsXKubernetesEmbeddedResource :: !(Maybe Bool) -- ^ "x-kubernetes-embedded-resource" - x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata). , v1JSONSchemaPropsXKubernetesIntOrString :: !(Maybe Bool) -- ^ "x-kubernetes-int-or-string" - x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns: 1) anyOf: - type: integer - type: string 2) allOf: - anyOf: - type: integer - type: string - ... zero or more , v1JSONSchemaPropsXKubernetesListMapKeys :: !(Maybe [Text]) -- ^ "x-kubernetes-list-map-keys" - x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map. This tag MUST only be used on lists that have the \"x-kubernetes-list-type\" extension set to \"map\". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). - , v1JSONSchemaPropsXKubernetesListType :: !(Maybe Text) -- ^ "x-kubernetes-list-type" - x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values: 1) `atomic`: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...). 2) `set`: Sets are lists that must not have multiple items with the same value. Each value must be a scalar (or another atomic type). 3) `map`: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays. + , v1JSONSchemaPropsXKubernetesListType :: !(Maybe Text) -- ^ "x-kubernetes-list-type" - x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values: 1) `atomic`: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...). 2) `set`: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type `atomic` or an array with x-kubernetes-list-type `atomic`. 3) `map`: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays. , v1JSONSchemaPropsXKubernetesPreserveUnknownFields :: !(Maybe Bool) -- ^ "x-kubernetes-preserve-unknown-fields" - x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden. } deriving (P.Show, P.Eq, P.Typeable) @@ -21831,7 +21831,7 @@ data V1beta1JSONSchemaProps = V1beta1JSONSchemaProps , v1beta1JSONSchemaPropsXKubernetesEmbeddedResource :: !(Maybe Bool) -- ^ "x-kubernetes-embedded-resource" - x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata). , v1beta1JSONSchemaPropsXKubernetesIntOrString :: !(Maybe Bool) -- ^ "x-kubernetes-int-or-string" - x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns: 1) anyOf: - type: integer - type: string 2) allOf: - anyOf: - type: integer - type: string - ... zero or more , v1beta1JSONSchemaPropsXKubernetesListMapKeys :: !(Maybe [Text]) -- ^ "x-kubernetes-list-map-keys" - x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map. This tag MUST only be used on lists that have the \"x-kubernetes-list-type\" extension set to \"map\". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). - , v1beta1JSONSchemaPropsXKubernetesListType :: !(Maybe Text) -- ^ "x-kubernetes-list-type" - x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values: 1) `atomic`: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...). 2) `set`: Sets are lists that must not have multiple items with the same value. Each value must be a scalar (or another atomic type). 3) `map`: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays. + , v1beta1JSONSchemaPropsXKubernetesListType :: !(Maybe Text) -- ^ "x-kubernetes-list-type" - x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values: 1) `atomic`: the list is treated as a single entity, like a scalar. Atomic lists will be entirely replaced when updated. This extension may be used on any type of list (struct, scalar, ...). 2) `set`: Sets are lists that must not have multiple items with the same value. Each value must be a scalar, an object with x-kubernetes-map-type `atomic` or an array with x-kubernetes-list-type `atomic`. 3) `map`: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag must only be used on a list with elements of type object. Defaults to atomic for arrays. , v1beta1JSONSchemaPropsXKubernetesPreserveUnknownFields :: !(Maybe Bool) -- ^ "x-kubernetes-preserve-unknown-fields" - x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden. } deriving (P.Show, P.Eq, P.Typeable) diff --git a/kubernetes/lib/Kubernetes/OpenAPI/ModelLens.hs b/kubernetes/lib/Kubernetes/OpenAPI/ModelLens.hs index 293d7d1..92d52a2 100644 --- a/kubernetes/lib/Kubernetes/OpenAPI/ModelLens.hs +++ b/kubernetes/lib/Kubernetes/OpenAPI/ModelLens.hs @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI Version: 3.0.1 - Kubernetes API version: v1.16.2 + Kubernetes API version: release-1.16 Generated by OpenAPI Generator (https://openapi-generator.tech) -} diff --git a/kubernetes/openapi.yaml b/kubernetes/openapi.yaml index 3d0b3fc..bdb4568 100644 --- a/kubernetes/openapi.yaml +++ b/kubernetes/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Kubernetes - version: v1.16.2 + version: release-1.16 servers: - url: / security: @@ -12,7 +12,7 @@ paths: description: get available API versions operationId: getAPIVersions responses: - 200: + "200": content: application/json: schema: @@ -24,7 +24,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIVersions' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -34,7 +34,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -46,7 +46,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -120,7 +120,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -138,7 +138,7 @@ paths: schema: $ref: '#/components/schemas/v1.ComponentStatusList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -165,7 +165,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -177,7 +177,7 @@ paths: schema: $ref: '#/components/schemas/v1.ComponentStatus' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -256,7 +256,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -274,7 +274,7 @@ paths: schema: $ref: '#/components/schemas/v1.ConfigMapList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -353,7 +353,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -371,7 +371,7 @@ paths: schema: $ref: '#/components/schemas/v1.EndpointsList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -450,7 +450,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -468,7 +468,7 @@ paths: schema: $ref: '#/components/schemas/v1.EventList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -547,7 +547,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -565,7 +565,7 @@ paths: schema: $ref: '#/components/schemas/v1.LimitRangeList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -644,7 +644,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -662,7 +662,7 @@ paths: schema: $ref: '#/components/schemas/v1.NamespaceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -703,7 +703,7 @@ paths: $ref: '#/components/schemas/v1.Namespace' required: true responses: - 200: + "200": content: application/json: schema: @@ -715,7 +715,7 @@ paths: schema: $ref: '#/components/schemas/v1.Namespace' description: OK - 201: + "201": content: application/json: schema: @@ -727,7 +727,7 @@ paths: schema: $ref: '#/components/schemas/v1.Namespace' description: Created - 202: + "202": content: application/json: schema: @@ -739,7 +739,7 @@ paths: schema: $ref: '#/components/schemas/v1.Namespace' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -788,7 +788,7 @@ paths: $ref: '#/components/schemas/v1.Binding' required: true responses: - 200: + "200": content: application/json: schema: @@ -800,7 +800,7 @@ paths: schema: $ref: '#/components/schemas/v1.Binding' description: OK - 201: + "201": content: application/json: schema: @@ -812,7 +812,7 @@ paths: schema: $ref: '#/components/schemas/v1.Binding' description: Created - 202: + "202": content: application/json: schema: @@ -824,7 +824,7 @@ paths: schema: $ref: '#/components/schemas/v1.Binding' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -851,14 +851,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -939,12 +931,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -952,7 +938,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -964,7 +950,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -1049,7 +1035,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -1067,7 +1053,7 @@ paths: schema: $ref: '#/components/schemas/v1.ConfigMapList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -1114,7 +1100,7 @@ paths: $ref: '#/components/schemas/v1.ConfigMap' required: true responses: - 200: + "200": content: application/json: schema: @@ -1126,7 +1112,7 @@ paths: schema: $ref: '#/components/schemas/v1.ConfigMap' description: OK - 201: + "201": content: application/json: schema: @@ -1138,7 +1124,7 @@ paths: schema: $ref: '#/components/schemas/v1.ConfigMap' description: Created - 202: + "202": content: application/json: schema: @@ -1150,7 +1136,7 @@ paths: schema: $ref: '#/components/schemas/v1.ConfigMap' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -1226,7 +1212,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -1238,7 +1224,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -1250,7 +1236,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -1295,7 +1281,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -1307,7 +1293,7 @@ paths: schema: $ref: '#/components/schemas/v1.ConfigMap' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -1386,7 +1372,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -1398,7 +1384,7 @@ paths: schema: $ref: '#/components/schemas/v1.ConfigMap' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -1452,7 +1438,7 @@ paths: $ref: '#/components/schemas/v1.ConfigMap' required: true responses: - 200: + "200": content: application/json: schema: @@ -1464,7 +1450,7 @@ paths: schema: $ref: '#/components/schemas/v1.ConfigMap' description: OK - 201: + "201": content: application/json: schema: @@ -1476,7 +1462,7 @@ paths: schema: $ref: '#/components/schemas/v1.ConfigMap' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -1503,14 +1489,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -1591,12 +1569,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -1604,7 +1576,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -1616,7 +1588,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -1701,7 +1673,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -1719,7 +1691,7 @@ paths: schema: $ref: '#/components/schemas/v1.EndpointsList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -1766,7 +1738,7 @@ paths: $ref: '#/components/schemas/v1.Endpoints' required: true responses: - 200: + "200": content: application/json: schema: @@ -1778,7 +1750,7 @@ paths: schema: $ref: '#/components/schemas/v1.Endpoints' description: OK - 201: + "201": content: application/json: schema: @@ -1790,7 +1762,7 @@ paths: schema: $ref: '#/components/schemas/v1.Endpoints' description: Created - 202: + "202": content: application/json: schema: @@ -1802,7 +1774,7 @@ paths: schema: $ref: '#/components/schemas/v1.Endpoints' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -1878,7 +1850,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -1890,7 +1862,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -1902,7 +1874,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -1947,7 +1919,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -1959,7 +1931,7 @@ paths: schema: $ref: '#/components/schemas/v1.Endpoints' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -2038,7 +2010,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -2050,7 +2022,7 @@ paths: schema: $ref: '#/components/schemas/v1.Endpoints' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -2104,7 +2076,7 @@ paths: $ref: '#/components/schemas/v1.Endpoints' required: true responses: - 200: + "200": content: application/json: schema: @@ -2116,7 +2088,7 @@ paths: schema: $ref: '#/components/schemas/v1.Endpoints' description: OK - 201: + "201": content: application/json: schema: @@ -2128,7 +2100,7 @@ paths: schema: $ref: '#/components/schemas/v1.Endpoints' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -2155,14 +2127,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -2243,12 +2207,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -2256,7 +2214,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -2268,7 +2226,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -2353,7 +2311,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -2371,7 +2329,7 @@ paths: schema: $ref: '#/components/schemas/v1.EventList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -2418,7 +2376,7 @@ paths: $ref: '#/components/schemas/v1.Event' required: true responses: - 200: + "200": content: application/json: schema: @@ -2430,7 +2388,7 @@ paths: schema: $ref: '#/components/schemas/v1.Event' description: OK - 201: + "201": content: application/json: schema: @@ -2442,7 +2400,7 @@ paths: schema: $ref: '#/components/schemas/v1.Event' description: Created - 202: + "202": content: application/json: schema: @@ -2454,7 +2412,7 @@ paths: schema: $ref: '#/components/schemas/v1.Event' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -2530,7 +2488,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -2542,7 +2500,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -2554,7 +2512,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -2599,7 +2557,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -2611,7 +2569,7 @@ paths: schema: $ref: '#/components/schemas/v1.Event' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -2690,7 +2648,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -2702,7 +2660,7 @@ paths: schema: $ref: '#/components/schemas/v1.Event' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -2756,7 +2714,7 @@ paths: $ref: '#/components/schemas/v1.Event' required: true responses: - 200: + "200": content: application/json: schema: @@ -2768,7 +2726,7 @@ paths: schema: $ref: '#/components/schemas/v1.Event' description: OK - 201: + "201": content: application/json: schema: @@ -2780,7 +2738,7 @@ paths: schema: $ref: '#/components/schemas/v1.Event' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -2807,14 +2765,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -2895,12 +2845,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -2908,7 +2852,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -2920,7 +2864,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -3005,7 +2949,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -3023,7 +2967,7 @@ paths: schema: $ref: '#/components/schemas/v1.LimitRangeList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -3070,7 +3014,7 @@ paths: $ref: '#/components/schemas/v1.LimitRange' required: true responses: - 200: + "200": content: application/json: schema: @@ -3082,7 +3026,7 @@ paths: schema: $ref: '#/components/schemas/v1.LimitRange' description: OK - 201: + "201": content: application/json: schema: @@ -3094,7 +3038,7 @@ paths: schema: $ref: '#/components/schemas/v1.LimitRange' description: Created - 202: + "202": content: application/json: schema: @@ -3106,7 +3050,7 @@ paths: schema: $ref: '#/components/schemas/v1.LimitRange' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -3182,7 +3126,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -3194,7 +3138,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -3206,7 +3150,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -3251,7 +3195,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -3263,7 +3207,7 @@ paths: schema: $ref: '#/components/schemas/v1.LimitRange' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -3342,7 +3286,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -3354,7 +3298,7 @@ paths: schema: $ref: '#/components/schemas/v1.LimitRange' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -3408,7 +3352,7 @@ paths: $ref: '#/components/schemas/v1.LimitRange' required: true responses: - 200: + "200": content: application/json: schema: @@ -3420,7 +3364,7 @@ paths: schema: $ref: '#/components/schemas/v1.LimitRange' description: OK - 201: + "201": content: application/json: schema: @@ -3432,7 +3376,7 @@ paths: schema: $ref: '#/components/schemas/v1.LimitRange' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -3459,14 +3403,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -3547,12 +3483,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -3560,7 +3490,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -3572,7 +3502,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -3657,7 +3587,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -3675,7 +3605,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeClaimList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -3722,7 +3652,7 @@ paths: $ref: '#/components/schemas/v1.PersistentVolumeClaim' required: true responses: - 200: + "200": content: application/json: schema: @@ -3734,7 +3664,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeClaim' description: OK - 201: + "201": content: application/json: schema: @@ -3746,7 +3676,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeClaim' description: Created - 202: + "202": content: application/json: schema: @@ -3758,7 +3688,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeClaim' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -3834,7 +3764,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -3846,7 +3776,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -3858,7 +3788,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -3903,7 +3833,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -3915,7 +3845,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeClaim' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -3994,7 +3924,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -4006,7 +3936,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeClaim' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -4060,7 +3990,7 @@ paths: $ref: '#/components/schemas/v1.PersistentVolumeClaim' required: true responses: - 200: + "200": content: application/json: schema: @@ -4072,7 +4002,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeClaim' description: OK - 201: + "201": content: application/json: schema: @@ -4084,7 +4014,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeClaim' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -4118,7 +4048,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -4130,7 +4060,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeClaim' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -4209,7 +4139,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -4221,7 +4151,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeClaim' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -4275,7 +4205,7 @@ paths: $ref: '#/components/schemas/v1.PersistentVolumeClaim' required: true responses: - 200: + "200": content: application/json: schema: @@ -4287,7 +4217,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeClaim' description: OK - 201: + "201": content: application/json: schema: @@ -4299,7 +4229,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeClaim' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -4326,14 +4256,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -4414,12 +4336,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -4427,7 +4343,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -4439,7 +4355,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -4524,7 +4440,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -4542,7 +4458,7 @@ paths: schema: $ref: '#/components/schemas/v1.PodList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -4589,7 +4505,7 @@ paths: $ref: '#/components/schemas/v1.Pod' required: true responses: - 200: + "200": content: application/json: schema: @@ -4601,7 +4517,7 @@ paths: schema: $ref: '#/components/schemas/v1.Pod' description: OK - 201: + "201": content: application/json: schema: @@ -4613,7 +4529,7 @@ paths: schema: $ref: '#/components/schemas/v1.Pod' description: Created - 202: + "202": content: application/json: schema: @@ -4625,7 +4541,7 @@ paths: schema: $ref: '#/components/schemas/v1.Pod' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -4701,7 +4617,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -4713,7 +4629,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -4725,7 +4641,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -4770,7 +4686,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -4782,7 +4698,7 @@ paths: schema: $ref: '#/components/schemas/v1.Pod' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -4861,7 +4777,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -4873,7 +4789,7 @@ paths: schema: $ref: '#/components/schemas/v1.Pod' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -4927,7 +4843,7 @@ paths: $ref: '#/components/schemas/v1.Pod' required: true responses: - 200: + "200": content: application/json: schema: @@ -4939,7 +4855,7 @@ paths: schema: $ref: '#/components/schemas/v1.Pod' description: OK - 201: + "201": content: application/json: schema: @@ -4951,7 +4867,7 @@ paths: schema: $ref: '#/components/schemas/v1.Pod' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -5011,13 +4927,13 @@ paths: schema: type: boolean responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5075,13 +4991,13 @@ paths: schema: type: boolean responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5135,7 +5051,7 @@ paths: $ref: '#/components/schemas/v1.Binding' required: true responses: - 200: + "200": content: application/json: schema: @@ -5147,7 +5063,7 @@ paths: schema: $ref: '#/components/schemas/v1.Binding' description: OK - 201: + "201": content: application/json: schema: @@ -5159,7 +5075,7 @@ paths: schema: $ref: '#/components/schemas/v1.Binding' description: Created - 202: + "202": content: application/json: schema: @@ -5171,7 +5087,7 @@ paths: schema: $ref: '#/components/schemas/v1.Binding' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -5226,7 +5142,7 @@ paths: $ref: '#/components/schemas/v1beta1.Eviction' required: true responses: - 200: + "200": content: application/json: schema: @@ -5238,7 +5154,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Eviction' description: OK - 201: + "201": content: application/json: schema: @@ -5250,7 +5166,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Eviction' description: Created - 202: + "202": content: application/json: schema: @@ -5262,7 +5178,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Eviction' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -5327,13 +5243,13 @@ paths: schema: type: boolean responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5396,13 +5312,13 @@ paths: schema: type: boolean responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5479,7 +5395,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: text/plain: schema: @@ -5494,7 +5410,7 @@ paths: schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5527,13 +5443,13 @@ paths: schema: type: integer responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5565,13 +5481,13 @@ paths: schema: type: integer responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5605,13 +5521,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5644,13 +5560,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5683,13 +5599,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5722,13 +5638,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5761,13 +5677,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5800,13 +5716,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5839,13 +5755,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5885,13 +5801,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5930,13 +5846,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -5975,13 +5891,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -6020,13 +5936,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -6065,13 +5981,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -6110,13 +6026,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -6155,13 +6071,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -6194,7 +6110,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -6206,7 +6122,7 @@ paths: schema: $ref: '#/components/schemas/v1.Pod' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -6285,7 +6201,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -6297,7 +6213,7 @@ paths: schema: $ref: '#/components/schemas/v1.Pod' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -6351,7 +6267,7 @@ paths: $ref: '#/components/schemas/v1.Pod' required: true responses: - 200: + "200": content: application/json: schema: @@ -6363,7 +6279,7 @@ paths: schema: $ref: '#/components/schemas/v1.Pod' description: OK - 201: + "201": content: application/json: schema: @@ -6375,7 +6291,7 @@ paths: schema: $ref: '#/components/schemas/v1.Pod' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -6402,14 +6318,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -6490,12 +6398,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -6503,7 +6405,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -6515,7 +6417,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -6600,7 +6502,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -6618,7 +6520,7 @@ paths: schema: $ref: '#/components/schemas/v1.PodTemplateList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -6665,7 +6567,7 @@ paths: $ref: '#/components/schemas/v1.PodTemplate' required: true responses: - 200: + "200": content: application/json: schema: @@ -6677,7 +6579,7 @@ paths: schema: $ref: '#/components/schemas/v1.PodTemplate' description: OK - 201: + "201": content: application/json: schema: @@ -6689,7 +6591,7 @@ paths: schema: $ref: '#/components/schemas/v1.PodTemplate' description: Created - 202: + "202": content: application/json: schema: @@ -6701,7 +6603,7 @@ paths: schema: $ref: '#/components/schemas/v1.PodTemplate' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -6777,7 +6679,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -6789,7 +6691,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -6801,7 +6703,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -6846,7 +6748,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -6858,7 +6760,7 @@ paths: schema: $ref: '#/components/schemas/v1.PodTemplate' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -6937,7 +6839,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -6949,7 +6851,7 @@ paths: schema: $ref: '#/components/schemas/v1.PodTemplate' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -7003,7 +6905,7 @@ paths: $ref: '#/components/schemas/v1.PodTemplate' required: true responses: - 200: + "200": content: application/json: schema: @@ -7015,7 +6917,7 @@ paths: schema: $ref: '#/components/schemas/v1.PodTemplate' description: OK - 201: + "201": content: application/json: schema: @@ -7027,7 +6929,7 @@ paths: schema: $ref: '#/components/schemas/v1.PodTemplate' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -7054,14 +6956,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -7142,12 +7036,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -7155,7 +7043,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -7167,7 +7055,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -7252,7 +7140,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -7270,7 +7158,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicationControllerList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -7317,7 +7205,7 @@ paths: $ref: '#/components/schemas/v1.ReplicationController' required: true responses: - 200: + "200": content: application/json: schema: @@ -7329,7 +7217,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicationController' description: OK - 201: + "201": content: application/json: schema: @@ -7341,7 +7229,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicationController' description: Created - 202: + "202": content: application/json: schema: @@ -7353,7 +7241,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicationController' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -7429,7 +7317,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -7441,7 +7329,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -7453,7 +7341,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -7498,7 +7386,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -7510,7 +7398,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicationController' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -7589,7 +7477,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -7601,7 +7489,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicationController' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -7655,7 +7543,7 @@ paths: $ref: '#/components/schemas/v1.ReplicationController' required: true responses: - 200: + "200": content: application/json: schema: @@ -7667,7 +7555,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicationController' description: OK - 201: + "201": content: application/json: schema: @@ -7679,7 +7567,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicationController' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -7713,7 +7601,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -7725,7 +7613,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -7804,7 +7692,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -7816,7 +7704,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -7870,7 +7758,7 @@ paths: $ref: '#/components/schemas/v1.Scale' required: true responses: - 200: + "200": content: application/json: schema: @@ -7882,7 +7770,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: OK - 201: + "201": content: application/json: schema: @@ -7894,7 +7782,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -7928,7 +7816,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -7940,7 +7828,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicationController' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -8019,7 +7907,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -8031,7 +7919,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicationController' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -8085,7 +7973,7 @@ paths: $ref: '#/components/schemas/v1.ReplicationController' required: true responses: - 200: + "200": content: application/json: schema: @@ -8097,7 +7985,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicationController' description: OK - 201: + "201": content: application/json: schema: @@ -8109,7 +7997,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicationController' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -8136,14 +8024,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -8224,12 +8104,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -8237,7 +8111,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -8249,7 +8123,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -8334,7 +8208,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -8352,7 +8226,7 @@ paths: schema: $ref: '#/components/schemas/v1.ResourceQuotaList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -8399,7 +8273,7 @@ paths: $ref: '#/components/schemas/v1.ResourceQuota' required: true responses: - 200: + "200": content: application/json: schema: @@ -8411,7 +8285,7 @@ paths: schema: $ref: '#/components/schemas/v1.ResourceQuota' description: OK - 201: + "201": content: application/json: schema: @@ -8423,7 +8297,7 @@ paths: schema: $ref: '#/components/schemas/v1.ResourceQuota' description: Created - 202: + "202": content: application/json: schema: @@ -8435,7 +8309,7 @@ paths: schema: $ref: '#/components/schemas/v1.ResourceQuota' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -8511,7 +8385,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -8523,7 +8397,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -8535,7 +8409,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -8580,7 +8454,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -8592,7 +8466,7 @@ paths: schema: $ref: '#/components/schemas/v1.ResourceQuota' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -8671,7 +8545,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -8683,7 +8557,7 @@ paths: schema: $ref: '#/components/schemas/v1.ResourceQuota' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -8737,7 +8611,7 @@ paths: $ref: '#/components/schemas/v1.ResourceQuota' required: true responses: - 200: + "200": content: application/json: schema: @@ -8749,7 +8623,7 @@ paths: schema: $ref: '#/components/schemas/v1.ResourceQuota' description: OK - 201: + "201": content: application/json: schema: @@ -8761,7 +8635,7 @@ paths: schema: $ref: '#/components/schemas/v1.ResourceQuota' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -8795,7 +8669,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -8807,7 +8681,7 @@ paths: schema: $ref: '#/components/schemas/v1.ResourceQuota' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -8886,7 +8760,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -8898,7 +8772,7 @@ paths: schema: $ref: '#/components/schemas/v1.ResourceQuota' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -8952,7 +8826,7 @@ paths: $ref: '#/components/schemas/v1.ResourceQuota' required: true responses: - 200: + "200": content: application/json: schema: @@ -8964,7 +8838,7 @@ paths: schema: $ref: '#/components/schemas/v1.ResourceQuota' description: OK - 201: + "201": content: application/json: schema: @@ -8976,7 +8850,7 @@ paths: schema: $ref: '#/components/schemas/v1.ResourceQuota' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -9003,14 +8877,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -9091,12 +8957,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -9104,7 +8964,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -9116,7 +8976,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -9201,7 +9061,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -9219,7 +9079,7 @@ paths: schema: $ref: '#/components/schemas/v1.SecretList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -9266,7 +9126,7 @@ paths: $ref: '#/components/schemas/v1.Secret' required: true responses: - 200: + "200": content: application/json: schema: @@ -9278,7 +9138,7 @@ paths: schema: $ref: '#/components/schemas/v1.Secret' description: OK - 201: + "201": content: application/json: schema: @@ -9290,7 +9150,7 @@ paths: schema: $ref: '#/components/schemas/v1.Secret' description: Created - 202: + "202": content: application/json: schema: @@ -9302,7 +9162,7 @@ paths: schema: $ref: '#/components/schemas/v1.Secret' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -9378,7 +9238,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -9390,7 +9250,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -9402,7 +9262,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -9447,7 +9307,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -9459,7 +9319,7 @@ paths: schema: $ref: '#/components/schemas/v1.Secret' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -9538,7 +9398,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -9550,7 +9410,7 @@ paths: schema: $ref: '#/components/schemas/v1.Secret' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -9604,7 +9464,7 @@ paths: $ref: '#/components/schemas/v1.Secret' required: true responses: - 200: + "200": content: application/json: schema: @@ -9616,7 +9476,7 @@ paths: schema: $ref: '#/components/schemas/v1.Secret' description: OK - 201: + "201": content: application/json: schema: @@ -9628,7 +9488,7 @@ paths: schema: $ref: '#/components/schemas/v1.Secret' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -9655,14 +9515,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -9743,12 +9595,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -9756,7 +9602,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -9768,7 +9614,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -9853,7 +9699,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -9871,7 +9717,7 @@ paths: schema: $ref: '#/components/schemas/v1.ServiceAccountList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -9918,7 +9764,7 @@ paths: $ref: '#/components/schemas/v1.ServiceAccount' required: true responses: - 200: + "200": content: application/json: schema: @@ -9930,7 +9776,7 @@ paths: schema: $ref: '#/components/schemas/v1.ServiceAccount' description: OK - 201: + "201": content: application/json: schema: @@ -9942,7 +9788,7 @@ paths: schema: $ref: '#/components/schemas/v1.ServiceAccount' description: Created - 202: + "202": content: application/json: schema: @@ -9954,7 +9800,7 @@ paths: schema: $ref: '#/components/schemas/v1.ServiceAccount' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -10030,7 +9876,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -10042,7 +9888,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -10054,7 +9900,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -10099,7 +9945,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -10111,7 +9957,7 @@ paths: schema: $ref: '#/components/schemas/v1.ServiceAccount' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -10190,7 +10036,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -10202,7 +10048,7 @@ paths: schema: $ref: '#/components/schemas/v1.ServiceAccount' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -10256,7 +10102,7 @@ paths: $ref: '#/components/schemas/v1.ServiceAccount' required: true responses: - 200: + "200": content: application/json: schema: @@ -10268,7 +10114,7 @@ paths: schema: $ref: '#/components/schemas/v1.ServiceAccount' description: OK - 201: + "201": content: application/json: schema: @@ -10280,7 +10126,7 @@ paths: schema: $ref: '#/components/schemas/v1.ServiceAccount' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -10335,7 +10181,7 @@ paths: $ref: '#/components/schemas/v1.TokenRequest' required: true responses: - 200: + "200": content: application/json: schema: @@ -10347,7 +10193,7 @@ paths: schema: $ref: '#/components/schemas/v1.TokenRequest' description: OK - 201: + "201": content: application/json: schema: @@ -10359,7 +10205,7 @@ paths: schema: $ref: '#/components/schemas/v1.TokenRequest' description: Created - 202: + "202": content: application/json: schema: @@ -10371,7 +10217,7 @@ paths: schema: $ref: '#/components/schemas/v1.TokenRequest' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -10457,7 +10303,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -10475,7 +10321,7 @@ paths: schema: $ref: '#/components/schemas/v1.ServiceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -10522,7 +10368,7 @@ paths: $ref: '#/components/schemas/v1.Service' required: true responses: - 200: + "200": content: application/json: schema: @@ -10534,7 +10380,7 @@ paths: schema: $ref: '#/components/schemas/v1.Service' description: OK - 201: + "201": content: application/json: schema: @@ -10546,7 +10392,7 @@ paths: schema: $ref: '#/components/schemas/v1.Service' description: Created - 202: + "202": content: application/json: schema: @@ -10558,7 +10404,7 @@ paths: schema: $ref: '#/components/schemas/v1.Service' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -10634,7 +10480,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -10646,7 +10492,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -10658,7 +10504,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -10703,7 +10549,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -10715,7 +10561,7 @@ paths: schema: $ref: '#/components/schemas/v1.Service' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -10794,7 +10640,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -10806,7 +10652,7 @@ paths: schema: $ref: '#/components/schemas/v1.Service' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -10860,7 +10706,7 @@ paths: $ref: '#/components/schemas/v1.Service' required: true responses: - 200: + "200": content: application/json: schema: @@ -10872,7 +10718,7 @@ paths: schema: $ref: '#/components/schemas/v1.Service' description: OK - 201: + "201": content: application/json: schema: @@ -10884,7 +10730,7 @@ paths: schema: $ref: '#/components/schemas/v1.Service' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -10921,13 +10767,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -10962,13 +10808,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11003,13 +10849,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11044,13 +10890,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11085,13 +10931,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11126,13 +10972,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11167,13 +11013,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11215,13 +11061,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11262,13 +11108,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11309,13 +11155,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11356,13 +11202,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11403,13 +11249,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11450,13 +11296,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11497,13 +11343,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11536,7 +11382,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -11548,7 +11394,7 @@ paths: schema: $ref: '#/components/schemas/v1.Service' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11627,7 +11473,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -11639,7 +11485,7 @@ paths: schema: $ref: '#/components/schemas/v1.Service' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11693,7 +11539,7 @@ paths: $ref: '#/components/schemas/v1.Service' required: true responses: - 200: + "200": content: application/json: schema: @@ -11705,7 +11551,7 @@ paths: schema: $ref: '#/components/schemas/v1.Service' description: OK - 201: + "201": content: application/json: schema: @@ -11717,7 +11563,7 @@ paths: schema: $ref: '#/components/schemas/v1.Service' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -11787,7 +11633,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -11799,7 +11645,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -11811,7 +11657,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -11850,7 +11696,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -11862,7 +11708,7 @@ paths: schema: $ref: '#/components/schemas/v1.Namespace' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11935,7 +11781,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -11947,7 +11793,7 @@ paths: schema: $ref: '#/components/schemas/v1.Namespace' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -11995,7 +11841,7 @@ paths: $ref: '#/components/schemas/v1.Namespace' required: true responses: - 200: + "200": content: application/json: schema: @@ -12007,7 +11853,7 @@ paths: schema: $ref: '#/components/schemas/v1.Namespace' description: OK - 201: + "201": content: application/json: schema: @@ -12019,7 +11865,7 @@ paths: schema: $ref: '#/components/schemas/v1.Namespace' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -12068,7 +11914,7 @@ paths: $ref: '#/components/schemas/v1.Namespace' required: true responses: - 200: + "200": content: application/json: schema: @@ -12080,7 +11926,7 @@ paths: schema: $ref: '#/components/schemas/v1.Namespace' description: OK - 201: + "201": content: application/json: schema: @@ -12092,7 +11938,7 @@ paths: schema: $ref: '#/components/schemas/v1.Namespace' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -12120,7 +11966,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -12132,7 +11978,7 @@ paths: schema: $ref: '#/components/schemas/v1.Namespace' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -12205,7 +12051,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -12217,7 +12063,7 @@ paths: schema: $ref: '#/components/schemas/v1.Namespace' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -12265,7 +12111,7 @@ paths: $ref: '#/components/schemas/v1.Namespace' required: true responses: - 200: + "200": content: application/json: schema: @@ -12277,7 +12123,7 @@ paths: schema: $ref: '#/components/schemas/v1.Namespace' description: OK - 201: + "201": content: application/json: schema: @@ -12289,7 +12135,7 @@ paths: schema: $ref: '#/components/schemas/v1.Namespace' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -12310,14 +12156,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -12398,12 +12236,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -12411,7 +12243,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -12423,7 +12255,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -12502,7 +12334,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -12520,7 +12352,7 @@ paths: schema: $ref: '#/components/schemas/v1.NodeList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -12561,7 +12393,7 @@ paths: $ref: '#/components/schemas/v1.Node' required: true responses: - 200: + "200": content: application/json: schema: @@ -12573,7 +12405,7 @@ paths: schema: $ref: '#/components/schemas/v1.Node' description: OK - 201: + "201": content: application/json: schema: @@ -12585,7 +12417,7 @@ paths: schema: $ref: '#/components/schemas/v1.Node' description: Created - 202: + "202": content: application/json: schema: @@ -12597,7 +12429,7 @@ paths: schema: $ref: '#/components/schemas/v1.Node' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -12667,7 +12499,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -12679,7 +12511,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -12691,7 +12523,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -12730,7 +12562,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -12742,7 +12574,7 @@ paths: schema: $ref: '#/components/schemas/v1.Node' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -12815,7 +12647,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -12827,7 +12659,7 @@ paths: schema: $ref: '#/components/schemas/v1.Node' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -12875,7 +12707,7 @@ paths: $ref: '#/components/schemas/v1.Node' required: true responses: - 200: + "200": content: application/json: schema: @@ -12887,7 +12719,7 @@ paths: schema: $ref: '#/components/schemas/v1.Node' description: OK - 201: + "201": content: application/json: schema: @@ -12899,7 +12731,7 @@ paths: schema: $ref: '#/components/schemas/v1.Node' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -12928,13 +12760,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -12961,13 +12793,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -12994,13 +12826,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13027,13 +12859,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13060,13 +12892,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13093,13 +12925,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13126,13 +12958,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13166,13 +12998,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13205,13 +13037,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13244,13 +13076,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13283,13 +13115,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13322,13 +13154,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13361,13 +13193,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13400,13 +13232,13 @@ paths: schema: type: string responses: - 200: + "200": content: '*/*': schema: type: string description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13433,7 +13265,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -13445,7 +13277,7 @@ paths: schema: $ref: '#/components/schemas/v1.Node' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13518,7 +13350,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -13530,7 +13362,7 @@ paths: schema: $ref: '#/components/schemas/v1.Node' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13578,7 +13410,7 @@ paths: $ref: '#/components/schemas/v1.Node' required: true responses: - 200: + "200": content: application/json: schema: @@ -13590,7 +13422,7 @@ paths: schema: $ref: '#/components/schemas/v1.Node' description: OK - 201: + "201": content: application/json: schema: @@ -13602,7 +13434,7 @@ paths: schema: $ref: '#/components/schemas/v1.Node' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -13682,7 +13514,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -13700,7 +13532,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeClaimList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13720,14 +13552,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -13808,12 +13632,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -13821,7 +13639,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -13833,7 +13651,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13912,7 +13730,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -13930,7 +13748,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolumeList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -13971,7 +13789,7 @@ paths: $ref: '#/components/schemas/v1.PersistentVolume' required: true responses: - 200: + "200": content: application/json: schema: @@ -13983,7 +13801,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolume' description: OK - 201: + "201": content: application/json: schema: @@ -13995,7 +13813,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolume' description: Created - 202: + "202": content: application/json: schema: @@ -14007,7 +13825,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolume' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -14077,7 +13895,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -14089,7 +13907,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -14101,7 +13919,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -14140,7 +13958,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -14152,7 +13970,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolume' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -14225,7 +14043,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -14237,7 +14055,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolume' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -14285,7 +14103,7 @@ paths: $ref: '#/components/schemas/v1.PersistentVolume' required: true responses: - 200: + "200": content: application/json: schema: @@ -14297,7 +14115,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolume' description: OK - 201: + "201": content: application/json: schema: @@ -14309,7 +14127,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolume' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -14337,7 +14155,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -14349,7 +14167,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolume' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -14422,7 +14240,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -14434,7 +14252,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolume' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -14482,7 +14300,7 @@ paths: $ref: '#/components/schemas/v1.PersistentVolume' required: true responses: - 200: + "200": content: application/json: schema: @@ -14494,7 +14312,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolume' description: OK - 201: + "201": content: application/json: schema: @@ -14506,7 +14324,7 @@ paths: schema: $ref: '#/components/schemas/v1.PersistentVolume' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -14586,7 +14404,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -14604,7 +14422,7 @@ paths: schema: $ref: '#/components/schemas/v1.PodList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -14683,7 +14501,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -14701,7 +14519,7 @@ paths: schema: $ref: '#/components/schemas/v1.PodTemplateList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -14780,7 +14598,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -14798,7 +14616,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicationControllerList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -14877,7 +14695,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -14895,7 +14713,7 @@ paths: schema: $ref: '#/components/schemas/v1.ResourceQuotaList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -14974,7 +14792,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -14992,7 +14810,7 @@ paths: schema: $ref: '#/components/schemas/v1.SecretList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -15071,7 +14889,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -15089,7 +14907,7 @@ paths: schema: $ref: '#/components/schemas/v1.ServiceAccountList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -15168,7 +14986,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -15186,7 +15004,7 @@ paths: schema: $ref: '#/components/schemas/v1.ServiceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -15243,7 +15061,7 @@ paths: description: get available API versions operationId: getAPIVersions responses: - 200: + "200": content: application/json: schema: @@ -15255,7 +15073,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroupList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -15265,7 +15083,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -15277,7 +15095,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -15287,7 +15105,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -15299,7 +15117,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -15314,14 +15132,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -15402,12 +15212,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -15415,7 +15219,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -15427,7 +15231,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -15506,7 +15310,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -15524,7 +15328,7 @@ paths: schema: $ref: '#/components/schemas/v1.MutatingWebhookConfigurationList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -15565,7 +15369,7 @@ paths: $ref: '#/components/schemas/v1.MutatingWebhookConfiguration' required: true responses: - 200: + "200": content: application/json: schema: @@ -15577,7 +15381,7 @@ paths: schema: $ref: '#/components/schemas/v1.MutatingWebhookConfiguration' description: OK - 201: + "201": content: application/json: schema: @@ -15589,7 +15393,7 @@ paths: schema: $ref: '#/components/schemas/v1.MutatingWebhookConfiguration' description: Created - 202: + "202": content: application/json: schema: @@ -15601,7 +15405,7 @@ paths: schema: $ref: '#/components/schemas/v1.MutatingWebhookConfiguration' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -15671,7 +15475,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -15683,7 +15487,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -15695,7 +15499,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -15734,7 +15538,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -15746,7 +15550,7 @@ paths: schema: $ref: '#/components/schemas/v1.MutatingWebhookConfiguration' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -15819,7 +15623,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -15831,7 +15635,7 @@ paths: schema: $ref: '#/components/schemas/v1.MutatingWebhookConfiguration' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -15879,7 +15683,7 @@ paths: $ref: '#/components/schemas/v1.MutatingWebhookConfiguration' required: true responses: - 200: + "200": content: application/json: schema: @@ -15891,7 +15695,7 @@ paths: schema: $ref: '#/components/schemas/v1.MutatingWebhookConfiguration' description: OK - 201: + "201": content: application/json: schema: @@ -15903,7 +15707,7 @@ paths: schema: $ref: '#/components/schemas/v1.MutatingWebhookConfiguration' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -15924,14 +15728,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -16012,12 +15808,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -16025,7 +15815,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -16037,7 +15827,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -16116,7 +15906,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -16134,7 +15924,7 @@ paths: schema: $ref: '#/components/schemas/v1.ValidatingWebhookConfigurationList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -16175,7 +15965,7 @@ paths: $ref: '#/components/schemas/v1.ValidatingWebhookConfiguration' required: true responses: - 200: + "200": content: application/json: schema: @@ -16187,7 +15977,7 @@ paths: schema: $ref: '#/components/schemas/v1.ValidatingWebhookConfiguration' description: OK - 201: + "201": content: application/json: schema: @@ -16199,7 +15989,7 @@ paths: schema: $ref: '#/components/schemas/v1.ValidatingWebhookConfiguration' description: Created - 202: + "202": content: application/json: schema: @@ -16211,7 +16001,7 @@ paths: schema: $ref: '#/components/schemas/v1.ValidatingWebhookConfiguration' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -16281,7 +16071,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -16293,7 +16083,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -16305,7 +16095,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -16344,7 +16134,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -16356,7 +16146,7 @@ paths: schema: $ref: '#/components/schemas/v1.ValidatingWebhookConfiguration' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -16429,7 +16219,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -16441,7 +16231,7 @@ paths: schema: $ref: '#/components/schemas/v1.ValidatingWebhookConfiguration' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -16489,7 +16279,7 @@ paths: $ref: '#/components/schemas/v1.ValidatingWebhookConfiguration' required: true responses: - 200: + "200": content: application/json: schema: @@ -16501,7 +16291,7 @@ paths: schema: $ref: '#/components/schemas/v1.ValidatingWebhookConfiguration' description: OK - 201: + "201": content: application/json: schema: @@ -16513,7 +16303,7 @@ paths: schema: $ref: '#/components/schemas/v1.ValidatingWebhookConfiguration' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -16533,7 +16323,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -16545,7 +16335,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -16560,14 +16350,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -16648,12 +16430,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -16661,7 +16437,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -16673,7 +16449,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -16752,7 +16528,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -16770,7 +16546,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.MutatingWebhookConfigurationList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -16811,7 +16587,7 @@ paths: $ref: '#/components/schemas/v1beta1.MutatingWebhookConfiguration' required: true responses: - 200: + "200": content: application/json: schema: @@ -16823,7 +16599,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.MutatingWebhookConfiguration' description: OK - 201: + "201": content: application/json: schema: @@ -16835,7 +16611,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.MutatingWebhookConfiguration' description: Created - 202: + "202": content: application/json: schema: @@ -16847,7 +16623,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.MutatingWebhookConfiguration' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -16917,7 +16693,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -16929,7 +16705,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -16941,7 +16717,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -16980,7 +16756,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -16992,7 +16768,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.MutatingWebhookConfiguration' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -17065,7 +16841,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -17077,7 +16853,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.MutatingWebhookConfiguration' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -17125,7 +16901,7 @@ paths: $ref: '#/components/schemas/v1beta1.MutatingWebhookConfiguration' required: true responses: - 200: + "200": content: application/json: schema: @@ -17137,7 +16913,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.MutatingWebhookConfiguration' description: OK - 201: + "201": content: application/json: schema: @@ -17149,7 +16925,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.MutatingWebhookConfiguration' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -17170,14 +16946,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -17258,12 +17026,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -17271,7 +17033,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -17283,7 +17045,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -17362,7 +17124,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -17380,7 +17142,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ValidatingWebhookConfigurationList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -17421,7 +17183,7 @@ paths: $ref: '#/components/schemas/v1beta1.ValidatingWebhookConfiguration' required: true responses: - 200: + "200": content: application/json: schema: @@ -17433,7 +17195,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ValidatingWebhookConfiguration' description: OK - 201: + "201": content: application/json: schema: @@ -17445,7 +17207,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ValidatingWebhookConfiguration' description: Created - 202: + "202": content: application/json: schema: @@ -17457,7 +17219,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ValidatingWebhookConfiguration' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -17527,7 +17289,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -17539,7 +17301,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -17551,7 +17313,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -17590,7 +17352,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -17602,7 +17364,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ValidatingWebhookConfiguration' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -17675,7 +17437,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -17687,7 +17449,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ValidatingWebhookConfiguration' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -17735,7 +17497,7 @@ paths: $ref: '#/components/schemas/v1beta1.ValidatingWebhookConfiguration' required: true responses: - 200: + "200": content: application/json: schema: @@ -17747,7 +17509,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ValidatingWebhookConfiguration' description: OK - 201: + "201": content: application/json: schema: @@ -17759,7 +17521,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ValidatingWebhookConfiguration' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -17779,7 +17541,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -17791,7 +17553,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -17801,7 +17563,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -17813,7 +17575,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -17828,14 +17590,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -17916,12 +17670,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -17929,7 +17677,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -17941,7 +17689,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -18020,7 +17768,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -18038,7 +17786,7 @@ paths: schema: $ref: '#/components/schemas/v1.CustomResourceDefinitionList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -18079,7 +17827,7 @@ paths: $ref: '#/components/schemas/v1.CustomResourceDefinition' required: true responses: - 200: + "200": content: application/json: schema: @@ -18091,7 +17839,7 @@ paths: schema: $ref: '#/components/schemas/v1.CustomResourceDefinition' description: OK - 201: + "201": content: application/json: schema: @@ -18103,7 +17851,7 @@ paths: schema: $ref: '#/components/schemas/v1.CustomResourceDefinition' description: Created - 202: + "202": content: application/json: schema: @@ -18115,7 +17863,7 @@ paths: schema: $ref: '#/components/schemas/v1.CustomResourceDefinition' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -18185,7 +17933,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -18197,7 +17945,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -18209,7 +17957,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -18248,7 +17996,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -18260,7 +18008,7 @@ paths: schema: $ref: '#/components/schemas/v1.CustomResourceDefinition' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -18333,7 +18081,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -18345,7 +18093,7 @@ paths: schema: $ref: '#/components/schemas/v1.CustomResourceDefinition' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -18393,7 +18141,7 @@ paths: $ref: '#/components/schemas/v1.CustomResourceDefinition' required: true responses: - 200: + "200": content: application/json: schema: @@ -18405,7 +18153,7 @@ paths: schema: $ref: '#/components/schemas/v1.CustomResourceDefinition' description: OK - 201: + "201": content: application/json: schema: @@ -18417,7 +18165,7 @@ paths: schema: $ref: '#/components/schemas/v1.CustomResourceDefinition' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -18445,7 +18193,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -18457,7 +18205,7 @@ paths: schema: $ref: '#/components/schemas/v1.CustomResourceDefinition' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -18530,7 +18278,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -18542,7 +18290,7 @@ paths: schema: $ref: '#/components/schemas/v1.CustomResourceDefinition' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -18590,7 +18338,7 @@ paths: $ref: '#/components/schemas/v1.CustomResourceDefinition' required: true responses: - 200: + "200": content: application/json: schema: @@ -18602,7 +18350,7 @@ paths: schema: $ref: '#/components/schemas/v1.CustomResourceDefinition' description: OK - 201: + "201": content: application/json: schema: @@ -18614,7 +18362,7 @@ paths: schema: $ref: '#/components/schemas/v1.CustomResourceDefinition' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -18632,7 +18380,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -18644,7 +18392,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -18659,14 +18407,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -18747,12 +18487,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -18760,7 +18494,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -18772,7 +18506,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -18851,7 +18585,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -18869,7 +18603,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CustomResourceDefinitionList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -18910,7 +18644,7 @@ paths: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' required: true responses: - 200: + "200": content: application/json: schema: @@ -18922,7 +18656,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' description: OK - 201: + "201": content: application/json: schema: @@ -18934,7 +18668,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' description: Created - 202: + "202": content: application/json: schema: @@ -18946,7 +18680,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -19016,7 +18750,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -19028,7 +18762,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -19040,7 +18774,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -19079,7 +18813,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -19091,7 +18825,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -19164,7 +18898,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -19176,7 +18910,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -19224,7 +18958,7 @@ paths: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' required: true responses: - 200: + "200": content: application/json: schema: @@ -19236,7 +18970,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' description: OK - 201: + "201": content: application/json: schema: @@ -19248,7 +18982,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -19276,7 +19010,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -19288,7 +19022,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -19361,7 +19095,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -19373,7 +19107,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -19421,7 +19155,7 @@ paths: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' required: true responses: - 200: + "200": content: application/json: schema: @@ -19433,7 +19167,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' description: OK - 201: + "201": content: application/json: schema: @@ -19445,7 +19179,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CustomResourceDefinition' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -19463,7 +19197,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -19475,7 +19209,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -19485,7 +19219,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -19497,7 +19231,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -19512,14 +19246,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -19600,12 +19326,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -19613,7 +19333,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -19625,7 +19345,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -19704,7 +19424,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -19722,7 +19442,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIServiceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -19763,7 +19483,7 @@ paths: $ref: '#/components/schemas/v1.APIService' required: true responses: - 200: + "200": content: application/json: schema: @@ -19775,7 +19495,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIService' description: OK - 201: + "201": content: application/json: schema: @@ -19787,7 +19507,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIService' description: Created - 202: + "202": content: application/json: schema: @@ -19799,7 +19519,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIService' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -19869,7 +19589,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -19881,7 +19601,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -19893,7 +19613,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -19932,7 +19652,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -19944,7 +19664,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIService' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -20017,7 +19737,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -20029,7 +19749,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIService' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -20077,7 +19797,7 @@ paths: $ref: '#/components/schemas/v1.APIService' required: true responses: - 200: + "200": content: application/json: schema: @@ -20089,7 +19809,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIService' description: OK - 201: + "201": content: application/json: schema: @@ -20101,7 +19821,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIService' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -20129,7 +19849,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -20141,7 +19861,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIService' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -20214,7 +19934,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -20226,7 +19946,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIService' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -20274,7 +19994,7 @@ paths: $ref: '#/components/schemas/v1.APIService' required: true responses: - 200: + "200": content: application/json: schema: @@ -20286,7 +20006,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIService' description: OK - 201: + "201": content: application/json: schema: @@ -20298,7 +20018,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIService' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -20316,7 +20036,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -20328,7 +20048,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -20343,14 +20063,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -20431,12 +20143,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -20444,7 +20150,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -20456,7 +20162,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -20535,7 +20241,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -20553,7 +20259,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.APIServiceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -20594,7 +20300,7 @@ paths: $ref: '#/components/schemas/v1beta1.APIService' required: true responses: - 200: + "200": content: application/json: schema: @@ -20606,7 +20312,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.APIService' description: OK - 201: + "201": content: application/json: schema: @@ -20618,7 +20324,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.APIService' description: Created - 202: + "202": content: application/json: schema: @@ -20630,7 +20336,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.APIService' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -20700,7 +20406,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -20712,7 +20418,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -20724,7 +20430,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -20763,7 +20469,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -20775,7 +20481,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.APIService' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -20848,7 +20554,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -20860,7 +20566,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.APIService' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -20908,7 +20614,7 @@ paths: $ref: '#/components/schemas/v1beta1.APIService' required: true responses: - 200: + "200": content: application/json: schema: @@ -20920,7 +20626,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.APIService' description: OK - 201: + "201": content: application/json: schema: @@ -20932,7 +20638,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.APIService' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -20960,7 +20666,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -20972,7 +20678,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.APIService' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -21045,7 +20751,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -21057,7 +20763,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.APIService' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -21105,7 +20811,7 @@ paths: $ref: '#/components/schemas/v1beta1.APIService' required: true responses: - 200: + "200": content: application/json: schema: @@ -21117,7 +20823,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.APIService' description: OK - 201: + "201": content: application/json: schema: @@ -21129,7 +20835,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.APIService' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -21147,7 +20853,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -21159,7 +20865,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -21169,7 +20875,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -21181,7 +20887,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -21255,7 +20961,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -21273,7 +20979,7 @@ paths: schema: $ref: '#/components/schemas/v1.ControllerRevisionList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -21352,7 +21058,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -21370,7 +21076,7 @@ paths: schema: $ref: '#/components/schemas/v1.DaemonSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -21449,7 +21155,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -21467,7 +21173,7 @@ paths: schema: $ref: '#/components/schemas/v1.DeploymentList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -21493,14 +21199,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -21581,12 +21279,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -21594,7 +21286,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -21606,7 +21298,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -21691,7 +21383,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -21709,7 +21401,7 @@ paths: schema: $ref: '#/components/schemas/v1.ControllerRevisionList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -21756,7 +21448,7 @@ paths: $ref: '#/components/schemas/v1.ControllerRevision' required: true responses: - 200: + "200": content: application/json: schema: @@ -21768,7 +21460,7 @@ paths: schema: $ref: '#/components/schemas/v1.ControllerRevision' description: OK - 201: + "201": content: application/json: schema: @@ -21780,7 +21472,7 @@ paths: schema: $ref: '#/components/schemas/v1.ControllerRevision' description: Created - 202: + "202": content: application/json: schema: @@ -21792,7 +21484,7 @@ paths: schema: $ref: '#/components/schemas/v1.ControllerRevision' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -21868,7 +21560,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -21880,7 +21572,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -21892,7 +21584,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -21937,7 +21629,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -21949,7 +21641,7 @@ paths: schema: $ref: '#/components/schemas/v1.ControllerRevision' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -22028,7 +21720,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -22040,7 +21732,7 @@ paths: schema: $ref: '#/components/schemas/v1.ControllerRevision' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -22094,7 +21786,7 @@ paths: $ref: '#/components/schemas/v1.ControllerRevision' required: true responses: - 200: + "200": content: application/json: schema: @@ -22106,7 +21798,7 @@ paths: schema: $ref: '#/components/schemas/v1.ControllerRevision' description: OK - 201: + "201": content: application/json: schema: @@ -22118,7 +21810,7 @@ paths: schema: $ref: '#/components/schemas/v1.ControllerRevision' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -22145,14 +21837,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -22233,12 +21917,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -22246,7 +21924,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -22258,7 +21936,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -22343,7 +22021,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -22361,7 +22039,7 @@ paths: schema: $ref: '#/components/schemas/v1.DaemonSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -22408,7 +22086,7 @@ paths: $ref: '#/components/schemas/v1.DaemonSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -22420,7 +22098,7 @@ paths: schema: $ref: '#/components/schemas/v1.DaemonSet' description: OK - 201: + "201": content: application/json: schema: @@ -22432,7 +22110,7 @@ paths: schema: $ref: '#/components/schemas/v1.DaemonSet' description: Created - 202: + "202": content: application/json: schema: @@ -22444,7 +22122,7 @@ paths: schema: $ref: '#/components/schemas/v1.DaemonSet' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -22520,7 +22198,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -22532,7 +22210,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -22544,7 +22222,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -22589,7 +22267,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -22601,7 +22279,7 @@ paths: schema: $ref: '#/components/schemas/v1.DaemonSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -22680,7 +22358,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -22692,7 +22370,7 @@ paths: schema: $ref: '#/components/schemas/v1.DaemonSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -22746,7 +22424,7 @@ paths: $ref: '#/components/schemas/v1.DaemonSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -22758,7 +22436,7 @@ paths: schema: $ref: '#/components/schemas/v1.DaemonSet' description: OK - 201: + "201": content: application/json: schema: @@ -22770,7 +22448,7 @@ paths: schema: $ref: '#/components/schemas/v1.DaemonSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -22804,7 +22482,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -22816,7 +22494,7 @@ paths: schema: $ref: '#/components/schemas/v1.DaemonSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -22895,7 +22573,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -22907,7 +22585,7 @@ paths: schema: $ref: '#/components/schemas/v1.DaemonSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -22961,7 +22639,7 @@ paths: $ref: '#/components/schemas/v1.DaemonSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -22973,7 +22651,7 @@ paths: schema: $ref: '#/components/schemas/v1.DaemonSet' description: OK - 201: + "201": content: application/json: schema: @@ -22985,7 +22663,7 @@ paths: schema: $ref: '#/components/schemas/v1.DaemonSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -23012,14 +22690,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -23100,12 +22770,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -23113,7 +22777,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -23125,7 +22789,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -23210,7 +22874,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -23228,7 +22892,7 @@ paths: schema: $ref: '#/components/schemas/v1.DeploymentList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -23275,7 +22939,7 @@ paths: $ref: '#/components/schemas/v1.Deployment' required: true responses: - 200: + "200": content: application/json: schema: @@ -23287,7 +22951,7 @@ paths: schema: $ref: '#/components/schemas/v1.Deployment' description: OK - 201: + "201": content: application/json: schema: @@ -23299,7 +22963,7 @@ paths: schema: $ref: '#/components/schemas/v1.Deployment' description: Created - 202: + "202": content: application/json: schema: @@ -23311,7 +22975,7 @@ paths: schema: $ref: '#/components/schemas/v1.Deployment' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -23387,7 +23051,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -23399,7 +23063,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -23411,7 +23075,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -23456,7 +23120,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -23468,7 +23132,7 @@ paths: schema: $ref: '#/components/schemas/v1.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -23547,7 +23211,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -23559,7 +23223,7 @@ paths: schema: $ref: '#/components/schemas/v1.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -23613,7 +23277,7 @@ paths: $ref: '#/components/schemas/v1.Deployment' required: true responses: - 200: + "200": content: application/json: schema: @@ -23625,7 +23289,7 @@ paths: schema: $ref: '#/components/schemas/v1.Deployment' description: OK - 201: + "201": content: application/json: schema: @@ -23637,7 +23301,7 @@ paths: schema: $ref: '#/components/schemas/v1.Deployment' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -23671,7 +23335,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -23683,7 +23347,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -23762,7 +23426,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -23774,7 +23438,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -23828,7 +23492,7 @@ paths: $ref: '#/components/schemas/v1.Scale' required: true responses: - 200: + "200": content: application/json: schema: @@ -23840,7 +23504,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: OK - 201: + "201": content: application/json: schema: @@ -23852,7 +23516,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -23886,7 +23550,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -23898,7 +23562,7 @@ paths: schema: $ref: '#/components/schemas/v1.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -23977,7 +23641,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -23989,7 +23653,7 @@ paths: schema: $ref: '#/components/schemas/v1.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -24043,7 +23707,7 @@ paths: $ref: '#/components/schemas/v1.Deployment' required: true responses: - 200: + "200": content: application/json: schema: @@ -24055,7 +23719,7 @@ paths: schema: $ref: '#/components/schemas/v1.Deployment' description: OK - 201: + "201": content: application/json: schema: @@ -24067,7 +23731,7 @@ paths: schema: $ref: '#/components/schemas/v1.Deployment' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -24094,14 +23758,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -24182,12 +23838,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -24195,7 +23845,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -24207,7 +23857,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -24292,7 +23942,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -24310,7 +23960,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicaSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -24357,7 +24007,7 @@ paths: $ref: '#/components/schemas/v1.ReplicaSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -24369,7 +24019,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicaSet' description: OK - 201: + "201": content: application/json: schema: @@ -24381,7 +24031,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicaSet' description: Created - 202: + "202": content: application/json: schema: @@ -24393,7 +24043,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicaSet' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -24469,7 +24119,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -24481,7 +24131,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -24493,7 +24143,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -24538,7 +24188,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -24550,7 +24200,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicaSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -24629,7 +24279,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -24641,7 +24291,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicaSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -24695,7 +24345,7 @@ paths: $ref: '#/components/schemas/v1.ReplicaSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -24707,7 +24357,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicaSet' description: OK - 201: + "201": content: application/json: schema: @@ -24719,7 +24369,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicaSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -24753,7 +24403,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -24765,7 +24415,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -24844,7 +24494,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -24856,7 +24506,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -24910,7 +24560,7 @@ paths: $ref: '#/components/schemas/v1.Scale' required: true responses: - 200: + "200": content: application/json: schema: @@ -24922,7 +24572,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: OK - 201: + "201": content: application/json: schema: @@ -24934,7 +24584,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -24968,7 +24618,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -24980,7 +24630,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicaSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -25059,7 +24709,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -25071,7 +24721,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicaSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -25125,7 +24775,7 @@ paths: $ref: '#/components/schemas/v1.ReplicaSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -25137,7 +24787,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicaSet' description: OK - 201: + "201": content: application/json: schema: @@ -25149,7 +24799,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicaSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -25176,14 +24826,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -25264,12 +24906,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -25277,7 +24913,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -25289,7 +24925,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -25374,7 +25010,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -25392,7 +25028,7 @@ paths: schema: $ref: '#/components/schemas/v1.StatefulSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -25439,7 +25075,7 @@ paths: $ref: '#/components/schemas/v1.StatefulSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -25451,7 +25087,7 @@ paths: schema: $ref: '#/components/schemas/v1.StatefulSet' description: OK - 201: + "201": content: application/json: schema: @@ -25463,7 +25099,7 @@ paths: schema: $ref: '#/components/schemas/v1.StatefulSet' description: Created - 202: + "202": content: application/json: schema: @@ -25475,7 +25111,7 @@ paths: schema: $ref: '#/components/schemas/v1.StatefulSet' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -25551,7 +25187,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -25563,7 +25199,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -25575,7 +25211,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -25620,7 +25256,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -25632,7 +25268,7 @@ paths: schema: $ref: '#/components/schemas/v1.StatefulSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -25711,7 +25347,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -25723,7 +25359,7 @@ paths: schema: $ref: '#/components/schemas/v1.StatefulSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -25777,7 +25413,7 @@ paths: $ref: '#/components/schemas/v1.StatefulSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -25789,7 +25425,7 @@ paths: schema: $ref: '#/components/schemas/v1.StatefulSet' description: OK - 201: + "201": content: application/json: schema: @@ -25801,7 +25437,7 @@ paths: schema: $ref: '#/components/schemas/v1.StatefulSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -25835,7 +25471,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -25847,7 +25483,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -25926,7 +25562,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -25938,7 +25574,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -25992,7 +25628,7 @@ paths: $ref: '#/components/schemas/v1.Scale' required: true responses: - 200: + "200": content: application/json: schema: @@ -26004,7 +25640,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: OK - 201: + "201": content: application/json: schema: @@ -26016,7 +25652,7 @@ paths: schema: $ref: '#/components/schemas/v1.Scale' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -26050,7 +25686,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -26062,7 +25698,7 @@ paths: schema: $ref: '#/components/schemas/v1.StatefulSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -26141,7 +25777,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -26153,7 +25789,7 @@ paths: schema: $ref: '#/components/schemas/v1.StatefulSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -26207,7 +25843,7 @@ paths: $ref: '#/components/schemas/v1.StatefulSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -26219,7 +25855,7 @@ paths: schema: $ref: '#/components/schemas/v1.StatefulSet' description: OK - 201: + "201": content: application/json: schema: @@ -26231,7 +25867,7 @@ paths: schema: $ref: '#/components/schemas/v1.StatefulSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -26311,7 +25947,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -26329,7 +25965,7 @@ paths: schema: $ref: '#/components/schemas/v1.ReplicaSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -26408,7 +26044,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -26426,7 +26062,7 @@ paths: schema: $ref: '#/components/schemas/v1.StatefulSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -26456,7 +26092,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -26468,7 +26104,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -26542,7 +26178,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -26560,7 +26196,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ControllerRevisionList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -26639,7 +26275,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -26657,7 +26293,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.DeploymentList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -26683,14 +26319,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -26771,12 +26399,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -26784,7 +26406,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -26796,7 +26418,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -26881,7 +26503,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -26899,7 +26521,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ControllerRevisionList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -26946,7 +26568,7 @@ paths: $ref: '#/components/schemas/v1beta1.ControllerRevision' required: true responses: - 200: + "200": content: application/json: schema: @@ -26958,7 +26580,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ControllerRevision' description: OK - 201: + "201": content: application/json: schema: @@ -26970,7 +26592,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ControllerRevision' description: Created - 202: + "202": content: application/json: schema: @@ -26982,7 +26604,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ControllerRevision' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -27058,7 +26680,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -27070,7 +26692,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -27082,7 +26704,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -27127,7 +26749,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -27139,7 +26761,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ControllerRevision' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -27218,7 +26840,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -27230,7 +26852,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ControllerRevision' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -27284,7 +26906,7 @@ paths: $ref: '#/components/schemas/v1beta1.ControllerRevision' required: true responses: - 200: + "200": content: application/json: schema: @@ -27296,7 +26918,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ControllerRevision' description: OK - 201: + "201": content: application/json: schema: @@ -27308,7 +26930,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ControllerRevision' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -27335,14 +26957,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -27423,12 +27037,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -27436,7 +27044,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -27448,7 +27056,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -27533,7 +27141,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -27551,7 +27159,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.DeploymentList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -27598,7 +27206,7 @@ paths: $ref: '#/components/schemas/apps.v1beta1.Deployment' required: true responses: - 200: + "200": content: application/json: schema: @@ -27610,7 +27218,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Deployment' description: OK - 201: + "201": content: application/json: schema: @@ -27622,7 +27230,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Deployment' description: Created - 202: + "202": content: application/json: schema: @@ -27634,7 +27242,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Deployment' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -27710,7 +27318,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -27722,7 +27330,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -27734,7 +27342,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -27779,7 +27387,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -27791,7 +27399,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -27870,7 +27478,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -27882,7 +27490,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -27936,7 +27544,7 @@ paths: $ref: '#/components/schemas/apps.v1beta1.Deployment' required: true responses: - 200: + "200": content: application/json: schema: @@ -27948,7 +27556,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Deployment' description: OK - 201: + "201": content: application/json: schema: @@ -27960,7 +27568,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Deployment' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -28015,7 +27623,7 @@ paths: $ref: '#/components/schemas/apps.v1beta1.DeploymentRollback' required: true responses: - 200: + "200": content: application/json: schema: @@ -28027,7 +27635,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 201: + "201": content: application/json: schema: @@ -28039,7 +27647,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Created - 202: + "202": content: application/json: schema: @@ -28051,7 +27659,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -28085,7 +27693,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -28097,7 +27705,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -28176,7 +27784,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -28188,7 +27796,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -28242,7 +27850,7 @@ paths: $ref: '#/components/schemas/apps.v1beta1.Scale' required: true responses: - 200: + "200": content: application/json: schema: @@ -28254,7 +27862,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Scale' description: OK - 201: + "201": content: application/json: schema: @@ -28266,7 +27874,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Scale' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -28300,7 +27908,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -28312,7 +27920,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -28391,7 +27999,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -28403,7 +28011,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -28457,7 +28065,7 @@ paths: $ref: '#/components/schemas/apps.v1beta1.Deployment' required: true responses: - 200: + "200": content: application/json: schema: @@ -28469,7 +28077,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Deployment' description: OK - 201: + "201": content: application/json: schema: @@ -28481,7 +28089,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Deployment' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -28508,14 +28116,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -28596,12 +28196,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -28609,7 +28203,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -28621,7 +28215,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -28706,7 +28300,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -28724,7 +28318,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StatefulSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -28771,7 +28365,7 @@ paths: $ref: '#/components/schemas/v1beta1.StatefulSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -28783,7 +28377,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StatefulSet' description: OK - 201: + "201": content: application/json: schema: @@ -28795,7 +28389,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StatefulSet' description: Created - 202: + "202": content: application/json: schema: @@ -28807,7 +28401,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StatefulSet' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -28883,7 +28477,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -28895,7 +28489,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -28907,7 +28501,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -28952,7 +28546,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -28964,7 +28558,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StatefulSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -29043,7 +28637,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -29055,7 +28649,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StatefulSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -29109,7 +28703,7 @@ paths: $ref: '#/components/schemas/v1beta1.StatefulSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -29121,7 +28715,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StatefulSet' description: OK - 201: + "201": content: application/json: schema: @@ -29133,7 +28727,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StatefulSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -29167,7 +28761,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -29179,7 +28773,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -29258,7 +28852,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -29270,7 +28864,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -29324,7 +28918,7 @@ paths: $ref: '#/components/schemas/apps.v1beta1.Scale' required: true responses: - 200: + "200": content: application/json: schema: @@ -29336,7 +28930,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Scale' description: OK - 201: + "201": content: application/json: schema: @@ -29348,7 +28942,7 @@ paths: schema: $ref: '#/components/schemas/apps.v1beta1.Scale' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -29382,7 +28976,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -29394,7 +28988,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StatefulSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -29473,7 +29067,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -29485,7 +29079,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StatefulSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -29539,7 +29133,7 @@ paths: $ref: '#/components/schemas/v1beta1.StatefulSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -29551,7 +29145,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StatefulSet' description: OK - 201: + "201": content: application/json: schema: @@ -29563,7 +29157,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StatefulSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -29643,7 +29237,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -29661,7 +29255,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StatefulSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -29685,7 +29279,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -29697,7 +29291,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -29771,7 +29365,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -29789,7 +29383,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ControllerRevisionList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -29868,7 +29462,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -29886,7 +29480,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DaemonSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -29965,7 +29559,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -29983,7 +29577,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DeploymentList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -30009,14 +29603,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -30097,12 +29683,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -30110,7 +29690,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -30122,7 +29702,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -30207,7 +29787,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -30225,7 +29805,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ControllerRevisionList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -30272,7 +29852,7 @@ paths: $ref: '#/components/schemas/v1beta2.ControllerRevision' required: true responses: - 200: + "200": content: application/json: schema: @@ -30284,7 +29864,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ControllerRevision' description: OK - 201: + "201": content: application/json: schema: @@ -30296,7 +29876,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ControllerRevision' description: Created - 202: + "202": content: application/json: schema: @@ -30308,7 +29888,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ControllerRevision' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -30384,7 +29964,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -30396,7 +29976,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -30408,7 +29988,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -30453,7 +30033,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -30465,7 +30045,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ControllerRevision' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -30544,7 +30124,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -30556,7 +30136,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ControllerRevision' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -30610,7 +30190,7 @@ paths: $ref: '#/components/schemas/v1beta2.ControllerRevision' required: true responses: - 200: + "200": content: application/json: schema: @@ -30622,7 +30202,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ControllerRevision' description: OK - 201: + "201": content: application/json: schema: @@ -30634,7 +30214,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ControllerRevision' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -30661,14 +30241,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -30749,12 +30321,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -30762,7 +30328,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -30774,7 +30340,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -30859,7 +30425,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -30877,7 +30443,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DaemonSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -30924,7 +30490,7 @@ paths: $ref: '#/components/schemas/v1beta2.DaemonSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -30936,7 +30502,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DaemonSet' description: OK - 201: + "201": content: application/json: schema: @@ -30948,7 +30514,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DaemonSet' description: Created - 202: + "202": content: application/json: schema: @@ -30960,7 +30526,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DaemonSet' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -31036,7 +30602,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -31048,7 +30614,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -31060,7 +30626,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -31105,7 +30671,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -31117,7 +30683,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DaemonSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -31196,7 +30762,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -31208,7 +30774,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DaemonSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -31262,7 +30828,7 @@ paths: $ref: '#/components/schemas/v1beta2.DaemonSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -31274,7 +30840,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DaemonSet' description: OK - 201: + "201": content: application/json: schema: @@ -31286,7 +30852,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DaemonSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -31320,7 +30886,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -31332,7 +30898,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DaemonSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -31411,7 +30977,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -31423,7 +30989,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DaemonSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -31477,7 +31043,7 @@ paths: $ref: '#/components/schemas/v1beta2.DaemonSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -31489,7 +31055,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DaemonSet' description: OK - 201: + "201": content: application/json: schema: @@ -31501,7 +31067,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DaemonSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -31528,14 +31094,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -31616,12 +31174,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -31629,7 +31181,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -31641,7 +31193,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -31726,7 +31278,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -31744,7 +31296,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.DeploymentList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -31791,7 +31343,7 @@ paths: $ref: '#/components/schemas/v1beta2.Deployment' required: true responses: - 200: + "200": content: application/json: schema: @@ -31803,7 +31355,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Deployment' description: OK - 201: + "201": content: application/json: schema: @@ -31815,7 +31367,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Deployment' description: Created - 202: + "202": content: application/json: schema: @@ -31827,7 +31379,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Deployment' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -31903,7 +31455,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -31915,7 +31467,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -31927,7 +31479,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -31972,7 +31524,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -31984,7 +31536,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -32063,7 +31615,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -32075,7 +31627,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -32129,7 +31681,7 @@ paths: $ref: '#/components/schemas/v1beta2.Deployment' required: true responses: - 200: + "200": content: application/json: schema: @@ -32141,7 +31693,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Deployment' description: OK - 201: + "201": content: application/json: schema: @@ -32153,7 +31705,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Deployment' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -32187,7 +31739,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -32199,7 +31751,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -32278,7 +31830,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -32290,7 +31842,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -32344,7 +31896,7 @@ paths: $ref: '#/components/schemas/v1beta2.Scale' required: true responses: - 200: + "200": content: application/json: schema: @@ -32356,7 +31908,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Scale' description: OK - 201: + "201": content: application/json: schema: @@ -32368,7 +31920,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Scale' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -32402,7 +31954,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -32414,7 +31966,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -32493,7 +32045,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -32505,7 +32057,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -32559,7 +32111,7 @@ paths: $ref: '#/components/schemas/v1beta2.Deployment' required: true responses: - 200: + "200": content: application/json: schema: @@ -32571,7 +32123,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Deployment' description: OK - 201: + "201": content: application/json: schema: @@ -32583,7 +32135,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Deployment' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -32610,14 +32162,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -32698,12 +32242,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -32711,7 +32249,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -32723,7 +32261,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -32808,7 +32346,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -32826,7 +32364,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ReplicaSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -32873,7 +32411,7 @@ paths: $ref: '#/components/schemas/v1beta2.ReplicaSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -32885,7 +32423,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ReplicaSet' description: OK - 201: + "201": content: application/json: schema: @@ -32897,7 +32435,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ReplicaSet' description: Created - 202: + "202": content: application/json: schema: @@ -32909,7 +32447,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ReplicaSet' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -32985,7 +32523,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -32997,7 +32535,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -33009,7 +32547,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -33054,7 +32592,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -33066,7 +32604,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ReplicaSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -33145,7 +32683,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -33157,7 +32695,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ReplicaSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -33211,7 +32749,7 @@ paths: $ref: '#/components/schemas/v1beta2.ReplicaSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -33223,7 +32761,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ReplicaSet' description: OK - 201: + "201": content: application/json: schema: @@ -33235,7 +32773,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ReplicaSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -33269,7 +32807,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -33281,7 +32819,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -33360,7 +32898,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -33372,7 +32910,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -33426,7 +32964,7 @@ paths: $ref: '#/components/schemas/v1beta2.Scale' required: true responses: - 200: + "200": content: application/json: schema: @@ -33438,7 +32976,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Scale' description: OK - 201: + "201": content: application/json: schema: @@ -33450,7 +32988,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Scale' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -33484,7 +33022,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -33496,7 +33034,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ReplicaSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -33575,7 +33113,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -33587,7 +33125,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ReplicaSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -33641,7 +33179,7 @@ paths: $ref: '#/components/schemas/v1beta2.ReplicaSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -33653,7 +33191,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ReplicaSet' description: OK - 201: + "201": content: application/json: schema: @@ -33665,7 +33203,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ReplicaSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -33692,14 +33230,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -33780,12 +33310,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -33793,7 +33317,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -33805,7 +33329,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -33890,7 +33414,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -33908,7 +33432,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.StatefulSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -33955,7 +33479,7 @@ paths: $ref: '#/components/schemas/v1beta2.StatefulSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -33967,7 +33491,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.StatefulSet' description: OK - 201: + "201": content: application/json: schema: @@ -33979,7 +33503,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.StatefulSet' description: Created - 202: + "202": content: application/json: schema: @@ -33991,7 +33515,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.StatefulSet' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -34067,7 +33591,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -34079,7 +33603,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -34091,7 +33615,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -34136,7 +33660,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -34148,7 +33672,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.StatefulSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -34227,7 +33751,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -34239,7 +33763,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.StatefulSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -34293,7 +33817,7 @@ paths: $ref: '#/components/schemas/v1beta2.StatefulSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -34305,7 +33829,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.StatefulSet' description: OK - 201: + "201": content: application/json: schema: @@ -34317,7 +33841,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.StatefulSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -34351,7 +33875,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -34363,7 +33887,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -34442,7 +33966,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -34454,7 +33978,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -34508,7 +34032,7 @@ paths: $ref: '#/components/schemas/v1beta2.Scale' required: true responses: - 200: + "200": content: application/json: schema: @@ -34520,7 +34044,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Scale' description: OK - 201: + "201": content: application/json: schema: @@ -34532,7 +34056,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.Scale' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -34566,7 +34090,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -34578,7 +34102,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.StatefulSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -34657,7 +34181,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -34669,7 +34193,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.StatefulSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -34723,7 +34247,7 @@ paths: $ref: '#/components/schemas/v1beta2.StatefulSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -34735,7 +34259,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.StatefulSet' description: OK - 201: + "201": content: application/json: schema: @@ -34747,7 +34271,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.StatefulSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -34827,7 +34351,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -34845,7 +34369,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.ReplicaSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -34924,7 +34448,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -34942,7 +34466,7 @@ paths: schema: $ref: '#/components/schemas/v1beta2.StatefulSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -34972,7 +34496,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -34984,7 +34508,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -34994,7 +34518,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -35006,7 +34530,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -35021,14 +34545,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -35109,12 +34625,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -35122,7 +34632,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -35134,7 +34644,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -35213,7 +34723,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -35231,7 +34741,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.AuditSinkList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -35272,7 +34782,7 @@ paths: $ref: '#/components/schemas/v1alpha1.AuditSink' required: true responses: - 200: + "200": content: application/json: schema: @@ -35284,7 +34794,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.AuditSink' description: OK - 201: + "201": content: application/json: schema: @@ -35296,7 +34806,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.AuditSink' description: Created - 202: + "202": content: application/json: schema: @@ -35308,7 +34818,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.AuditSink' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -35378,7 +34888,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -35390,7 +34900,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -35402,7 +34912,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -35441,7 +34951,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -35453,7 +34963,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.AuditSink' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -35526,7 +35036,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -35538,7 +35048,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.AuditSink' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -35586,7 +35096,7 @@ paths: $ref: '#/components/schemas/v1alpha1.AuditSink' required: true responses: - 200: + "200": content: application/json: schema: @@ -35598,7 +35108,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.AuditSink' description: OK - 201: + "201": content: application/json: schema: @@ -35610,7 +35120,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.AuditSink' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -35628,7 +35138,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -35640,7 +35150,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -35650,7 +35160,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -35662,7 +35172,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -35699,7 +35209,7 @@ paths: $ref: '#/components/schemas/v1.TokenReview' required: true responses: - 200: + "200": content: application/json: schema: @@ -35711,7 +35221,7 @@ paths: schema: $ref: '#/components/schemas/v1.TokenReview' description: OK - 201: + "201": content: application/json: schema: @@ -35723,7 +35233,7 @@ paths: schema: $ref: '#/components/schemas/v1.TokenReview' description: Created - 202: + "202": content: application/json: schema: @@ -35735,7 +35245,7 @@ paths: schema: $ref: '#/components/schemas/v1.TokenReview' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -35751,7 +35261,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -35763,7 +35273,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -35800,7 +35310,7 @@ paths: $ref: '#/components/schemas/v1beta1.TokenReview' required: true responses: - 200: + "200": content: application/json: schema: @@ -35812,7 +35322,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.TokenReview' description: OK - 201: + "201": content: application/json: schema: @@ -35824,7 +35334,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.TokenReview' description: Created - 202: + "202": content: application/json: schema: @@ -35836,7 +35346,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.TokenReview' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -35852,7 +35362,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -35864,7 +35374,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -35874,7 +35384,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -35886,7 +35396,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -35929,7 +35439,7 @@ paths: $ref: '#/components/schemas/v1.LocalSubjectAccessReview' required: true responses: - 200: + "200": content: application/json: schema: @@ -35941,7 +35451,7 @@ paths: schema: $ref: '#/components/schemas/v1.LocalSubjectAccessReview' description: OK - 201: + "201": content: application/json: schema: @@ -35953,7 +35463,7 @@ paths: schema: $ref: '#/components/schemas/v1.LocalSubjectAccessReview' description: Created - 202: + "202": content: application/json: schema: @@ -35965,7 +35475,7 @@ paths: schema: $ref: '#/components/schemas/v1.LocalSubjectAccessReview' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -36008,7 +35518,7 @@ paths: $ref: '#/components/schemas/v1.SelfSubjectAccessReview' required: true responses: - 200: + "200": content: application/json: schema: @@ -36020,7 +35530,7 @@ paths: schema: $ref: '#/components/schemas/v1.SelfSubjectAccessReview' description: OK - 201: + "201": content: application/json: schema: @@ -36032,7 +35542,7 @@ paths: schema: $ref: '#/components/schemas/v1.SelfSubjectAccessReview' description: Created - 202: + "202": content: application/json: schema: @@ -36044,7 +35554,7 @@ paths: schema: $ref: '#/components/schemas/v1.SelfSubjectAccessReview' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -36087,7 +35597,7 @@ paths: $ref: '#/components/schemas/v1.SelfSubjectRulesReview' required: true responses: - 200: + "200": content: application/json: schema: @@ -36099,7 +35609,7 @@ paths: schema: $ref: '#/components/schemas/v1.SelfSubjectRulesReview' description: OK - 201: + "201": content: application/json: schema: @@ -36111,7 +35621,7 @@ paths: schema: $ref: '#/components/schemas/v1.SelfSubjectRulesReview' description: Created - 202: + "202": content: application/json: schema: @@ -36123,7 +35633,7 @@ paths: schema: $ref: '#/components/schemas/v1.SelfSubjectRulesReview' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -36166,7 +35676,7 @@ paths: $ref: '#/components/schemas/v1.SubjectAccessReview' required: true responses: - 200: + "200": content: application/json: schema: @@ -36178,7 +35688,7 @@ paths: schema: $ref: '#/components/schemas/v1.SubjectAccessReview' description: OK - 201: + "201": content: application/json: schema: @@ -36190,7 +35700,7 @@ paths: schema: $ref: '#/components/schemas/v1.SubjectAccessReview' description: Created - 202: + "202": content: application/json: schema: @@ -36202,7 +35712,7 @@ paths: schema: $ref: '#/components/schemas/v1.SubjectAccessReview' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -36218,7 +35728,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -36230,7 +35740,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -36273,7 +35783,7 @@ paths: $ref: '#/components/schemas/v1beta1.LocalSubjectAccessReview' required: true responses: - 200: + "200": content: application/json: schema: @@ -36285,7 +35795,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.LocalSubjectAccessReview' description: OK - 201: + "201": content: application/json: schema: @@ -36297,7 +35807,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.LocalSubjectAccessReview' description: Created - 202: + "202": content: application/json: schema: @@ -36309,7 +35819,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.LocalSubjectAccessReview' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -36352,7 +35862,7 @@ paths: $ref: '#/components/schemas/v1beta1.SelfSubjectAccessReview' required: true responses: - 200: + "200": content: application/json: schema: @@ -36364,7 +35874,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.SelfSubjectAccessReview' description: OK - 201: + "201": content: application/json: schema: @@ -36376,7 +35886,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.SelfSubjectAccessReview' description: Created - 202: + "202": content: application/json: schema: @@ -36388,7 +35898,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.SelfSubjectAccessReview' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -36431,7 +35941,7 @@ paths: $ref: '#/components/schemas/v1beta1.SelfSubjectRulesReview' required: true responses: - 200: + "200": content: application/json: schema: @@ -36443,7 +35953,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.SelfSubjectRulesReview' description: OK - 201: + "201": content: application/json: schema: @@ -36455,7 +35965,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.SelfSubjectRulesReview' description: Created - 202: + "202": content: application/json: schema: @@ -36467,7 +35977,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.SelfSubjectRulesReview' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -36510,7 +36020,7 @@ paths: $ref: '#/components/schemas/v1beta1.SubjectAccessReview' required: true responses: - 200: + "200": content: application/json: schema: @@ -36522,7 +36032,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.SubjectAccessReview' description: OK - 201: + "201": content: application/json: schema: @@ -36534,7 +36044,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.SubjectAccessReview' description: Created - 202: + "202": content: application/json: schema: @@ -36546,7 +36056,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.SubjectAccessReview' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -36562,7 +36072,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -36574,7 +36084,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -36584,7 +36094,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -36596,7 +36106,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -36670,7 +36180,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -36688,7 +36198,7 @@ paths: schema: $ref: '#/components/schemas/v1.HorizontalPodAutoscalerList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -36714,14 +36224,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -36802,12 +36304,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -36815,7 +36311,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -36827,7 +36323,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -36912,7 +36408,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -36930,7 +36426,7 @@ paths: schema: $ref: '#/components/schemas/v1.HorizontalPodAutoscalerList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -36977,7 +36473,7 @@ paths: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' required: true responses: - 200: + "200": content: application/json: schema: @@ -36989,7 +36485,7 @@ paths: schema: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' description: OK - 201: + "201": content: application/json: schema: @@ -37001,7 +36497,7 @@ paths: schema: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' description: Created - 202: + "202": content: application/json: schema: @@ -37013,7 +36509,7 @@ paths: schema: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -37089,7 +36585,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -37101,7 +36597,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -37113,7 +36609,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -37158,7 +36654,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -37170,7 +36666,7 @@ paths: schema: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -37249,7 +36745,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -37261,7 +36757,7 @@ paths: schema: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -37315,7 +36811,7 @@ paths: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' required: true responses: - 200: + "200": content: application/json: schema: @@ -37327,7 +36823,7 @@ paths: schema: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' description: OK - 201: + "201": content: application/json: schema: @@ -37339,7 +36835,7 @@ paths: schema: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -37373,7 +36869,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -37385,7 +36881,7 @@ paths: schema: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -37464,7 +36960,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -37476,7 +36972,7 @@ paths: schema: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -37530,7 +37026,7 @@ paths: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' required: true responses: - 200: + "200": content: application/json: schema: @@ -37542,7 +37038,7 @@ paths: schema: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' description: OK - 201: + "201": content: application/json: schema: @@ -37554,7 +37050,7 @@ paths: schema: $ref: '#/components/schemas/v1.HorizontalPodAutoscaler' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -37573,7 +37069,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -37585,7 +37081,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -37659,7 +37155,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -37677,7 +37173,7 @@ paths: schema: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscalerList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -37703,14 +37199,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -37791,12 +37279,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -37804,7 +37286,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -37816,7 +37298,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -37901,7 +37383,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -37919,7 +37401,7 @@ paths: schema: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscalerList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -37966,7 +37448,7 @@ paths: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' required: true responses: - 200: + "200": content: application/json: schema: @@ -37978,7 +37460,7 @@ paths: schema: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' description: OK - 201: + "201": content: application/json: schema: @@ -37990,7 +37472,7 @@ paths: schema: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' description: Created - 202: + "202": content: application/json: schema: @@ -38002,7 +37484,7 @@ paths: schema: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -38078,7 +37560,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -38090,7 +37572,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -38102,7 +37584,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -38147,7 +37629,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -38159,7 +37641,7 @@ paths: schema: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -38238,7 +37720,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -38250,7 +37732,7 @@ paths: schema: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -38304,7 +37786,7 @@ paths: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' required: true responses: - 200: + "200": content: application/json: schema: @@ -38316,7 +37798,7 @@ paths: schema: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' description: OK - 201: + "201": content: application/json: schema: @@ -38328,7 +37810,7 @@ paths: schema: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -38362,7 +37844,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -38374,7 +37856,7 @@ paths: schema: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -38453,7 +37935,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -38465,7 +37947,7 @@ paths: schema: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -38519,7 +38001,7 @@ paths: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' required: true responses: - 200: + "200": content: application/json: schema: @@ -38531,7 +38013,7 @@ paths: schema: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' description: OK - 201: + "201": content: application/json: schema: @@ -38543,7 +38025,7 @@ paths: schema: $ref: '#/components/schemas/v2beta1.HorizontalPodAutoscaler' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -38562,7 +38044,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -38574,7 +38056,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -38648,7 +38130,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -38666,7 +38148,7 @@ paths: schema: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscalerList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -38692,14 +38174,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -38780,12 +38254,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -38793,7 +38261,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -38805,7 +38273,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -38890,7 +38358,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -38908,7 +38376,7 @@ paths: schema: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscalerList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -38955,7 +38423,7 @@ paths: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' required: true responses: - 200: + "200": content: application/json: schema: @@ -38967,7 +38435,7 @@ paths: schema: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' description: OK - 201: + "201": content: application/json: schema: @@ -38979,7 +38447,7 @@ paths: schema: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' description: Created - 202: + "202": content: application/json: schema: @@ -38991,7 +38459,7 @@ paths: schema: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -39067,7 +38535,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -39079,7 +38547,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -39091,7 +38559,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -39136,7 +38604,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -39148,7 +38616,7 @@ paths: schema: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -39227,7 +38695,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -39239,7 +38707,7 @@ paths: schema: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -39293,7 +38761,7 @@ paths: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' required: true responses: - 200: + "200": content: application/json: schema: @@ -39305,7 +38773,7 @@ paths: schema: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' description: OK - 201: + "201": content: application/json: schema: @@ -39317,7 +38785,7 @@ paths: schema: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -39351,7 +38819,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -39363,7 +38831,7 @@ paths: schema: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -39442,7 +38910,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -39454,7 +38922,7 @@ paths: schema: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -39508,7 +38976,7 @@ paths: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' required: true responses: - 200: + "200": content: application/json: schema: @@ -39520,7 +38988,7 @@ paths: schema: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' description: OK - 201: + "201": content: application/json: schema: @@ -39532,7 +39000,7 @@ paths: schema: $ref: '#/components/schemas/v2beta2.HorizontalPodAutoscaler' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -39551,7 +39019,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -39563,7 +39031,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -39573,7 +39041,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -39585,7 +39053,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -39659,7 +39127,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -39677,7 +39145,7 @@ paths: schema: $ref: '#/components/schemas/v1.JobList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -39703,14 +39171,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -39791,12 +39251,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -39804,7 +39258,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -39816,7 +39270,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -39901,7 +39355,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -39919,7 +39373,7 @@ paths: schema: $ref: '#/components/schemas/v1.JobList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -39966,7 +39420,7 @@ paths: $ref: '#/components/schemas/v1.Job' required: true responses: - 200: + "200": content: application/json: schema: @@ -39978,7 +39432,7 @@ paths: schema: $ref: '#/components/schemas/v1.Job' description: OK - 201: + "201": content: application/json: schema: @@ -39990,7 +39444,7 @@ paths: schema: $ref: '#/components/schemas/v1.Job' description: Created - 202: + "202": content: application/json: schema: @@ -40002,7 +39456,7 @@ paths: schema: $ref: '#/components/schemas/v1.Job' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -40078,7 +39532,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -40090,7 +39544,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -40102,7 +39556,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -40147,7 +39601,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -40159,7 +39613,7 @@ paths: schema: $ref: '#/components/schemas/v1.Job' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -40238,7 +39692,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -40250,7 +39704,7 @@ paths: schema: $ref: '#/components/schemas/v1.Job' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -40304,7 +39758,7 @@ paths: $ref: '#/components/schemas/v1.Job' required: true responses: - 200: + "200": content: application/json: schema: @@ -40316,7 +39770,7 @@ paths: schema: $ref: '#/components/schemas/v1.Job' description: OK - 201: + "201": content: application/json: schema: @@ -40328,7 +39782,7 @@ paths: schema: $ref: '#/components/schemas/v1.Job' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -40362,7 +39816,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -40374,7 +39828,7 @@ paths: schema: $ref: '#/components/schemas/v1.Job' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -40453,7 +39907,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -40465,7 +39919,7 @@ paths: schema: $ref: '#/components/schemas/v1.Job' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -40519,7 +39973,7 @@ paths: $ref: '#/components/schemas/v1.Job' required: true responses: - 200: + "200": content: application/json: schema: @@ -40531,7 +39985,7 @@ paths: schema: $ref: '#/components/schemas/v1.Job' description: OK - 201: + "201": content: application/json: schema: @@ -40543,7 +39997,7 @@ paths: schema: $ref: '#/components/schemas/v1.Job' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -40562,7 +40016,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -40574,7 +40028,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -40648,7 +40102,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -40666,7 +40120,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CronJobList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -40692,14 +40146,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -40780,12 +40226,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -40793,7 +40233,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -40805,7 +40245,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -40890,7 +40330,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -40908,7 +40348,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CronJobList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -40955,7 +40395,7 @@ paths: $ref: '#/components/schemas/v1beta1.CronJob' required: true responses: - 200: + "200": content: application/json: schema: @@ -40967,7 +40407,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CronJob' description: OK - 201: + "201": content: application/json: schema: @@ -40979,7 +40419,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CronJob' description: Created - 202: + "202": content: application/json: schema: @@ -40991,7 +40431,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CronJob' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -41067,7 +40507,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -41079,7 +40519,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -41091,7 +40531,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -41136,7 +40576,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -41148,7 +40588,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CronJob' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -41227,7 +40667,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -41239,7 +40679,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CronJob' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -41293,7 +40733,7 @@ paths: $ref: '#/components/schemas/v1beta1.CronJob' required: true responses: - 200: + "200": content: application/json: schema: @@ -41305,7 +40745,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CronJob' description: OK - 201: + "201": content: application/json: schema: @@ -41317,7 +40757,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CronJob' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -41351,7 +40791,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -41363,7 +40803,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CronJob' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -41442,7 +40882,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -41454,7 +40894,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CronJob' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -41508,7 +40948,7 @@ paths: $ref: '#/components/schemas/v1beta1.CronJob' required: true responses: - 200: + "200": content: application/json: schema: @@ -41520,7 +40960,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CronJob' description: OK - 201: + "201": content: application/json: schema: @@ -41532,7 +40972,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CronJob' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -41551,7 +40991,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -41563,7 +41003,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -41637,7 +41077,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -41655,7 +41095,7 @@ paths: schema: $ref: '#/components/schemas/v2alpha1.CronJobList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -41681,14 +41121,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -41769,12 +41201,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -41782,7 +41208,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -41794,7 +41220,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -41879,7 +41305,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -41897,7 +41323,7 @@ paths: schema: $ref: '#/components/schemas/v2alpha1.CronJobList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -41944,7 +41370,7 @@ paths: $ref: '#/components/schemas/v2alpha1.CronJob' required: true responses: - 200: + "200": content: application/json: schema: @@ -41956,7 +41382,7 @@ paths: schema: $ref: '#/components/schemas/v2alpha1.CronJob' description: OK - 201: + "201": content: application/json: schema: @@ -41968,7 +41394,7 @@ paths: schema: $ref: '#/components/schemas/v2alpha1.CronJob' description: Created - 202: + "202": content: application/json: schema: @@ -41980,7 +41406,7 @@ paths: schema: $ref: '#/components/schemas/v2alpha1.CronJob' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -42056,7 +41482,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -42068,7 +41494,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -42080,7 +41506,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -42125,7 +41551,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -42137,7 +41563,7 @@ paths: schema: $ref: '#/components/schemas/v2alpha1.CronJob' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -42216,7 +41642,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -42228,7 +41654,7 @@ paths: schema: $ref: '#/components/schemas/v2alpha1.CronJob' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -42282,7 +41708,7 @@ paths: $ref: '#/components/schemas/v2alpha1.CronJob' required: true responses: - 200: + "200": content: application/json: schema: @@ -42294,7 +41720,7 @@ paths: schema: $ref: '#/components/schemas/v2alpha1.CronJob' description: OK - 201: + "201": content: application/json: schema: @@ -42306,7 +41732,7 @@ paths: schema: $ref: '#/components/schemas/v2alpha1.CronJob' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -42340,7 +41766,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -42352,7 +41778,7 @@ paths: schema: $ref: '#/components/schemas/v2alpha1.CronJob' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -42431,7 +41857,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -42443,7 +41869,7 @@ paths: schema: $ref: '#/components/schemas/v2alpha1.CronJob' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -42497,7 +41923,7 @@ paths: $ref: '#/components/schemas/v2alpha1.CronJob' required: true responses: - 200: + "200": content: application/json: schema: @@ -42509,7 +41935,7 @@ paths: schema: $ref: '#/components/schemas/v2alpha1.CronJob' description: OK - 201: + "201": content: application/json: schema: @@ -42521,7 +41947,7 @@ paths: schema: $ref: '#/components/schemas/v2alpha1.CronJob' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -42540,7 +41966,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -42552,7 +41978,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -42562,7 +41988,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -42574,7 +42000,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -42589,14 +42015,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -42677,12 +42095,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -42690,7 +42102,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -42702,7 +42114,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -42781,7 +42193,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -42799,7 +42211,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequestList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -42840,7 +42252,7 @@ paths: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' required: true responses: - 200: + "200": content: application/json: schema: @@ -42852,7 +42264,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' description: OK - 201: + "201": content: application/json: schema: @@ -42864,7 +42276,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' description: Created - 202: + "202": content: application/json: schema: @@ -42876,7 +42288,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -42946,7 +42358,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -42958,7 +42370,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -42970,7 +42382,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -43009,7 +42421,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -43021,7 +42433,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -43094,7 +42506,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -43106,7 +42518,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -43154,7 +42566,7 @@ paths: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' required: true responses: - 200: + "200": content: application/json: schema: @@ -43166,7 +42578,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' description: OK - 201: + "201": content: application/json: schema: @@ -43178,7 +42590,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -43227,7 +42639,7 @@ paths: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' required: true responses: - 200: + "200": content: application/json: schema: @@ -43239,7 +42651,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' description: OK - 201: + "201": content: application/json: schema: @@ -43251,7 +42663,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -43279,7 +42691,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -43291,7 +42703,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -43364,7 +42776,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -43376,7 +42788,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -43424,7 +42836,7 @@ paths: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' required: true responses: - 200: + "200": content: application/json: schema: @@ -43436,7 +42848,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' description: OK - 201: + "201": content: application/json: schema: @@ -43448,7 +42860,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CertificateSigningRequest' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -43466,7 +42878,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -43478,7 +42890,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -43488,7 +42900,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -43500,7 +42912,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -43574,7 +42986,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -43592,7 +43004,7 @@ paths: schema: $ref: '#/components/schemas/v1.LeaseList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -43618,14 +43030,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -43706,12 +43110,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -43719,7 +43117,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -43731,7 +43129,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -43816,7 +43214,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -43834,7 +43232,7 @@ paths: schema: $ref: '#/components/schemas/v1.LeaseList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -43881,7 +43279,7 @@ paths: $ref: '#/components/schemas/v1.Lease' required: true responses: - 200: + "200": content: application/json: schema: @@ -43893,7 +43291,7 @@ paths: schema: $ref: '#/components/schemas/v1.Lease' description: OK - 201: + "201": content: application/json: schema: @@ -43905,7 +43303,7 @@ paths: schema: $ref: '#/components/schemas/v1.Lease' description: Created - 202: + "202": content: application/json: schema: @@ -43917,7 +43315,7 @@ paths: schema: $ref: '#/components/schemas/v1.Lease' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -43993,7 +43391,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -44005,7 +43403,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -44017,7 +43415,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -44062,7 +43460,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -44074,7 +43472,7 @@ paths: schema: $ref: '#/components/schemas/v1.Lease' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -44153,7 +43551,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -44165,7 +43563,7 @@ paths: schema: $ref: '#/components/schemas/v1.Lease' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -44219,7 +43617,7 @@ paths: $ref: '#/components/schemas/v1.Lease' required: true responses: - 200: + "200": content: application/json: schema: @@ -44231,7 +43629,7 @@ paths: schema: $ref: '#/components/schemas/v1.Lease' description: OK - 201: + "201": content: application/json: schema: @@ -44243,7 +43641,7 @@ paths: schema: $ref: '#/components/schemas/v1.Lease' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -44262,7 +43660,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -44274,7 +43672,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -44348,7 +43746,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -44366,7 +43764,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.LeaseList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -44392,14 +43790,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -44480,12 +43870,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -44493,7 +43877,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -44505,7 +43889,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -44590,7 +43974,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -44608,7 +43992,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.LeaseList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -44655,7 +44039,7 @@ paths: $ref: '#/components/schemas/v1beta1.Lease' required: true responses: - 200: + "200": content: application/json: schema: @@ -44667,7 +44051,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Lease' description: OK - 201: + "201": content: application/json: schema: @@ -44679,7 +44063,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Lease' description: Created - 202: + "202": content: application/json: schema: @@ -44691,7 +44075,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Lease' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -44767,7 +44151,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -44779,7 +44163,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -44791,7 +44175,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -44836,7 +44220,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -44848,7 +44232,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Lease' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -44927,7 +44311,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -44939,7 +44323,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Lease' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -44993,7 +44377,7 @@ paths: $ref: '#/components/schemas/v1beta1.Lease' required: true responses: - 200: + "200": content: application/json: schema: @@ -45005,7 +44389,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Lease' description: OK - 201: + "201": content: application/json: schema: @@ -45017,7 +44401,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Lease' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -45036,7 +44420,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -45048,7 +44432,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -45058,7 +44442,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -45070,7 +44454,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -45144,7 +44528,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -45162,7 +44546,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.EndpointSliceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -45188,14 +44572,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -45276,12 +44652,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -45289,7 +44659,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -45301,7 +44671,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -45386,7 +44756,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -45404,7 +44774,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.EndpointSliceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -45451,7 +44821,7 @@ paths: $ref: '#/components/schemas/v1alpha1.EndpointSlice' required: true responses: - 200: + "200": content: application/json: schema: @@ -45463,7 +44833,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.EndpointSlice' description: OK - 201: + "201": content: application/json: schema: @@ -45475,7 +44845,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.EndpointSlice' description: Created - 202: + "202": content: application/json: schema: @@ -45487,7 +44857,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.EndpointSlice' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -45563,7 +44933,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -45575,7 +44945,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -45587,7 +44957,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -45632,7 +45002,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -45644,7 +45014,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.EndpointSlice' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -45723,7 +45093,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -45735,7 +45105,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.EndpointSlice' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -45789,7 +45159,7 @@ paths: $ref: '#/components/schemas/v1alpha1.EndpointSlice' required: true responses: - 200: + "200": content: application/json: schema: @@ -45801,7 +45171,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.EndpointSlice' description: OK - 201: + "201": content: application/json: schema: @@ -45813,7 +45183,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.EndpointSlice' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -45832,7 +45202,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -45844,7 +45214,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -45854,7 +45224,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -45866,7 +45236,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -45940,7 +45310,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -45958,7 +45328,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.EventList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -45984,14 +45354,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -46072,12 +45434,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -46085,7 +45441,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -46097,7 +45453,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -46182,7 +45538,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -46200,7 +45556,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.EventList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -46247,7 +45603,7 @@ paths: $ref: '#/components/schemas/v1beta1.Event' required: true responses: - 200: + "200": content: application/json: schema: @@ -46259,7 +45615,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Event' description: OK - 201: + "201": content: application/json: schema: @@ -46271,7 +45627,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Event' description: Created - 202: + "202": content: application/json: schema: @@ -46283,7 +45639,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Event' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -46359,7 +45715,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -46371,7 +45727,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -46383,7 +45739,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -46428,7 +45784,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -46440,7 +45796,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Event' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -46519,7 +45875,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -46531,7 +45887,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Event' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -46585,7 +45941,7 @@ paths: $ref: '#/components/schemas/v1beta1.Event' required: true responses: - 200: + "200": content: application/json: schema: @@ -46597,7 +45953,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Event' description: OK - 201: + "201": content: application/json: schema: @@ -46609,7 +45965,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Event' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -46628,7 +45984,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -46640,7 +45996,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -46650,7 +46006,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -46662,7 +46018,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -46736,7 +46092,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -46754,7 +46110,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.DaemonSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -46833,7 +46189,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -46851,7 +46207,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.DeploymentList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -46930,7 +46286,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -46948,7 +46304,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.IngressList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -46974,14 +46330,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -47062,12 +46410,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -47075,7 +46417,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -47087,7 +46429,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -47172,7 +46514,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -47190,7 +46532,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.DaemonSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -47237,7 +46579,7 @@ paths: $ref: '#/components/schemas/v1beta1.DaemonSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -47249,7 +46591,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.DaemonSet' description: OK - 201: + "201": content: application/json: schema: @@ -47261,7 +46603,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.DaemonSet' description: Created - 202: + "202": content: application/json: schema: @@ -47273,7 +46615,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.DaemonSet' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -47349,7 +46691,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -47361,7 +46703,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -47373,7 +46715,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -47418,7 +46760,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -47430,7 +46772,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.DaemonSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -47509,7 +46851,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -47521,7 +46863,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.DaemonSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -47575,7 +46917,7 @@ paths: $ref: '#/components/schemas/v1beta1.DaemonSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -47587,7 +46929,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.DaemonSet' description: OK - 201: + "201": content: application/json: schema: @@ -47599,7 +46941,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.DaemonSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -47633,7 +46975,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -47645,7 +46987,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.DaemonSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -47724,7 +47066,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -47736,7 +47078,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.DaemonSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -47790,7 +47132,7 @@ paths: $ref: '#/components/schemas/v1beta1.DaemonSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -47802,7 +47144,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.DaemonSet' description: OK - 201: + "201": content: application/json: schema: @@ -47814,7 +47156,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.DaemonSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -47841,14 +47183,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -47929,12 +47263,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -47942,7 +47270,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -47954,7 +47282,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -48039,7 +47367,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -48057,7 +47385,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.DeploymentList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -48104,7 +47432,7 @@ paths: $ref: '#/components/schemas/extensions.v1beta1.Deployment' required: true responses: - 200: + "200": content: application/json: schema: @@ -48116,7 +47444,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Deployment' description: OK - 201: + "201": content: application/json: schema: @@ -48128,7 +47456,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Deployment' description: Created - 202: + "202": content: application/json: schema: @@ -48140,7 +47468,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Deployment' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -48216,7 +47544,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -48228,7 +47556,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -48240,7 +47568,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -48285,7 +47613,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -48297,7 +47625,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -48376,7 +47704,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -48388,7 +47716,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -48442,7 +47770,7 @@ paths: $ref: '#/components/schemas/extensions.v1beta1.Deployment' required: true responses: - 200: + "200": content: application/json: schema: @@ -48454,7 +47782,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Deployment' description: OK - 201: + "201": content: application/json: schema: @@ -48466,7 +47794,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Deployment' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -48521,7 +47849,7 @@ paths: $ref: '#/components/schemas/extensions.v1beta1.DeploymentRollback' required: true responses: - 200: + "200": content: application/json: schema: @@ -48533,7 +47861,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 201: + "201": content: application/json: schema: @@ -48545,7 +47873,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Created - 202: + "202": content: application/json: schema: @@ -48557,7 +47885,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -48591,7 +47919,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -48603,7 +47931,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -48682,7 +48010,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -48694,7 +48022,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -48748,7 +48076,7 @@ paths: $ref: '#/components/schemas/extensions.v1beta1.Scale' required: true responses: - 200: + "200": content: application/json: schema: @@ -48760,7 +48088,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Scale' description: OK - 201: + "201": content: application/json: schema: @@ -48772,7 +48100,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Scale' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -48806,7 +48134,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -48818,7 +48146,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -48897,7 +48225,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -48909,7 +48237,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Deployment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -48963,7 +48291,7 @@ paths: $ref: '#/components/schemas/extensions.v1beta1.Deployment' required: true responses: - 200: + "200": content: application/json: schema: @@ -48975,7 +48303,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Deployment' description: OK - 201: + "201": content: application/json: schema: @@ -48987,7 +48315,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Deployment' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -49014,14 +48342,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -49102,12 +48422,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -49115,7 +48429,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -49127,7 +48441,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -49212,7 +48526,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -49230,7 +48544,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.IngressList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -49277,7 +48591,7 @@ paths: $ref: '#/components/schemas/extensions.v1beta1.Ingress' required: true responses: - 200: + "200": content: application/json: schema: @@ -49289,7 +48603,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Ingress' description: OK - 201: + "201": content: application/json: schema: @@ -49301,7 +48615,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Ingress' description: Created - 202: + "202": content: application/json: schema: @@ -49313,7 +48627,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Ingress' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -49389,7 +48703,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -49401,7 +48715,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -49413,7 +48727,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -49458,7 +48772,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -49470,7 +48784,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Ingress' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -49549,7 +48863,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -49561,7 +48875,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Ingress' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -49615,7 +48929,7 @@ paths: $ref: '#/components/schemas/extensions.v1beta1.Ingress' required: true responses: - 200: + "200": content: application/json: schema: @@ -49627,7 +48941,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Ingress' description: OK - 201: + "201": content: application/json: schema: @@ -49639,7 +48953,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Ingress' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -49673,7 +48987,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -49685,7 +48999,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Ingress' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -49764,7 +49078,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -49776,7 +49090,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Ingress' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -49830,7 +49144,7 @@ paths: $ref: '#/components/schemas/extensions.v1beta1.Ingress' required: true responses: - 200: + "200": content: application/json: schema: @@ -49842,7 +49156,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Ingress' description: OK - 201: + "201": content: application/json: schema: @@ -49854,7 +49168,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Ingress' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -49881,14 +49195,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -49969,12 +49275,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -49982,7 +49282,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -49994,7 +49294,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -50079,7 +49379,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -50097,7 +49397,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.NetworkPolicyList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -50144,7 +49444,7 @@ paths: $ref: '#/components/schemas/v1beta1.NetworkPolicy' required: true responses: - 200: + "200": content: application/json: schema: @@ -50156,7 +49456,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.NetworkPolicy' description: OK - 201: + "201": content: application/json: schema: @@ -50168,7 +49468,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.NetworkPolicy' description: Created - 202: + "202": content: application/json: schema: @@ -50180,7 +49480,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.NetworkPolicy' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -50256,7 +49556,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -50268,7 +49568,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -50280,7 +49580,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -50325,7 +49625,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -50337,7 +49637,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.NetworkPolicy' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -50416,7 +49716,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -50428,7 +49728,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.NetworkPolicy' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -50482,7 +49782,7 @@ paths: $ref: '#/components/schemas/v1beta1.NetworkPolicy' required: true responses: - 200: + "200": content: application/json: schema: @@ -50494,7 +49794,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.NetworkPolicy' description: OK - 201: + "201": content: application/json: schema: @@ -50506,7 +49806,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.NetworkPolicy' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -50533,14 +49833,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -50621,12 +49913,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -50634,7 +49920,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -50646,7 +49932,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -50731,7 +50017,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -50749,7 +50035,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ReplicaSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -50796,7 +50082,7 @@ paths: $ref: '#/components/schemas/v1beta1.ReplicaSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -50808,7 +50094,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ReplicaSet' description: OK - 201: + "201": content: application/json: schema: @@ -50820,7 +50106,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ReplicaSet' description: Created - 202: + "202": content: application/json: schema: @@ -50832,7 +50118,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ReplicaSet' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -50908,7 +50194,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -50920,7 +50206,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -50932,7 +50218,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -50977,7 +50263,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -50989,7 +50275,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ReplicaSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -51068,7 +50354,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -51080,7 +50366,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ReplicaSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -51134,7 +50420,7 @@ paths: $ref: '#/components/schemas/v1beta1.ReplicaSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -51146,7 +50432,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ReplicaSet' description: OK - 201: + "201": content: application/json: schema: @@ -51158,7 +50444,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ReplicaSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -51192,7 +50478,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -51204,7 +50490,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -51283,7 +50569,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -51295,7 +50581,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -51349,7 +50635,7 @@ paths: $ref: '#/components/schemas/extensions.v1beta1.Scale' required: true responses: - 200: + "200": content: application/json: schema: @@ -51361,7 +50647,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Scale' description: OK - 201: + "201": content: application/json: schema: @@ -51373,7 +50659,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Scale' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -51407,7 +50693,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -51419,7 +50705,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ReplicaSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -51498,7 +50784,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -51510,7 +50796,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ReplicaSet' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -51564,7 +50850,7 @@ paths: $ref: '#/components/schemas/v1beta1.ReplicaSet' required: true responses: - 200: + "200": content: application/json: schema: @@ -51576,7 +50862,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ReplicaSet' description: OK - 201: + "201": content: application/json: schema: @@ -51588,7 +50874,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ReplicaSet' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -51622,7 +50908,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -51634,7 +50920,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -51713,7 +50999,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -51725,7 +51011,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Scale' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -51779,7 +51065,7 @@ paths: $ref: '#/components/schemas/extensions.v1beta1.Scale' required: true responses: - 200: + "200": content: application/json: schema: @@ -51791,7 +51077,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Scale' description: OK - 201: + "201": content: application/json: schema: @@ -51803,7 +51089,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.Scale' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -51883,7 +51169,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -51901,7 +51187,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.NetworkPolicyList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -51921,14 +51207,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -52009,12 +51287,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -52022,7 +51294,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -52034,7 +51306,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -52113,7 +51385,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -52131,7 +51403,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.PodSecurityPolicyList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -52172,7 +51444,7 @@ paths: $ref: '#/components/schemas/extensions.v1beta1.PodSecurityPolicy' required: true responses: - 200: + "200": content: application/json: schema: @@ -52184,7 +51456,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.PodSecurityPolicy' description: OK - 201: + "201": content: application/json: schema: @@ -52196,7 +51468,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.PodSecurityPolicy' description: Created - 202: + "202": content: application/json: schema: @@ -52208,7 +51480,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.PodSecurityPolicy' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -52278,7 +51550,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -52290,7 +51562,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -52302,7 +51574,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -52341,7 +51613,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -52353,7 +51625,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.PodSecurityPolicy' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -52426,7 +51698,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -52438,7 +51710,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.PodSecurityPolicy' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -52486,7 +51758,7 @@ paths: $ref: '#/components/schemas/extensions.v1beta1.PodSecurityPolicy' required: true responses: - 200: + "200": content: application/json: schema: @@ -52498,7 +51770,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.PodSecurityPolicy' description: OK - 201: + "201": content: application/json: schema: @@ -52510,7 +51782,7 @@ paths: schema: $ref: '#/components/schemas/extensions.v1beta1.PodSecurityPolicy' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -52590,7 +51862,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -52608,7 +51880,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ReplicaSetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -52640,7 +51912,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -52652,7 +51924,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -52662,7 +51934,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -52674,7 +51946,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -52695,14 +51967,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -52783,12 +52047,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -52796,7 +52054,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -52808,7 +52066,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -52893,7 +52151,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -52911,7 +52169,7 @@ paths: schema: $ref: '#/components/schemas/v1.NetworkPolicyList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -52958,7 +52216,7 @@ paths: $ref: '#/components/schemas/v1.NetworkPolicy' required: true responses: - 200: + "200": content: application/json: schema: @@ -52970,7 +52228,7 @@ paths: schema: $ref: '#/components/schemas/v1.NetworkPolicy' description: OK - 201: + "201": content: application/json: schema: @@ -52982,7 +52240,7 @@ paths: schema: $ref: '#/components/schemas/v1.NetworkPolicy' description: Created - 202: + "202": content: application/json: schema: @@ -52994,7 +52252,7 @@ paths: schema: $ref: '#/components/schemas/v1.NetworkPolicy' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -53070,7 +52328,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -53082,7 +52340,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -53094,7 +52352,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -53139,7 +52397,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -53151,7 +52409,7 @@ paths: schema: $ref: '#/components/schemas/v1.NetworkPolicy' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -53230,7 +52488,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -53242,7 +52500,7 @@ paths: schema: $ref: '#/components/schemas/v1.NetworkPolicy' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -53296,7 +52554,7 @@ paths: $ref: '#/components/schemas/v1.NetworkPolicy' required: true responses: - 200: + "200": content: application/json: schema: @@ -53308,7 +52566,7 @@ paths: schema: $ref: '#/components/schemas/v1.NetworkPolicy' description: OK - 201: + "201": content: application/json: schema: @@ -53320,7 +52578,7 @@ paths: schema: $ref: '#/components/schemas/v1.NetworkPolicy' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -53400,7 +52658,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -53418,7 +52676,7 @@ paths: schema: $ref: '#/components/schemas/v1.NetworkPolicyList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -53436,7 +52694,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -53448,7 +52706,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -53522,7 +52780,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -53540,7 +52798,7 @@ paths: schema: $ref: '#/components/schemas/networking.v1beta1.IngressList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -53566,14 +52824,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -53654,12 +52904,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -53667,7 +52911,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -53679,7 +52923,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -53764,7 +53008,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -53782,7 +53026,7 @@ paths: schema: $ref: '#/components/schemas/networking.v1beta1.IngressList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -53829,7 +53073,7 @@ paths: $ref: '#/components/schemas/networking.v1beta1.Ingress' required: true responses: - 200: + "200": content: application/json: schema: @@ -53841,7 +53085,7 @@ paths: schema: $ref: '#/components/schemas/networking.v1beta1.Ingress' description: OK - 201: + "201": content: application/json: schema: @@ -53853,7 +53097,7 @@ paths: schema: $ref: '#/components/schemas/networking.v1beta1.Ingress' description: Created - 202: + "202": content: application/json: schema: @@ -53865,7 +53109,7 @@ paths: schema: $ref: '#/components/schemas/networking.v1beta1.Ingress' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -53941,7 +53185,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -53953,7 +53197,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -53965,7 +53209,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -54010,7 +53254,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -54022,7 +53266,7 @@ paths: schema: $ref: '#/components/schemas/networking.v1beta1.Ingress' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -54101,7 +53345,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -54113,7 +53357,7 @@ paths: schema: $ref: '#/components/schemas/networking.v1beta1.Ingress' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -54167,7 +53411,7 @@ paths: $ref: '#/components/schemas/networking.v1beta1.Ingress' required: true responses: - 200: + "200": content: application/json: schema: @@ -54179,7 +53423,7 @@ paths: schema: $ref: '#/components/schemas/networking.v1beta1.Ingress' description: OK - 201: + "201": content: application/json: schema: @@ -54191,7 +53435,7 @@ paths: schema: $ref: '#/components/schemas/networking.v1beta1.Ingress' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -54225,7 +53469,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -54237,7 +53481,7 @@ paths: schema: $ref: '#/components/schemas/networking.v1beta1.Ingress' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -54316,7 +53560,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -54328,7 +53572,7 @@ paths: schema: $ref: '#/components/schemas/networking.v1beta1.Ingress' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -54382,7 +53626,7 @@ paths: $ref: '#/components/schemas/networking.v1beta1.Ingress' required: true responses: - 200: + "200": content: application/json: schema: @@ -54394,7 +53638,7 @@ paths: schema: $ref: '#/components/schemas/networking.v1beta1.Ingress' description: OK - 201: + "201": content: application/json: schema: @@ -54406,7 +53650,7 @@ paths: schema: $ref: '#/components/schemas/networking.v1beta1.Ingress' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -54425,7 +53669,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -54437,7 +53681,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -54447,7 +53691,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -54459,7 +53703,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -54474,14 +53718,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -54562,12 +53798,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -54575,7 +53805,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -54587,7 +53817,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -54666,7 +53896,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -54684,7 +53914,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RuntimeClassList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -54725,7 +53955,7 @@ paths: $ref: '#/components/schemas/v1alpha1.RuntimeClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -54737,7 +53967,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RuntimeClass' description: OK - 201: + "201": content: application/json: schema: @@ -54749,7 +53979,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RuntimeClass' description: Created - 202: + "202": content: application/json: schema: @@ -54761,7 +53991,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RuntimeClass' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -54831,7 +54061,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -54843,7 +54073,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -54855,7 +54085,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -54894,7 +54124,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -54906,7 +54136,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RuntimeClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -54979,7 +54209,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -54991,7 +54221,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RuntimeClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -55039,7 +54269,7 @@ paths: $ref: '#/components/schemas/v1alpha1.RuntimeClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -55051,7 +54281,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RuntimeClass' description: OK - 201: + "201": content: application/json: schema: @@ -55063,7 +54293,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RuntimeClass' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -55081,7 +54311,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -55093,7 +54323,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -55108,14 +54338,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -55196,12 +54418,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -55209,7 +54425,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -55221,7 +54437,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -55300,7 +54516,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -55318,7 +54534,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RuntimeClassList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -55359,7 +54575,7 @@ paths: $ref: '#/components/schemas/v1beta1.RuntimeClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -55371,7 +54587,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RuntimeClass' description: OK - 201: + "201": content: application/json: schema: @@ -55383,7 +54599,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RuntimeClass' description: Created - 202: + "202": content: application/json: schema: @@ -55395,7 +54611,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RuntimeClass' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -55465,7 +54681,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -55477,7 +54693,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -55489,7 +54705,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -55528,7 +54744,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -55540,7 +54756,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RuntimeClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -55613,7 +54829,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -55625,7 +54841,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RuntimeClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -55673,7 +54889,7 @@ paths: $ref: '#/components/schemas/v1beta1.RuntimeClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -55685,7 +54901,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RuntimeClass' description: OK - 201: + "201": content: application/json: schema: @@ -55697,7 +54913,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RuntimeClass' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -55715,7 +54931,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -55727,7 +54943,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -55737,7 +54953,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -55749,7 +54965,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -55770,14 +54986,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -55858,12 +55066,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -55871,7 +55073,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -55883,7 +55085,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -55968,7 +55170,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -55986,7 +55188,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PodDisruptionBudgetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -56033,7 +55235,7 @@ paths: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' required: true responses: - 200: + "200": content: application/json: schema: @@ -56045,7 +55247,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' description: OK - 201: + "201": content: application/json: schema: @@ -56057,7 +55259,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' description: Created - 202: + "202": content: application/json: schema: @@ -56069,7 +55271,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -56145,7 +55347,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -56157,7 +55359,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -56169,7 +55371,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -56214,7 +55416,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -56226,7 +55428,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -56305,7 +55507,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -56317,7 +55519,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -56371,7 +55573,7 @@ paths: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' required: true responses: - 200: + "200": content: application/json: schema: @@ -56383,7 +55585,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' description: OK - 201: + "201": content: application/json: schema: @@ -56395,7 +55597,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -56429,7 +55631,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -56441,7 +55643,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -56520,7 +55722,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -56532,7 +55734,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -56586,7 +55788,7 @@ paths: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' required: true responses: - 200: + "200": content: application/json: schema: @@ -56598,7 +55800,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' description: OK - 201: + "201": content: application/json: schema: @@ -56610,7 +55812,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PodDisruptionBudget' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -56690,7 +55892,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -56708,7 +55910,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PodDisruptionBudgetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -56728,14 +55930,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -56816,12 +56010,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -56829,7 +56017,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -56841,7 +56029,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -56920,7 +56108,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -56938,7 +56126,7 @@ paths: schema: $ref: '#/components/schemas/policy.v1beta1.PodSecurityPolicyList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -56979,7 +56167,7 @@ paths: $ref: '#/components/schemas/policy.v1beta1.PodSecurityPolicy' required: true responses: - 200: + "200": content: application/json: schema: @@ -56991,7 +56179,7 @@ paths: schema: $ref: '#/components/schemas/policy.v1beta1.PodSecurityPolicy' description: OK - 201: + "201": content: application/json: schema: @@ -57003,7 +56191,7 @@ paths: schema: $ref: '#/components/schemas/policy.v1beta1.PodSecurityPolicy' description: Created - 202: + "202": content: application/json: schema: @@ -57015,7 +56203,7 @@ paths: schema: $ref: '#/components/schemas/policy.v1beta1.PodSecurityPolicy' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -57085,7 +56273,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -57097,7 +56285,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -57109,7 +56297,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -57148,7 +56336,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -57160,7 +56348,7 @@ paths: schema: $ref: '#/components/schemas/policy.v1beta1.PodSecurityPolicy' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -57233,7 +56421,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -57245,7 +56433,7 @@ paths: schema: $ref: '#/components/schemas/policy.v1beta1.PodSecurityPolicy' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -57293,7 +56481,7 @@ paths: $ref: '#/components/schemas/policy.v1beta1.PodSecurityPolicy' required: true responses: - 200: + "200": content: application/json: schema: @@ -57305,7 +56493,7 @@ paths: schema: $ref: '#/components/schemas/policy.v1beta1.PodSecurityPolicy' description: OK - 201: + "201": content: application/json: schema: @@ -57317,7 +56505,7 @@ paths: schema: $ref: '#/components/schemas/policy.v1beta1.PodSecurityPolicy' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -57338,7 +56526,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -57350,7 +56538,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -57360,7 +56548,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -57372,7 +56560,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -57387,14 +56575,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -57475,12 +56655,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -57488,7 +56662,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -57500,7 +56674,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -57579,7 +56753,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -57597,7 +56771,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRoleBindingList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -57638,7 +56812,7 @@ paths: $ref: '#/components/schemas/v1.ClusterRoleBinding' required: true responses: - 200: + "200": content: application/json: schema: @@ -57650,7 +56824,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRoleBinding' description: OK - 201: + "201": content: application/json: schema: @@ -57662,7 +56836,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRoleBinding' description: Created - 202: + "202": content: application/json: schema: @@ -57674,7 +56848,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRoleBinding' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -57744,7 +56918,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -57756,7 +56930,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -57768,7 +56942,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -57795,7 +56969,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -57807,7 +56981,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRoleBinding' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -57880,7 +57054,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -57892,7 +57066,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRoleBinding' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -57940,7 +57114,7 @@ paths: $ref: '#/components/schemas/v1.ClusterRoleBinding' required: true responses: - 200: + "200": content: application/json: schema: @@ -57952,7 +57126,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRoleBinding' description: OK - 201: + "201": content: application/json: schema: @@ -57964,7 +57138,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRoleBinding' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -57985,14 +57159,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -58073,12 +57239,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -58086,7 +57246,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -58098,7 +57258,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -58177,7 +57337,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -58195,7 +57355,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRoleList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -58236,7 +57396,7 @@ paths: $ref: '#/components/schemas/v1.ClusterRole' required: true responses: - 200: + "200": content: application/json: schema: @@ -58248,7 +57408,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRole' description: OK - 201: + "201": content: application/json: schema: @@ -58260,7 +57420,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRole' description: Created - 202: + "202": content: application/json: schema: @@ -58272,7 +57432,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRole' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -58342,7 +57502,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -58354,7 +57514,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -58366,7 +57526,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -58393,7 +57553,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -58405,7 +57565,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRole' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -58478,7 +57638,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -58490,7 +57650,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRole' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -58538,7 +57698,7 @@ paths: $ref: '#/components/schemas/v1.ClusterRole' required: true responses: - 200: + "200": content: application/json: schema: @@ -58550,7 +57710,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRole' description: OK - 201: + "201": content: application/json: schema: @@ -58562,7 +57722,7 @@ paths: schema: $ref: '#/components/schemas/v1.ClusterRole' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -58589,14 +57749,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -58677,12 +57829,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -58690,7 +57836,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -58702,7 +57848,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -58787,7 +57933,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -58805,7 +57951,7 @@ paths: schema: $ref: '#/components/schemas/v1.RoleBindingList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -58852,7 +57998,7 @@ paths: $ref: '#/components/schemas/v1.RoleBinding' required: true responses: - 200: + "200": content: application/json: schema: @@ -58864,7 +58010,7 @@ paths: schema: $ref: '#/components/schemas/v1.RoleBinding' description: OK - 201: + "201": content: application/json: schema: @@ -58876,7 +58022,7 @@ paths: schema: $ref: '#/components/schemas/v1.RoleBinding' description: Created - 202: + "202": content: application/json: schema: @@ -58888,7 +58034,7 @@ paths: schema: $ref: '#/components/schemas/v1.RoleBinding' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -58964,7 +58110,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -58976,7 +58122,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -58988,7 +58134,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -59021,7 +58167,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -59033,7 +58179,7 @@ paths: schema: $ref: '#/components/schemas/v1.RoleBinding' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -59112,7 +58258,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -59124,7 +58270,7 @@ paths: schema: $ref: '#/components/schemas/v1.RoleBinding' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -59178,7 +58324,7 @@ paths: $ref: '#/components/schemas/v1.RoleBinding' required: true responses: - 200: + "200": content: application/json: schema: @@ -59190,7 +58336,7 @@ paths: schema: $ref: '#/components/schemas/v1.RoleBinding' description: OK - 201: + "201": content: application/json: schema: @@ -59202,7 +58348,7 @@ paths: schema: $ref: '#/components/schemas/v1.RoleBinding' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -59229,14 +58375,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -59317,12 +58455,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -59330,7 +58462,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -59342,7 +58474,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -59427,7 +58559,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -59445,7 +58577,7 @@ paths: schema: $ref: '#/components/schemas/v1.RoleList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -59492,7 +58624,7 @@ paths: $ref: '#/components/schemas/v1.Role' required: true responses: - 200: + "200": content: application/json: schema: @@ -59504,7 +58636,7 @@ paths: schema: $ref: '#/components/schemas/v1.Role' description: OK - 201: + "201": content: application/json: schema: @@ -59516,7 +58648,7 @@ paths: schema: $ref: '#/components/schemas/v1.Role' description: Created - 202: + "202": content: application/json: schema: @@ -59528,7 +58660,7 @@ paths: schema: $ref: '#/components/schemas/v1.Role' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -59604,7 +58736,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -59616,7 +58748,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -59628,7 +58760,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -59661,7 +58793,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -59673,7 +58805,7 @@ paths: schema: $ref: '#/components/schemas/v1.Role' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -59752,7 +58884,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -59764,7 +58896,7 @@ paths: schema: $ref: '#/components/schemas/v1.Role' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -59818,7 +58950,7 @@ paths: $ref: '#/components/schemas/v1.Role' required: true responses: - 200: + "200": content: application/json: schema: @@ -59830,7 +58962,7 @@ paths: schema: $ref: '#/components/schemas/v1.Role' description: OK - 201: + "201": content: application/json: schema: @@ -59842,7 +58974,7 @@ paths: schema: $ref: '#/components/schemas/v1.Role' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -59922,7 +59054,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -59940,7 +59072,7 @@ paths: schema: $ref: '#/components/schemas/v1.RoleBindingList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -60019,7 +59151,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -60037,7 +59169,7 @@ paths: schema: $ref: '#/components/schemas/v1.RoleList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -60062,7 +59194,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -60074,7 +59206,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -60089,14 +59221,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -60177,12 +59301,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -60190,7 +59308,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -60202,7 +59320,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -60281,7 +59399,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -60299,7 +59417,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRoleBindingList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -60340,7 +59458,7 @@ paths: $ref: '#/components/schemas/v1alpha1.ClusterRoleBinding' required: true responses: - 200: + "200": content: application/json: schema: @@ -60352,7 +59470,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRoleBinding' description: OK - 201: + "201": content: application/json: schema: @@ -60364,7 +59482,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRoleBinding' description: Created - 202: + "202": content: application/json: schema: @@ -60376,7 +59494,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRoleBinding' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -60446,7 +59564,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -60458,7 +59576,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -60470,7 +59588,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -60497,7 +59615,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -60509,7 +59627,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRoleBinding' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -60582,7 +59700,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -60594,7 +59712,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRoleBinding' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -60642,7 +59760,7 @@ paths: $ref: '#/components/schemas/v1alpha1.ClusterRoleBinding' required: true responses: - 200: + "200": content: application/json: schema: @@ -60654,7 +59772,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRoleBinding' description: OK - 201: + "201": content: application/json: schema: @@ -60666,7 +59784,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRoleBinding' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -60687,14 +59805,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -60775,12 +59885,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -60788,7 +59892,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -60800,7 +59904,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -60879,7 +59983,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -60897,7 +60001,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRoleList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -60938,7 +60042,7 @@ paths: $ref: '#/components/schemas/v1alpha1.ClusterRole' required: true responses: - 200: + "200": content: application/json: schema: @@ -60950,7 +60054,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRole' description: OK - 201: + "201": content: application/json: schema: @@ -60962,7 +60066,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRole' description: Created - 202: + "202": content: application/json: schema: @@ -60974,7 +60078,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRole' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -61044,7 +60148,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -61056,7 +60160,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -61068,7 +60172,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -61095,7 +60199,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -61107,7 +60211,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRole' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -61180,7 +60284,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -61192,7 +60296,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRole' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -61240,7 +60344,7 @@ paths: $ref: '#/components/schemas/v1alpha1.ClusterRole' required: true responses: - 200: + "200": content: application/json: schema: @@ -61252,7 +60356,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRole' description: OK - 201: + "201": content: application/json: schema: @@ -61264,7 +60368,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.ClusterRole' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -61291,14 +60395,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -61379,12 +60475,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -61392,7 +60482,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -61404,7 +60494,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -61489,7 +60579,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -61507,7 +60597,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RoleBindingList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -61554,7 +60644,7 @@ paths: $ref: '#/components/schemas/v1alpha1.RoleBinding' required: true responses: - 200: + "200": content: application/json: schema: @@ -61566,7 +60656,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RoleBinding' description: OK - 201: + "201": content: application/json: schema: @@ -61578,7 +60668,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RoleBinding' description: Created - 202: + "202": content: application/json: schema: @@ -61590,7 +60680,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RoleBinding' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -61666,7 +60756,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -61678,7 +60768,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -61690,7 +60780,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -61723,7 +60813,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -61735,7 +60825,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RoleBinding' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -61814,7 +60904,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -61826,7 +60916,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RoleBinding' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -61880,7 +60970,7 @@ paths: $ref: '#/components/schemas/v1alpha1.RoleBinding' required: true responses: - 200: + "200": content: application/json: schema: @@ -61892,7 +60982,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RoleBinding' description: OK - 201: + "201": content: application/json: schema: @@ -61904,7 +60994,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RoleBinding' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -61931,14 +61021,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -62019,12 +61101,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -62032,7 +61108,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -62044,7 +61120,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -62129,7 +61205,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -62147,7 +61223,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RoleList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -62194,7 +61270,7 @@ paths: $ref: '#/components/schemas/v1alpha1.Role' required: true responses: - 200: + "200": content: application/json: schema: @@ -62206,7 +61282,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.Role' description: OK - 201: + "201": content: application/json: schema: @@ -62218,7 +61294,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.Role' description: Created - 202: + "202": content: application/json: schema: @@ -62230,7 +61306,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.Role' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -62306,7 +61382,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -62318,7 +61394,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -62330,7 +61406,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -62363,7 +61439,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -62375,7 +61451,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.Role' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -62454,7 +61530,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -62466,7 +61542,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.Role' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -62520,7 +61596,7 @@ paths: $ref: '#/components/schemas/v1alpha1.Role' required: true responses: - 200: + "200": content: application/json: schema: @@ -62532,7 +61608,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.Role' description: OK - 201: + "201": content: application/json: schema: @@ -62544,7 +61620,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.Role' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -62624,7 +61700,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -62642,7 +61718,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RoleBindingList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -62721,7 +61797,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -62739,7 +61815,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.RoleList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -62764,7 +61840,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -62776,7 +61852,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -62791,14 +61867,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -62879,12 +61947,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -62892,7 +61954,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -62904,7 +61966,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -62983,7 +62045,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -63001,7 +62063,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRoleBindingList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -63042,7 +62104,7 @@ paths: $ref: '#/components/schemas/v1beta1.ClusterRoleBinding' required: true responses: - 200: + "200": content: application/json: schema: @@ -63054,7 +62116,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRoleBinding' description: OK - 201: + "201": content: application/json: schema: @@ -63066,7 +62128,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRoleBinding' description: Created - 202: + "202": content: application/json: schema: @@ -63078,7 +62140,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRoleBinding' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -63148,7 +62210,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -63160,7 +62222,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -63172,7 +62234,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -63199,7 +62261,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -63211,7 +62273,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRoleBinding' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -63284,7 +62346,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -63296,7 +62358,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRoleBinding' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -63344,7 +62406,7 @@ paths: $ref: '#/components/schemas/v1beta1.ClusterRoleBinding' required: true responses: - 200: + "200": content: application/json: schema: @@ -63356,7 +62418,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRoleBinding' description: OK - 201: + "201": content: application/json: schema: @@ -63368,7 +62430,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRoleBinding' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -63389,14 +62451,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -63477,12 +62531,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -63490,7 +62538,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -63502,7 +62550,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -63581,7 +62629,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -63599,7 +62647,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRoleList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -63640,7 +62688,7 @@ paths: $ref: '#/components/schemas/v1beta1.ClusterRole' required: true responses: - 200: + "200": content: application/json: schema: @@ -63652,7 +62700,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRole' description: OK - 201: + "201": content: application/json: schema: @@ -63664,7 +62712,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRole' description: Created - 202: + "202": content: application/json: schema: @@ -63676,7 +62724,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRole' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -63746,7 +62794,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -63758,7 +62806,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -63770,7 +62818,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -63797,7 +62845,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -63809,7 +62857,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRole' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -63882,7 +62930,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -63894,7 +62942,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRole' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -63942,7 +62990,7 @@ paths: $ref: '#/components/schemas/v1beta1.ClusterRole' required: true responses: - 200: + "200": content: application/json: schema: @@ -63954,7 +63002,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRole' description: OK - 201: + "201": content: application/json: schema: @@ -63966,7 +63014,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.ClusterRole' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -63993,14 +63041,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -64081,12 +63121,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -64094,7 +63128,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -64106,7 +63140,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -64191,7 +63225,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -64209,7 +63243,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RoleBindingList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -64256,7 +63290,7 @@ paths: $ref: '#/components/schemas/v1beta1.RoleBinding' required: true responses: - 200: + "200": content: application/json: schema: @@ -64268,7 +63302,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RoleBinding' description: OK - 201: + "201": content: application/json: schema: @@ -64280,7 +63314,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RoleBinding' description: Created - 202: + "202": content: application/json: schema: @@ -64292,7 +63326,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RoleBinding' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -64368,7 +63402,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -64380,7 +63414,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -64392,7 +63426,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -64425,7 +63459,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -64437,7 +63471,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RoleBinding' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -64516,7 +63550,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -64528,7 +63562,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RoleBinding' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -64582,7 +63616,7 @@ paths: $ref: '#/components/schemas/v1beta1.RoleBinding' required: true responses: - 200: + "200": content: application/json: schema: @@ -64594,7 +63628,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RoleBinding' description: OK - 201: + "201": content: application/json: schema: @@ -64606,7 +63640,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RoleBinding' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -64633,14 +63667,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -64721,12 +63747,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -64734,7 +63754,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -64746,7 +63766,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -64831,7 +63851,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -64849,7 +63869,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RoleList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -64896,7 +63916,7 @@ paths: $ref: '#/components/schemas/v1beta1.Role' required: true responses: - 200: + "200": content: application/json: schema: @@ -64908,7 +63928,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Role' description: OK - 201: + "201": content: application/json: schema: @@ -64920,7 +63940,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Role' description: Created - 202: + "202": content: application/json: schema: @@ -64932,7 +63952,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Role' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -65008,7 +64028,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -65020,7 +64040,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -65032,7 +64052,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -65065,7 +64085,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -65077,7 +64097,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Role' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -65156,7 +64176,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -65168,7 +64188,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Role' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -65222,7 +64242,7 @@ paths: $ref: '#/components/schemas/v1beta1.Role' required: true responses: - 200: + "200": content: application/json: schema: @@ -65234,7 +64254,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Role' description: OK - 201: + "201": content: application/json: schema: @@ -65246,7 +64266,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.Role' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -65326,7 +64346,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -65344,7 +64364,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RoleBindingList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -65423,7 +64443,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -65441,7 +64461,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.RoleList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -65466,7 +64486,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -65478,7 +64498,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -65488,7 +64508,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -65500,7 +64520,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -65515,14 +64535,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -65603,12 +64615,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -65616,7 +64622,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -65628,7 +64634,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -65707,7 +64713,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -65725,7 +64731,7 @@ paths: schema: $ref: '#/components/schemas/v1.PriorityClassList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -65766,7 +64772,7 @@ paths: $ref: '#/components/schemas/v1.PriorityClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -65778,7 +64784,7 @@ paths: schema: $ref: '#/components/schemas/v1.PriorityClass' description: OK - 201: + "201": content: application/json: schema: @@ -65790,7 +64796,7 @@ paths: schema: $ref: '#/components/schemas/v1.PriorityClass' description: Created - 202: + "202": content: application/json: schema: @@ -65802,7 +64808,7 @@ paths: schema: $ref: '#/components/schemas/v1.PriorityClass' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -65872,7 +64878,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -65884,7 +64890,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -65896,7 +64902,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -65935,7 +64941,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -65947,7 +64953,7 @@ paths: schema: $ref: '#/components/schemas/v1.PriorityClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -66020,7 +65026,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -66032,7 +65038,7 @@ paths: schema: $ref: '#/components/schemas/v1.PriorityClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -66080,7 +65086,7 @@ paths: $ref: '#/components/schemas/v1.PriorityClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -66092,7 +65098,7 @@ paths: schema: $ref: '#/components/schemas/v1.PriorityClass' description: OK - 201: + "201": content: application/json: schema: @@ -66104,7 +65110,7 @@ paths: schema: $ref: '#/components/schemas/v1.PriorityClass' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -66122,7 +65128,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -66134,7 +65140,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -66149,14 +65155,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -66237,12 +65235,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -66250,7 +65242,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -66262,7 +65254,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -66341,7 +65333,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -66359,7 +65351,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PriorityClassList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -66400,7 +65392,7 @@ paths: $ref: '#/components/schemas/v1alpha1.PriorityClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -66412,7 +65404,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PriorityClass' description: OK - 201: + "201": content: application/json: schema: @@ -66424,7 +65416,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PriorityClass' description: Created - 202: + "202": content: application/json: schema: @@ -66436,7 +65428,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PriorityClass' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -66506,7 +65498,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -66518,7 +65510,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -66530,7 +65522,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -66569,7 +65561,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -66581,7 +65573,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PriorityClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -66654,7 +65646,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -66666,7 +65658,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PriorityClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -66714,7 +65706,7 @@ paths: $ref: '#/components/schemas/v1alpha1.PriorityClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -66726,7 +65718,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PriorityClass' description: OK - 201: + "201": content: application/json: schema: @@ -66738,7 +65730,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PriorityClass' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -66756,7 +65748,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -66768,7 +65760,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -66783,14 +65775,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -66871,12 +65855,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -66884,7 +65862,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -66896,7 +65874,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -66975,7 +65953,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -66993,7 +65971,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PriorityClassList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -67034,7 +66012,7 @@ paths: $ref: '#/components/schemas/v1beta1.PriorityClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -67046,7 +66024,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PriorityClass' description: OK - 201: + "201": content: application/json: schema: @@ -67058,7 +66036,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PriorityClass' description: Created - 202: + "202": content: application/json: schema: @@ -67070,7 +66048,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PriorityClass' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -67140,7 +66118,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -67152,7 +66130,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -67164,7 +66142,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -67203,7 +66181,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -67215,7 +66193,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PriorityClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -67288,7 +66266,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -67300,7 +66278,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PriorityClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -67348,7 +66326,7 @@ paths: $ref: '#/components/schemas/v1beta1.PriorityClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -67360,7 +66338,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PriorityClass' description: OK - 201: + "201": content: application/json: schema: @@ -67372,7 +66350,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.PriorityClass' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -67390,7 +66368,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -67402,7 +66380,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -67412,7 +66390,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -67424,7 +66402,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -67445,14 +66423,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -67533,12 +66503,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -67546,7 +66510,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -67558,7 +66522,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -67643,7 +66607,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -67661,7 +66625,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PodPresetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -67708,7 +66672,7 @@ paths: $ref: '#/components/schemas/v1alpha1.PodPreset' required: true responses: - 200: + "200": content: application/json: schema: @@ -67720,7 +66684,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PodPreset' description: OK - 201: + "201": content: application/json: schema: @@ -67732,7 +66696,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PodPreset' description: Created - 202: + "202": content: application/json: schema: @@ -67744,7 +66708,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PodPreset' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -67820,7 +66784,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -67832,7 +66796,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -67844,7 +66808,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -67889,7 +66853,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -67901,7 +66865,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PodPreset' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -67980,7 +66944,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -67992,7 +66956,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PodPreset' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -68046,7 +67010,7 @@ paths: $ref: '#/components/schemas/v1alpha1.PodPreset' required: true responses: - 200: + "200": content: application/json: schema: @@ -68058,7 +67022,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PodPreset' description: OK - 201: + "201": content: application/json: schema: @@ -68070,7 +67034,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PodPreset' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -68150,7 +67114,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -68168,7 +67132,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.PodPresetList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -68186,7 +67150,7 @@ paths: description: get information of a group operationId: getAPIGroup responses: - 200: + "200": content: application/json: schema: @@ -68198,7 +67162,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIGroup' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -68208,7 +67172,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -68220,7 +67184,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -68235,14 +67199,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -68323,12 +67279,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -68336,7 +67286,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -68348,7 +67298,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -68427,7 +67377,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -68445,7 +67395,7 @@ paths: schema: $ref: '#/components/schemas/v1.StorageClassList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -68486,7 +67436,7 @@ paths: $ref: '#/components/schemas/v1.StorageClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -68498,7 +67448,7 @@ paths: schema: $ref: '#/components/schemas/v1.StorageClass' description: OK - 201: + "201": content: application/json: schema: @@ -68510,7 +67460,7 @@ paths: schema: $ref: '#/components/schemas/v1.StorageClass' description: Created - 202: + "202": content: application/json: schema: @@ -68522,7 +67472,7 @@ paths: schema: $ref: '#/components/schemas/v1.StorageClass' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -68592,7 +67542,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -68604,7 +67554,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -68616,7 +67566,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -68655,7 +67605,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -68667,7 +67617,7 @@ paths: schema: $ref: '#/components/schemas/v1.StorageClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -68740,7 +67690,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -68752,7 +67702,7 @@ paths: schema: $ref: '#/components/schemas/v1.StorageClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -68800,7 +67750,7 @@ paths: $ref: '#/components/schemas/v1.StorageClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -68812,7 +67762,7 @@ paths: schema: $ref: '#/components/schemas/v1.StorageClass' description: OK - 201: + "201": content: application/json: schema: @@ -68824,7 +67774,7 @@ paths: schema: $ref: '#/components/schemas/v1.StorageClass' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -68845,14 +67795,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -68933,12 +67875,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -68946,7 +67882,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -68958,7 +67894,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -69037,7 +67973,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -69055,7 +67991,7 @@ paths: schema: $ref: '#/components/schemas/v1.VolumeAttachmentList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -69096,7 +68032,7 @@ paths: $ref: '#/components/schemas/v1.VolumeAttachment' required: true responses: - 200: + "200": content: application/json: schema: @@ -69108,7 +68044,7 @@ paths: schema: $ref: '#/components/schemas/v1.VolumeAttachment' description: OK - 201: + "201": content: application/json: schema: @@ -69120,7 +68056,7 @@ paths: schema: $ref: '#/components/schemas/v1.VolumeAttachment' description: Created - 202: + "202": content: application/json: schema: @@ -69132,7 +68068,7 @@ paths: schema: $ref: '#/components/schemas/v1.VolumeAttachment' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -69202,7 +68138,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -69214,7 +68150,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -69226,7 +68162,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -69265,7 +68201,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -69277,7 +68213,7 @@ paths: schema: $ref: '#/components/schemas/v1.VolumeAttachment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -69350,7 +68286,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -69362,7 +68298,7 @@ paths: schema: $ref: '#/components/schemas/v1.VolumeAttachment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -69410,7 +68346,7 @@ paths: $ref: '#/components/schemas/v1.VolumeAttachment' required: true responses: - 200: + "200": content: application/json: schema: @@ -69422,7 +68358,7 @@ paths: schema: $ref: '#/components/schemas/v1.VolumeAttachment' description: OK - 201: + "201": content: application/json: schema: @@ -69434,7 +68370,7 @@ paths: schema: $ref: '#/components/schemas/v1.VolumeAttachment' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -69462,7 +68398,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -69474,7 +68410,7 @@ paths: schema: $ref: '#/components/schemas/v1.VolumeAttachment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -69547,7 +68483,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -69559,7 +68495,7 @@ paths: schema: $ref: '#/components/schemas/v1.VolumeAttachment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -69607,7 +68543,7 @@ paths: $ref: '#/components/schemas/v1.VolumeAttachment' required: true responses: - 200: + "200": content: application/json: schema: @@ -69619,7 +68555,7 @@ paths: schema: $ref: '#/components/schemas/v1.VolumeAttachment' description: OK - 201: + "201": content: application/json: schema: @@ -69631,7 +68567,7 @@ paths: schema: $ref: '#/components/schemas/v1.VolumeAttachment' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -69651,7 +68587,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -69663,7 +68599,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -69678,14 +68614,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -69766,12 +68694,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -69779,7 +68701,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -69791,7 +68713,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -69870,7 +68792,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -69888,7 +68810,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.VolumeAttachmentList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -69929,7 +68851,7 @@ paths: $ref: '#/components/schemas/v1alpha1.VolumeAttachment' required: true responses: - 200: + "200": content: application/json: schema: @@ -69941,7 +68863,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.VolumeAttachment' description: OK - 201: + "201": content: application/json: schema: @@ -69953,7 +68875,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.VolumeAttachment' description: Created - 202: + "202": content: application/json: schema: @@ -69965,7 +68887,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.VolumeAttachment' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -70035,7 +68957,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -70047,7 +68969,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -70059,7 +68981,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -70098,7 +69020,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -70110,7 +69032,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.VolumeAttachment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -70183,7 +69105,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -70195,7 +69117,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.VolumeAttachment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -70243,7 +69165,7 @@ paths: $ref: '#/components/schemas/v1alpha1.VolumeAttachment' required: true responses: - 200: + "200": content: application/json: schema: @@ -70255,7 +69177,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.VolumeAttachment' description: OK - 201: + "201": content: application/json: schema: @@ -70267,7 +69189,7 @@ paths: schema: $ref: '#/components/schemas/v1alpha1.VolumeAttachment' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -70285,7 +69207,7 @@ paths: description: get available resources operationId: getAPIResources responses: - 200: + "200": content: application/json: schema: @@ -70297,7 +69219,7 @@ paths: schema: $ref: '#/components/schemas/v1.APIResourceList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -70312,14 +69234,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -70400,12 +69314,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -70413,7 +69321,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -70425,7 +69333,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -70504,7 +69412,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -70522,7 +69430,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSIDriverList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -70563,7 +69471,7 @@ paths: $ref: '#/components/schemas/v1beta1.CSIDriver' required: true responses: - 200: + "200": content: application/json: schema: @@ -70575,7 +69483,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSIDriver' description: OK - 201: + "201": content: application/json: schema: @@ -70587,7 +69495,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSIDriver' description: Created - 202: + "202": content: application/json: schema: @@ -70599,7 +69507,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSIDriver' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -70669,7 +69577,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -70681,7 +69589,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -70693,7 +69601,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -70732,7 +69640,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -70744,7 +69652,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSIDriver' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -70817,7 +69725,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -70829,7 +69737,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSIDriver' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -70877,7 +69785,7 @@ paths: $ref: '#/components/schemas/v1beta1.CSIDriver' required: true responses: - 200: + "200": content: application/json: schema: @@ -70889,7 +69797,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSIDriver' description: OK - 201: + "201": content: application/json: schema: @@ -70901,7 +69809,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSIDriver' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -70922,14 +69830,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -71010,12 +69910,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -71023,7 +69917,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -71035,7 +69929,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -71114,7 +70008,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -71132,7 +70026,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSINodeList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -71173,7 +70067,7 @@ paths: $ref: '#/components/schemas/v1beta1.CSINode' required: true responses: - 200: + "200": content: application/json: schema: @@ -71185,7 +70079,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSINode' description: OK - 201: + "201": content: application/json: schema: @@ -71197,7 +70091,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSINode' description: Created - 202: + "202": content: application/json: schema: @@ -71209,7 +70103,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSINode' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -71279,7 +70173,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -71291,7 +70185,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -71303,7 +70197,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -71342,7 +70236,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -71354,7 +70248,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSINode' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -71427,7 +70321,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -71439,7 +70333,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSINode' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -71487,7 +70381,7 @@ paths: $ref: '#/components/schemas/v1beta1.CSINode' required: true responses: - 200: + "200": content: application/json: schema: @@ -71499,7 +70393,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSINode' description: OK - 201: + "201": content: application/json: schema: @@ -71511,7 +70405,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.CSINode' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -71532,14 +70426,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -71620,12 +70506,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -71633,7 +70513,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -71645,7 +70525,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -71724,7 +70604,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -71742,7 +70622,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StorageClassList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -71783,7 +70663,7 @@ paths: $ref: '#/components/schemas/v1beta1.StorageClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -71795,7 +70675,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StorageClass' description: OK - 201: + "201": content: application/json: schema: @@ -71807,7 +70687,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StorageClass' description: Created - 202: + "202": content: application/json: schema: @@ -71819,7 +70699,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StorageClass' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -71889,7 +70769,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -71901,7 +70781,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -71913,7 +70793,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -71952,7 +70832,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -71964,7 +70844,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StorageClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -72037,7 +70917,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -72049,7 +70929,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StorageClass' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -72097,7 +70977,7 @@ paths: $ref: '#/components/schemas/v1beta1.StorageClass' required: true responses: - 200: + "200": content: application/json: schema: @@ -72109,7 +70989,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StorageClass' description: OK - 201: + "201": content: application/json: schema: @@ -72121,7 +71001,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.StorageClass' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -72142,14 +71022,6 @@ paths: name: pretty schema: type: string - - description: |- - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. - - This field is beta. - in: query - name: allowWatchBookmarks - schema: - type: boolean - description: |- The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". @@ -72230,12 +71102,6 @@ paths: name: timeoutSeconds schema: type: integer - - description: Watch for changes to the described resources and return them - as a stream of add, update, and remove notifications. Specify resourceVersion. - in: query - name: watch - schema: - type: boolean requestBody: content: '*/*': @@ -72243,7 +71109,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -72255,7 +71121,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -72334,7 +71200,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -72352,7 +71218,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.VolumeAttachmentList' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -72393,7 +71259,7 @@ paths: $ref: '#/components/schemas/v1beta1.VolumeAttachment' required: true responses: - 200: + "200": content: application/json: schema: @@ -72405,7 +71271,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.VolumeAttachment' description: OK - 201: + "201": content: application/json: schema: @@ -72417,7 +71283,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.VolumeAttachment' description: Created - 202: + "202": content: application/json: schema: @@ -72429,7 +71295,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.VolumeAttachment' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -72499,7 +71365,7 @@ paths: $ref: '#/components/schemas/v1.DeleteOptions' required: false responses: - 200: + "200": content: application/json: schema: @@ -72511,7 +71377,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: OK - 202: + "202": content: application/json: schema: @@ -72523,7 +71389,7 @@ paths: schema: $ref: '#/components/schemas/v1.Status' description: Accepted - 401: + "401": content: {} description: Unauthorized tags: @@ -72562,7 +71428,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -72574,7 +71440,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.VolumeAttachment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -72647,7 +71513,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -72659,7 +71525,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.VolumeAttachment' description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -72707,7 +71573,7 @@ paths: $ref: '#/components/schemas/v1beta1.VolumeAttachment' required: true responses: - 200: + "200": content: application/json: schema: @@ -72719,7 +71585,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.VolumeAttachment' description: OK - 201: + "201": content: application/json: schema: @@ -72731,7 +71597,7 @@ paths: schema: $ref: '#/components/schemas/v1beta1.VolumeAttachment' description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -72754,7 +71620,7 @@ paths: get: operationId: logFileListHandler responses: - 401: + "401": content: {} description: Unauthorized tags: @@ -72770,7 +71636,7 @@ paths: schema: type: string responses: - 401: + "401": content: {} description: Unauthorized tags: @@ -72780,18 +71646,104 @@ paths: description: get the code version operationId: getCode responses: - 200: + "200": content: application/json: schema: $ref: '#/components/schemas/version.Info' description: OK - 401: + "401": content: {} description: Unauthorized tags: - version /apis/{group}/{version}/namespaces/{namespace}/{plural}: + delete: + description: Delete collection of namespace scoped custom objects + operationId: deleteCollectionNamespacedCustomObject + parameters: + - description: If 'true', then the output is pretty printed. + in: query + name: pretty + schema: + type: string + - description: The custom resource's group name + in: path + name: group + required: true + schema: + type: string + - description: The custom resource's version + in: path + name: version + required: true + schema: + type: string + - description: The custom resource's namespace + in: path + name: namespace + required: true + schema: + type: string + - description: The custom resource's plural name. For TPRs this would be lowercase + plural kind. + in: path + name: plural + required: true + schema: + type: string + - description: The duration in seconds before the object should be deleted. + Value must be non-negative integer. The value zero indicates delete immediately. + If this value is nil, the default grace period for the specified type will + be used. Defaults to a per object value if not specified. zero means delete + immediately. + in: query + name: gracePeriodSeconds + schema: + type: integer + - description: 'Deprecated: please use the PropagationPolicy, this field will + be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, + the "orphan" finalizer will be added to/removed from the object''s finalizers + list. Either this field or PropagationPolicy may be set, but not both.' + in: query + name: orphanDependents + schema: + type: boolean + - description: Whether and how garbage collection will be performed. Either + this field or OrphanDependents may be set, but not both. The default policy + is decided by the existing finalizer set in the metadata.finalizers and + the resource-specific default policy. + in: query + name: propagationPolicy + schema: + type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + requestBody: + content: + '*/*': + schema: + $ref: '#/components/schemas/v1.DeleteOptions' + required: false + responses: + "200": + content: + application/json: + schema: + type: object + description: OK + "401": + content: {} + description: Unauthorized + tags: + - custom_objects + x-codegen-request-body-name: body get: description: list or watch namespace scoped custom objects operationId: listNamespacedCustomObject @@ -72826,6 +71778,14 @@ paths: required: true schema: type: string + - description: |- + The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + + This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + in: query + name: continue + schema: + type: string - description: A selector to restrict the list of returned objects by their fields. Defaults to everything. in: query @@ -72838,6 +71798,14 @@ paths: name: labelSelector schema: type: string + - description: |- + limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + + The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + in: query + name: limit + schema: + type: integer - description: 'When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned @@ -72861,7 +71829,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -72870,7 +71838,7 @@ paths: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -72909,6 +71877,21 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + in: query + name: fieldManager + schema: + type: string requestBody: content: '*/*': @@ -72917,19 +71900,99 @@ paths: description: The JSON schema of the Resource to create. required: true responses: - 201: + "201": content: application/json: schema: type: object description: Created - 401: + "401": content: {} description: Unauthorized tags: - custom_objects x-codegen-request-body-name: body /apis/{group}/{version}/{plural}: + delete: + description: Delete collection of cluster scoped custom objects + operationId: deleteCollectionClusterCustomObject + parameters: + - description: If 'true', then the output is pretty printed. + in: query + name: pretty + schema: + type: string + - description: The custom resource's group name + in: path + name: group + required: true + schema: + type: string + - description: The custom resource's version + in: path + name: version + required: true + schema: + type: string + - description: The custom resource's plural name. For TPRs this would be lowercase + plural kind. + in: path + name: plural + required: true + schema: + type: string + - description: The duration in seconds before the object should be deleted. + Value must be non-negative integer. The value zero indicates delete immediately. + If this value is nil, the default grace period for the specified type will + be used. Defaults to a per object value if not specified. zero means delete + immediately. + in: query + name: gracePeriodSeconds + schema: + type: integer + - description: 'Deprecated: please use the PropagationPolicy, this field will + be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, + the "orphan" finalizer will be added to/removed from the object''s finalizers + list. Either this field or PropagationPolicy may be set, but not both.' + in: query + name: orphanDependents + schema: + type: boolean + - description: Whether and how garbage collection will be performed. Either + this field or OrphanDependents may be set, but not both. The default policy + is decided by the existing finalizer set in the metadata.finalizers and + the resource-specific default policy. + in: query + name: propagationPolicy + schema: + type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + requestBody: + content: + '*/*': + schema: + $ref: '#/components/schemas/v1.DeleteOptions' + required: false + responses: + "200": + content: + application/json: + schema: + type: object + description: OK + "401": + content: {} + description: Unauthorized + tags: + - custom_objects + x-codegen-request-body-name: body get: description: list or watch cluster scoped custom objects operationId: listClusterCustomObject @@ -72958,6 +72021,14 @@ paths: required: true schema: type: string + - description: |- + The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + + This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + in: query + name: continue + schema: + type: string - description: A selector to restrict the list of returned objects by their fields. Defaults to everything. in: query @@ -72970,6 +72041,14 @@ paths: name: labelSelector schema: type: string + - description: |- + limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + + The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + in: query + name: limit + schema: + type: integer - description: 'When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned @@ -72993,7 +72072,7 @@ paths: schema: type: boolean responses: - 200: + "200": content: application/json: schema: @@ -73002,7 +72081,7 @@ paths: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -73035,6 +72114,23 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + This field is required for apply requests (application/apply-patch) but + optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + in: query + name: fieldManager + schema: + type: string requestBody: content: '*/*': @@ -73043,13 +72139,13 @@ paths: description: The JSON schema of the Resource to create. required: true responses: - 201: + "201": content: application/json: schema: type: object description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -73086,7 +72182,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -73098,7 +72194,7 @@ paths: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -73133,6 +72229,30 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + This field is required for apply requests (application/apply-patch) but + optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + in: query + name: fieldManager + schema: + type: string + - description: Force is going to "force" Apply requests. It means user will + re-acquire conflicting fields owned by other people. Force flag must be + unset for non-apply patch requests. + in: query + name: force + schema: + type: boolean requestBody: content: application/json-patch+json: @@ -73145,7 +72265,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -73157,7 +72277,7 @@ paths: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -73192,6 +72312,21 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + in: query + name: fieldManager + schema: + type: string requestBody: content: '*/*': @@ -73199,7 +72334,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -73211,7 +72346,7 @@ paths: schema: type: object description: OK - 201: + "201": content: application/json: schema: @@ -73223,7 +72358,7 @@ paths: schema: type: object description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -73290,20 +72425,28 @@ paths: name: propagationPolicy schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string requestBody: content: '*/*': schema: $ref: '#/components/schemas/v1.DeleteOptions' - required: true + required: false responses: - 200: + "200": content: application/json: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -73345,13 +72488,13 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: type: object description: A single Resource - 401: + "401": content: {} description: Unauthorized tags: @@ -73391,6 +72534,30 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + This field is required for apply requests (application/apply-patch) but + optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + in: query + name: fieldManager + schema: + type: string + - description: Force is going to "force" Apply requests. It means user will + re-acquire conflicting fields owned by other people. Force flag must be + unset for non-apply patch requests. + in: query + name: force + schema: + type: boolean requestBody: content: application/json-patch+json: @@ -73402,13 +72569,13 @@ paths: description: The JSON schema of the Resource to patch. required: true responses: - 200: + "200": content: application/json: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -73449,6 +72616,21 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + in: query + name: fieldManager + schema: + type: string requestBody: content: '*/*': @@ -73457,13 +72639,13 @@ paths: description: The JSON schema of the Resource to replace. required: true responses: - 200: + "200": content: application/json: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -73506,7 +72688,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -73518,7 +72700,7 @@ paths: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -73559,6 +72741,30 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + This field is required for apply requests (application/apply-patch) but + optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + in: query + name: fieldManager + schema: + type: string + - description: Force is going to "force" Apply requests. It means user will + re-acquire conflicting fields owned by other people. Force flag must be + unset for non-apply patch requests. + in: query + name: force + schema: + type: boolean requestBody: content: application/json-patch+json: @@ -73569,9 +72775,13 @@ paths: schema: description: The JSON schema of the Resource to patch. type: object + application/apply-patch+yaml: + schema: + description: The JSON schema of the Resource to patch. + type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -73583,7 +72793,7 @@ paths: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -73624,6 +72834,21 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + in: query + name: fieldManager + schema: + type: string requestBody: content: '*/*': @@ -73631,7 +72856,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -73643,7 +72868,7 @@ paths: schema: type: object description: OK - 201: + "201": content: application/json: schema: @@ -73655,7 +72880,7 @@ paths: schema: type: object description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -73692,7 +72917,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -73704,7 +72929,7 @@ paths: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -73738,6 +72963,30 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + This field is required for apply requests (application/apply-patch) but + optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + in: query + name: fieldManager + schema: + type: string + - description: Force is going to "force" Apply requests. It means user will + re-acquire conflicting fields owned by other people. Force flag must be + unset for non-apply patch requests. + in: query + name: force + schema: + type: boolean requestBody: content: application/json-patch+json: @@ -73750,7 +72999,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -73762,7 +73011,7 @@ paths: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -73797,6 +73046,21 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + in: query + name: fieldManager + schema: + type: string requestBody: content: '*/*': @@ -73804,7 +73068,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -73816,7 +73080,7 @@ paths: schema: type: object description: OK - 201: + "201": content: application/json: schema: @@ -73828,7 +73092,7 @@ paths: schema: type: object description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -73889,20 +73153,28 @@ paths: name: propagationPolicy schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string requestBody: content: '*/*': schema: $ref: '#/components/schemas/v1.DeleteOptions' - required: true + required: false responses: - 200: + "200": content: application/json: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -73938,13 +73210,13 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: type: object description: A single Resource - 401: + "401": content: {} description: Unauthorized tags: @@ -73978,6 +73250,30 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + This field is required for apply requests (application/apply-patch) but + optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + in: query + name: fieldManager + schema: + type: string + - description: Force is going to "force" Apply requests. It means user will + re-acquire conflicting fields owned by other people. Force flag must be + unset for non-apply patch requests. + in: query + name: force + schema: + type: boolean requestBody: content: application/json-patch+json: @@ -73989,13 +73285,13 @@ paths: description: The JSON schema of the Resource to patch. required: true responses: - 200: + "200": content: application/json: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -74030,6 +73326,21 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + in: query + name: fieldManager + schema: + type: string requestBody: content: '*/*': @@ -74038,13 +73349,13 @@ paths: description: The JSON schema of the Resource to replace. required: true responses: - 200: + "200": content: application/json: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -74087,7 +73398,7 @@ paths: schema: type: string responses: - 200: + "200": content: application/json: schema: @@ -74099,7 +73410,7 @@ paths: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -74140,6 +73451,30 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + This field is required for apply requests (application/apply-patch) but + optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + in: query + name: fieldManager + schema: + type: string + - description: Force is going to "force" Apply requests. It means user will + re-acquire conflicting fields owned by other people. Force flag must be + unset for non-apply patch requests. + in: query + name: force + schema: + type: boolean requestBody: content: application/json-patch+json: @@ -74150,9 +73485,13 @@ paths: schema: description: The JSON schema of the Resource to patch. type: object + application/apply-patch+yaml: + schema: + description: The JSON schema of the Resource to patch. + type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -74164,7 +73503,7 @@ paths: schema: type: object description: OK - 401: + "401": content: {} description: Unauthorized tags: @@ -74205,6 +73544,21 @@ paths: required: true schema: type: string + - description: 'When present, indicates that modifications should not be persisted. + An invalid or unrecognized dryRun directive will result in an error response + and no further processing of the request. Valid values are: - All: all dry + run stages will be processed' + in: query + name: dryRun + schema: + type: string + - description: fieldManager is a name associated with the actor or entity that + is making these changes. The value must be less than or 128 characters long, + and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + in: query + name: fieldManager + schema: + type: string requestBody: content: '*/*': @@ -74212,7 +73566,7 @@ paths: type: object required: true responses: - 200: + "200": content: application/json: schema: @@ -74224,7 +73578,7 @@ paths: schema: type: object description: OK - 201: + "201": content: application/json: schema: @@ -74236,7 +73590,7 @@ paths: schema: type: object description: Created - 401: + "401": content: {} description: Unauthorized tags: @@ -168792,7 +168146,8 @@ components: may be used on any type of list (struct, scalar, ...). 2) `set`: Sets are lists that must not have multiple items with the same value. Each - value must be a scalar (or another atomic type). + value must be a scalar, an object with x-kubernetes-map-type `atomic` or an + array with x-kubernetes-list-type `atomic`. 3) `map`: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag @@ -309641,7 +308996,8 @@ components: may be used on any type of list (struct, scalar, ...). 2) `set`: Sets are lists that must not have multiple items with the same value. Each - value must be a scalar (or another atomic type). + value must be a scalar, an object with x-kubernetes-map-type `atomic` or an + array with x-kubernetes-list-type `atomic`. 3) `map`: These lists are like maps in that their elements have a non-index key used to identify them. Order is preserved upon merge. The map tag diff --git a/kubernetes/stack.yaml b/kubernetes/stack.yaml index 7023285..3668952 100644 --- a/kubernetes/stack.yaml +++ b/kubernetes/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-14.7 +resolver: lts-14.27 build: haddock-arguments: haddock-args: diff --git a/kubernetes/swagger.json b/kubernetes/swagger.json index 385bd8b..556aad4 100644 --- a/kubernetes/swagger.json +++ b/kubernetes/swagger.json @@ -6814,7 +6814,7 @@ "type": "array" }, "x-kubernetes-list-type": { - "description": "x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar (or another atomic type).\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.", + "description": "x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar, an object with x-kubernetes-map-type `atomic` or an\n array with x-kubernetes-list-type `atomic`.\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.", "type": "string" }, "x-kubernetes-preserve-unknown-fields": { @@ -19153,7 +19153,7 @@ "type": "array" }, "x-kubernetes-list-type": { - "description": "x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar (or another atomic type).\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.", + "description": "x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar, an object with x-kubernetes-map-type `atomic` or an\n array with x-kubernetes-list-type `atomic`.\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.", "type": "string" }, "x-kubernetes-preserve-unknown-fields": { @@ -20123,7 +20123,7 @@ }, "info": { "title": "Kubernetes", - "version": "v1.16.2" + "version": "release-1.16" }, "paths": { "/api/": { @@ -21043,13 +21043,6 @@ "description": "delete collection of ConfigMap", "operationId": "deleteCollectionNamespacedConfigMap", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -21126,13 +21119,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -21162,7 +21148,8 @@ "group": "", "kind": "ConfigMap", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -21651,13 +21638,6 @@ "description": "delete collection of Endpoints", "operationId": "deleteCollectionNamespacedEndpoints", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -21734,13 +21714,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -21770,7 +21743,8 @@ "group": "", "kind": "Endpoints", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -22259,13 +22233,6 @@ "description": "delete collection of Event", "operationId": "deleteCollectionNamespacedEvent", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -22342,13 +22309,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -22378,7 +22338,8 @@ "group": "", "kind": "Event", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -22867,13 +22828,6 @@ "description": "delete collection of LimitRange", "operationId": "deleteCollectionNamespacedLimitRange", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -22950,13 +22904,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -22986,7 +22933,8 @@ "group": "", "kind": "LimitRange", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -23475,13 +23423,6 @@ "description": "delete collection of PersistentVolumeClaim", "operationId": "deleteCollectionNamespacedPersistentVolumeClaim", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -23558,13 +23499,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -23594,7 +23528,8 @@ "group": "", "kind": "PersistentVolumeClaim", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -24282,13 +24217,6 @@ "description": "delete collection of Pod", "operationId": "deleteCollectionNamespacedPod", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -24365,13 +24293,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -24401,7 +24322,8 @@ "group": "", "kind": "Pod", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -26265,13 +26187,6 @@ "description": "delete collection of PodTemplate", "operationId": "deleteCollectionNamespacedPodTemplate", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -26348,13 +26263,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -26384,7 +26292,8 @@ "group": "", "kind": "PodTemplate", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -26873,13 +26782,6 @@ "description": "delete collection of ReplicationController", "operationId": "deleteCollectionNamespacedReplicationController", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -26956,13 +26858,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -26992,7 +26887,8 @@ "group": "", "kind": "ReplicationController", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -27879,13 +27775,6 @@ "description": "delete collection of ResourceQuota", "operationId": "deleteCollectionNamespacedResourceQuota", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -27962,13 +27851,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -27998,7 +27880,8 @@ "group": "", "kind": "ResourceQuota", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -28686,13 +28569,6 @@ "description": "delete collection of Secret", "operationId": "deleteCollectionNamespacedSecret", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -28769,13 +28645,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -28805,7 +28674,8 @@ "group": "", "kind": "Secret", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -29294,13 +29164,6 @@ "description": "delete collection of ServiceAccount", "operationId": "deleteCollectionNamespacedServiceAccount", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -29377,13 +29240,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -29413,7 +29269,8 @@ "group": "", "kind": "ServiceAccount", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -31766,13 +31623,6 @@ "description": "delete collection of Node", "operationId": "deleteCollectionNode", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -31849,13 +31699,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -31885,7 +31728,8 @@ "group": "", "kind": "Node", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -33161,13 +33005,6 @@ "description": "delete collection of PersistentVolume", "operationId": "deleteCollectionPersistentVolume", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -33244,13 +33081,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -33280,7 +33110,8 @@ "group": "", "kind": "PersistentVolume", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -37897,13 +37728,6 @@ "description": "delete collection of MutatingWebhookConfiguration", "operationId": "deleteCollectionMutatingWebhookConfiguration", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -37980,13 +37804,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -38016,7 +37833,8 @@ "group": "admissionregistration.k8s.io", "kind": "MutatingWebhookConfiguration", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -38489,13 +38307,6 @@ "description": "delete collection of ValidatingWebhookConfiguration", "operationId": "deleteCollectionValidatingWebhookConfiguration", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -38572,13 +38383,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -38608,7 +38412,8 @@ "group": "admissionregistration.k8s.io", "kind": "ValidatingWebhookConfiguration", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -39398,13 +39203,6 @@ "description": "delete collection of MutatingWebhookConfiguration", "operationId": "deleteCollectionMutatingWebhookConfiguration", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -39481,13 +39279,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -39517,7 +39308,8 @@ "group": "admissionregistration.k8s.io", "kind": "MutatingWebhookConfiguration", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -39990,13 +39782,6 @@ "description": "delete collection of ValidatingWebhookConfiguration", "operationId": "deleteCollectionValidatingWebhookConfiguration", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -40073,13 +39858,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -40109,7 +39887,8 @@ "group": "admissionregistration.k8s.io", "kind": "ValidatingWebhookConfiguration", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -40932,13 +40711,6 @@ "description": "delete collection of CustomResourceDefinition", "operationId": "deleteCollectionCustomResourceDefinition", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -41015,13 +40787,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -41051,7 +40816,8 @@ "group": "apiextensions.k8s.io", "kind": "CustomResourceDefinition", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -41890,13 +41656,6 @@ "description": "delete collection of CustomResourceDefinition", "operationId": "deleteCollectionCustomResourceDefinition", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -41973,13 +41732,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -42009,7 +41761,8 @@ "group": "apiextensions.k8s.io", "kind": "CustomResourceDefinition", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -42881,13 +42634,6 @@ "description": "delete collection of APIService", "operationId": "deleteCollectionAPIService", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -42964,13 +42710,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -43000,7 +42739,8 @@ "group": "apiregistration.k8s.io", "kind": "APIService", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -43839,13 +43579,6 @@ "description": "delete collection of APIService", "operationId": "deleteCollectionAPIService", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -43922,13 +43655,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -43958,7 +43684,8 @@ "group": "apiregistration.k8s.io", "kind": "APIService", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -45142,13 +44869,6 @@ "description": "delete collection of ControllerRevision", "operationId": "deleteCollectionNamespacedControllerRevision", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -45225,13 +44945,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -45261,7 +44974,8 @@ "group": "apps", "kind": "ControllerRevision", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -45750,13 +45464,6 @@ "description": "delete collection of DaemonSet", "operationId": "deleteCollectionNamespacedDaemonSet", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -45833,13 +45540,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -45869,7 +45569,8 @@ "group": "apps", "kind": "DaemonSet", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -46557,13 +46258,6 @@ "description": "delete collection of Deployment", "operationId": "deleteCollectionNamespacedDeployment", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -46640,13 +46334,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -46676,7 +46363,8 @@ "group": "apps", "kind": "Deployment", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -47563,13 +47251,6 @@ "description": "delete collection of ReplicaSet", "operationId": "deleteCollectionNamespacedReplicaSet", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -47646,13 +47327,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -47682,7 +47356,8 @@ "group": "apps", "kind": "ReplicaSet", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -48569,13 +48244,6 @@ "description": "delete collection of StatefulSet", "operationId": "deleteCollectionNamespacedStatefulSet", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -48652,13 +48320,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -48688,7 +48349,8 @@ "group": "apps", "kind": "StatefulSet", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -51149,13 +50811,6 @@ "description": "delete collection of ControllerRevision", "operationId": "deleteCollectionNamespacedControllerRevision", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -51232,13 +50887,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -51268,7 +50916,8 @@ "group": "apps", "kind": "ControllerRevision", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -51757,13 +51406,6 @@ "description": "delete collection of Deployment", "operationId": "deleteCollectionNamespacedDeployment", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -51840,13 +51482,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -51876,7 +51511,8 @@ "group": "apps", "kind": "Deployment", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -52862,13 +52498,6 @@ "description": "delete collection of StatefulSet", "operationId": "deleteCollectionNamespacedStatefulSet", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -52945,13 +52574,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -52981,7 +52603,8 @@ "group": "apps", "kind": "StatefulSet", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -54992,13 +54615,6 @@ "description": "delete collection of ControllerRevision", "operationId": "deleteCollectionNamespacedControllerRevision", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -55075,13 +54691,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -55111,7 +54720,8 @@ "group": "apps", "kind": "ControllerRevision", "version": "v1beta2" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -55600,13 +55210,6 @@ "description": "delete collection of DaemonSet", "operationId": "deleteCollectionNamespacedDaemonSet", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -55683,13 +55286,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -55719,7 +55315,8 @@ "group": "apps", "kind": "DaemonSet", "version": "v1beta2" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -56407,13 +56004,6 @@ "description": "delete collection of Deployment", "operationId": "deleteCollectionNamespacedDeployment", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -56490,13 +56080,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -56526,7 +56109,8 @@ "group": "apps", "kind": "Deployment", "version": "v1beta2" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -57413,13 +56997,6 @@ "description": "delete collection of ReplicaSet", "operationId": "deleteCollectionNamespacedReplicaSet", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -57496,13 +57073,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -57532,7 +57102,8 @@ "group": "apps", "kind": "ReplicaSet", "version": "v1beta2" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -58419,13 +57990,6 @@ "description": "delete collection of StatefulSet", "operationId": "deleteCollectionNamespacedStatefulSet", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -58502,13 +58066,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -58538,7 +58095,8 @@ "group": "apps", "kind": "StatefulSet", "version": "v1beta2" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -60824,13 +60382,6 @@ "description": "delete collection of AuditSink", "operationId": "deleteCollectionAuditSink", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -60907,13 +60458,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -60943,7 +60487,8 @@ "group": "auditregistration.k8s.io", "kind": "AuditSink", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -62772,13 +62317,6 @@ "description": "delete collection of HorizontalPodAutoscaler", "operationId": "deleteCollectionNamespacedHorizontalPodAutoscaler", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -62855,13 +62393,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -62891,7 +62422,8 @@ "group": "autoscaling", "kind": "HorizontalPodAutoscaler", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -63941,13 +63473,6 @@ "description": "delete collection of HorizontalPodAutoscaler", "operationId": "deleteCollectionNamespacedHorizontalPodAutoscaler", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -64024,13 +63549,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -64060,7 +63578,8 @@ "group": "autoscaling", "kind": "HorizontalPodAutoscaler", "version": "v2beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -65110,13 +64629,6 @@ "description": "delete collection of HorizontalPodAutoscaler", "operationId": "deleteCollectionNamespacedHorizontalPodAutoscaler", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -65193,13 +64705,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -65229,7 +64734,8 @@ "group": "autoscaling", "kind": "HorizontalPodAutoscaler", "version": "v2beta2" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -66312,13 +65818,6 @@ "description": "delete collection of Job", "operationId": "deleteCollectionNamespacedJob", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -66395,13 +65894,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -66431,7 +65923,8 @@ "group": "batch", "kind": "Job", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -67481,13 +66974,6 @@ "description": "delete collection of CronJob", "operationId": "deleteCollectionNamespacedCronJob", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -67564,13 +67050,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -67600,7 +67079,8 @@ "group": "batch", "kind": "CronJob", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -68650,13 +68130,6 @@ "description": "delete collection of CronJob", "operationId": "deleteCollectionNamespacedCronJob", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -68733,13 +68206,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -68769,7 +68235,8 @@ "group": "batch", "kind": "CronJob", "version": "v2alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -69748,13 +69215,6 @@ "description": "delete collection of CertificateSigningRequest", "operationId": "deleteCollectionCertificateSigningRequest", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -69831,13 +69291,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -69867,7 +69320,8 @@ "group": "certificates.k8s.io", "kind": "CertificateSigningRequest", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -70928,13 +70382,6 @@ "description": "delete collection of Lease", "operationId": "deleteCollectionNamespacedLease", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -71011,13 +70458,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -71047,7 +70487,8 @@ "group": "coordination.k8s.io", "kind": "Lease", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -71898,13 +71339,6 @@ "description": "delete collection of Lease", "operationId": "deleteCollectionNamespacedLease", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -71981,13 +71415,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -72017,7 +71444,8 @@ "group": "coordination.k8s.io", "kind": "Lease", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -72901,13 +72329,6 @@ "description": "delete collection of EndpointSlice", "operationId": "deleteCollectionNamespacedEndpointSlice", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -72984,13 +72405,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -73020,7 +72434,8 @@ "group": "discovery.k8s.io", "kind": "EndpointSlice", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -73904,13 +73319,6 @@ "description": "delete collection of Event", "operationId": "deleteCollectionNamespacedEvent", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -73987,13 +73395,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -74023,7 +73424,8 @@ "group": "events.k8s.io", "kind": "Event", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -75115,13 +74517,6 @@ "description": "delete collection of DaemonSet", "operationId": "deleteCollectionNamespacedDaemonSet", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -75198,13 +74593,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -75234,7 +74622,8 @@ "group": "extensions", "kind": "DaemonSet", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -75922,13 +75311,6 @@ "description": "delete collection of Deployment", "operationId": "deleteCollectionNamespacedDeployment", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -76005,13 +75387,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -76041,7 +75416,8 @@ "group": "extensions", "kind": "Deployment", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -77027,13 +76403,6 @@ "description": "delete collection of Ingress", "operationId": "deleteCollectionNamespacedIngress", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -77110,13 +76479,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -77146,7 +76508,8 @@ "group": "extensions", "kind": "Ingress", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -77834,13 +77197,6 @@ "description": "delete collection of NetworkPolicy", "operationId": "deleteCollectionNamespacedNetworkPolicy", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -77917,13 +77273,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -77953,7 +77302,8 @@ "group": "extensions", "kind": "NetworkPolicy", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -78442,13 +77792,6 @@ "description": "delete collection of ReplicaSet", "operationId": "deleteCollectionNamespacedReplicaSet", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -78525,13 +77868,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -78561,7 +77897,8 @@ "group": "extensions", "kind": "ReplicaSet", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -79751,13 +79088,6 @@ "description": "delete collection of PodSecurityPolicy", "operationId": "deleteCollectionPodSecurityPolicy", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -79834,13 +79164,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -79870,7 +79193,8 @@ "group": "extensions", "kind": "PodSecurityPolicy", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -81780,13 +81104,6 @@ "description": "delete collection of NetworkPolicy", "operationId": "deleteCollectionNamespacedNetworkPolicy", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -81863,13 +81180,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -81899,7 +81209,8 @@ "group": "networking.k8s.io", "kind": "NetworkPolicy", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -82854,13 +82165,6 @@ "description": "delete collection of Ingress", "operationId": "deleteCollectionNamespacedIngress", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -82937,13 +82241,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -82973,7 +82270,8 @@ "group": "networking.k8s.io", "kind": "Ingress", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -83952,13 +83250,6 @@ "description": "delete collection of RuntimeClass", "operationId": "deleteCollectionRuntimeClass", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -84035,13 +83326,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -84071,7 +83355,8 @@ "group": "node.k8s.io", "kind": "RuntimeClass", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -84719,13 +84004,6 @@ "description": "delete collection of RuntimeClass", "operationId": "deleteCollectionRuntimeClass", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -84802,13 +84080,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -84838,7 +84109,8 @@ "group": "node.k8s.io", "kind": "RuntimeClass", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -85519,13 +84791,6 @@ "description": "delete collection of PodDisruptionBudget", "operationId": "deleteCollectionNamespacedPodDisruptionBudget", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -85602,13 +84867,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -85638,7 +84896,8 @@ "group": "policy", "kind": "PodDisruptionBudget", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -86430,13 +85689,6 @@ "description": "delete collection of PodSecurityPolicy", "operationId": "deleteCollectionPodSecurityPolicy", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -86513,13 +85765,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -86549,7 +85794,8 @@ "group": "policy", "kind": "PodSecurityPolicy", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -87455,13 +86701,6 @@ "description": "delete collection of ClusterRoleBinding", "operationId": "deleteCollectionClusterRoleBinding", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -87538,13 +86777,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -87574,7 +86806,8 @@ "group": "rbac.authorization.k8s.io", "kind": "ClusterRoleBinding", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -88031,13 +87264,6 @@ "description": "delete collection of ClusterRole", "operationId": "deleteCollectionClusterRole", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -88114,13 +87340,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -88150,7 +87369,8 @@ "group": "rbac.authorization.k8s.io", "kind": "ClusterRole", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -88607,13 +87827,6 @@ "description": "delete collection of RoleBinding", "operationId": "deleteCollectionNamespacedRoleBinding", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -88690,13 +87903,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -88726,7 +87932,8 @@ "group": "rbac.authorization.k8s.io", "kind": "RoleBinding", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -89199,13 +88406,6 @@ "description": "delete collection of Role", "operationId": "deleteCollectionNamespacedRole", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -89282,13 +88482,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -89318,7 +88511,8 @@ "group": "rbac.authorization.k8s.io", "kind": "Role", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -90766,13 +89960,6 @@ "description": "delete collection of ClusterRoleBinding", "operationId": "deleteCollectionClusterRoleBinding", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -90849,13 +90036,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -90885,7 +90065,8 @@ "group": "rbac.authorization.k8s.io", "kind": "ClusterRoleBinding", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -91342,13 +90523,6 @@ "description": "delete collection of ClusterRole", "operationId": "deleteCollectionClusterRole", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -91425,13 +90599,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -91461,7 +90628,8 @@ "group": "rbac.authorization.k8s.io", "kind": "ClusterRole", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -91918,13 +91086,6 @@ "description": "delete collection of RoleBinding", "operationId": "deleteCollectionNamespacedRoleBinding", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -92001,13 +91162,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -92037,7 +91191,8 @@ "group": "rbac.authorization.k8s.io", "kind": "RoleBinding", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -92510,13 +91665,6 @@ "description": "delete collection of Role", "operationId": "deleteCollectionNamespacedRole", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -92593,13 +91741,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -92629,7 +91770,8 @@ "group": "rbac.authorization.k8s.io", "kind": "Role", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -94077,13 +93219,6 @@ "description": "delete collection of ClusterRoleBinding", "operationId": "deleteCollectionClusterRoleBinding", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -94160,13 +93295,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -94196,7 +93324,8 @@ "group": "rbac.authorization.k8s.io", "kind": "ClusterRoleBinding", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -94653,13 +93782,6 @@ "description": "delete collection of ClusterRole", "operationId": "deleteCollectionClusterRole", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -94736,13 +93858,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -94772,7 +93887,8 @@ "group": "rbac.authorization.k8s.io", "kind": "ClusterRole", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -95229,13 +94345,6 @@ "description": "delete collection of RoleBinding", "operationId": "deleteCollectionNamespacedRoleBinding", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -95312,13 +94421,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -95348,7 +94450,8 @@ "group": "rbac.authorization.k8s.io", "kind": "RoleBinding", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -95821,13 +94924,6 @@ "description": "delete collection of Role", "operationId": "deleteCollectionNamespacedRole", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -95904,13 +95000,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -95940,7 +95029,8 @@ "group": "rbac.authorization.k8s.io", "kind": "Role", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -97421,13 +96511,6 @@ "description": "delete collection of PriorityClass", "operationId": "deleteCollectionPriorityClass", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -97504,13 +96587,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -97540,7 +96616,8 @@ "group": "scheduling.k8s.io", "kind": "PriorityClass", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -98188,13 +97265,6 @@ "description": "delete collection of PriorityClass", "operationId": "deleteCollectionPriorityClass", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -98271,13 +97341,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -98307,7 +97370,8 @@ "group": "scheduling.k8s.io", "kind": "PriorityClass", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -98955,13 +98019,6 @@ "description": "delete collection of PriorityClass", "operationId": "deleteCollectionPriorityClass", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -99038,13 +98095,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -99074,7 +98124,8 @@ "group": "scheduling.k8s.io", "kind": "PriorityClass", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -99755,13 +98806,6 @@ "description": "delete collection of PodPreset", "operationId": "deleteCollectionNamespacedPodPreset", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -99838,13 +98882,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -99874,7 +98911,8 @@ "group": "settings.k8s.io", "kind": "PodPreset", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -100758,13 +99796,6 @@ "description": "delete collection of StorageClass", "operationId": "deleteCollectionStorageClass", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -100841,13 +99872,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -100877,7 +99901,8 @@ "group": "storage.k8s.io", "kind": "StorageClass", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -101350,13 +100375,6 @@ "description": "delete collection of VolumeAttachment", "operationId": "deleteCollectionVolumeAttachment", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -101433,13 +100451,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -101469,7 +100480,8 @@ "group": "storage.k8s.io", "kind": "VolumeAttachment", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -102450,13 +101462,6 @@ "description": "delete collection of VolumeAttachment", "operationId": "deleteCollectionVolumeAttachment", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -102533,13 +101538,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -102569,7 +101567,8 @@ "group": "storage.k8s.io", "kind": "VolumeAttachment", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -103217,13 +102216,6 @@ "description": "delete collection of CSIDriver", "operationId": "deleteCollectionCSIDriver", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -103300,13 +102292,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -103336,7 +102321,8 @@ "group": "storage.k8s.io", "kind": "CSIDriver", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -103809,13 +102795,6 @@ "description": "delete collection of CSINode", "operationId": "deleteCollectionCSINode", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -103892,13 +102871,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -103928,7 +102900,8 @@ "group": "storage.k8s.io", "kind": "CSINode", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -104401,13 +103374,6 @@ "description": "delete collection of StorageClass", "operationId": "deleteCollectionStorageClass", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -104484,13 +103450,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -104520,7 +103479,8 @@ "group": "storage.k8s.io", "kind": "StorageClass", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -104993,13 +103953,6 @@ "description": "delete collection of VolumeAttachment", "operationId": "deleteCollectionVolumeAttachment", "parameters": [ - { - "description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.\n\nThis field is beta.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -105076,13 +104029,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -105112,7 +104058,8 @@ "group": "storage.k8s.io", "kind": "VolumeAttachment", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -106242,6 +105189,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -106253,6 +105214,71 @@ ], "operationId": "createNamespacedCustomObject" }, + "delete": { + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "object" + } + }, + "401": { + "description": "Unauthorized" + } + }, + "schemes": [ + "https" + ], + "description": "Delete collection of namespace scoped custom objects", + "parameters": [ + { + "schema": { + "$ref": "#/definitions/v1.DeleteOptions" + }, + "name": "body", + "in": "body" + }, + { + "uniqueItems": true, + "in": "query", + "type": "integer", + "name": "gracePeriodSeconds", + "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately." + }, + { + "uniqueItems": true, + "in": "query", + "type": "boolean", + "name": "orphanDependents", + "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both." + }, + { + "uniqueItems": true, + "in": "query", + "type": "string", + "name": "propagationPolicy", + "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy." + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + } + ], + "produces": [ + "application/json" + ], + "x-codegen-request-body-name": "body", + "tags": [ + "custom_objects" + ], + "consumes": [ + "*/*" + ], + "operationId": "deleteCollectionNamespacedCustomObject" + }, "parameters": [ { "uniqueItems": true, @@ -106307,6 +105333,13 @@ ], "description": "list or watch namespace scoped custom objects", "parameters": [ + { + "uniqueItems": true, + "in": "query", + "type": "string", + "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", + "name": "continue" + }, { "uniqueItems": true, "in": "query", @@ -106321,6 +105354,13 @@ "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "name": "labelSelector" }, + { + "uniqueItems": true, + "in": "query", + "type": "integer", + "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", + "name": "limit" + }, { "uniqueItems": true, "in": "query", @@ -106382,6 +105422,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -106393,6 +105447,71 @@ ], "operationId": "createClusterCustomObject" }, + "delete": { + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "object" + } + }, + "401": { + "description": "Unauthorized" + } + }, + "schemes": [ + "https" + ], + "description": "Delete collection of cluster scoped custom objects", + "parameters": [ + { + "schema": { + "$ref": "#/definitions/v1.DeleteOptions" + }, + "name": "body", + "in": "body" + }, + { + "uniqueItems": true, + "in": "query", + "type": "integer", + "name": "gracePeriodSeconds", + "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately." + }, + { + "uniqueItems": true, + "in": "query", + "type": "boolean", + "name": "orphanDependents", + "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both." + }, + { + "uniqueItems": true, + "in": "query", + "type": "string", + "name": "propagationPolicy", + "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy." + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + } + ], + "produces": [ + "application/json" + ], + "x-codegen-request-body-name": "body", + "tags": [ + "custom_objects" + ], + "consumes": [ + "*/*" + ], + "operationId": "deleteCollectionClusterCustomObject" + }, "parameters": [ { "uniqueItems": true, @@ -106440,6 +105559,13 @@ ], "description": "list or watch cluster scoped custom objects", "parameters": [ + { + "uniqueItems": true, + "in": "query", + "type": "string", + "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", + "name": "continue" + }, { "uniqueItems": true, "in": "query", @@ -106454,6 +105580,13 @@ "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "name": "labelSelector" }, + { + "uniqueItems": true, + "in": "query", + "type": "integer", + "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", + "name": "limit" + }, { "uniqueItems": true, "in": "query", @@ -106520,6 +105653,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -106561,6 +105708,27 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "produces": [ @@ -106664,6 +105832,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -106703,6 +105885,27 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "produces": [ @@ -106739,7 +105942,6 @@ "schema": { "$ref": "#/definitions/v1.DeleteOptions" }, - "required": true, "name": "body", "in": "body" }, @@ -106763,6 +105965,13 @@ "type": "string", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy." + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" } ], "produces": [ @@ -106873,6 +106082,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -106914,6 +106137,27 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "produces": [ @@ -106927,7 +106171,8 @@ ], "consumes": [ "application/json-patch+json", - "application/merge-patch+json" + "application/merge-patch+json", + "application/apply-patch+yaml" ], "operationId": "patchNamespacedCustomObjectScale" }, @@ -107029,6 +106274,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -107070,6 +106329,27 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "produces": [ @@ -107173,6 +106453,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -107212,6 +106506,27 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "produces": [ @@ -107248,7 +106563,6 @@ "schema": { "$ref": "#/definitions/v1.DeleteOptions" }, - "required": true, "name": "body", "in": "body" }, @@ -107272,6 +106586,13 @@ "type": "string", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy." + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" } ], "produces": [ @@ -107375,6 +106696,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -107416,6 +106751,27 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "produces": [ @@ -107429,7 +106785,8 @@ ], "consumes": [ "application/json-patch+json", - "application/merge-patch+json" + "application/merge-patch+json", + "application/apply-patch+yaml" ], "operationId": "patchNamespacedCustomObjectStatus" }, diff --git a/kubernetes/swagger.json.unprocessed b/kubernetes/swagger.json.unprocessed index 5ad034f..5b6f61a 100644 --- a/kubernetes/swagger.json.unprocessed +++ b/kubernetes/swagger.json.unprocessed @@ -17884,7 +17884,7 @@ "type": "array" }, "x-kubernetes-list-type": { - "description": "x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar (or another atomic type).\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.", + "description": "x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar, an object with x-kubernetes-map-type `atomic` or an\n array with x-kubernetes-list-type `atomic`.\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.", "type": "string" }, "x-kubernetes-preserve-unknown-fields": { @@ -18523,7 +18523,7 @@ "type": "array" }, "x-kubernetes-list-type": { - "description": "x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar (or another atomic type).\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.", + "description": "x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values:\n\n1) `atomic`: the list is treated as a single entity, like a scalar.\n Atomic lists will be entirely replaced when updated. This extension\n may be used on any type of list (struct, scalar, ...).\n2) `set`:\n Sets are lists that must not have multiple items with the same value. Each\n value must be a scalar, an object with x-kubernetes-map-type `atomic` or an\n array with x-kubernetes-list-type `atomic`.\n3) `map`:\n These lists are like maps in that their elements have a non-index key\n used to identify them. Order is preserved upon merge. The map tag\n must only be used on a list with elements of type object.\nDefaults to atomic for arrays.", "type": "string" }, "x-kubernetes-preserve-unknown-fields": { @@ -20106,7 +20106,7 @@ }, "info": { "title": "Kubernetes", - "version": "v1.16.2" + "version": "unversioned" }, "paths": { "/api/": {