|
2 | 2 | * Kubernetes
|
3 | 3 | * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
4 | 4 | *
|
5 |
| - * The version of the OpenAPI document: v1.21.1 |
| 5 | + * The version of the OpenAPI document: v1.22.2 |
6 | 6 | *
|
7 | 7 | *
|
8 | 8 | * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
9 | 9 | * https://openapi-generator.tech
|
10 | 10 | * Do not edit the class manually.
|
11 | 11 | */
|
12 | 12 |
|
13 |
| -import localVarRequest = require('request'); |
14 |
| -import http = require('http'); |
| 13 | + |
| 14 | +import localVarRequest from 'request'; |
| 15 | +import http from 'http'; |
15 | 16 |
|
16 | 17 | /* tslint:disable:no-unused-locals */
|
17 | 18 | import { V1APIResourceList } from '../model/v1APIResourceList';
|
@@ -781,7 +782,7 @@ export class AdmissionregistrationV1Api {
|
781 | 782 | /**
|
782 | 783 | * list or watch objects of kind MutatingWebhookConfiguration
|
783 | 784 | * @param pretty If \'true\', then the output is pretty printed.
|
784 |
| - * @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. |
| 785 | + * @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. |
785 | 786 | * @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.
|
786 | 787 | * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything.
|
787 | 788 | * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything.
|
@@ -895,7 +896,7 @@ export class AdmissionregistrationV1Api {
|
895 | 896 | /**
|
896 | 897 | * list or watch objects of kind ValidatingWebhookConfiguration
|
897 | 898 | * @param pretty If \'true\', then the output is pretty printed.
|
898 |
| - * @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. |
| 899 | + * @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. |
899 | 900 | * @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.
|
900 | 901 | * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything.
|
901 | 902 | * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything.
|
|
0 commit comments