@distilled.cloud/kubernetes 0.10.2 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client/api.d.ts +4 -4
- package/lib/client/api.d.ts.map +1 -1
- package/lib/services/admissionregistration.d.ts +6364 -97
- package/lib/services/admissionregistration.d.ts.map +1 -1
- package/lib/services/admissionregistration.js +54 -0
- package/lib/services/admissionregistration.js.map +1 -1
- package/lib/services/apiextensions.d.ts +1582 -14
- package/lib/services/apiextensions.d.ts.map +1 -1
- package/lib/services/apiextensions.js +9 -0
- package/lib/services/apiextensions.js.map +1 -1
- package/lib/services/apiregistration.d.ts +630 -14
- package/lib/services/apiregistration.d.ts.map +1 -1
- package/lib/services/apiregistration.js +9 -0
- package/lib/services/apiregistration.js.map +1 -1
- package/lib/services/apps.d.ts +58511 -78
- package/lib/services/apps.d.ts.map +1 -1
- package/lib/services/apps.js +47 -0
- package/lib/services/apps.js.map +1 -1
- package/lib/services/authentication.d.ts +143 -4
- package/lib/services/authentication.d.ts.map +1 -1
- package/lib/services/authentication.js +3 -0
- package/lib/services/authentication.js.map +1 -1
- package/lib/services/authorization.d.ts +336 -6
- package/lib/services/authorization.d.ts.map +1 -1
- package/lib/services/authorization.js +5 -0
- package/lib/services/authorization.js.map +1 -1
- package/lib/services/autoscaling.d.ts +3127 -31
- package/lib/services/autoscaling.d.ts.map +1 -1
- package/lib/services/autoscaling.js +17 -0
- package/lib/services/autoscaling.js.map +1 -1
- package/lib/services/batch.d.ts +28710 -30
- package/lib/services/batch.d.ts.map +1 -1
- package/lib/services/batch.js +17 -0
- package/lib/services/batch.js.map +1 -1
- package/lib/services/certificates.d.ts +2236 -51
- package/lib/services/certificates.d.ts.map +1 -1
- package/lib/services/certificates.js +30 -0
- package/lib/services/certificates.js.map +1 -1
- package/lib/services/coordination.d.ts +1267 -37
- package/lib/services/coordination.d.ts.map +1 -1
- package/lib/services/coordination.js +16 -0
- package/lib/services/coordination.js.map +1 -1
- package/lib/services/core.d.ts +64516 -243
- package/lib/services/core.d.ts.map +1 -1
- package/lib/services/core.js +116 -0
- package/lib/services/core.js.map +1 -1
- package/lib/services/discovery.d.ts +613 -13
- package/lib/services/discovery.d.ts.map +1 -1
- package/lib/services/discovery.js +6 -0
- package/lib/services/discovery.js.map +1 -1
- package/lib/services/events.d.ts +601 -13
- package/lib/services/events.d.ts.map +1 -1
- package/lib/services/events.js +6 -0
- package/lib/services/events.js.map +1 -1
- package/lib/services/flowcontrol-apiserver.d.ts +1456 -26
- package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
- package/lib/services/flowcontrol-apiserver.js +17 -0
- package/lib/services/flowcontrol-apiserver.js.map +1 -1
- package/lib/services/internal-apiserver.d.ts +598 -14
- package/lib/services/internal-apiserver.d.ts.map +1 -1
- package/lib/services/internal-apiserver.js +9 -0
- package/lib/services/internal-apiserver.js.map +1 -1
- package/lib/services/networking.d.ts +3914 -79
- package/lib/services/networking.d.ts.map +1 -1
- package/lib/services/networking.js +45 -0
- package/lib/services/networking.js.map +1 -1
- package/lib/services/node.d.ts +418 -11
- package/lib/services/node.d.ts.map +1 -1
- package/lib/services/node.js +6 -0
- package/lib/services/node.js.map +1 -1
- package/lib/services/policy.d.ts +808 -16
- package/lib/services/policy.d.ts.map +1 -1
- package/lib/services/policy.js +9 -0
- package/lib/services/policy.js.map +1 -1
- package/lib/services/rbac-authorization.d.ts +1576 -42
- package/lib/services/rbac-authorization.d.ts.map +1 -1
- package/lib/services/rbac-authorization.js +21 -0
- package/lib/services/rbac-authorization.js.map +1 -1
- package/lib/services/resource.d.ts +14825 -170
- package/lib/services/resource.d.ts.map +1 -1
- package/lib/services/resource.js +86 -0
- package/lib/services/resource.js.map +1 -1
- package/lib/services/scheduling.d.ts +1732 -37
- package/lib/services/scheduling.d.ts.map +1 -1
- package/lib/services/scheduling.js +19 -0
- package/lib/services/scheduling.js.map +1 -1
- package/lib/services/storage.d.ts +5034 -71
- package/lib/services/storage.d.ts.map +1 -1
- package/lib/services/storage.js +39 -0
- package/lib/services/storage.js.map +1 -1
- package/lib/services/storagemigration.d.ts +590 -14
- package/lib/services/storagemigration.d.ts.map +1 -1
- package/lib/services/storagemigration.js +9 -0
- package/lib/services/storagemigration.js.map +1 -1
- package/package.json +3 -2
- package/src/services/admissionregistration.ts +54 -0
- package/src/services/apiextensions.ts +9 -0
- package/src/services/apiregistration.ts +9 -0
- package/src/services/apps.ts +47 -0
- package/src/services/authentication.ts +3 -0
- package/src/services/authorization.ts +5 -0
- package/src/services/autoscaling.ts +17 -0
- package/src/services/batch.ts +17 -0
- package/src/services/certificates.ts +30 -0
- package/src/services/coordination.ts +16 -0
- package/src/services/core.ts +116 -0
- package/src/services/discovery.ts +6 -0
- package/src/services/events.ts +6 -0
- package/src/services/flowcontrol-apiserver.ts +17 -0
- package/src/services/internal-apiserver.ts +9 -0
- package/src/services/networking.ts +45 -0
- package/src/services/node.ts +6 -0
- package/src/services/policy.ts +9 -0
- package/src/services/rbac-authorization.ts +21 -0
- package/src/services/resource.ts +86 -0
- package/src/services/scheduling.ts +19 -0
- package/src/services/storage.ts +39 -0
- package/src/services/storagemigration.ts +9 -0
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
* DO NOT EDIT - regenerate with: bun run generate
|
|
6
6
|
*/
|
|
7
7
|
import * as Schema from "effect/Schema";
|
|
8
|
+
import * as API from "../client/api.ts";
|
|
9
|
+
import { Conflict, NotFound, UnprocessableEntity } from "../errors.ts";
|
|
8
10
|
export declare const CreateNetworkingV1IPAddressInput: Schema.Struct<{
|
|
9
11
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
10
12
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -61,7 +63,57 @@ export type CreateNetworkingV1IPAddressOutput = typeof CreateNetworkingV1IPAddre
|
|
|
61
63
|
* @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
|
|
62
64
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
63
65
|
*/
|
|
64
|
-
export declare const createNetworkingV1IPAddress:
|
|
66
|
+
export declare const createNetworkingV1IPAddress: API.OperationMethod<{
|
|
67
|
+
readonly dryRun?: string | undefined;
|
|
68
|
+
readonly fieldValidation?: string | undefined;
|
|
69
|
+
}, {
|
|
70
|
+
readonly apiVersion?: string | undefined;
|
|
71
|
+
readonly kind?: string | undefined;
|
|
72
|
+
readonly metadata?: {
|
|
73
|
+
readonly annotations?: {
|
|
74
|
+
readonly [x: string]: string;
|
|
75
|
+
} | undefined;
|
|
76
|
+
readonly creationTimestamp?: string | undefined;
|
|
77
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
78
|
+
readonly deletionTimestamp?: string | undefined;
|
|
79
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
80
|
+
readonly generateName?: string | undefined;
|
|
81
|
+
readonly generation?: number | undefined;
|
|
82
|
+
readonly labels?: {
|
|
83
|
+
readonly [x: string]: string;
|
|
84
|
+
} | undefined;
|
|
85
|
+
readonly managedFields?: readonly {
|
|
86
|
+
readonly apiVersion?: string | undefined;
|
|
87
|
+
readonly fieldsType?: string | undefined;
|
|
88
|
+
readonly fieldsV1?: unknown;
|
|
89
|
+
readonly manager?: string | undefined;
|
|
90
|
+
readonly operation?: string | undefined;
|
|
91
|
+
readonly subresource?: string | undefined;
|
|
92
|
+
readonly time?: string | undefined;
|
|
93
|
+
}[] | undefined;
|
|
94
|
+
readonly name?: string | undefined;
|
|
95
|
+
readonly namespace?: string | undefined;
|
|
96
|
+
readonly ownerReferences?: readonly {
|
|
97
|
+
readonly apiVersion: string;
|
|
98
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
99
|
+
readonly controller?: boolean | undefined;
|
|
100
|
+
readonly kind: string;
|
|
101
|
+
readonly name: string;
|
|
102
|
+
readonly uid: string;
|
|
103
|
+
}[] | undefined;
|
|
104
|
+
readonly resourceVersion?: string | undefined;
|
|
105
|
+
readonly selfLink?: string | undefined;
|
|
106
|
+
readonly uid?: string | undefined;
|
|
107
|
+
} | undefined;
|
|
108
|
+
readonly spec: {
|
|
109
|
+
readonly parentRef: {
|
|
110
|
+
readonly group?: string | undefined;
|
|
111
|
+
readonly name: string;
|
|
112
|
+
readonly namespace?: string | undefined;
|
|
113
|
+
readonly resource: string;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
65
117
|
export declare const CreateNetworkingV1IngressClassInput: Schema.Struct<{
|
|
66
118
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
67
119
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -120,7 +172,59 @@ export type CreateNetworkingV1IngressClassOutput = typeof CreateNetworkingV1Ingr
|
|
|
120
172
|
* @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
|
|
121
173
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
122
174
|
*/
|
|
123
|
-
export declare const createNetworkingV1IngressClass:
|
|
175
|
+
export declare const createNetworkingV1IngressClass: API.OperationMethod<{
|
|
176
|
+
readonly dryRun?: string | undefined;
|
|
177
|
+
readonly fieldValidation?: string | undefined;
|
|
178
|
+
}, {
|
|
179
|
+
readonly apiVersion?: string | undefined;
|
|
180
|
+
readonly kind?: string | undefined;
|
|
181
|
+
readonly metadata?: {
|
|
182
|
+
readonly annotations?: {
|
|
183
|
+
readonly [x: string]: string;
|
|
184
|
+
} | undefined;
|
|
185
|
+
readonly creationTimestamp?: string | undefined;
|
|
186
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
187
|
+
readonly deletionTimestamp?: string | undefined;
|
|
188
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
189
|
+
readonly generateName?: string | undefined;
|
|
190
|
+
readonly generation?: number | undefined;
|
|
191
|
+
readonly labels?: {
|
|
192
|
+
readonly [x: string]: string;
|
|
193
|
+
} | undefined;
|
|
194
|
+
readonly managedFields?: readonly {
|
|
195
|
+
readonly apiVersion?: string | undefined;
|
|
196
|
+
readonly fieldsType?: string | undefined;
|
|
197
|
+
readonly fieldsV1?: unknown;
|
|
198
|
+
readonly manager?: string | undefined;
|
|
199
|
+
readonly operation?: string | undefined;
|
|
200
|
+
readonly subresource?: string | undefined;
|
|
201
|
+
readonly time?: string | undefined;
|
|
202
|
+
}[] | undefined;
|
|
203
|
+
readonly name?: string | undefined;
|
|
204
|
+
readonly namespace?: string | undefined;
|
|
205
|
+
readonly ownerReferences?: readonly {
|
|
206
|
+
readonly apiVersion: string;
|
|
207
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
208
|
+
readonly controller?: boolean | undefined;
|
|
209
|
+
readonly kind: string;
|
|
210
|
+
readonly name: string;
|
|
211
|
+
readonly uid: string;
|
|
212
|
+
}[] | undefined;
|
|
213
|
+
readonly resourceVersion?: string | undefined;
|
|
214
|
+
readonly selfLink?: string | undefined;
|
|
215
|
+
readonly uid?: string | undefined;
|
|
216
|
+
} | undefined;
|
|
217
|
+
readonly spec?: {
|
|
218
|
+
readonly controller?: string | undefined;
|
|
219
|
+
readonly parameters?: {
|
|
220
|
+
readonly apiGroup?: string | undefined;
|
|
221
|
+
readonly kind: string;
|
|
222
|
+
readonly name: string;
|
|
223
|
+
readonly namespace?: string | undefined;
|
|
224
|
+
readonly scope?: string | undefined;
|
|
225
|
+
} | undefined;
|
|
226
|
+
} | undefined;
|
|
227
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
124
228
|
export declare const CreateNetworkingV1NamespacedIngressInput: Schema.Struct<{
|
|
125
229
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
126
230
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -226,7 +330,106 @@ export type CreateNetworkingV1NamespacedIngressOutput = typeof CreateNetworkingV
|
|
|
226
330
|
* @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
|
|
227
331
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
228
332
|
*/
|
|
229
|
-
export declare const createNetworkingV1NamespacedIngress:
|
|
333
|
+
export declare const createNetworkingV1NamespacedIngress: API.OperationMethod<{
|
|
334
|
+
readonly dryRun?: string | undefined;
|
|
335
|
+
readonly fieldValidation?: string | undefined;
|
|
336
|
+
}, {
|
|
337
|
+
readonly apiVersion?: string | undefined;
|
|
338
|
+
readonly kind?: string | undefined;
|
|
339
|
+
readonly metadata?: {
|
|
340
|
+
readonly annotations?: {
|
|
341
|
+
readonly [x: string]: string;
|
|
342
|
+
} | undefined;
|
|
343
|
+
readonly creationTimestamp?: string | undefined;
|
|
344
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
345
|
+
readonly deletionTimestamp?: string | undefined;
|
|
346
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
347
|
+
readonly generateName?: string | undefined;
|
|
348
|
+
readonly generation?: number | undefined;
|
|
349
|
+
readonly labels?: {
|
|
350
|
+
readonly [x: string]: string;
|
|
351
|
+
} | undefined;
|
|
352
|
+
readonly managedFields?: readonly {
|
|
353
|
+
readonly apiVersion?: string | undefined;
|
|
354
|
+
readonly fieldsType?: string | undefined;
|
|
355
|
+
readonly fieldsV1?: unknown;
|
|
356
|
+
readonly manager?: string | undefined;
|
|
357
|
+
readonly operation?: string | undefined;
|
|
358
|
+
readonly subresource?: string | undefined;
|
|
359
|
+
readonly time?: string | undefined;
|
|
360
|
+
}[] | undefined;
|
|
361
|
+
readonly name?: string | undefined;
|
|
362
|
+
readonly namespace?: string | undefined;
|
|
363
|
+
readonly ownerReferences?: readonly {
|
|
364
|
+
readonly apiVersion: string;
|
|
365
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
366
|
+
readonly controller?: boolean | undefined;
|
|
367
|
+
readonly kind: string;
|
|
368
|
+
readonly name: string;
|
|
369
|
+
readonly uid: string;
|
|
370
|
+
}[] | undefined;
|
|
371
|
+
readonly resourceVersion?: string | undefined;
|
|
372
|
+
readonly selfLink?: string | undefined;
|
|
373
|
+
readonly uid?: string | undefined;
|
|
374
|
+
} | undefined;
|
|
375
|
+
readonly spec?: {
|
|
376
|
+
readonly defaultBackend?: {
|
|
377
|
+
readonly resource?: {
|
|
378
|
+
readonly apiGroup?: string | undefined;
|
|
379
|
+
readonly kind: string;
|
|
380
|
+
readonly name: string;
|
|
381
|
+
} | undefined;
|
|
382
|
+
readonly service?: {
|
|
383
|
+
readonly name: string;
|
|
384
|
+
readonly port?: {
|
|
385
|
+
readonly name?: string | undefined;
|
|
386
|
+
readonly number?: number | undefined;
|
|
387
|
+
} | undefined;
|
|
388
|
+
} | undefined;
|
|
389
|
+
} | undefined;
|
|
390
|
+
readonly ingressClassName?: string | undefined;
|
|
391
|
+
readonly rules?: readonly {
|
|
392
|
+
readonly host?: string | undefined;
|
|
393
|
+
readonly http?: {
|
|
394
|
+
readonly paths: readonly {
|
|
395
|
+
readonly backend: {
|
|
396
|
+
readonly resource?: {
|
|
397
|
+
readonly apiGroup?: string | undefined;
|
|
398
|
+
readonly kind: string;
|
|
399
|
+
readonly name: string;
|
|
400
|
+
} | undefined;
|
|
401
|
+
readonly service?: {
|
|
402
|
+
readonly name: string;
|
|
403
|
+
readonly port?: {
|
|
404
|
+
readonly name?: string | undefined;
|
|
405
|
+
readonly number?: number | undefined;
|
|
406
|
+
} | undefined;
|
|
407
|
+
} | undefined;
|
|
408
|
+
};
|
|
409
|
+
readonly path?: string | undefined;
|
|
410
|
+
readonly pathType: string;
|
|
411
|
+
}[];
|
|
412
|
+
} | undefined;
|
|
413
|
+
}[] | undefined;
|
|
414
|
+
readonly tls?: readonly {
|
|
415
|
+
readonly hosts?: readonly string[] | undefined;
|
|
416
|
+
readonly secretName?: string | undefined;
|
|
417
|
+
}[] | undefined;
|
|
418
|
+
} | undefined;
|
|
419
|
+
readonly status?: {
|
|
420
|
+
readonly loadBalancer?: {
|
|
421
|
+
readonly ingress?: readonly {
|
|
422
|
+
readonly hostname?: string | undefined;
|
|
423
|
+
readonly ip?: string | undefined;
|
|
424
|
+
readonly ports?: readonly {
|
|
425
|
+
readonly error?: string | undefined;
|
|
426
|
+
readonly port: number;
|
|
427
|
+
readonly protocol: string;
|
|
428
|
+
}[] | undefined;
|
|
429
|
+
}[] | undefined;
|
|
430
|
+
} | undefined;
|
|
431
|
+
} | undefined;
|
|
432
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
230
433
|
export declare const CreateNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
|
|
231
434
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
232
435
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -344,7 +547,128 @@ export type CreateNetworkingV1NamespacedNetworkPolicyOutput = typeof CreateNetwo
|
|
|
344
547
|
* @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
|
|
345
548
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
346
549
|
*/
|
|
347
|
-
export declare const createNetworkingV1NamespacedNetworkPolicy:
|
|
550
|
+
export declare const createNetworkingV1NamespacedNetworkPolicy: API.OperationMethod<{
|
|
551
|
+
readonly dryRun?: string | undefined;
|
|
552
|
+
readonly fieldValidation?: string | undefined;
|
|
553
|
+
}, {
|
|
554
|
+
readonly apiVersion?: string | undefined;
|
|
555
|
+
readonly kind?: string | undefined;
|
|
556
|
+
readonly metadata?: {
|
|
557
|
+
readonly annotations?: {
|
|
558
|
+
readonly [x: string]: string;
|
|
559
|
+
} | undefined;
|
|
560
|
+
readonly creationTimestamp?: string | undefined;
|
|
561
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
562
|
+
readonly deletionTimestamp?: string | undefined;
|
|
563
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
564
|
+
readonly generateName?: string | undefined;
|
|
565
|
+
readonly generation?: number | undefined;
|
|
566
|
+
readonly labels?: {
|
|
567
|
+
readonly [x: string]: string;
|
|
568
|
+
} | undefined;
|
|
569
|
+
readonly managedFields?: readonly {
|
|
570
|
+
readonly apiVersion?: string | undefined;
|
|
571
|
+
readonly fieldsType?: string | undefined;
|
|
572
|
+
readonly fieldsV1?: unknown;
|
|
573
|
+
readonly manager?: string | undefined;
|
|
574
|
+
readonly operation?: string | undefined;
|
|
575
|
+
readonly subresource?: string | undefined;
|
|
576
|
+
readonly time?: string | undefined;
|
|
577
|
+
}[] | undefined;
|
|
578
|
+
readonly name?: string | undefined;
|
|
579
|
+
readonly namespace?: string | undefined;
|
|
580
|
+
readonly ownerReferences?: readonly {
|
|
581
|
+
readonly apiVersion: string;
|
|
582
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
583
|
+
readonly controller?: boolean | undefined;
|
|
584
|
+
readonly kind: string;
|
|
585
|
+
readonly name: string;
|
|
586
|
+
readonly uid: string;
|
|
587
|
+
}[] | undefined;
|
|
588
|
+
readonly resourceVersion?: string | undefined;
|
|
589
|
+
readonly selfLink?: string | undefined;
|
|
590
|
+
readonly uid?: string | undefined;
|
|
591
|
+
} | undefined;
|
|
592
|
+
readonly spec?: {
|
|
593
|
+
readonly egress?: readonly {
|
|
594
|
+
readonly ports?: readonly {
|
|
595
|
+
readonly endPort?: number | undefined;
|
|
596
|
+
readonly port?: string | undefined;
|
|
597
|
+
readonly protocol?: string | undefined;
|
|
598
|
+
}[] | undefined;
|
|
599
|
+
readonly to?: readonly {
|
|
600
|
+
readonly ipBlock?: {
|
|
601
|
+
readonly cidr: string;
|
|
602
|
+
readonly except?: readonly string[] | undefined;
|
|
603
|
+
} | undefined;
|
|
604
|
+
readonly namespaceSelector?: {
|
|
605
|
+
readonly matchExpressions?: readonly {
|
|
606
|
+
readonly key: string;
|
|
607
|
+
readonly operator: string;
|
|
608
|
+
readonly values?: readonly string[] | undefined;
|
|
609
|
+
}[] | undefined;
|
|
610
|
+
readonly matchLabels?: {
|
|
611
|
+
readonly [x: string]: string;
|
|
612
|
+
} | undefined;
|
|
613
|
+
} | undefined;
|
|
614
|
+
readonly podSelector?: {
|
|
615
|
+
readonly matchExpressions?: readonly {
|
|
616
|
+
readonly key: string;
|
|
617
|
+
readonly operator: string;
|
|
618
|
+
readonly values?: readonly string[] | undefined;
|
|
619
|
+
}[] | undefined;
|
|
620
|
+
readonly matchLabels?: {
|
|
621
|
+
readonly [x: string]: string;
|
|
622
|
+
} | undefined;
|
|
623
|
+
} | undefined;
|
|
624
|
+
}[] | undefined;
|
|
625
|
+
}[] | undefined;
|
|
626
|
+
readonly ingress?: readonly {
|
|
627
|
+
readonly from?: readonly {
|
|
628
|
+
readonly ipBlock?: {
|
|
629
|
+
readonly cidr: string;
|
|
630
|
+
readonly except?: readonly string[] | undefined;
|
|
631
|
+
} | undefined;
|
|
632
|
+
readonly namespaceSelector?: {
|
|
633
|
+
readonly matchExpressions?: readonly {
|
|
634
|
+
readonly key: string;
|
|
635
|
+
readonly operator: string;
|
|
636
|
+
readonly values?: readonly string[] | undefined;
|
|
637
|
+
}[] | undefined;
|
|
638
|
+
readonly matchLabels?: {
|
|
639
|
+
readonly [x: string]: string;
|
|
640
|
+
} | undefined;
|
|
641
|
+
} | undefined;
|
|
642
|
+
readonly podSelector?: {
|
|
643
|
+
readonly matchExpressions?: readonly {
|
|
644
|
+
readonly key: string;
|
|
645
|
+
readonly operator: string;
|
|
646
|
+
readonly values?: readonly string[] | undefined;
|
|
647
|
+
}[] | undefined;
|
|
648
|
+
readonly matchLabels?: {
|
|
649
|
+
readonly [x: string]: string;
|
|
650
|
+
} | undefined;
|
|
651
|
+
} | undefined;
|
|
652
|
+
}[] | undefined;
|
|
653
|
+
readonly ports?: readonly {
|
|
654
|
+
readonly endPort?: number | undefined;
|
|
655
|
+
readonly port?: string | undefined;
|
|
656
|
+
readonly protocol?: string | undefined;
|
|
657
|
+
}[] | undefined;
|
|
658
|
+
}[] | undefined;
|
|
659
|
+
readonly podSelector?: {
|
|
660
|
+
readonly matchExpressions?: readonly {
|
|
661
|
+
readonly key: string;
|
|
662
|
+
readonly operator: string;
|
|
663
|
+
readonly values?: readonly string[] | undefined;
|
|
664
|
+
}[] | undefined;
|
|
665
|
+
readonly matchLabels?: {
|
|
666
|
+
readonly [x: string]: string;
|
|
667
|
+
} | undefined;
|
|
668
|
+
} | undefined;
|
|
669
|
+
readonly policyTypes?: readonly string[] | undefined;
|
|
670
|
+
} | undefined;
|
|
671
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
348
672
|
export declare const CreateNetworkingV1ServiceCIDRInput: Schema.Struct<{
|
|
349
673
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
350
674
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -406,7 +730,62 @@ export type CreateNetworkingV1ServiceCIDROutput = typeof CreateNetworkingV1Servi
|
|
|
406
730
|
* @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
|
|
407
731
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
408
732
|
*/
|
|
409
|
-
export declare const createNetworkingV1ServiceCIDR:
|
|
733
|
+
export declare const createNetworkingV1ServiceCIDR: API.OperationMethod<{
|
|
734
|
+
readonly dryRun?: string | undefined;
|
|
735
|
+
readonly fieldValidation?: string | undefined;
|
|
736
|
+
}, {
|
|
737
|
+
readonly apiVersion?: string | undefined;
|
|
738
|
+
readonly kind?: string | undefined;
|
|
739
|
+
readonly metadata?: {
|
|
740
|
+
readonly annotations?: {
|
|
741
|
+
readonly [x: string]: string;
|
|
742
|
+
} | undefined;
|
|
743
|
+
readonly creationTimestamp?: string | undefined;
|
|
744
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
745
|
+
readonly deletionTimestamp?: string | undefined;
|
|
746
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
747
|
+
readonly generateName?: string | undefined;
|
|
748
|
+
readonly generation?: number | undefined;
|
|
749
|
+
readonly labels?: {
|
|
750
|
+
readonly [x: string]: string;
|
|
751
|
+
} | undefined;
|
|
752
|
+
readonly managedFields?: readonly {
|
|
753
|
+
readonly apiVersion?: string | undefined;
|
|
754
|
+
readonly fieldsType?: string | undefined;
|
|
755
|
+
readonly fieldsV1?: unknown;
|
|
756
|
+
readonly manager?: string | undefined;
|
|
757
|
+
readonly operation?: string | undefined;
|
|
758
|
+
readonly subresource?: string | undefined;
|
|
759
|
+
readonly time?: string | undefined;
|
|
760
|
+
}[] | undefined;
|
|
761
|
+
readonly name?: string | undefined;
|
|
762
|
+
readonly namespace?: string | undefined;
|
|
763
|
+
readonly ownerReferences?: readonly {
|
|
764
|
+
readonly apiVersion: string;
|
|
765
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
766
|
+
readonly controller?: boolean | undefined;
|
|
767
|
+
readonly kind: string;
|
|
768
|
+
readonly name: string;
|
|
769
|
+
readonly uid: string;
|
|
770
|
+
}[] | undefined;
|
|
771
|
+
readonly resourceVersion?: string | undefined;
|
|
772
|
+
readonly selfLink?: string | undefined;
|
|
773
|
+
readonly uid?: string | undefined;
|
|
774
|
+
} | undefined;
|
|
775
|
+
readonly spec?: {
|
|
776
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
777
|
+
} | undefined;
|
|
778
|
+
readonly status?: {
|
|
779
|
+
readonly conditions?: readonly {
|
|
780
|
+
readonly lastTransitionTime: string;
|
|
781
|
+
readonly message: string;
|
|
782
|
+
readonly observedGeneration?: number | undefined;
|
|
783
|
+
readonly reason: string;
|
|
784
|
+
readonly status: string;
|
|
785
|
+
readonly type: string;
|
|
786
|
+
}[] | undefined;
|
|
787
|
+
} | undefined;
|
|
788
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
410
789
|
export declare const CreateNetworkingV1beta1IPAddressInput: Schema.Struct<{
|
|
411
790
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
412
791
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -463,7 +842,57 @@ export type CreateNetworkingV1beta1IPAddressOutput = typeof CreateNetworkingV1be
|
|
|
463
842
|
* @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
|
|
464
843
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
465
844
|
*/
|
|
466
|
-
export declare const createNetworkingV1beta1IPAddress:
|
|
845
|
+
export declare const createNetworkingV1beta1IPAddress: API.OperationMethod<{
|
|
846
|
+
readonly dryRun?: string | undefined;
|
|
847
|
+
readonly fieldValidation?: string | undefined;
|
|
848
|
+
}, {
|
|
849
|
+
readonly apiVersion?: string | undefined;
|
|
850
|
+
readonly kind?: string | undefined;
|
|
851
|
+
readonly metadata?: {
|
|
852
|
+
readonly annotations?: {
|
|
853
|
+
readonly [x: string]: string;
|
|
854
|
+
} | undefined;
|
|
855
|
+
readonly creationTimestamp?: string | undefined;
|
|
856
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
857
|
+
readonly deletionTimestamp?: string | undefined;
|
|
858
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
859
|
+
readonly generateName?: string | undefined;
|
|
860
|
+
readonly generation?: number | undefined;
|
|
861
|
+
readonly labels?: {
|
|
862
|
+
readonly [x: string]: string;
|
|
863
|
+
} | undefined;
|
|
864
|
+
readonly managedFields?: readonly {
|
|
865
|
+
readonly apiVersion?: string | undefined;
|
|
866
|
+
readonly fieldsType?: string | undefined;
|
|
867
|
+
readonly fieldsV1?: unknown;
|
|
868
|
+
readonly manager?: string | undefined;
|
|
869
|
+
readonly operation?: string | undefined;
|
|
870
|
+
readonly subresource?: string | undefined;
|
|
871
|
+
readonly time?: string | undefined;
|
|
872
|
+
}[] | undefined;
|
|
873
|
+
readonly name?: string | undefined;
|
|
874
|
+
readonly namespace?: string | undefined;
|
|
875
|
+
readonly ownerReferences?: readonly {
|
|
876
|
+
readonly apiVersion: string;
|
|
877
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
878
|
+
readonly controller?: boolean | undefined;
|
|
879
|
+
readonly kind: string;
|
|
880
|
+
readonly name: string;
|
|
881
|
+
readonly uid: string;
|
|
882
|
+
}[] | undefined;
|
|
883
|
+
readonly resourceVersion?: string | undefined;
|
|
884
|
+
readonly selfLink?: string | undefined;
|
|
885
|
+
readonly uid?: string | undefined;
|
|
886
|
+
} | undefined;
|
|
887
|
+
readonly spec: {
|
|
888
|
+
readonly parentRef: {
|
|
889
|
+
readonly group?: string | undefined;
|
|
890
|
+
readonly name: string;
|
|
891
|
+
readonly namespace?: string | undefined;
|
|
892
|
+
readonly resource: string;
|
|
893
|
+
};
|
|
894
|
+
};
|
|
895
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
467
896
|
export declare const CreateNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
|
|
468
897
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
469
898
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -525,7 +954,62 @@ export type CreateNetworkingV1beta1ServiceCIDROutput = typeof CreateNetworkingV1
|
|
|
525
954
|
* @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
|
|
526
955
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
527
956
|
*/
|
|
528
|
-
export declare const createNetworkingV1beta1ServiceCIDR:
|
|
957
|
+
export declare const createNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
|
|
958
|
+
readonly dryRun?: string | undefined;
|
|
959
|
+
readonly fieldValidation?: string | undefined;
|
|
960
|
+
}, {
|
|
961
|
+
readonly apiVersion?: string | undefined;
|
|
962
|
+
readonly kind?: string | undefined;
|
|
963
|
+
readonly metadata?: {
|
|
964
|
+
readonly annotations?: {
|
|
965
|
+
readonly [x: string]: string;
|
|
966
|
+
} | undefined;
|
|
967
|
+
readonly creationTimestamp?: string | undefined;
|
|
968
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
969
|
+
readonly deletionTimestamp?: string | undefined;
|
|
970
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
971
|
+
readonly generateName?: string | undefined;
|
|
972
|
+
readonly generation?: number | undefined;
|
|
973
|
+
readonly labels?: {
|
|
974
|
+
readonly [x: string]: string;
|
|
975
|
+
} | undefined;
|
|
976
|
+
readonly managedFields?: readonly {
|
|
977
|
+
readonly apiVersion?: string | undefined;
|
|
978
|
+
readonly fieldsType?: string | undefined;
|
|
979
|
+
readonly fieldsV1?: unknown;
|
|
980
|
+
readonly manager?: string | undefined;
|
|
981
|
+
readonly operation?: string | undefined;
|
|
982
|
+
readonly subresource?: string | undefined;
|
|
983
|
+
readonly time?: string | undefined;
|
|
984
|
+
}[] | undefined;
|
|
985
|
+
readonly name?: string | undefined;
|
|
986
|
+
readonly namespace?: string | undefined;
|
|
987
|
+
readonly ownerReferences?: readonly {
|
|
988
|
+
readonly apiVersion: string;
|
|
989
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
990
|
+
readonly controller?: boolean | undefined;
|
|
991
|
+
readonly kind: string;
|
|
992
|
+
readonly name: string;
|
|
993
|
+
readonly uid: string;
|
|
994
|
+
}[] | undefined;
|
|
995
|
+
readonly resourceVersion?: string | undefined;
|
|
996
|
+
readonly selfLink?: string | undefined;
|
|
997
|
+
readonly uid?: string | undefined;
|
|
998
|
+
} | undefined;
|
|
999
|
+
readonly spec?: {
|
|
1000
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
1001
|
+
} | undefined;
|
|
1002
|
+
readonly status?: {
|
|
1003
|
+
readonly conditions?: readonly {
|
|
1004
|
+
readonly lastTransitionTime: string;
|
|
1005
|
+
readonly message: string;
|
|
1006
|
+
readonly observedGeneration?: number | undefined;
|
|
1007
|
+
readonly reason: string;
|
|
1008
|
+
readonly status: string;
|
|
1009
|
+
readonly type: string;
|
|
1010
|
+
}[] | undefined;
|
|
1011
|
+
} | undefined;
|
|
1012
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
529
1013
|
export declare const DeleteNetworkingV1CollectionIPAddressInput: Schema.Struct<{
|
|
530
1014
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
531
1015
|
}>;
|
|
@@ -565,7 +1049,37 @@ export type DeleteNetworkingV1CollectionIPAddressOutput = typeof DeleteNetworkin
|
|
|
565
1049
|
*
|
|
566
1050
|
* @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
|
|
567
1051
|
*/
|
|
568
|
-
export declare const deleteNetworkingV1CollectionIPAddress:
|
|
1052
|
+
export declare const deleteNetworkingV1CollectionIPAddress: API.OperationMethod<{
|
|
1053
|
+
readonly dryRun?: string | undefined;
|
|
1054
|
+
}, {
|
|
1055
|
+
readonly apiVersion?: string | undefined;
|
|
1056
|
+
readonly code?: number | undefined;
|
|
1057
|
+
readonly details?: {
|
|
1058
|
+
readonly causes?: readonly {
|
|
1059
|
+
readonly field?: string | undefined;
|
|
1060
|
+
readonly message?: string | undefined;
|
|
1061
|
+
readonly reason?: string | undefined;
|
|
1062
|
+
}[] | undefined;
|
|
1063
|
+
readonly group?: string | undefined;
|
|
1064
|
+
readonly kind?: string | undefined;
|
|
1065
|
+
readonly name?: string | undefined;
|
|
1066
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1067
|
+
readonly uid?: string | undefined;
|
|
1068
|
+
} | undefined;
|
|
1069
|
+
readonly kind?: string | undefined;
|
|
1070
|
+
readonly message?: string | undefined;
|
|
1071
|
+
readonly metadata?: {
|
|
1072
|
+
readonly continue?: string | undefined;
|
|
1073
|
+
readonly remainingItemCount?: number | undefined;
|
|
1074
|
+
readonly resourceVersion?: string | undefined;
|
|
1075
|
+
readonly selfLink?: string | undefined;
|
|
1076
|
+
readonly shardInfo?: {
|
|
1077
|
+
readonly selector: string;
|
|
1078
|
+
} | undefined;
|
|
1079
|
+
} | undefined;
|
|
1080
|
+
readonly reason?: string | undefined;
|
|
1081
|
+
readonly status?: string | undefined;
|
|
1082
|
+
}, never, any>;
|
|
569
1083
|
export declare const DeleteNetworkingV1CollectionIngressClassInput: Schema.Struct<{
|
|
570
1084
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
571
1085
|
}>;
|
|
@@ -605,7 +1119,37 @@ export type DeleteNetworkingV1CollectionIngressClassOutput = typeof DeleteNetwor
|
|
|
605
1119
|
*
|
|
606
1120
|
* @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
|
|
607
1121
|
*/
|
|
608
|
-
export declare const deleteNetworkingV1CollectionIngressClass:
|
|
1122
|
+
export declare const deleteNetworkingV1CollectionIngressClass: API.OperationMethod<{
|
|
1123
|
+
readonly dryRun?: string | undefined;
|
|
1124
|
+
}, {
|
|
1125
|
+
readonly apiVersion?: string | undefined;
|
|
1126
|
+
readonly code?: number | undefined;
|
|
1127
|
+
readonly details?: {
|
|
1128
|
+
readonly causes?: readonly {
|
|
1129
|
+
readonly field?: string | undefined;
|
|
1130
|
+
readonly message?: string | undefined;
|
|
1131
|
+
readonly reason?: string | undefined;
|
|
1132
|
+
}[] | undefined;
|
|
1133
|
+
readonly group?: string | undefined;
|
|
1134
|
+
readonly kind?: string | undefined;
|
|
1135
|
+
readonly name?: string | undefined;
|
|
1136
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1137
|
+
readonly uid?: string | undefined;
|
|
1138
|
+
} | undefined;
|
|
1139
|
+
readonly kind?: string | undefined;
|
|
1140
|
+
readonly message?: string | undefined;
|
|
1141
|
+
readonly metadata?: {
|
|
1142
|
+
readonly continue?: string | undefined;
|
|
1143
|
+
readonly remainingItemCount?: number | undefined;
|
|
1144
|
+
readonly resourceVersion?: string | undefined;
|
|
1145
|
+
readonly selfLink?: string | undefined;
|
|
1146
|
+
readonly shardInfo?: {
|
|
1147
|
+
readonly selector: string;
|
|
1148
|
+
} | undefined;
|
|
1149
|
+
} | undefined;
|
|
1150
|
+
readonly reason?: string | undefined;
|
|
1151
|
+
readonly status?: string | undefined;
|
|
1152
|
+
}, never, any>;
|
|
609
1153
|
export declare const DeleteNetworkingV1CollectionNamespacedIngressInput: Schema.Struct<{
|
|
610
1154
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
611
1155
|
}>;
|
|
@@ -645,7 +1189,37 @@ export type DeleteNetworkingV1CollectionNamespacedIngressOutput = typeof DeleteN
|
|
|
645
1189
|
*
|
|
646
1190
|
* @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
|
|
647
1191
|
*/
|
|
648
|
-
export declare const deleteNetworkingV1CollectionNamespacedIngress:
|
|
1192
|
+
export declare const deleteNetworkingV1CollectionNamespacedIngress: API.OperationMethod<{
|
|
1193
|
+
readonly dryRun?: string | undefined;
|
|
1194
|
+
}, {
|
|
1195
|
+
readonly apiVersion?: string | undefined;
|
|
1196
|
+
readonly code?: number | undefined;
|
|
1197
|
+
readonly details?: {
|
|
1198
|
+
readonly causes?: readonly {
|
|
1199
|
+
readonly field?: string | undefined;
|
|
1200
|
+
readonly message?: string | undefined;
|
|
1201
|
+
readonly reason?: string | undefined;
|
|
1202
|
+
}[] | undefined;
|
|
1203
|
+
readonly group?: string | undefined;
|
|
1204
|
+
readonly kind?: string | undefined;
|
|
1205
|
+
readonly name?: string | undefined;
|
|
1206
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1207
|
+
readonly uid?: string | undefined;
|
|
1208
|
+
} | undefined;
|
|
1209
|
+
readonly kind?: string | undefined;
|
|
1210
|
+
readonly message?: string | undefined;
|
|
1211
|
+
readonly metadata?: {
|
|
1212
|
+
readonly continue?: string | undefined;
|
|
1213
|
+
readonly remainingItemCount?: number | undefined;
|
|
1214
|
+
readonly resourceVersion?: string | undefined;
|
|
1215
|
+
readonly selfLink?: string | undefined;
|
|
1216
|
+
readonly shardInfo?: {
|
|
1217
|
+
readonly selector: string;
|
|
1218
|
+
} | undefined;
|
|
1219
|
+
} | undefined;
|
|
1220
|
+
readonly reason?: string | undefined;
|
|
1221
|
+
readonly status?: string | undefined;
|
|
1222
|
+
}, never, any>;
|
|
649
1223
|
export declare const DeleteNetworkingV1CollectionNamespacedNetworkPolicyInput: Schema.Struct<{
|
|
650
1224
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
651
1225
|
}>;
|
|
@@ -685,7 +1259,37 @@ export type DeleteNetworkingV1CollectionNamespacedNetworkPolicyOutput = typeof D
|
|
|
685
1259
|
*
|
|
686
1260
|
* @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
|
|
687
1261
|
*/
|
|
688
|
-
export declare const deleteNetworkingV1CollectionNamespacedNetworkPolicy:
|
|
1262
|
+
export declare const deleteNetworkingV1CollectionNamespacedNetworkPolicy: API.OperationMethod<{
|
|
1263
|
+
readonly dryRun?: string | undefined;
|
|
1264
|
+
}, {
|
|
1265
|
+
readonly apiVersion?: string | undefined;
|
|
1266
|
+
readonly code?: number | undefined;
|
|
1267
|
+
readonly details?: {
|
|
1268
|
+
readonly causes?: readonly {
|
|
1269
|
+
readonly field?: string | undefined;
|
|
1270
|
+
readonly message?: string | undefined;
|
|
1271
|
+
readonly reason?: string | undefined;
|
|
1272
|
+
}[] | undefined;
|
|
1273
|
+
readonly group?: string | undefined;
|
|
1274
|
+
readonly kind?: string | undefined;
|
|
1275
|
+
readonly name?: string | undefined;
|
|
1276
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1277
|
+
readonly uid?: string | undefined;
|
|
1278
|
+
} | undefined;
|
|
1279
|
+
readonly kind?: string | undefined;
|
|
1280
|
+
readonly message?: string | undefined;
|
|
1281
|
+
readonly metadata?: {
|
|
1282
|
+
readonly continue?: string | undefined;
|
|
1283
|
+
readonly remainingItemCount?: number | undefined;
|
|
1284
|
+
readonly resourceVersion?: string | undefined;
|
|
1285
|
+
readonly selfLink?: string | undefined;
|
|
1286
|
+
readonly shardInfo?: {
|
|
1287
|
+
readonly selector: string;
|
|
1288
|
+
} | undefined;
|
|
1289
|
+
} | undefined;
|
|
1290
|
+
readonly reason?: string | undefined;
|
|
1291
|
+
readonly status?: string | undefined;
|
|
1292
|
+
}, never, any>;
|
|
689
1293
|
export declare const DeleteNetworkingV1CollectionServiceCIDRInput: Schema.Struct<{
|
|
690
1294
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
691
1295
|
}>;
|
|
@@ -725,7 +1329,37 @@ export type DeleteNetworkingV1CollectionServiceCIDROutput = typeof DeleteNetwork
|
|
|
725
1329
|
*
|
|
726
1330
|
* @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
|
|
727
1331
|
*/
|
|
728
|
-
export declare const deleteNetworkingV1CollectionServiceCIDR:
|
|
1332
|
+
export declare const deleteNetworkingV1CollectionServiceCIDR: API.OperationMethod<{
|
|
1333
|
+
readonly dryRun?: string | undefined;
|
|
1334
|
+
}, {
|
|
1335
|
+
readonly apiVersion?: string | undefined;
|
|
1336
|
+
readonly code?: number | undefined;
|
|
1337
|
+
readonly details?: {
|
|
1338
|
+
readonly causes?: readonly {
|
|
1339
|
+
readonly field?: string | undefined;
|
|
1340
|
+
readonly message?: string | undefined;
|
|
1341
|
+
readonly reason?: string | undefined;
|
|
1342
|
+
}[] | undefined;
|
|
1343
|
+
readonly group?: string | undefined;
|
|
1344
|
+
readonly kind?: string | undefined;
|
|
1345
|
+
readonly name?: string | undefined;
|
|
1346
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1347
|
+
readonly uid?: string | undefined;
|
|
1348
|
+
} | undefined;
|
|
1349
|
+
readonly kind?: string | undefined;
|
|
1350
|
+
readonly message?: string | undefined;
|
|
1351
|
+
readonly metadata?: {
|
|
1352
|
+
readonly continue?: string | undefined;
|
|
1353
|
+
readonly remainingItemCount?: number | undefined;
|
|
1354
|
+
readonly resourceVersion?: string | undefined;
|
|
1355
|
+
readonly selfLink?: string | undefined;
|
|
1356
|
+
readonly shardInfo?: {
|
|
1357
|
+
readonly selector: string;
|
|
1358
|
+
} | undefined;
|
|
1359
|
+
} | undefined;
|
|
1360
|
+
readonly reason?: string | undefined;
|
|
1361
|
+
readonly status?: string | undefined;
|
|
1362
|
+
}, never, any>;
|
|
729
1363
|
export declare const DeleteNetworkingV1IPAddressInput: Schema.Struct<{
|
|
730
1364
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
731
1365
|
}>;
|
|
@@ -765,7 +1399,37 @@ export type DeleteNetworkingV1IPAddressOutput = typeof DeleteNetworkingV1IPAddre
|
|
|
765
1399
|
*
|
|
766
1400
|
* @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
|
|
767
1401
|
*/
|
|
768
|
-
export declare const deleteNetworkingV1IPAddress:
|
|
1402
|
+
export declare const deleteNetworkingV1IPAddress: API.OperationMethod<{
|
|
1403
|
+
readonly dryRun?: string | undefined;
|
|
1404
|
+
}, {
|
|
1405
|
+
readonly apiVersion?: string | undefined;
|
|
1406
|
+
readonly code?: number | undefined;
|
|
1407
|
+
readonly details?: {
|
|
1408
|
+
readonly causes?: readonly {
|
|
1409
|
+
readonly field?: string | undefined;
|
|
1410
|
+
readonly message?: string | undefined;
|
|
1411
|
+
readonly reason?: string | undefined;
|
|
1412
|
+
}[] | undefined;
|
|
1413
|
+
readonly group?: string | undefined;
|
|
1414
|
+
readonly kind?: string | undefined;
|
|
1415
|
+
readonly name?: string | undefined;
|
|
1416
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1417
|
+
readonly uid?: string | undefined;
|
|
1418
|
+
} | undefined;
|
|
1419
|
+
readonly kind?: string | undefined;
|
|
1420
|
+
readonly message?: string | undefined;
|
|
1421
|
+
readonly metadata?: {
|
|
1422
|
+
readonly continue?: string | undefined;
|
|
1423
|
+
readonly remainingItemCount?: number | undefined;
|
|
1424
|
+
readonly resourceVersion?: string | undefined;
|
|
1425
|
+
readonly selfLink?: string | undefined;
|
|
1426
|
+
readonly shardInfo?: {
|
|
1427
|
+
readonly selector: string;
|
|
1428
|
+
} | undefined;
|
|
1429
|
+
} | undefined;
|
|
1430
|
+
readonly reason?: string | undefined;
|
|
1431
|
+
readonly status?: string | undefined;
|
|
1432
|
+
}, Conflict | NotFound, any>;
|
|
769
1433
|
export declare const DeleteNetworkingV1IngressClassInput: Schema.Struct<{
|
|
770
1434
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
771
1435
|
}>;
|
|
@@ -805,7 +1469,37 @@ export type DeleteNetworkingV1IngressClassOutput = typeof DeleteNetworkingV1Ingr
|
|
|
805
1469
|
*
|
|
806
1470
|
* @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
|
|
807
1471
|
*/
|
|
808
|
-
export declare const deleteNetworkingV1IngressClass:
|
|
1472
|
+
export declare const deleteNetworkingV1IngressClass: API.OperationMethod<{
|
|
1473
|
+
readonly dryRun?: string | undefined;
|
|
1474
|
+
}, {
|
|
1475
|
+
readonly apiVersion?: string | undefined;
|
|
1476
|
+
readonly code?: number | undefined;
|
|
1477
|
+
readonly details?: {
|
|
1478
|
+
readonly causes?: readonly {
|
|
1479
|
+
readonly field?: string | undefined;
|
|
1480
|
+
readonly message?: string | undefined;
|
|
1481
|
+
readonly reason?: string | undefined;
|
|
1482
|
+
}[] | undefined;
|
|
1483
|
+
readonly group?: string | undefined;
|
|
1484
|
+
readonly kind?: string | undefined;
|
|
1485
|
+
readonly name?: string | undefined;
|
|
1486
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1487
|
+
readonly uid?: string | undefined;
|
|
1488
|
+
} | undefined;
|
|
1489
|
+
readonly kind?: string | undefined;
|
|
1490
|
+
readonly message?: string | undefined;
|
|
1491
|
+
readonly metadata?: {
|
|
1492
|
+
readonly continue?: string | undefined;
|
|
1493
|
+
readonly remainingItemCount?: number | undefined;
|
|
1494
|
+
readonly resourceVersion?: string | undefined;
|
|
1495
|
+
readonly selfLink?: string | undefined;
|
|
1496
|
+
readonly shardInfo?: {
|
|
1497
|
+
readonly selector: string;
|
|
1498
|
+
} | undefined;
|
|
1499
|
+
} | undefined;
|
|
1500
|
+
readonly reason?: string | undefined;
|
|
1501
|
+
readonly status?: string | undefined;
|
|
1502
|
+
}, Conflict | NotFound, any>;
|
|
809
1503
|
export declare const DeleteNetworkingV1NamespacedIngressInput: Schema.Struct<{
|
|
810
1504
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
811
1505
|
}>;
|
|
@@ -845,7 +1539,37 @@ export type DeleteNetworkingV1NamespacedIngressOutput = typeof DeleteNetworkingV
|
|
|
845
1539
|
*
|
|
846
1540
|
* @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
|
|
847
1541
|
*/
|
|
848
|
-
export declare const deleteNetworkingV1NamespacedIngress:
|
|
1542
|
+
export declare const deleteNetworkingV1NamespacedIngress: API.OperationMethod<{
|
|
1543
|
+
readonly dryRun?: string | undefined;
|
|
1544
|
+
}, {
|
|
1545
|
+
readonly apiVersion?: string | undefined;
|
|
1546
|
+
readonly code?: number | undefined;
|
|
1547
|
+
readonly details?: {
|
|
1548
|
+
readonly causes?: readonly {
|
|
1549
|
+
readonly field?: string | undefined;
|
|
1550
|
+
readonly message?: string | undefined;
|
|
1551
|
+
readonly reason?: string | undefined;
|
|
1552
|
+
}[] | undefined;
|
|
1553
|
+
readonly group?: string | undefined;
|
|
1554
|
+
readonly kind?: string | undefined;
|
|
1555
|
+
readonly name?: string | undefined;
|
|
1556
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1557
|
+
readonly uid?: string | undefined;
|
|
1558
|
+
} | undefined;
|
|
1559
|
+
readonly kind?: string | undefined;
|
|
1560
|
+
readonly message?: string | undefined;
|
|
1561
|
+
readonly metadata?: {
|
|
1562
|
+
readonly continue?: string | undefined;
|
|
1563
|
+
readonly remainingItemCount?: number | undefined;
|
|
1564
|
+
readonly resourceVersion?: string | undefined;
|
|
1565
|
+
readonly selfLink?: string | undefined;
|
|
1566
|
+
readonly shardInfo?: {
|
|
1567
|
+
readonly selector: string;
|
|
1568
|
+
} | undefined;
|
|
1569
|
+
} | undefined;
|
|
1570
|
+
readonly reason?: string | undefined;
|
|
1571
|
+
readonly status?: string | undefined;
|
|
1572
|
+
}, Conflict | NotFound, any>;
|
|
849
1573
|
export declare const DeleteNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
|
|
850
1574
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
851
1575
|
}>;
|
|
@@ -885,7 +1609,37 @@ export type DeleteNetworkingV1NamespacedNetworkPolicyOutput = typeof DeleteNetwo
|
|
|
885
1609
|
*
|
|
886
1610
|
* @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
|
|
887
1611
|
*/
|
|
888
|
-
export declare const deleteNetworkingV1NamespacedNetworkPolicy:
|
|
1612
|
+
export declare const deleteNetworkingV1NamespacedNetworkPolicy: API.OperationMethod<{
|
|
1613
|
+
readonly dryRun?: string | undefined;
|
|
1614
|
+
}, {
|
|
1615
|
+
readonly apiVersion?: string | undefined;
|
|
1616
|
+
readonly code?: number | undefined;
|
|
1617
|
+
readonly details?: {
|
|
1618
|
+
readonly causes?: readonly {
|
|
1619
|
+
readonly field?: string | undefined;
|
|
1620
|
+
readonly message?: string | undefined;
|
|
1621
|
+
readonly reason?: string | undefined;
|
|
1622
|
+
}[] | undefined;
|
|
1623
|
+
readonly group?: string | undefined;
|
|
1624
|
+
readonly kind?: string | undefined;
|
|
1625
|
+
readonly name?: string | undefined;
|
|
1626
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1627
|
+
readonly uid?: string | undefined;
|
|
1628
|
+
} | undefined;
|
|
1629
|
+
readonly kind?: string | undefined;
|
|
1630
|
+
readonly message?: string | undefined;
|
|
1631
|
+
readonly metadata?: {
|
|
1632
|
+
readonly continue?: string | undefined;
|
|
1633
|
+
readonly remainingItemCount?: number | undefined;
|
|
1634
|
+
readonly resourceVersion?: string | undefined;
|
|
1635
|
+
readonly selfLink?: string | undefined;
|
|
1636
|
+
readonly shardInfo?: {
|
|
1637
|
+
readonly selector: string;
|
|
1638
|
+
} | undefined;
|
|
1639
|
+
} | undefined;
|
|
1640
|
+
readonly reason?: string | undefined;
|
|
1641
|
+
readonly status?: string | undefined;
|
|
1642
|
+
}, Conflict | NotFound, any>;
|
|
889
1643
|
export declare const DeleteNetworkingV1ServiceCIDRInput: Schema.Struct<{
|
|
890
1644
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
891
1645
|
}>;
|
|
@@ -925,7 +1679,37 @@ export type DeleteNetworkingV1ServiceCIDROutput = typeof DeleteNetworkingV1Servi
|
|
|
925
1679
|
*
|
|
926
1680
|
* @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
|
|
927
1681
|
*/
|
|
928
|
-
export declare const deleteNetworkingV1ServiceCIDR:
|
|
1682
|
+
export declare const deleteNetworkingV1ServiceCIDR: API.OperationMethod<{
|
|
1683
|
+
readonly dryRun?: string | undefined;
|
|
1684
|
+
}, {
|
|
1685
|
+
readonly apiVersion?: string | undefined;
|
|
1686
|
+
readonly code?: number | undefined;
|
|
1687
|
+
readonly details?: {
|
|
1688
|
+
readonly causes?: readonly {
|
|
1689
|
+
readonly field?: string | undefined;
|
|
1690
|
+
readonly message?: string | undefined;
|
|
1691
|
+
readonly reason?: string | undefined;
|
|
1692
|
+
}[] | undefined;
|
|
1693
|
+
readonly group?: string | undefined;
|
|
1694
|
+
readonly kind?: string | undefined;
|
|
1695
|
+
readonly name?: string | undefined;
|
|
1696
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1697
|
+
readonly uid?: string | undefined;
|
|
1698
|
+
} | undefined;
|
|
1699
|
+
readonly kind?: string | undefined;
|
|
1700
|
+
readonly message?: string | undefined;
|
|
1701
|
+
readonly metadata?: {
|
|
1702
|
+
readonly continue?: string | undefined;
|
|
1703
|
+
readonly remainingItemCount?: number | undefined;
|
|
1704
|
+
readonly resourceVersion?: string | undefined;
|
|
1705
|
+
readonly selfLink?: string | undefined;
|
|
1706
|
+
readonly shardInfo?: {
|
|
1707
|
+
readonly selector: string;
|
|
1708
|
+
} | undefined;
|
|
1709
|
+
} | undefined;
|
|
1710
|
+
readonly reason?: string | undefined;
|
|
1711
|
+
readonly status?: string | undefined;
|
|
1712
|
+
}, Conflict | NotFound, any>;
|
|
929
1713
|
export declare const DeleteNetworkingV1beta1CollectionIPAddressInput: Schema.Struct<{
|
|
930
1714
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
931
1715
|
}>;
|
|
@@ -965,7 +1749,37 @@ export type DeleteNetworkingV1beta1CollectionIPAddressOutput = typeof DeleteNetw
|
|
|
965
1749
|
*
|
|
966
1750
|
* @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
|
|
967
1751
|
*/
|
|
968
|
-
export declare const deleteNetworkingV1beta1CollectionIPAddress:
|
|
1752
|
+
export declare const deleteNetworkingV1beta1CollectionIPAddress: API.OperationMethod<{
|
|
1753
|
+
readonly dryRun?: string | undefined;
|
|
1754
|
+
}, {
|
|
1755
|
+
readonly apiVersion?: string | undefined;
|
|
1756
|
+
readonly code?: number | undefined;
|
|
1757
|
+
readonly details?: {
|
|
1758
|
+
readonly causes?: readonly {
|
|
1759
|
+
readonly field?: string | undefined;
|
|
1760
|
+
readonly message?: string | undefined;
|
|
1761
|
+
readonly reason?: string | undefined;
|
|
1762
|
+
}[] | undefined;
|
|
1763
|
+
readonly group?: string | undefined;
|
|
1764
|
+
readonly kind?: string | undefined;
|
|
1765
|
+
readonly name?: string | undefined;
|
|
1766
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1767
|
+
readonly uid?: string | undefined;
|
|
1768
|
+
} | undefined;
|
|
1769
|
+
readonly kind?: string | undefined;
|
|
1770
|
+
readonly message?: string | undefined;
|
|
1771
|
+
readonly metadata?: {
|
|
1772
|
+
readonly continue?: string | undefined;
|
|
1773
|
+
readonly remainingItemCount?: number | undefined;
|
|
1774
|
+
readonly resourceVersion?: string | undefined;
|
|
1775
|
+
readonly selfLink?: string | undefined;
|
|
1776
|
+
readonly shardInfo?: {
|
|
1777
|
+
readonly selector: string;
|
|
1778
|
+
} | undefined;
|
|
1779
|
+
} | undefined;
|
|
1780
|
+
readonly reason?: string | undefined;
|
|
1781
|
+
readonly status?: string | undefined;
|
|
1782
|
+
}, never, any>;
|
|
969
1783
|
export declare const DeleteNetworkingV1beta1CollectionServiceCIDRInput: Schema.Struct<{
|
|
970
1784
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
971
1785
|
}>;
|
|
@@ -1005,7 +1819,37 @@ export type DeleteNetworkingV1beta1CollectionServiceCIDROutput = typeof DeleteNe
|
|
|
1005
1819
|
*
|
|
1006
1820
|
* @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
|
|
1007
1821
|
*/
|
|
1008
|
-
export declare const deleteNetworkingV1beta1CollectionServiceCIDR:
|
|
1822
|
+
export declare const deleteNetworkingV1beta1CollectionServiceCIDR: API.OperationMethod<{
|
|
1823
|
+
readonly dryRun?: string | undefined;
|
|
1824
|
+
}, {
|
|
1825
|
+
readonly apiVersion?: string | undefined;
|
|
1826
|
+
readonly code?: number | undefined;
|
|
1827
|
+
readonly details?: {
|
|
1828
|
+
readonly causes?: readonly {
|
|
1829
|
+
readonly field?: string | undefined;
|
|
1830
|
+
readonly message?: string | undefined;
|
|
1831
|
+
readonly reason?: string | undefined;
|
|
1832
|
+
}[] | undefined;
|
|
1833
|
+
readonly group?: string | undefined;
|
|
1834
|
+
readonly kind?: string | undefined;
|
|
1835
|
+
readonly name?: string | undefined;
|
|
1836
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1837
|
+
readonly uid?: string | undefined;
|
|
1838
|
+
} | undefined;
|
|
1839
|
+
readonly kind?: string | undefined;
|
|
1840
|
+
readonly message?: string | undefined;
|
|
1841
|
+
readonly metadata?: {
|
|
1842
|
+
readonly continue?: string | undefined;
|
|
1843
|
+
readonly remainingItemCount?: number | undefined;
|
|
1844
|
+
readonly resourceVersion?: string | undefined;
|
|
1845
|
+
readonly selfLink?: string | undefined;
|
|
1846
|
+
readonly shardInfo?: {
|
|
1847
|
+
readonly selector: string;
|
|
1848
|
+
} | undefined;
|
|
1849
|
+
} | undefined;
|
|
1850
|
+
readonly reason?: string | undefined;
|
|
1851
|
+
readonly status?: string | undefined;
|
|
1852
|
+
}, never, any>;
|
|
1009
1853
|
export declare const DeleteNetworkingV1beta1IPAddressInput: Schema.Struct<{
|
|
1010
1854
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1011
1855
|
}>;
|
|
@@ -1045,7 +1889,37 @@ export type DeleteNetworkingV1beta1IPAddressOutput = typeof DeleteNetworkingV1be
|
|
|
1045
1889
|
*
|
|
1046
1890
|
* @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
|
|
1047
1891
|
*/
|
|
1048
|
-
export declare const deleteNetworkingV1beta1IPAddress:
|
|
1892
|
+
export declare const deleteNetworkingV1beta1IPAddress: API.OperationMethod<{
|
|
1893
|
+
readonly dryRun?: string | undefined;
|
|
1894
|
+
}, {
|
|
1895
|
+
readonly apiVersion?: string | undefined;
|
|
1896
|
+
readonly code?: number | undefined;
|
|
1897
|
+
readonly details?: {
|
|
1898
|
+
readonly causes?: readonly {
|
|
1899
|
+
readonly field?: string | undefined;
|
|
1900
|
+
readonly message?: string | undefined;
|
|
1901
|
+
readonly reason?: string | undefined;
|
|
1902
|
+
}[] | undefined;
|
|
1903
|
+
readonly group?: string | undefined;
|
|
1904
|
+
readonly kind?: string | undefined;
|
|
1905
|
+
readonly name?: string | undefined;
|
|
1906
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1907
|
+
readonly uid?: string | undefined;
|
|
1908
|
+
} | undefined;
|
|
1909
|
+
readonly kind?: string | undefined;
|
|
1910
|
+
readonly message?: string | undefined;
|
|
1911
|
+
readonly metadata?: {
|
|
1912
|
+
readonly continue?: string | undefined;
|
|
1913
|
+
readonly remainingItemCount?: number | undefined;
|
|
1914
|
+
readonly resourceVersion?: string | undefined;
|
|
1915
|
+
readonly selfLink?: string | undefined;
|
|
1916
|
+
readonly shardInfo?: {
|
|
1917
|
+
readonly selector: string;
|
|
1918
|
+
} | undefined;
|
|
1919
|
+
} | undefined;
|
|
1920
|
+
readonly reason?: string | undefined;
|
|
1921
|
+
readonly status?: string | undefined;
|
|
1922
|
+
}, Conflict | NotFound, any>;
|
|
1049
1923
|
export declare const DeleteNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
|
|
1050
1924
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1051
1925
|
}>;
|
|
@@ -1085,7 +1959,37 @@ export type DeleteNetworkingV1beta1ServiceCIDROutput = typeof DeleteNetworkingV1
|
|
|
1085
1959
|
*
|
|
1086
1960
|
* @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
|
|
1087
1961
|
*/
|
|
1088
|
-
export declare const deleteNetworkingV1beta1ServiceCIDR:
|
|
1962
|
+
export declare const deleteNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
|
|
1963
|
+
readonly dryRun?: string | undefined;
|
|
1964
|
+
}, {
|
|
1965
|
+
readonly apiVersion?: string | undefined;
|
|
1966
|
+
readonly code?: number | undefined;
|
|
1967
|
+
readonly details?: {
|
|
1968
|
+
readonly causes?: readonly {
|
|
1969
|
+
readonly field?: string | undefined;
|
|
1970
|
+
readonly message?: string | undefined;
|
|
1971
|
+
readonly reason?: string | undefined;
|
|
1972
|
+
}[] | undefined;
|
|
1973
|
+
readonly group?: string | undefined;
|
|
1974
|
+
readonly kind?: string | undefined;
|
|
1975
|
+
readonly name?: string | undefined;
|
|
1976
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1977
|
+
readonly uid?: string | undefined;
|
|
1978
|
+
} | undefined;
|
|
1979
|
+
readonly kind?: string | undefined;
|
|
1980
|
+
readonly message?: string | undefined;
|
|
1981
|
+
readonly metadata?: {
|
|
1982
|
+
readonly continue?: string | undefined;
|
|
1983
|
+
readonly remainingItemCount?: number | undefined;
|
|
1984
|
+
readonly resourceVersion?: string | undefined;
|
|
1985
|
+
readonly selfLink?: string | undefined;
|
|
1986
|
+
readonly shardInfo?: {
|
|
1987
|
+
readonly selector: string;
|
|
1988
|
+
} | undefined;
|
|
1989
|
+
} | undefined;
|
|
1990
|
+
readonly reason?: string | undefined;
|
|
1991
|
+
readonly status?: string | undefined;
|
|
1992
|
+
}, Conflict | NotFound, any>;
|
|
1089
1993
|
export declare const GetNetworkingAPIGroupInput: Schema.Struct<{}>;
|
|
1090
1994
|
export type GetNetworkingAPIGroupInput = typeof GetNetworkingAPIGroupInput.Type;
|
|
1091
1995
|
export declare const GetNetworkingAPIGroupOutput: Schema.Struct<{
|
|
@@ -1109,7 +2013,23 @@ export type GetNetworkingAPIGroupOutput = typeof GetNetworkingAPIGroupOutput.Typ
|
|
|
1109
2013
|
/**
|
|
1110
2014
|
* get information of a group
|
|
1111
2015
|
*/
|
|
1112
|
-
export declare const getNetworkingAPIGroup:
|
|
2016
|
+
export declare const getNetworkingAPIGroup: API.OperationMethod<{}, {
|
|
2017
|
+
readonly apiVersion?: string | undefined;
|
|
2018
|
+
readonly kind?: string | undefined;
|
|
2019
|
+
readonly name: string;
|
|
2020
|
+
readonly preferredVersion?: {
|
|
2021
|
+
readonly groupVersion: string;
|
|
2022
|
+
readonly version: string;
|
|
2023
|
+
} | undefined;
|
|
2024
|
+
readonly serverAddressByClientCIDRs?: readonly {
|
|
2025
|
+
readonly clientCIDR: string;
|
|
2026
|
+
readonly serverAddress: string;
|
|
2027
|
+
}[] | undefined;
|
|
2028
|
+
readonly versions: readonly {
|
|
2029
|
+
readonly groupVersion: string;
|
|
2030
|
+
readonly version: string;
|
|
2031
|
+
}[];
|
|
2032
|
+
}, never, any>;
|
|
1113
2033
|
export declare const GetNetworkingV1APIResourcesInput: Schema.Struct<{}>;
|
|
1114
2034
|
export type GetNetworkingV1APIResourcesInput = typeof GetNetworkingV1APIResourcesInput.Type;
|
|
1115
2035
|
export declare const GetNetworkingV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -1133,7 +2053,23 @@ export type GetNetworkingV1APIResourcesOutput = typeof GetNetworkingV1APIResourc
|
|
|
1133
2053
|
/**
|
|
1134
2054
|
* get available resources
|
|
1135
2055
|
*/
|
|
1136
|
-
export declare const getNetworkingV1APIResources:
|
|
2056
|
+
export declare const getNetworkingV1APIResources: API.OperationMethod<{}, {
|
|
2057
|
+
readonly apiVersion?: string | undefined;
|
|
2058
|
+
readonly groupVersion: string;
|
|
2059
|
+
readonly kind?: string | undefined;
|
|
2060
|
+
readonly resources: readonly {
|
|
2061
|
+
readonly categories?: readonly string[] | undefined;
|
|
2062
|
+
readonly group?: string | undefined;
|
|
2063
|
+
readonly kind: string;
|
|
2064
|
+
readonly name: string;
|
|
2065
|
+
readonly namespaced: boolean;
|
|
2066
|
+
readonly shortNames?: readonly string[] | undefined;
|
|
2067
|
+
readonly singularName: string;
|
|
2068
|
+
readonly storageVersionHash?: string | undefined;
|
|
2069
|
+
readonly verbs: readonly string[];
|
|
2070
|
+
readonly version?: string | undefined;
|
|
2071
|
+
}[];
|
|
2072
|
+
}, never, any>;
|
|
1137
2073
|
export declare const GetNetworkingV1beta1APIResourcesInput: Schema.Struct<{}>;
|
|
1138
2074
|
export type GetNetworkingV1beta1APIResourcesInput = typeof GetNetworkingV1beta1APIResourcesInput.Type;
|
|
1139
2075
|
export declare const GetNetworkingV1beta1APIResourcesOutput: Schema.Struct<{
|
|
@@ -1157,7 +2093,23 @@ export type GetNetworkingV1beta1APIResourcesOutput = typeof GetNetworkingV1beta1
|
|
|
1157
2093
|
/**
|
|
1158
2094
|
* get available resources
|
|
1159
2095
|
*/
|
|
1160
|
-
export declare const getNetworkingV1beta1APIResources:
|
|
2096
|
+
export declare const getNetworkingV1beta1APIResources: API.OperationMethod<{}, {
|
|
2097
|
+
readonly apiVersion?: string | undefined;
|
|
2098
|
+
readonly groupVersion: string;
|
|
2099
|
+
readonly kind?: string | undefined;
|
|
2100
|
+
readonly resources: readonly {
|
|
2101
|
+
readonly categories?: readonly string[] | undefined;
|
|
2102
|
+
readonly group?: string | undefined;
|
|
2103
|
+
readonly kind: string;
|
|
2104
|
+
readonly name: string;
|
|
2105
|
+
readonly namespaced: boolean;
|
|
2106
|
+
readonly shortNames?: readonly string[] | undefined;
|
|
2107
|
+
readonly singularName: string;
|
|
2108
|
+
readonly storageVersionHash?: string | undefined;
|
|
2109
|
+
readonly verbs: readonly string[];
|
|
2110
|
+
readonly version?: string | undefined;
|
|
2111
|
+
}[];
|
|
2112
|
+
}, never, any>;
|
|
1161
2113
|
export declare const ListNetworkingV1IPAddressInput: Schema.Struct<{}>;
|
|
1162
2114
|
export type ListNetworkingV1IPAddressInput = typeof ListNetworkingV1IPAddressInput.Type;
|
|
1163
2115
|
export declare const ListNetworkingV1IPAddressOutput: Schema.Struct<{
|
|
@@ -1221,7 +2173,67 @@ export type ListNetworkingV1IPAddressOutput = typeof ListNetworkingV1IPAddressOu
|
|
|
1221
2173
|
/**
|
|
1222
2174
|
* list or watch objects of kind IPAddress
|
|
1223
2175
|
*/
|
|
1224
|
-
export declare const listNetworkingV1IPAddress:
|
|
2176
|
+
export declare const listNetworkingV1IPAddress: API.OperationMethod<{}, {
|
|
2177
|
+
readonly apiVersion?: string | undefined;
|
|
2178
|
+
readonly items: readonly {
|
|
2179
|
+
readonly apiVersion?: string | undefined;
|
|
2180
|
+
readonly kind?: string | undefined;
|
|
2181
|
+
readonly metadata?: {
|
|
2182
|
+
readonly annotations?: {
|
|
2183
|
+
readonly [x: string]: string;
|
|
2184
|
+
} | undefined;
|
|
2185
|
+
readonly creationTimestamp?: string | undefined;
|
|
2186
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2187
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2188
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2189
|
+
readonly generateName?: string | undefined;
|
|
2190
|
+
readonly generation?: number | undefined;
|
|
2191
|
+
readonly labels?: {
|
|
2192
|
+
readonly [x: string]: string;
|
|
2193
|
+
} | undefined;
|
|
2194
|
+
readonly managedFields?: readonly {
|
|
2195
|
+
readonly apiVersion?: string | undefined;
|
|
2196
|
+
readonly fieldsType?: string | undefined;
|
|
2197
|
+
readonly fieldsV1?: unknown;
|
|
2198
|
+
readonly manager?: string | undefined;
|
|
2199
|
+
readonly operation?: string | undefined;
|
|
2200
|
+
readonly subresource?: string | undefined;
|
|
2201
|
+
readonly time?: string | undefined;
|
|
2202
|
+
}[] | undefined;
|
|
2203
|
+
readonly name?: string | undefined;
|
|
2204
|
+
readonly namespace?: string | undefined;
|
|
2205
|
+
readonly ownerReferences?: readonly {
|
|
2206
|
+
readonly apiVersion: string;
|
|
2207
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2208
|
+
readonly controller?: boolean | undefined;
|
|
2209
|
+
readonly kind: string;
|
|
2210
|
+
readonly name: string;
|
|
2211
|
+
readonly uid: string;
|
|
2212
|
+
}[] | undefined;
|
|
2213
|
+
readonly resourceVersion?: string | undefined;
|
|
2214
|
+
readonly selfLink?: string | undefined;
|
|
2215
|
+
readonly uid?: string | undefined;
|
|
2216
|
+
} | undefined;
|
|
2217
|
+
readonly spec: {
|
|
2218
|
+
readonly parentRef: {
|
|
2219
|
+
readonly group?: string | undefined;
|
|
2220
|
+
readonly name: string;
|
|
2221
|
+
readonly namespace?: string | undefined;
|
|
2222
|
+
readonly resource: string;
|
|
2223
|
+
};
|
|
2224
|
+
};
|
|
2225
|
+
}[];
|
|
2226
|
+
readonly kind?: string | undefined;
|
|
2227
|
+
readonly metadata?: {
|
|
2228
|
+
readonly continue?: string | undefined;
|
|
2229
|
+
readonly remainingItemCount?: number | undefined;
|
|
2230
|
+
readonly resourceVersion?: string | undefined;
|
|
2231
|
+
readonly selfLink?: string | undefined;
|
|
2232
|
+
readonly shardInfo?: {
|
|
2233
|
+
readonly selector: string;
|
|
2234
|
+
} | undefined;
|
|
2235
|
+
} | undefined;
|
|
2236
|
+
}, never, any>;
|
|
1225
2237
|
export declare const ListNetworkingV1IngressClassInput: Schema.Struct<{}>;
|
|
1226
2238
|
export type ListNetworkingV1IngressClassInput = typeof ListNetworkingV1IngressClassInput.Type;
|
|
1227
2239
|
export declare const ListNetworkingV1IngressClassOutput: Schema.Struct<{
|
|
@@ -1287,7 +2299,69 @@ export type ListNetworkingV1IngressClassOutput = typeof ListNetworkingV1IngressC
|
|
|
1287
2299
|
/**
|
|
1288
2300
|
* list or watch objects of kind IngressClass
|
|
1289
2301
|
*/
|
|
1290
|
-
export declare const listNetworkingV1IngressClass:
|
|
2302
|
+
export declare const listNetworkingV1IngressClass: API.OperationMethod<{}, {
|
|
2303
|
+
readonly apiVersion?: string | undefined;
|
|
2304
|
+
readonly items: readonly {
|
|
2305
|
+
readonly apiVersion?: string | undefined;
|
|
2306
|
+
readonly kind?: string | undefined;
|
|
2307
|
+
readonly metadata?: {
|
|
2308
|
+
readonly annotations?: {
|
|
2309
|
+
readonly [x: string]: string;
|
|
2310
|
+
} | undefined;
|
|
2311
|
+
readonly creationTimestamp?: string | undefined;
|
|
2312
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2313
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2314
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2315
|
+
readonly generateName?: string | undefined;
|
|
2316
|
+
readonly generation?: number | undefined;
|
|
2317
|
+
readonly labels?: {
|
|
2318
|
+
readonly [x: string]: string;
|
|
2319
|
+
} | undefined;
|
|
2320
|
+
readonly managedFields?: readonly {
|
|
2321
|
+
readonly apiVersion?: string | undefined;
|
|
2322
|
+
readonly fieldsType?: string | undefined;
|
|
2323
|
+
readonly fieldsV1?: unknown;
|
|
2324
|
+
readonly manager?: string | undefined;
|
|
2325
|
+
readonly operation?: string | undefined;
|
|
2326
|
+
readonly subresource?: string | undefined;
|
|
2327
|
+
readonly time?: string | undefined;
|
|
2328
|
+
}[] | undefined;
|
|
2329
|
+
readonly name?: string | undefined;
|
|
2330
|
+
readonly namespace?: string | undefined;
|
|
2331
|
+
readonly ownerReferences?: readonly {
|
|
2332
|
+
readonly apiVersion: string;
|
|
2333
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2334
|
+
readonly controller?: boolean | undefined;
|
|
2335
|
+
readonly kind: string;
|
|
2336
|
+
readonly name: string;
|
|
2337
|
+
readonly uid: string;
|
|
2338
|
+
}[] | undefined;
|
|
2339
|
+
readonly resourceVersion?: string | undefined;
|
|
2340
|
+
readonly selfLink?: string | undefined;
|
|
2341
|
+
readonly uid?: string | undefined;
|
|
2342
|
+
} | undefined;
|
|
2343
|
+
readonly spec?: {
|
|
2344
|
+
readonly controller?: string | undefined;
|
|
2345
|
+
readonly parameters?: {
|
|
2346
|
+
readonly apiGroup?: string | undefined;
|
|
2347
|
+
readonly kind: string;
|
|
2348
|
+
readonly name: string;
|
|
2349
|
+
readonly namespace?: string | undefined;
|
|
2350
|
+
readonly scope?: string | undefined;
|
|
2351
|
+
} | undefined;
|
|
2352
|
+
} | undefined;
|
|
2353
|
+
}[];
|
|
2354
|
+
readonly kind?: string | undefined;
|
|
2355
|
+
readonly metadata?: {
|
|
2356
|
+
readonly continue?: string | undefined;
|
|
2357
|
+
readonly remainingItemCount?: number | undefined;
|
|
2358
|
+
readonly resourceVersion?: string | undefined;
|
|
2359
|
+
readonly selfLink?: string | undefined;
|
|
2360
|
+
readonly shardInfo?: {
|
|
2361
|
+
readonly selector: string;
|
|
2362
|
+
} | undefined;
|
|
2363
|
+
} | undefined;
|
|
2364
|
+
}, never, any>;
|
|
1291
2365
|
export declare const ListNetworkingV1IngressForAllNamespacesInput: Schema.Struct<{}>;
|
|
1292
2366
|
export type ListNetworkingV1IngressForAllNamespacesInput = typeof ListNetworkingV1IngressForAllNamespacesInput.Type;
|
|
1293
2367
|
export declare const ListNetworkingV1IngressForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -1400,7 +2474,116 @@ export type ListNetworkingV1IngressForAllNamespacesOutput = typeof ListNetworkin
|
|
|
1400
2474
|
/**
|
|
1401
2475
|
* list or watch objects of kind Ingress
|
|
1402
2476
|
*/
|
|
1403
|
-
export declare const listNetworkingV1IngressForAllNamespaces:
|
|
2477
|
+
export declare const listNetworkingV1IngressForAllNamespaces: API.OperationMethod<{}, {
|
|
2478
|
+
readonly apiVersion?: string | undefined;
|
|
2479
|
+
readonly items: readonly {
|
|
2480
|
+
readonly apiVersion?: string | undefined;
|
|
2481
|
+
readonly kind?: string | undefined;
|
|
2482
|
+
readonly metadata?: {
|
|
2483
|
+
readonly annotations?: {
|
|
2484
|
+
readonly [x: string]: string;
|
|
2485
|
+
} | undefined;
|
|
2486
|
+
readonly creationTimestamp?: string | undefined;
|
|
2487
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2488
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2489
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2490
|
+
readonly generateName?: string | undefined;
|
|
2491
|
+
readonly generation?: number | undefined;
|
|
2492
|
+
readonly labels?: {
|
|
2493
|
+
readonly [x: string]: string;
|
|
2494
|
+
} | undefined;
|
|
2495
|
+
readonly managedFields?: readonly {
|
|
2496
|
+
readonly apiVersion?: string | undefined;
|
|
2497
|
+
readonly fieldsType?: string | undefined;
|
|
2498
|
+
readonly fieldsV1?: unknown;
|
|
2499
|
+
readonly manager?: string | undefined;
|
|
2500
|
+
readonly operation?: string | undefined;
|
|
2501
|
+
readonly subresource?: string | undefined;
|
|
2502
|
+
readonly time?: string | undefined;
|
|
2503
|
+
}[] | undefined;
|
|
2504
|
+
readonly name?: string | undefined;
|
|
2505
|
+
readonly namespace?: string | undefined;
|
|
2506
|
+
readonly ownerReferences?: readonly {
|
|
2507
|
+
readonly apiVersion: string;
|
|
2508
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2509
|
+
readonly controller?: boolean | undefined;
|
|
2510
|
+
readonly kind: string;
|
|
2511
|
+
readonly name: string;
|
|
2512
|
+
readonly uid: string;
|
|
2513
|
+
}[] | undefined;
|
|
2514
|
+
readonly resourceVersion?: string | undefined;
|
|
2515
|
+
readonly selfLink?: string | undefined;
|
|
2516
|
+
readonly uid?: string | undefined;
|
|
2517
|
+
} | undefined;
|
|
2518
|
+
readonly spec?: {
|
|
2519
|
+
readonly defaultBackend?: {
|
|
2520
|
+
readonly resource?: {
|
|
2521
|
+
readonly apiGroup?: string | undefined;
|
|
2522
|
+
readonly kind: string;
|
|
2523
|
+
readonly name: string;
|
|
2524
|
+
} | undefined;
|
|
2525
|
+
readonly service?: {
|
|
2526
|
+
readonly name: string;
|
|
2527
|
+
readonly port?: {
|
|
2528
|
+
readonly name?: string | undefined;
|
|
2529
|
+
readonly number?: number | undefined;
|
|
2530
|
+
} | undefined;
|
|
2531
|
+
} | undefined;
|
|
2532
|
+
} | undefined;
|
|
2533
|
+
readonly ingressClassName?: string | undefined;
|
|
2534
|
+
readonly rules?: readonly {
|
|
2535
|
+
readonly host?: string | undefined;
|
|
2536
|
+
readonly http?: {
|
|
2537
|
+
readonly paths: readonly {
|
|
2538
|
+
readonly backend: {
|
|
2539
|
+
readonly resource?: {
|
|
2540
|
+
readonly apiGroup?: string | undefined;
|
|
2541
|
+
readonly kind: string;
|
|
2542
|
+
readonly name: string;
|
|
2543
|
+
} | undefined;
|
|
2544
|
+
readonly service?: {
|
|
2545
|
+
readonly name: string;
|
|
2546
|
+
readonly port?: {
|
|
2547
|
+
readonly name?: string | undefined;
|
|
2548
|
+
readonly number?: number | undefined;
|
|
2549
|
+
} | undefined;
|
|
2550
|
+
} | undefined;
|
|
2551
|
+
};
|
|
2552
|
+
readonly path?: string | undefined;
|
|
2553
|
+
readonly pathType: string;
|
|
2554
|
+
}[];
|
|
2555
|
+
} | undefined;
|
|
2556
|
+
}[] | undefined;
|
|
2557
|
+
readonly tls?: readonly {
|
|
2558
|
+
readonly hosts?: readonly string[] | undefined;
|
|
2559
|
+
readonly secretName?: string | undefined;
|
|
2560
|
+
}[] | undefined;
|
|
2561
|
+
} | undefined;
|
|
2562
|
+
readonly status?: {
|
|
2563
|
+
readonly loadBalancer?: {
|
|
2564
|
+
readonly ingress?: readonly {
|
|
2565
|
+
readonly hostname?: string | undefined;
|
|
2566
|
+
readonly ip?: string | undefined;
|
|
2567
|
+
readonly ports?: readonly {
|
|
2568
|
+
readonly error?: string | undefined;
|
|
2569
|
+
readonly port: number;
|
|
2570
|
+
readonly protocol: string;
|
|
2571
|
+
}[] | undefined;
|
|
2572
|
+
}[] | undefined;
|
|
2573
|
+
} | undefined;
|
|
2574
|
+
} | undefined;
|
|
2575
|
+
}[];
|
|
2576
|
+
readonly kind?: string | undefined;
|
|
2577
|
+
readonly metadata?: {
|
|
2578
|
+
readonly continue?: string | undefined;
|
|
2579
|
+
readonly remainingItemCount?: number | undefined;
|
|
2580
|
+
readonly resourceVersion?: string | undefined;
|
|
2581
|
+
readonly selfLink?: string | undefined;
|
|
2582
|
+
readonly shardInfo?: {
|
|
2583
|
+
readonly selector: string;
|
|
2584
|
+
} | undefined;
|
|
2585
|
+
} | undefined;
|
|
2586
|
+
}, never, any>;
|
|
1404
2587
|
export declare const ListNetworkingV1NamespacedIngressInput: Schema.Struct<{}>;
|
|
1405
2588
|
export type ListNetworkingV1NamespacedIngressInput = typeof ListNetworkingV1NamespacedIngressInput.Type;
|
|
1406
2589
|
export declare const ListNetworkingV1NamespacedIngressOutput: Schema.Struct<{
|
|
@@ -1513,7 +2696,116 @@ export type ListNetworkingV1NamespacedIngressOutput = typeof ListNetworkingV1Nam
|
|
|
1513
2696
|
/**
|
|
1514
2697
|
* list or watch objects of kind Ingress
|
|
1515
2698
|
*/
|
|
1516
|
-
export declare const listNetworkingV1NamespacedIngress:
|
|
2699
|
+
export declare const listNetworkingV1NamespacedIngress: API.OperationMethod<{}, {
|
|
2700
|
+
readonly apiVersion?: string | undefined;
|
|
2701
|
+
readonly items: readonly {
|
|
2702
|
+
readonly apiVersion?: string | undefined;
|
|
2703
|
+
readonly kind?: string | undefined;
|
|
2704
|
+
readonly metadata?: {
|
|
2705
|
+
readonly annotations?: {
|
|
2706
|
+
readonly [x: string]: string;
|
|
2707
|
+
} | undefined;
|
|
2708
|
+
readonly creationTimestamp?: string | undefined;
|
|
2709
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2710
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2711
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2712
|
+
readonly generateName?: string | undefined;
|
|
2713
|
+
readonly generation?: number | undefined;
|
|
2714
|
+
readonly labels?: {
|
|
2715
|
+
readonly [x: string]: string;
|
|
2716
|
+
} | undefined;
|
|
2717
|
+
readonly managedFields?: readonly {
|
|
2718
|
+
readonly apiVersion?: string | undefined;
|
|
2719
|
+
readonly fieldsType?: string | undefined;
|
|
2720
|
+
readonly fieldsV1?: unknown;
|
|
2721
|
+
readonly manager?: string | undefined;
|
|
2722
|
+
readonly operation?: string | undefined;
|
|
2723
|
+
readonly subresource?: string | undefined;
|
|
2724
|
+
readonly time?: string | undefined;
|
|
2725
|
+
}[] | undefined;
|
|
2726
|
+
readonly name?: string | undefined;
|
|
2727
|
+
readonly namespace?: string | undefined;
|
|
2728
|
+
readonly ownerReferences?: readonly {
|
|
2729
|
+
readonly apiVersion: string;
|
|
2730
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2731
|
+
readonly controller?: boolean | undefined;
|
|
2732
|
+
readonly kind: string;
|
|
2733
|
+
readonly name: string;
|
|
2734
|
+
readonly uid: string;
|
|
2735
|
+
}[] | undefined;
|
|
2736
|
+
readonly resourceVersion?: string | undefined;
|
|
2737
|
+
readonly selfLink?: string | undefined;
|
|
2738
|
+
readonly uid?: string | undefined;
|
|
2739
|
+
} | undefined;
|
|
2740
|
+
readonly spec?: {
|
|
2741
|
+
readonly defaultBackend?: {
|
|
2742
|
+
readonly resource?: {
|
|
2743
|
+
readonly apiGroup?: string | undefined;
|
|
2744
|
+
readonly kind: string;
|
|
2745
|
+
readonly name: string;
|
|
2746
|
+
} | undefined;
|
|
2747
|
+
readonly service?: {
|
|
2748
|
+
readonly name: string;
|
|
2749
|
+
readonly port?: {
|
|
2750
|
+
readonly name?: string | undefined;
|
|
2751
|
+
readonly number?: number | undefined;
|
|
2752
|
+
} | undefined;
|
|
2753
|
+
} | undefined;
|
|
2754
|
+
} | undefined;
|
|
2755
|
+
readonly ingressClassName?: string | undefined;
|
|
2756
|
+
readonly rules?: readonly {
|
|
2757
|
+
readonly host?: string | undefined;
|
|
2758
|
+
readonly http?: {
|
|
2759
|
+
readonly paths: readonly {
|
|
2760
|
+
readonly backend: {
|
|
2761
|
+
readonly resource?: {
|
|
2762
|
+
readonly apiGroup?: string | undefined;
|
|
2763
|
+
readonly kind: string;
|
|
2764
|
+
readonly name: string;
|
|
2765
|
+
} | undefined;
|
|
2766
|
+
readonly service?: {
|
|
2767
|
+
readonly name: string;
|
|
2768
|
+
readonly port?: {
|
|
2769
|
+
readonly name?: string | undefined;
|
|
2770
|
+
readonly number?: number | undefined;
|
|
2771
|
+
} | undefined;
|
|
2772
|
+
} | undefined;
|
|
2773
|
+
};
|
|
2774
|
+
readonly path?: string | undefined;
|
|
2775
|
+
readonly pathType: string;
|
|
2776
|
+
}[];
|
|
2777
|
+
} | undefined;
|
|
2778
|
+
}[] | undefined;
|
|
2779
|
+
readonly tls?: readonly {
|
|
2780
|
+
readonly hosts?: readonly string[] | undefined;
|
|
2781
|
+
readonly secretName?: string | undefined;
|
|
2782
|
+
}[] | undefined;
|
|
2783
|
+
} | undefined;
|
|
2784
|
+
readonly status?: {
|
|
2785
|
+
readonly loadBalancer?: {
|
|
2786
|
+
readonly ingress?: readonly {
|
|
2787
|
+
readonly hostname?: string | undefined;
|
|
2788
|
+
readonly ip?: string | undefined;
|
|
2789
|
+
readonly ports?: readonly {
|
|
2790
|
+
readonly error?: string | undefined;
|
|
2791
|
+
readonly port: number;
|
|
2792
|
+
readonly protocol: string;
|
|
2793
|
+
}[] | undefined;
|
|
2794
|
+
}[] | undefined;
|
|
2795
|
+
} | undefined;
|
|
2796
|
+
} | undefined;
|
|
2797
|
+
}[];
|
|
2798
|
+
readonly kind?: string | undefined;
|
|
2799
|
+
readonly metadata?: {
|
|
2800
|
+
readonly continue?: string | undefined;
|
|
2801
|
+
readonly remainingItemCount?: number | undefined;
|
|
2802
|
+
readonly resourceVersion?: string | undefined;
|
|
2803
|
+
readonly selfLink?: string | undefined;
|
|
2804
|
+
readonly shardInfo?: {
|
|
2805
|
+
readonly selector: string;
|
|
2806
|
+
} | undefined;
|
|
2807
|
+
} | undefined;
|
|
2808
|
+
}, never, any>;
|
|
1517
2809
|
export declare const ListNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{}>;
|
|
1518
2810
|
export type ListNetworkingV1NamespacedNetworkPolicyInput = typeof ListNetworkingV1NamespacedNetworkPolicyInput.Type;
|
|
1519
2811
|
export declare const ListNetworkingV1NamespacedNetworkPolicyOutput: Schema.Struct<{
|
|
@@ -1638,7 +2930,138 @@ export type ListNetworkingV1NamespacedNetworkPolicyOutput = typeof ListNetworkin
|
|
|
1638
2930
|
/**
|
|
1639
2931
|
* list or watch objects of kind NetworkPolicy
|
|
1640
2932
|
*/
|
|
1641
|
-
export declare const listNetworkingV1NamespacedNetworkPolicy:
|
|
2933
|
+
export declare const listNetworkingV1NamespacedNetworkPolicy: API.OperationMethod<{}, {
|
|
2934
|
+
readonly apiVersion?: string | undefined;
|
|
2935
|
+
readonly items: readonly {
|
|
2936
|
+
readonly apiVersion?: string | undefined;
|
|
2937
|
+
readonly kind?: string | undefined;
|
|
2938
|
+
readonly metadata?: {
|
|
2939
|
+
readonly annotations?: {
|
|
2940
|
+
readonly [x: string]: string;
|
|
2941
|
+
} | undefined;
|
|
2942
|
+
readonly creationTimestamp?: string | undefined;
|
|
2943
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2944
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2945
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2946
|
+
readonly generateName?: string | undefined;
|
|
2947
|
+
readonly generation?: number | undefined;
|
|
2948
|
+
readonly labels?: {
|
|
2949
|
+
readonly [x: string]: string;
|
|
2950
|
+
} | undefined;
|
|
2951
|
+
readonly managedFields?: readonly {
|
|
2952
|
+
readonly apiVersion?: string | undefined;
|
|
2953
|
+
readonly fieldsType?: string | undefined;
|
|
2954
|
+
readonly fieldsV1?: unknown;
|
|
2955
|
+
readonly manager?: string | undefined;
|
|
2956
|
+
readonly operation?: string | undefined;
|
|
2957
|
+
readonly subresource?: string | undefined;
|
|
2958
|
+
readonly time?: string | undefined;
|
|
2959
|
+
}[] | undefined;
|
|
2960
|
+
readonly name?: string | undefined;
|
|
2961
|
+
readonly namespace?: string | undefined;
|
|
2962
|
+
readonly ownerReferences?: readonly {
|
|
2963
|
+
readonly apiVersion: string;
|
|
2964
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2965
|
+
readonly controller?: boolean | undefined;
|
|
2966
|
+
readonly kind: string;
|
|
2967
|
+
readonly name: string;
|
|
2968
|
+
readonly uid: string;
|
|
2969
|
+
}[] | undefined;
|
|
2970
|
+
readonly resourceVersion?: string | undefined;
|
|
2971
|
+
readonly selfLink?: string | undefined;
|
|
2972
|
+
readonly uid?: string | undefined;
|
|
2973
|
+
} | undefined;
|
|
2974
|
+
readonly spec?: {
|
|
2975
|
+
readonly egress?: readonly {
|
|
2976
|
+
readonly ports?: readonly {
|
|
2977
|
+
readonly endPort?: number | undefined;
|
|
2978
|
+
readonly port?: string | undefined;
|
|
2979
|
+
readonly protocol?: string | undefined;
|
|
2980
|
+
}[] | undefined;
|
|
2981
|
+
readonly to?: readonly {
|
|
2982
|
+
readonly ipBlock?: {
|
|
2983
|
+
readonly cidr: string;
|
|
2984
|
+
readonly except?: readonly string[] | undefined;
|
|
2985
|
+
} | undefined;
|
|
2986
|
+
readonly namespaceSelector?: {
|
|
2987
|
+
readonly matchExpressions?: readonly {
|
|
2988
|
+
readonly key: string;
|
|
2989
|
+
readonly operator: string;
|
|
2990
|
+
readonly values?: readonly string[] | undefined;
|
|
2991
|
+
}[] | undefined;
|
|
2992
|
+
readonly matchLabels?: {
|
|
2993
|
+
readonly [x: string]: string;
|
|
2994
|
+
} | undefined;
|
|
2995
|
+
} | undefined;
|
|
2996
|
+
readonly podSelector?: {
|
|
2997
|
+
readonly matchExpressions?: readonly {
|
|
2998
|
+
readonly key: string;
|
|
2999
|
+
readonly operator: string;
|
|
3000
|
+
readonly values?: readonly string[] | undefined;
|
|
3001
|
+
}[] | undefined;
|
|
3002
|
+
readonly matchLabels?: {
|
|
3003
|
+
readonly [x: string]: string;
|
|
3004
|
+
} | undefined;
|
|
3005
|
+
} | undefined;
|
|
3006
|
+
}[] | undefined;
|
|
3007
|
+
}[] | undefined;
|
|
3008
|
+
readonly ingress?: readonly {
|
|
3009
|
+
readonly from?: readonly {
|
|
3010
|
+
readonly ipBlock?: {
|
|
3011
|
+
readonly cidr: string;
|
|
3012
|
+
readonly except?: readonly string[] | undefined;
|
|
3013
|
+
} | undefined;
|
|
3014
|
+
readonly namespaceSelector?: {
|
|
3015
|
+
readonly matchExpressions?: readonly {
|
|
3016
|
+
readonly key: string;
|
|
3017
|
+
readonly operator: string;
|
|
3018
|
+
readonly values?: readonly string[] | undefined;
|
|
3019
|
+
}[] | undefined;
|
|
3020
|
+
readonly matchLabels?: {
|
|
3021
|
+
readonly [x: string]: string;
|
|
3022
|
+
} | undefined;
|
|
3023
|
+
} | undefined;
|
|
3024
|
+
readonly podSelector?: {
|
|
3025
|
+
readonly matchExpressions?: readonly {
|
|
3026
|
+
readonly key: string;
|
|
3027
|
+
readonly operator: string;
|
|
3028
|
+
readonly values?: readonly string[] | undefined;
|
|
3029
|
+
}[] | undefined;
|
|
3030
|
+
readonly matchLabels?: {
|
|
3031
|
+
readonly [x: string]: string;
|
|
3032
|
+
} | undefined;
|
|
3033
|
+
} | undefined;
|
|
3034
|
+
}[] | undefined;
|
|
3035
|
+
readonly ports?: readonly {
|
|
3036
|
+
readonly endPort?: number | undefined;
|
|
3037
|
+
readonly port?: string | undefined;
|
|
3038
|
+
readonly protocol?: string | undefined;
|
|
3039
|
+
}[] | undefined;
|
|
3040
|
+
}[] | undefined;
|
|
3041
|
+
readonly podSelector?: {
|
|
3042
|
+
readonly matchExpressions?: readonly {
|
|
3043
|
+
readonly key: string;
|
|
3044
|
+
readonly operator: string;
|
|
3045
|
+
readonly values?: readonly string[] | undefined;
|
|
3046
|
+
}[] | undefined;
|
|
3047
|
+
readonly matchLabels?: {
|
|
3048
|
+
readonly [x: string]: string;
|
|
3049
|
+
} | undefined;
|
|
3050
|
+
} | undefined;
|
|
3051
|
+
readonly policyTypes?: readonly string[] | undefined;
|
|
3052
|
+
} | undefined;
|
|
3053
|
+
}[];
|
|
3054
|
+
readonly kind?: string | undefined;
|
|
3055
|
+
readonly metadata?: {
|
|
3056
|
+
readonly continue?: string | undefined;
|
|
3057
|
+
readonly remainingItemCount?: number | undefined;
|
|
3058
|
+
readonly resourceVersion?: string | undefined;
|
|
3059
|
+
readonly selfLink?: string | undefined;
|
|
3060
|
+
readonly shardInfo?: {
|
|
3061
|
+
readonly selector: string;
|
|
3062
|
+
} | undefined;
|
|
3063
|
+
} | undefined;
|
|
3064
|
+
}, never, any>;
|
|
1642
3065
|
export declare const ListNetworkingV1NetworkPolicyForAllNamespacesInput: Schema.Struct<{}>;
|
|
1643
3066
|
export type ListNetworkingV1NetworkPolicyForAllNamespacesInput = typeof ListNetworkingV1NetworkPolicyForAllNamespacesInput.Type;
|
|
1644
3067
|
export declare const ListNetworkingV1NetworkPolicyForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -1763,7 +3186,138 @@ export type ListNetworkingV1NetworkPolicyForAllNamespacesOutput = typeof ListNet
|
|
|
1763
3186
|
/**
|
|
1764
3187
|
* list or watch objects of kind NetworkPolicy
|
|
1765
3188
|
*/
|
|
1766
|
-
export declare const listNetworkingV1NetworkPolicyForAllNamespaces:
|
|
3189
|
+
export declare const listNetworkingV1NetworkPolicyForAllNamespaces: API.OperationMethod<{}, {
|
|
3190
|
+
readonly apiVersion?: string | undefined;
|
|
3191
|
+
readonly items: readonly {
|
|
3192
|
+
readonly apiVersion?: string | undefined;
|
|
3193
|
+
readonly kind?: string | undefined;
|
|
3194
|
+
readonly metadata?: {
|
|
3195
|
+
readonly annotations?: {
|
|
3196
|
+
readonly [x: string]: string;
|
|
3197
|
+
} | undefined;
|
|
3198
|
+
readonly creationTimestamp?: string | undefined;
|
|
3199
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3200
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3201
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3202
|
+
readonly generateName?: string | undefined;
|
|
3203
|
+
readonly generation?: number | undefined;
|
|
3204
|
+
readonly labels?: {
|
|
3205
|
+
readonly [x: string]: string;
|
|
3206
|
+
} | undefined;
|
|
3207
|
+
readonly managedFields?: readonly {
|
|
3208
|
+
readonly apiVersion?: string | undefined;
|
|
3209
|
+
readonly fieldsType?: string | undefined;
|
|
3210
|
+
readonly fieldsV1?: unknown;
|
|
3211
|
+
readonly manager?: string | undefined;
|
|
3212
|
+
readonly operation?: string | undefined;
|
|
3213
|
+
readonly subresource?: string | undefined;
|
|
3214
|
+
readonly time?: string | undefined;
|
|
3215
|
+
}[] | undefined;
|
|
3216
|
+
readonly name?: string | undefined;
|
|
3217
|
+
readonly namespace?: string | undefined;
|
|
3218
|
+
readonly ownerReferences?: readonly {
|
|
3219
|
+
readonly apiVersion: string;
|
|
3220
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3221
|
+
readonly controller?: boolean | undefined;
|
|
3222
|
+
readonly kind: string;
|
|
3223
|
+
readonly name: string;
|
|
3224
|
+
readonly uid: string;
|
|
3225
|
+
}[] | undefined;
|
|
3226
|
+
readonly resourceVersion?: string | undefined;
|
|
3227
|
+
readonly selfLink?: string | undefined;
|
|
3228
|
+
readonly uid?: string | undefined;
|
|
3229
|
+
} | undefined;
|
|
3230
|
+
readonly spec?: {
|
|
3231
|
+
readonly egress?: readonly {
|
|
3232
|
+
readonly ports?: readonly {
|
|
3233
|
+
readonly endPort?: number | undefined;
|
|
3234
|
+
readonly port?: string | undefined;
|
|
3235
|
+
readonly protocol?: string | undefined;
|
|
3236
|
+
}[] | undefined;
|
|
3237
|
+
readonly to?: readonly {
|
|
3238
|
+
readonly ipBlock?: {
|
|
3239
|
+
readonly cidr: string;
|
|
3240
|
+
readonly except?: readonly string[] | undefined;
|
|
3241
|
+
} | undefined;
|
|
3242
|
+
readonly namespaceSelector?: {
|
|
3243
|
+
readonly matchExpressions?: readonly {
|
|
3244
|
+
readonly key: string;
|
|
3245
|
+
readonly operator: string;
|
|
3246
|
+
readonly values?: readonly string[] | undefined;
|
|
3247
|
+
}[] | undefined;
|
|
3248
|
+
readonly matchLabels?: {
|
|
3249
|
+
readonly [x: string]: string;
|
|
3250
|
+
} | undefined;
|
|
3251
|
+
} | undefined;
|
|
3252
|
+
readonly podSelector?: {
|
|
3253
|
+
readonly matchExpressions?: readonly {
|
|
3254
|
+
readonly key: string;
|
|
3255
|
+
readonly operator: string;
|
|
3256
|
+
readonly values?: readonly string[] | undefined;
|
|
3257
|
+
}[] | undefined;
|
|
3258
|
+
readonly matchLabels?: {
|
|
3259
|
+
readonly [x: string]: string;
|
|
3260
|
+
} | undefined;
|
|
3261
|
+
} | undefined;
|
|
3262
|
+
}[] | undefined;
|
|
3263
|
+
}[] | undefined;
|
|
3264
|
+
readonly ingress?: readonly {
|
|
3265
|
+
readonly from?: readonly {
|
|
3266
|
+
readonly ipBlock?: {
|
|
3267
|
+
readonly cidr: string;
|
|
3268
|
+
readonly except?: readonly string[] | undefined;
|
|
3269
|
+
} | undefined;
|
|
3270
|
+
readonly namespaceSelector?: {
|
|
3271
|
+
readonly matchExpressions?: readonly {
|
|
3272
|
+
readonly key: string;
|
|
3273
|
+
readonly operator: string;
|
|
3274
|
+
readonly values?: readonly string[] | undefined;
|
|
3275
|
+
}[] | undefined;
|
|
3276
|
+
readonly matchLabels?: {
|
|
3277
|
+
readonly [x: string]: string;
|
|
3278
|
+
} | undefined;
|
|
3279
|
+
} | undefined;
|
|
3280
|
+
readonly podSelector?: {
|
|
3281
|
+
readonly matchExpressions?: readonly {
|
|
3282
|
+
readonly key: string;
|
|
3283
|
+
readonly operator: string;
|
|
3284
|
+
readonly values?: readonly string[] | undefined;
|
|
3285
|
+
}[] | undefined;
|
|
3286
|
+
readonly matchLabels?: {
|
|
3287
|
+
readonly [x: string]: string;
|
|
3288
|
+
} | undefined;
|
|
3289
|
+
} | undefined;
|
|
3290
|
+
}[] | undefined;
|
|
3291
|
+
readonly ports?: readonly {
|
|
3292
|
+
readonly endPort?: number | undefined;
|
|
3293
|
+
readonly port?: string | undefined;
|
|
3294
|
+
readonly protocol?: string | undefined;
|
|
3295
|
+
}[] | undefined;
|
|
3296
|
+
}[] | undefined;
|
|
3297
|
+
readonly podSelector?: {
|
|
3298
|
+
readonly matchExpressions?: readonly {
|
|
3299
|
+
readonly key: string;
|
|
3300
|
+
readonly operator: string;
|
|
3301
|
+
readonly values?: readonly string[] | undefined;
|
|
3302
|
+
}[] | undefined;
|
|
3303
|
+
readonly matchLabels?: {
|
|
3304
|
+
readonly [x: string]: string;
|
|
3305
|
+
} | undefined;
|
|
3306
|
+
} | undefined;
|
|
3307
|
+
readonly policyTypes?: readonly string[] | undefined;
|
|
3308
|
+
} | undefined;
|
|
3309
|
+
}[];
|
|
3310
|
+
readonly kind?: string | undefined;
|
|
3311
|
+
readonly metadata?: {
|
|
3312
|
+
readonly continue?: string | undefined;
|
|
3313
|
+
readonly remainingItemCount?: number | undefined;
|
|
3314
|
+
readonly resourceVersion?: string | undefined;
|
|
3315
|
+
readonly selfLink?: string | undefined;
|
|
3316
|
+
readonly shardInfo?: {
|
|
3317
|
+
readonly selector: string;
|
|
3318
|
+
} | undefined;
|
|
3319
|
+
} | undefined;
|
|
3320
|
+
}, never, any>;
|
|
1767
3321
|
export declare const ListNetworkingV1ServiceCIDRInput: Schema.Struct<{}>;
|
|
1768
3322
|
export type ListNetworkingV1ServiceCIDRInput = typeof ListNetworkingV1ServiceCIDRInput.Type;
|
|
1769
3323
|
export declare const ListNetworkingV1ServiceCIDROutput: Schema.Struct<{
|
|
@@ -1832,7 +3386,72 @@ export type ListNetworkingV1ServiceCIDROutput = typeof ListNetworkingV1ServiceCI
|
|
|
1832
3386
|
/**
|
|
1833
3387
|
* list or watch objects of kind ServiceCIDR
|
|
1834
3388
|
*/
|
|
1835
|
-
export declare const listNetworkingV1ServiceCIDR:
|
|
3389
|
+
export declare const listNetworkingV1ServiceCIDR: API.OperationMethod<{}, {
|
|
3390
|
+
readonly apiVersion?: string | undefined;
|
|
3391
|
+
readonly items: readonly {
|
|
3392
|
+
readonly apiVersion?: string | undefined;
|
|
3393
|
+
readonly kind?: string | undefined;
|
|
3394
|
+
readonly metadata?: {
|
|
3395
|
+
readonly annotations?: {
|
|
3396
|
+
readonly [x: string]: string;
|
|
3397
|
+
} | undefined;
|
|
3398
|
+
readonly creationTimestamp?: string | undefined;
|
|
3399
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3400
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3401
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3402
|
+
readonly generateName?: string | undefined;
|
|
3403
|
+
readonly generation?: number | undefined;
|
|
3404
|
+
readonly labels?: {
|
|
3405
|
+
readonly [x: string]: string;
|
|
3406
|
+
} | undefined;
|
|
3407
|
+
readonly managedFields?: readonly {
|
|
3408
|
+
readonly apiVersion?: string | undefined;
|
|
3409
|
+
readonly fieldsType?: string | undefined;
|
|
3410
|
+
readonly fieldsV1?: unknown;
|
|
3411
|
+
readonly manager?: string | undefined;
|
|
3412
|
+
readonly operation?: string | undefined;
|
|
3413
|
+
readonly subresource?: string | undefined;
|
|
3414
|
+
readonly time?: string | undefined;
|
|
3415
|
+
}[] | undefined;
|
|
3416
|
+
readonly name?: string | undefined;
|
|
3417
|
+
readonly namespace?: string | undefined;
|
|
3418
|
+
readonly ownerReferences?: readonly {
|
|
3419
|
+
readonly apiVersion: string;
|
|
3420
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3421
|
+
readonly controller?: boolean | undefined;
|
|
3422
|
+
readonly kind: string;
|
|
3423
|
+
readonly name: string;
|
|
3424
|
+
readonly uid: string;
|
|
3425
|
+
}[] | undefined;
|
|
3426
|
+
readonly resourceVersion?: string | undefined;
|
|
3427
|
+
readonly selfLink?: string | undefined;
|
|
3428
|
+
readonly uid?: string | undefined;
|
|
3429
|
+
} | undefined;
|
|
3430
|
+
readonly spec?: {
|
|
3431
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
3432
|
+
} | undefined;
|
|
3433
|
+
readonly status?: {
|
|
3434
|
+
readonly conditions?: readonly {
|
|
3435
|
+
readonly lastTransitionTime: string;
|
|
3436
|
+
readonly message: string;
|
|
3437
|
+
readonly observedGeneration?: number | undefined;
|
|
3438
|
+
readonly reason: string;
|
|
3439
|
+
readonly status: string;
|
|
3440
|
+
readonly type: string;
|
|
3441
|
+
}[] | undefined;
|
|
3442
|
+
} | undefined;
|
|
3443
|
+
}[];
|
|
3444
|
+
readonly kind?: string | undefined;
|
|
3445
|
+
readonly metadata?: {
|
|
3446
|
+
readonly continue?: string | undefined;
|
|
3447
|
+
readonly remainingItemCount?: number | undefined;
|
|
3448
|
+
readonly resourceVersion?: string | undefined;
|
|
3449
|
+
readonly selfLink?: string | undefined;
|
|
3450
|
+
readonly shardInfo?: {
|
|
3451
|
+
readonly selector: string;
|
|
3452
|
+
} | undefined;
|
|
3453
|
+
} | undefined;
|
|
3454
|
+
}, never, any>;
|
|
1836
3455
|
export declare const ListNetworkingV1beta1IPAddressInput: Schema.Struct<{}>;
|
|
1837
3456
|
export type ListNetworkingV1beta1IPAddressInput = typeof ListNetworkingV1beta1IPAddressInput.Type;
|
|
1838
3457
|
export declare const ListNetworkingV1beta1IPAddressOutput: Schema.Struct<{
|
|
@@ -1896,7 +3515,67 @@ export type ListNetworkingV1beta1IPAddressOutput = typeof ListNetworkingV1beta1I
|
|
|
1896
3515
|
/**
|
|
1897
3516
|
* list or watch objects of kind IPAddress
|
|
1898
3517
|
*/
|
|
1899
|
-
export declare const listNetworkingV1beta1IPAddress:
|
|
3518
|
+
export declare const listNetworkingV1beta1IPAddress: API.OperationMethod<{}, {
|
|
3519
|
+
readonly apiVersion?: string | undefined;
|
|
3520
|
+
readonly items: readonly {
|
|
3521
|
+
readonly apiVersion?: string | undefined;
|
|
3522
|
+
readonly kind?: string | undefined;
|
|
3523
|
+
readonly metadata?: {
|
|
3524
|
+
readonly annotations?: {
|
|
3525
|
+
readonly [x: string]: string;
|
|
3526
|
+
} | undefined;
|
|
3527
|
+
readonly creationTimestamp?: string | undefined;
|
|
3528
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3529
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3530
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3531
|
+
readonly generateName?: string | undefined;
|
|
3532
|
+
readonly generation?: number | undefined;
|
|
3533
|
+
readonly labels?: {
|
|
3534
|
+
readonly [x: string]: string;
|
|
3535
|
+
} | undefined;
|
|
3536
|
+
readonly managedFields?: readonly {
|
|
3537
|
+
readonly apiVersion?: string | undefined;
|
|
3538
|
+
readonly fieldsType?: string | undefined;
|
|
3539
|
+
readonly fieldsV1?: unknown;
|
|
3540
|
+
readonly manager?: string | undefined;
|
|
3541
|
+
readonly operation?: string | undefined;
|
|
3542
|
+
readonly subresource?: string | undefined;
|
|
3543
|
+
readonly time?: string | undefined;
|
|
3544
|
+
}[] | undefined;
|
|
3545
|
+
readonly name?: string | undefined;
|
|
3546
|
+
readonly namespace?: string | undefined;
|
|
3547
|
+
readonly ownerReferences?: readonly {
|
|
3548
|
+
readonly apiVersion: string;
|
|
3549
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3550
|
+
readonly controller?: boolean | undefined;
|
|
3551
|
+
readonly kind: string;
|
|
3552
|
+
readonly name: string;
|
|
3553
|
+
readonly uid: string;
|
|
3554
|
+
}[] | undefined;
|
|
3555
|
+
readonly resourceVersion?: string | undefined;
|
|
3556
|
+
readonly selfLink?: string | undefined;
|
|
3557
|
+
readonly uid?: string | undefined;
|
|
3558
|
+
} | undefined;
|
|
3559
|
+
readonly spec: {
|
|
3560
|
+
readonly parentRef: {
|
|
3561
|
+
readonly group?: string | undefined;
|
|
3562
|
+
readonly name: string;
|
|
3563
|
+
readonly namespace?: string | undefined;
|
|
3564
|
+
readonly resource: string;
|
|
3565
|
+
};
|
|
3566
|
+
};
|
|
3567
|
+
}[];
|
|
3568
|
+
readonly kind?: string | undefined;
|
|
3569
|
+
readonly metadata?: {
|
|
3570
|
+
readonly continue?: string | undefined;
|
|
3571
|
+
readonly remainingItemCount?: number | undefined;
|
|
3572
|
+
readonly resourceVersion?: string | undefined;
|
|
3573
|
+
readonly selfLink?: string | undefined;
|
|
3574
|
+
readonly shardInfo?: {
|
|
3575
|
+
readonly selector: string;
|
|
3576
|
+
} | undefined;
|
|
3577
|
+
} | undefined;
|
|
3578
|
+
}, never, any>;
|
|
1900
3579
|
export declare const ListNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{}>;
|
|
1901
3580
|
export type ListNetworkingV1beta1ServiceCIDRInput = typeof ListNetworkingV1beta1ServiceCIDRInput.Type;
|
|
1902
3581
|
export declare const ListNetworkingV1beta1ServiceCIDROutput: Schema.Struct<{
|
|
@@ -1965,7 +3644,72 @@ export type ListNetworkingV1beta1ServiceCIDROutput = typeof ListNetworkingV1beta
|
|
|
1965
3644
|
/**
|
|
1966
3645
|
* list or watch objects of kind ServiceCIDR
|
|
1967
3646
|
*/
|
|
1968
|
-
export declare const listNetworkingV1beta1ServiceCIDR:
|
|
3647
|
+
export declare const listNetworkingV1beta1ServiceCIDR: API.OperationMethod<{}, {
|
|
3648
|
+
readonly apiVersion?: string | undefined;
|
|
3649
|
+
readonly items: readonly {
|
|
3650
|
+
readonly apiVersion?: string | undefined;
|
|
3651
|
+
readonly kind?: string | undefined;
|
|
3652
|
+
readonly metadata?: {
|
|
3653
|
+
readonly annotations?: {
|
|
3654
|
+
readonly [x: string]: string;
|
|
3655
|
+
} | undefined;
|
|
3656
|
+
readonly creationTimestamp?: string | undefined;
|
|
3657
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3658
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3659
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3660
|
+
readonly generateName?: string | undefined;
|
|
3661
|
+
readonly generation?: number | undefined;
|
|
3662
|
+
readonly labels?: {
|
|
3663
|
+
readonly [x: string]: string;
|
|
3664
|
+
} | undefined;
|
|
3665
|
+
readonly managedFields?: readonly {
|
|
3666
|
+
readonly apiVersion?: string | undefined;
|
|
3667
|
+
readonly fieldsType?: string | undefined;
|
|
3668
|
+
readonly fieldsV1?: unknown;
|
|
3669
|
+
readonly manager?: string | undefined;
|
|
3670
|
+
readonly operation?: string | undefined;
|
|
3671
|
+
readonly subresource?: string | undefined;
|
|
3672
|
+
readonly time?: string | undefined;
|
|
3673
|
+
}[] | undefined;
|
|
3674
|
+
readonly name?: string | undefined;
|
|
3675
|
+
readonly namespace?: string | undefined;
|
|
3676
|
+
readonly ownerReferences?: readonly {
|
|
3677
|
+
readonly apiVersion: string;
|
|
3678
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3679
|
+
readonly controller?: boolean | undefined;
|
|
3680
|
+
readonly kind: string;
|
|
3681
|
+
readonly name: string;
|
|
3682
|
+
readonly uid: string;
|
|
3683
|
+
}[] | undefined;
|
|
3684
|
+
readonly resourceVersion?: string | undefined;
|
|
3685
|
+
readonly selfLink?: string | undefined;
|
|
3686
|
+
readonly uid?: string | undefined;
|
|
3687
|
+
} | undefined;
|
|
3688
|
+
readonly spec?: {
|
|
3689
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
3690
|
+
} | undefined;
|
|
3691
|
+
readonly status?: {
|
|
3692
|
+
readonly conditions?: readonly {
|
|
3693
|
+
readonly lastTransitionTime: string;
|
|
3694
|
+
readonly message: string;
|
|
3695
|
+
readonly observedGeneration?: number | undefined;
|
|
3696
|
+
readonly reason: string;
|
|
3697
|
+
readonly status: string;
|
|
3698
|
+
readonly type: string;
|
|
3699
|
+
}[] | undefined;
|
|
3700
|
+
} | undefined;
|
|
3701
|
+
}[];
|
|
3702
|
+
readonly kind?: string | undefined;
|
|
3703
|
+
readonly metadata?: {
|
|
3704
|
+
readonly continue?: string | undefined;
|
|
3705
|
+
readonly remainingItemCount?: number | undefined;
|
|
3706
|
+
readonly resourceVersion?: string | undefined;
|
|
3707
|
+
readonly selfLink?: string | undefined;
|
|
3708
|
+
readonly shardInfo?: {
|
|
3709
|
+
readonly selector: string;
|
|
3710
|
+
} | undefined;
|
|
3711
|
+
} | undefined;
|
|
3712
|
+
}, never, any>;
|
|
1969
3713
|
export declare const PatchNetworkingV1IPAddressInput: Schema.Struct<{
|
|
1970
3714
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1971
3715
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2022,7 +3766,57 @@ export type PatchNetworkingV1IPAddressOutput = typeof PatchNetworkingV1IPAddress
|
|
|
2022
3766
|
* @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
|
|
2023
3767
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
2024
3768
|
*/
|
|
2025
|
-
export declare const patchNetworkingV1IPAddress:
|
|
3769
|
+
export declare const patchNetworkingV1IPAddress: API.OperationMethod<{
|
|
3770
|
+
readonly dryRun?: string | undefined;
|
|
3771
|
+
readonly fieldValidation?: string | undefined;
|
|
3772
|
+
}, {
|
|
3773
|
+
readonly apiVersion?: string | undefined;
|
|
3774
|
+
readonly kind?: string | undefined;
|
|
3775
|
+
readonly metadata?: {
|
|
3776
|
+
readonly annotations?: {
|
|
3777
|
+
readonly [x: string]: string;
|
|
3778
|
+
} | undefined;
|
|
3779
|
+
readonly creationTimestamp?: string | undefined;
|
|
3780
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3781
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3782
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3783
|
+
readonly generateName?: string | undefined;
|
|
3784
|
+
readonly generation?: number | undefined;
|
|
3785
|
+
readonly labels?: {
|
|
3786
|
+
readonly [x: string]: string;
|
|
3787
|
+
} | undefined;
|
|
3788
|
+
readonly managedFields?: readonly {
|
|
3789
|
+
readonly apiVersion?: string | undefined;
|
|
3790
|
+
readonly fieldsType?: string | undefined;
|
|
3791
|
+
readonly fieldsV1?: unknown;
|
|
3792
|
+
readonly manager?: string | undefined;
|
|
3793
|
+
readonly operation?: string | undefined;
|
|
3794
|
+
readonly subresource?: string | undefined;
|
|
3795
|
+
readonly time?: string | undefined;
|
|
3796
|
+
}[] | undefined;
|
|
3797
|
+
readonly name?: string | undefined;
|
|
3798
|
+
readonly namespace?: string | undefined;
|
|
3799
|
+
readonly ownerReferences?: readonly {
|
|
3800
|
+
readonly apiVersion: string;
|
|
3801
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3802
|
+
readonly controller?: boolean | undefined;
|
|
3803
|
+
readonly kind: string;
|
|
3804
|
+
readonly name: string;
|
|
3805
|
+
readonly uid: string;
|
|
3806
|
+
}[] | undefined;
|
|
3807
|
+
readonly resourceVersion?: string | undefined;
|
|
3808
|
+
readonly selfLink?: string | undefined;
|
|
3809
|
+
readonly uid?: string | undefined;
|
|
3810
|
+
} | undefined;
|
|
3811
|
+
readonly spec: {
|
|
3812
|
+
readonly parentRef: {
|
|
3813
|
+
readonly group?: string | undefined;
|
|
3814
|
+
readonly name: string;
|
|
3815
|
+
readonly namespace?: string | undefined;
|
|
3816
|
+
readonly resource: string;
|
|
3817
|
+
};
|
|
3818
|
+
};
|
|
3819
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2026
3820
|
export declare const PatchNetworkingV1IngressClassInput: Schema.Struct<{
|
|
2027
3821
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2028
3822
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2081,7 +3875,59 @@ export type PatchNetworkingV1IngressClassOutput = typeof PatchNetworkingV1Ingres
|
|
|
2081
3875
|
* @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
|
|
2082
3876
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
2083
3877
|
*/
|
|
2084
|
-
export declare const patchNetworkingV1IngressClass:
|
|
3878
|
+
export declare const patchNetworkingV1IngressClass: API.OperationMethod<{
|
|
3879
|
+
readonly dryRun?: string | undefined;
|
|
3880
|
+
readonly fieldValidation?: string | undefined;
|
|
3881
|
+
}, {
|
|
3882
|
+
readonly apiVersion?: string | undefined;
|
|
3883
|
+
readonly kind?: string | undefined;
|
|
3884
|
+
readonly metadata?: {
|
|
3885
|
+
readonly annotations?: {
|
|
3886
|
+
readonly [x: string]: string;
|
|
3887
|
+
} | undefined;
|
|
3888
|
+
readonly creationTimestamp?: string | undefined;
|
|
3889
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3890
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3891
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3892
|
+
readonly generateName?: string | undefined;
|
|
3893
|
+
readonly generation?: number | undefined;
|
|
3894
|
+
readonly labels?: {
|
|
3895
|
+
readonly [x: string]: string;
|
|
3896
|
+
} | undefined;
|
|
3897
|
+
readonly managedFields?: readonly {
|
|
3898
|
+
readonly apiVersion?: string | undefined;
|
|
3899
|
+
readonly fieldsType?: string | undefined;
|
|
3900
|
+
readonly fieldsV1?: unknown;
|
|
3901
|
+
readonly manager?: string | undefined;
|
|
3902
|
+
readonly operation?: string | undefined;
|
|
3903
|
+
readonly subresource?: string | undefined;
|
|
3904
|
+
readonly time?: string | undefined;
|
|
3905
|
+
}[] | undefined;
|
|
3906
|
+
readonly name?: string | undefined;
|
|
3907
|
+
readonly namespace?: string | undefined;
|
|
3908
|
+
readonly ownerReferences?: readonly {
|
|
3909
|
+
readonly apiVersion: string;
|
|
3910
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3911
|
+
readonly controller?: boolean | undefined;
|
|
3912
|
+
readonly kind: string;
|
|
3913
|
+
readonly name: string;
|
|
3914
|
+
readonly uid: string;
|
|
3915
|
+
}[] | undefined;
|
|
3916
|
+
readonly resourceVersion?: string | undefined;
|
|
3917
|
+
readonly selfLink?: string | undefined;
|
|
3918
|
+
readonly uid?: string | undefined;
|
|
3919
|
+
} | undefined;
|
|
3920
|
+
readonly spec?: {
|
|
3921
|
+
readonly controller?: string | undefined;
|
|
3922
|
+
readonly parameters?: {
|
|
3923
|
+
readonly apiGroup?: string | undefined;
|
|
3924
|
+
readonly kind: string;
|
|
3925
|
+
readonly name: string;
|
|
3926
|
+
readonly namespace?: string | undefined;
|
|
3927
|
+
readonly scope?: string | undefined;
|
|
3928
|
+
} | undefined;
|
|
3929
|
+
} | undefined;
|
|
3930
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2085
3931
|
export declare const PatchNetworkingV1NamespacedIngressInput: Schema.Struct<{
|
|
2086
3932
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2087
3933
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2187,7 +4033,106 @@ export type PatchNetworkingV1NamespacedIngressOutput = typeof PatchNetworkingV1N
|
|
|
2187
4033
|
* @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
|
|
2188
4034
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
2189
4035
|
*/
|
|
2190
|
-
export declare const patchNetworkingV1NamespacedIngress:
|
|
4036
|
+
export declare const patchNetworkingV1NamespacedIngress: API.OperationMethod<{
|
|
4037
|
+
readonly dryRun?: string | undefined;
|
|
4038
|
+
readonly fieldValidation?: string | undefined;
|
|
4039
|
+
}, {
|
|
4040
|
+
readonly apiVersion?: string | undefined;
|
|
4041
|
+
readonly kind?: string | undefined;
|
|
4042
|
+
readonly metadata?: {
|
|
4043
|
+
readonly annotations?: {
|
|
4044
|
+
readonly [x: string]: string;
|
|
4045
|
+
} | undefined;
|
|
4046
|
+
readonly creationTimestamp?: string | undefined;
|
|
4047
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
4048
|
+
readonly deletionTimestamp?: string | undefined;
|
|
4049
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
4050
|
+
readonly generateName?: string | undefined;
|
|
4051
|
+
readonly generation?: number | undefined;
|
|
4052
|
+
readonly labels?: {
|
|
4053
|
+
readonly [x: string]: string;
|
|
4054
|
+
} | undefined;
|
|
4055
|
+
readonly managedFields?: readonly {
|
|
4056
|
+
readonly apiVersion?: string | undefined;
|
|
4057
|
+
readonly fieldsType?: string | undefined;
|
|
4058
|
+
readonly fieldsV1?: unknown;
|
|
4059
|
+
readonly manager?: string | undefined;
|
|
4060
|
+
readonly operation?: string | undefined;
|
|
4061
|
+
readonly subresource?: string | undefined;
|
|
4062
|
+
readonly time?: string | undefined;
|
|
4063
|
+
}[] | undefined;
|
|
4064
|
+
readonly name?: string | undefined;
|
|
4065
|
+
readonly namespace?: string | undefined;
|
|
4066
|
+
readonly ownerReferences?: readonly {
|
|
4067
|
+
readonly apiVersion: string;
|
|
4068
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
4069
|
+
readonly controller?: boolean | undefined;
|
|
4070
|
+
readonly kind: string;
|
|
4071
|
+
readonly name: string;
|
|
4072
|
+
readonly uid: string;
|
|
4073
|
+
}[] | undefined;
|
|
4074
|
+
readonly resourceVersion?: string | undefined;
|
|
4075
|
+
readonly selfLink?: string | undefined;
|
|
4076
|
+
readonly uid?: string | undefined;
|
|
4077
|
+
} | undefined;
|
|
4078
|
+
readonly spec?: {
|
|
4079
|
+
readonly defaultBackend?: {
|
|
4080
|
+
readonly resource?: {
|
|
4081
|
+
readonly apiGroup?: string | undefined;
|
|
4082
|
+
readonly kind: string;
|
|
4083
|
+
readonly name: string;
|
|
4084
|
+
} | undefined;
|
|
4085
|
+
readonly service?: {
|
|
4086
|
+
readonly name: string;
|
|
4087
|
+
readonly port?: {
|
|
4088
|
+
readonly name?: string | undefined;
|
|
4089
|
+
readonly number?: number | undefined;
|
|
4090
|
+
} | undefined;
|
|
4091
|
+
} | undefined;
|
|
4092
|
+
} | undefined;
|
|
4093
|
+
readonly ingressClassName?: string | undefined;
|
|
4094
|
+
readonly rules?: readonly {
|
|
4095
|
+
readonly host?: string | undefined;
|
|
4096
|
+
readonly http?: {
|
|
4097
|
+
readonly paths: readonly {
|
|
4098
|
+
readonly backend: {
|
|
4099
|
+
readonly resource?: {
|
|
4100
|
+
readonly apiGroup?: string | undefined;
|
|
4101
|
+
readonly kind: string;
|
|
4102
|
+
readonly name: string;
|
|
4103
|
+
} | undefined;
|
|
4104
|
+
readonly service?: {
|
|
4105
|
+
readonly name: string;
|
|
4106
|
+
readonly port?: {
|
|
4107
|
+
readonly name?: string | undefined;
|
|
4108
|
+
readonly number?: number | undefined;
|
|
4109
|
+
} | undefined;
|
|
4110
|
+
} | undefined;
|
|
4111
|
+
};
|
|
4112
|
+
readonly path?: string | undefined;
|
|
4113
|
+
readonly pathType: string;
|
|
4114
|
+
}[];
|
|
4115
|
+
} | undefined;
|
|
4116
|
+
}[] | undefined;
|
|
4117
|
+
readonly tls?: readonly {
|
|
4118
|
+
readonly hosts?: readonly string[] | undefined;
|
|
4119
|
+
readonly secretName?: string | undefined;
|
|
4120
|
+
}[] | undefined;
|
|
4121
|
+
} | undefined;
|
|
4122
|
+
readonly status?: {
|
|
4123
|
+
readonly loadBalancer?: {
|
|
4124
|
+
readonly ingress?: readonly {
|
|
4125
|
+
readonly hostname?: string | undefined;
|
|
4126
|
+
readonly ip?: string | undefined;
|
|
4127
|
+
readonly ports?: readonly {
|
|
4128
|
+
readonly error?: string | undefined;
|
|
4129
|
+
readonly port: number;
|
|
4130
|
+
readonly protocol: string;
|
|
4131
|
+
}[] | undefined;
|
|
4132
|
+
}[] | undefined;
|
|
4133
|
+
} | undefined;
|
|
4134
|
+
} | undefined;
|
|
4135
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2191
4136
|
export declare const PatchNetworkingV1NamespacedIngressStatusInput: Schema.Struct<{
|
|
2192
4137
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2193
4138
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2293,7 +4238,106 @@ export type PatchNetworkingV1NamespacedIngressStatusOutput = typeof PatchNetwork
|
|
|
2293
4238
|
* @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
|
|
2294
4239
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
2295
4240
|
*/
|
|
2296
|
-
export declare const patchNetworkingV1NamespacedIngressStatus:
|
|
4241
|
+
export declare const patchNetworkingV1NamespacedIngressStatus: API.OperationMethod<{
|
|
4242
|
+
readonly dryRun?: string | undefined;
|
|
4243
|
+
readonly fieldValidation?: string | undefined;
|
|
4244
|
+
}, {
|
|
4245
|
+
readonly apiVersion?: string | undefined;
|
|
4246
|
+
readonly kind?: string | undefined;
|
|
4247
|
+
readonly metadata?: {
|
|
4248
|
+
readonly annotations?: {
|
|
4249
|
+
readonly [x: string]: string;
|
|
4250
|
+
} | undefined;
|
|
4251
|
+
readonly creationTimestamp?: string | undefined;
|
|
4252
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
4253
|
+
readonly deletionTimestamp?: string | undefined;
|
|
4254
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
4255
|
+
readonly generateName?: string | undefined;
|
|
4256
|
+
readonly generation?: number | undefined;
|
|
4257
|
+
readonly labels?: {
|
|
4258
|
+
readonly [x: string]: string;
|
|
4259
|
+
} | undefined;
|
|
4260
|
+
readonly managedFields?: readonly {
|
|
4261
|
+
readonly apiVersion?: string | undefined;
|
|
4262
|
+
readonly fieldsType?: string | undefined;
|
|
4263
|
+
readonly fieldsV1?: unknown;
|
|
4264
|
+
readonly manager?: string | undefined;
|
|
4265
|
+
readonly operation?: string | undefined;
|
|
4266
|
+
readonly subresource?: string | undefined;
|
|
4267
|
+
readonly time?: string | undefined;
|
|
4268
|
+
}[] | undefined;
|
|
4269
|
+
readonly name?: string | undefined;
|
|
4270
|
+
readonly namespace?: string | undefined;
|
|
4271
|
+
readonly ownerReferences?: readonly {
|
|
4272
|
+
readonly apiVersion: string;
|
|
4273
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
4274
|
+
readonly controller?: boolean | undefined;
|
|
4275
|
+
readonly kind: string;
|
|
4276
|
+
readonly name: string;
|
|
4277
|
+
readonly uid: string;
|
|
4278
|
+
}[] | undefined;
|
|
4279
|
+
readonly resourceVersion?: string | undefined;
|
|
4280
|
+
readonly selfLink?: string | undefined;
|
|
4281
|
+
readonly uid?: string | undefined;
|
|
4282
|
+
} | undefined;
|
|
4283
|
+
readonly spec?: {
|
|
4284
|
+
readonly defaultBackend?: {
|
|
4285
|
+
readonly resource?: {
|
|
4286
|
+
readonly apiGroup?: string | undefined;
|
|
4287
|
+
readonly kind: string;
|
|
4288
|
+
readonly name: string;
|
|
4289
|
+
} | undefined;
|
|
4290
|
+
readonly service?: {
|
|
4291
|
+
readonly name: string;
|
|
4292
|
+
readonly port?: {
|
|
4293
|
+
readonly name?: string | undefined;
|
|
4294
|
+
readonly number?: number | undefined;
|
|
4295
|
+
} | undefined;
|
|
4296
|
+
} | undefined;
|
|
4297
|
+
} | undefined;
|
|
4298
|
+
readonly ingressClassName?: string | undefined;
|
|
4299
|
+
readonly rules?: readonly {
|
|
4300
|
+
readonly host?: string | undefined;
|
|
4301
|
+
readonly http?: {
|
|
4302
|
+
readonly paths: readonly {
|
|
4303
|
+
readonly backend: {
|
|
4304
|
+
readonly resource?: {
|
|
4305
|
+
readonly apiGroup?: string | undefined;
|
|
4306
|
+
readonly kind: string;
|
|
4307
|
+
readonly name: string;
|
|
4308
|
+
} | undefined;
|
|
4309
|
+
readonly service?: {
|
|
4310
|
+
readonly name: string;
|
|
4311
|
+
readonly port?: {
|
|
4312
|
+
readonly name?: string | undefined;
|
|
4313
|
+
readonly number?: number | undefined;
|
|
4314
|
+
} | undefined;
|
|
4315
|
+
} | undefined;
|
|
4316
|
+
};
|
|
4317
|
+
readonly path?: string | undefined;
|
|
4318
|
+
readonly pathType: string;
|
|
4319
|
+
}[];
|
|
4320
|
+
} | undefined;
|
|
4321
|
+
}[] | undefined;
|
|
4322
|
+
readonly tls?: readonly {
|
|
4323
|
+
readonly hosts?: readonly string[] | undefined;
|
|
4324
|
+
readonly secretName?: string | undefined;
|
|
4325
|
+
}[] | undefined;
|
|
4326
|
+
} | undefined;
|
|
4327
|
+
readonly status?: {
|
|
4328
|
+
readonly loadBalancer?: {
|
|
4329
|
+
readonly ingress?: readonly {
|
|
4330
|
+
readonly hostname?: string | undefined;
|
|
4331
|
+
readonly ip?: string | undefined;
|
|
4332
|
+
readonly ports?: readonly {
|
|
4333
|
+
readonly error?: string | undefined;
|
|
4334
|
+
readonly port: number;
|
|
4335
|
+
readonly protocol: string;
|
|
4336
|
+
}[] | undefined;
|
|
4337
|
+
}[] | undefined;
|
|
4338
|
+
} | undefined;
|
|
4339
|
+
} | undefined;
|
|
4340
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2297
4341
|
export declare const PatchNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
|
|
2298
4342
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2299
4343
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2411,7 +4455,128 @@ export type PatchNetworkingV1NamespacedNetworkPolicyOutput = typeof PatchNetwork
|
|
|
2411
4455
|
* @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
|
|
2412
4456
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
2413
4457
|
*/
|
|
2414
|
-
export declare const patchNetworkingV1NamespacedNetworkPolicy:
|
|
4458
|
+
export declare const patchNetworkingV1NamespacedNetworkPolicy: API.OperationMethod<{
|
|
4459
|
+
readonly dryRun?: string | undefined;
|
|
4460
|
+
readonly fieldValidation?: string | undefined;
|
|
4461
|
+
}, {
|
|
4462
|
+
readonly apiVersion?: string | undefined;
|
|
4463
|
+
readonly kind?: string | undefined;
|
|
4464
|
+
readonly metadata?: {
|
|
4465
|
+
readonly annotations?: {
|
|
4466
|
+
readonly [x: string]: string;
|
|
4467
|
+
} | undefined;
|
|
4468
|
+
readonly creationTimestamp?: string | undefined;
|
|
4469
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
4470
|
+
readonly deletionTimestamp?: string | undefined;
|
|
4471
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
4472
|
+
readonly generateName?: string | undefined;
|
|
4473
|
+
readonly generation?: number | undefined;
|
|
4474
|
+
readonly labels?: {
|
|
4475
|
+
readonly [x: string]: string;
|
|
4476
|
+
} | undefined;
|
|
4477
|
+
readonly managedFields?: readonly {
|
|
4478
|
+
readonly apiVersion?: string | undefined;
|
|
4479
|
+
readonly fieldsType?: string | undefined;
|
|
4480
|
+
readonly fieldsV1?: unknown;
|
|
4481
|
+
readonly manager?: string | undefined;
|
|
4482
|
+
readonly operation?: string | undefined;
|
|
4483
|
+
readonly subresource?: string | undefined;
|
|
4484
|
+
readonly time?: string | undefined;
|
|
4485
|
+
}[] | undefined;
|
|
4486
|
+
readonly name?: string | undefined;
|
|
4487
|
+
readonly namespace?: string | undefined;
|
|
4488
|
+
readonly ownerReferences?: readonly {
|
|
4489
|
+
readonly apiVersion: string;
|
|
4490
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
4491
|
+
readonly controller?: boolean | undefined;
|
|
4492
|
+
readonly kind: string;
|
|
4493
|
+
readonly name: string;
|
|
4494
|
+
readonly uid: string;
|
|
4495
|
+
}[] | undefined;
|
|
4496
|
+
readonly resourceVersion?: string | undefined;
|
|
4497
|
+
readonly selfLink?: string | undefined;
|
|
4498
|
+
readonly uid?: string | undefined;
|
|
4499
|
+
} | undefined;
|
|
4500
|
+
readonly spec?: {
|
|
4501
|
+
readonly egress?: readonly {
|
|
4502
|
+
readonly ports?: readonly {
|
|
4503
|
+
readonly endPort?: number | undefined;
|
|
4504
|
+
readonly port?: string | undefined;
|
|
4505
|
+
readonly protocol?: string | undefined;
|
|
4506
|
+
}[] | undefined;
|
|
4507
|
+
readonly to?: readonly {
|
|
4508
|
+
readonly ipBlock?: {
|
|
4509
|
+
readonly cidr: string;
|
|
4510
|
+
readonly except?: readonly string[] | undefined;
|
|
4511
|
+
} | undefined;
|
|
4512
|
+
readonly namespaceSelector?: {
|
|
4513
|
+
readonly matchExpressions?: readonly {
|
|
4514
|
+
readonly key: string;
|
|
4515
|
+
readonly operator: string;
|
|
4516
|
+
readonly values?: readonly string[] | undefined;
|
|
4517
|
+
}[] | undefined;
|
|
4518
|
+
readonly matchLabels?: {
|
|
4519
|
+
readonly [x: string]: string;
|
|
4520
|
+
} | undefined;
|
|
4521
|
+
} | undefined;
|
|
4522
|
+
readonly podSelector?: {
|
|
4523
|
+
readonly matchExpressions?: readonly {
|
|
4524
|
+
readonly key: string;
|
|
4525
|
+
readonly operator: string;
|
|
4526
|
+
readonly values?: readonly string[] | undefined;
|
|
4527
|
+
}[] | undefined;
|
|
4528
|
+
readonly matchLabels?: {
|
|
4529
|
+
readonly [x: string]: string;
|
|
4530
|
+
} | undefined;
|
|
4531
|
+
} | undefined;
|
|
4532
|
+
}[] | undefined;
|
|
4533
|
+
}[] | undefined;
|
|
4534
|
+
readonly ingress?: readonly {
|
|
4535
|
+
readonly from?: readonly {
|
|
4536
|
+
readonly ipBlock?: {
|
|
4537
|
+
readonly cidr: string;
|
|
4538
|
+
readonly except?: readonly string[] | undefined;
|
|
4539
|
+
} | undefined;
|
|
4540
|
+
readonly namespaceSelector?: {
|
|
4541
|
+
readonly matchExpressions?: readonly {
|
|
4542
|
+
readonly key: string;
|
|
4543
|
+
readonly operator: string;
|
|
4544
|
+
readonly values?: readonly string[] | undefined;
|
|
4545
|
+
}[] | undefined;
|
|
4546
|
+
readonly matchLabels?: {
|
|
4547
|
+
readonly [x: string]: string;
|
|
4548
|
+
} | undefined;
|
|
4549
|
+
} | undefined;
|
|
4550
|
+
readonly podSelector?: {
|
|
4551
|
+
readonly matchExpressions?: readonly {
|
|
4552
|
+
readonly key: string;
|
|
4553
|
+
readonly operator: string;
|
|
4554
|
+
readonly values?: readonly string[] | undefined;
|
|
4555
|
+
}[] | undefined;
|
|
4556
|
+
readonly matchLabels?: {
|
|
4557
|
+
readonly [x: string]: string;
|
|
4558
|
+
} | undefined;
|
|
4559
|
+
} | undefined;
|
|
4560
|
+
}[] | undefined;
|
|
4561
|
+
readonly ports?: readonly {
|
|
4562
|
+
readonly endPort?: number | undefined;
|
|
4563
|
+
readonly port?: string | undefined;
|
|
4564
|
+
readonly protocol?: string | undefined;
|
|
4565
|
+
}[] | undefined;
|
|
4566
|
+
}[] | undefined;
|
|
4567
|
+
readonly podSelector?: {
|
|
4568
|
+
readonly matchExpressions?: readonly {
|
|
4569
|
+
readonly key: string;
|
|
4570
|
+
readonly operator: string;
|
|
4571
|
+
readonly values?: readonly string[] | undefined;
|
|
4572
|
+
}[] | undefined;
|
|
4573
|
+
readonly matchLabels?: {
|
|
4574
|
+
readonly [x: string]: string;
|
|
4575
|
+
} | undefined;
|
|
4576
|
+
} | undefined;
|
|
4577
|
+
readonly policyTypes?: readonly string[] | undefined;
|
|
4578
|
+
} | undefined;
|
|
4579
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2415
4580
|
export declare const PatchNetworkingV1ServiceCIDRInput: Schema.Struct<{
|
|
2416
4581
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2417
4582
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2473,7 +4638,62 @@ export type PatchNetworkingV1ServiceCIDROutput = typeof PatchNetworkingV1Service
|
|
|
2473
4638
|
* @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
|
|
2474
4639
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
2475
4640
|
*/
|
|
2476
|
-
export declare const patchNetworkingV1ServiceCIDR:
|
|
4641
|
+
export declare const patchNetworkingV1ServiceCIDR: API.OperationMethod<{
|
|
4642
|
+
readonly dryRun?: string | undefined;
|
|
4643
|
+
readonly fieldValidation?: string | undefined;
|
|
4644
|
+
}, {
|
|
4645
|
+
readonly apiVersion?: string | undefined;
|
|
4646
|
+
readonly kind?: string | undefined;
|
|
4647
|
+
readonly metadata?: {
|
|
4648
|
+
readonly annotations?: {
|
|
4649
|
+
readonly [x: string]: string;
|
|
4650
|
+
} | undefined;
|
|
4651
|
+
readonly creationTimestamp?: string | undefined;
|
|
4652
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
4653
|
+
readonly deletionTimestamp?: string | undefined;
|
|
4654
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
4655
|
+
readonly generateName?: string | undefined;
|
|
4656
|
+
readonly generation?: number | undefined;
|
|
4657
|
+
readonly labels?: {
|
|
4658
|
+
readonly [x: string]: string;
|
|
4659
|
+
} | undefined;
|
|
4660
|
+
readonly managedFields?: readonly {
|
|
4661
|
+
readonly apiVersion?: string | undefined;
|
|
4662
|
+
readonly fieldsType?: string | undefined;
|
|
4663
|
+
readonly fieldsV1?: unknown;
|
|
4664
|
+
readonly manager?: string | undefined;
|
|
4665
|
+
readonly operation?: string | undefined;
|
|
4666
|
+
readonly subresource?: string | undefined;
|
|
4667
|
+
readonly time?: string | undefined;
|
|
4668
|
+
}[] | undefined;
|
|
4669
|
+
readonly name?: string | undefined;
|
|
4670
|
+
readonly namespace?: string | undefined;
|
|
4671
|
+
readonly ownerReferences?: readonly {
|
|
4672
|
+
readonly apiVersion: string;
|
|
4673
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
4674
|
+
readonly controller?: boolean | undefined;
|
|
4675
|
+
readonly kind: string;
|
|
4676
|
+
readonly name: string;
|
|
4677
|
+
readonly uid: string;
|
|
4678
|
+
}[] | undefined;
|
|
4679
|
+
readonly resourceVersion?: string | undefined;
|
|
4680
|
+
readonly selfLink?: string | undefined;
|
|
4681
|
+
readonly uid?: string | undefined;
|
|
4682
|
+
} | undefined;
|
|
4683
|
+
readonly spec?: {
|
|
4684
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
4685
|
+
} | undefined;
|
|
4686
|
+
readonly status?: {
|
|
4687
|
+
readonly conditions?: readonly {
|
|
4688
|
+
readonly lastTransitionTime: string;
|
|
4689
|
+
readonly message: string;
|
|
4690
|
+
readonly observedGeneration?: number | undefined;
|
|
4691
|
+
readonly reason: string;
|
|
4692
|
+
readonly status: string;
|
|
4693
|
+
readonly type: string;
|
|
4694
|
+
}[] | undefined;
|
|
4695
|
+
} | undefined;
|
|
4696
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2477
4697
|
export declare const PatchNetworkingV1ServiceCIDRStatusInput: Schema.Struct<{
|
|
2478
4698
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2479
4699
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2535,7 +4755,62 @@ export type PatchNetworkingV1ServiceCIDRStatusOutput = typeof PatchNetworkingV1S
|
|
|
2535
4755
|
* @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
|
|
2536
4756
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
2537
4757
|
*/
|
|
2538
|
-
export declare const patchNetworkingV1ServiceCIDRStatus:
|
|
4758
|
+
export declare const patchNetworkingV1ServiceCIDRStatus: API.OperationMethod<{
|
|
4759
|
+
readonly dryRun?: string | undefined;
|
|
4760
|
+
readonly fieldValidation?: string | undefined;
|
|
4761
|
+
}, {
|
|
4762
|
+
readonly apiVersion?: string | undefined;
|
|
4763
|
+
readonly kind?: string | undefined;
|
|
4764
|
+
readonly metadata?: {
|
|
4765
|
+
readonly annotations?: {
|
|
4766
|
+
readonly [x: string]: string;
|
|
4767
|
+
} | undefined;
|
|
4768
|
+
readonly creationTimestamp?: string | undefined;
|
|
4769
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
4770
|
+
readonly deletionTimestamp?: string | undefined;
|
|
4771
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
4772
|
+
readonly generateName?: string | undefined;
|
|
4773
|
+
readonly generation?: number | undefined;
|
|
4774
|
+
readonly labels?: {
|
|
4775
|
+
readonly [x: string]: string;
|
|
4776
|
+
} | undefined;
|
|
4777
|
+
readonly managedFields?: readonly {
|
|
4778
|
+
readonly apiVersion?: string | undefined;
|
|
4779
|
+
readonly fieldsType?: string | undefined;
|
|
4780
|
+
readonly fieldsV1?: unknown;
|
|
4781
|
+
readonly manager?: string | undefined;
|
|
4782
|
+
readonly operation?: string | undefined;
|
|
4783
|
+
readonly subresource?: string | undefined;
|
|
4784
|
+
readonly time?: string | undefined;
|
|
4785
|
+
}[] | undefined;
|
|
4786
|
+
readonly name?: string | undefined;
|
|
4787
|
+
readonly namespace?: string | undefined;
|
|
4788
|
+
readonly ownerReferences?: readonly {
|
|
4789
|
+
readonly apiVersion: string;
|
|
4790
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
4791
|
+
readonly controller?: boolean | undefined;
|
|
4792
|
+
readonly kind: string;
|
|
4793
|
+
readonly name: string;
|
|
4794
|
+
readonly uid: string;
|
|
4795
|
+
}[] | undefined;
|
|
4796
|
+
readonly resourceVersion?: string | undefined;
|
|
4797
|
+
readonly selfLink?: string | undefined;
|
|
4798
|
+
readonly uid?: string | undefined;
|
|
4799
|
+
} | undefined;
|
|
4800
|
+
readonly spec?: {
|
|
4801
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
4802
|
+
} | undefined;
|
|
4803
|
+
readonly status?: {
|
|
4804
|
+
readonly conditions?: readonly {
|
|
4805
|
+
readonly lastTransitionTime: string;
|
|
4806
|
+
readonly message: string;
|
|
4807
|
+
readonly observedGeneration?: number | undefined;
|
|
4808
|
+
readonly reason: string;
|
|
4809
|
+
readonly status: string;
|
|
4810
|
+
readonly type: string;
|
|
4811
|
+
}[] | undefined;
|
|
4812
|
+
} | undefined;
|
|
4813
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2539
4814
|
export declare const PatchNetworkingV1beta1IPAddressInput: Schema.Struct<{
|
|
2540
4815
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2541
4816
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2592,7 +4867,57 @@ export type PatchNetworkingV1beta1IPAddressOutput = typeof PatchNetworkingV1beta
|
|
|
2592
4867
|
* @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
|
|
2593
4868
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
2594
4869
|
*/
|
|
2595
|
-
export declare const patchNetworkingV1beta1IPAddress:
|
|
4870
|
+
export declare const patchNetworkingV1beta1IPAddress: API.OperationMethod<{
|
|
4871
|
+
readonly dryRun?: string | undefined;
|
|
4872
|
+
readonly fieldValidation?: string | undefined;
|
|
4873
|
+
}, {
|
|
4874
|
+
readonly apiVersion?: string | undefined;
|
|
4875
|
+
readonly kind?: string | undefined;
|
|
4876
|
+
readonly metadata?: {
|
|
4877
|
+
readonly annotations?: {
|
|
4878
|
+
readonly [x: string]: string;
|
|
4879
|
+
} | undefined;
|
|
4880
|
+
readonly creationTimestamp?: string | undefined;
|
|
4881
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
4882
|
+
readonly deletionTimestamp?: string | undefined;
|
|
4883
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
4884
|
+
readonly generateName?: string | undefined;
|
|
4885
|
+
readonly generation?: number | undefined;
|
|
4886
|
+
readonly labels?: {
|
|
4887
|
+
readonly [x: string]: string;
|
|
4888
|
+
} | undefined;
|
|
4889
|
+
readonly managedFields?: readonly {
|
|
4890
|
+
readonly apiVersion?: string | undefined;
|
|
4891
|
+
readonly fieldsType?: string | undefined;
|
|
4892
|
+
readonly fieldsV1?: unknown;
|
|
4893
|
+
readonly manager?: string | undefined;
|
|
4894
|
+
readonly operation?: string | undefined;
|
|
4895
|
+
readonly subresource?: string | undefined;
|
|
4896
|
+
readonly time?: string | undefined;
|
|
4897
|
+
}[] | undefined;
|
|
4898
|
+
readonly name?: string | undefined;
|
|
4899
|
+
readonly namespace?: string | undefined;
|
|
4900
|
+
readonly ownerReferences?: readonly {
|
|
4901
|
+
readonly apiVersion: string;
|
|
4902
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
4903
|
+
readonly controller?: boolean | undefined;
|
|
4904
|
+
readonly kind: string;
|
|
4905
|
+
readonly name: string;
|
|
4906
|
+
readonly uid: string;
|
|
4907
|
+
}[] | undefined;
|
|
4908
|
+
readonly resourceVersion?: string | undefined;
|
|
4909
|
+
readonly selfLink?: string | undefined;
|
|
4910
|
+
readonly uid?: string | undefined;
|
|
4911
|
+
} | undefined;
|
|
4912
|
+
readonly spec: {
|
|
4913
|
+
readonly parentRef: {
|
|
4914
|
+
readonly group?: string | undefined;
|
|
4915
|
+
readonly name: string;
|
|
4916
|
+
readonly namespace?: string | undefined;
|
|
4917
|
+
readonly resource: string;
|
|
4918
|
+
};
|
|
4919
|
+
};
|
|
4920
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2596
4921
|
export declare const PatchNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
|
|
2597
4922
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2598
4923
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2654,7 +4979,62 @@ export type PatchNetworkingV1beta1ServiceCIDROutput = typeof PatchNetworkingV1be
|
|
|
2654
4979
|
* @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
|
|
2655
4980
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
2656
4981
|
*/
|
|
2657
|
-
export declare const patchNetworkingV1beta1ServiceCIDR:
|
|
4982
|
+
export declare const patchNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
|
|
4983
|
+
readonly dryRun?: string | undefined;
|
|
4984
|
+
readonly fieldValidation?: string | undefined;
|
|
4985
|
+
}, {
|
|
4986
|
+
readonly apiVersion?: string | undefined;
|
|
4987
|
+
readonly kind?: string | undefined;
|
|
4988
|
+
readonly metadata?: {
|
|
4989
|
+
readonly annotations?: {
|
|
4990
|
+
readonly [x: string]: string;
|
|
4991
|
+
} | undefined;
|
|
4992
|
+
readonly creationTimestamp?: string | undefined;
|
|
4993
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
4994
|
+
readonly deletionTimestamp?: string | undefined;
|
|
4995
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
4996
|
+
readonly generateName?: string | undefined;
|
|
4997
|
+
readonly generation?: number | undefined;
|
|
4998
|
+
readonly labels?: {
|
|
4999
|
+
readonly [x: string]: string;
|
|
5000
|
+
} | undefined;
|
|
5001
|
+
readonly managedFields?: readonly {
|
|
5002
|
+
readonly apiVersion?: string | undefined;
|
|
5003
|
+
readonly fieldsType?: string | undefined;
|
|
5004
|
+
readonly fieldsV1?: unknown;
|
|
5005
|
+
readonly manager?: string | undefined;
|
|
5006
|
+
readonly operation?: string | undefined;
|
|
5007
|
+
readonly subresource?: string | undefined;
|
|
5008
|
+
readonly time?: string | undefined;
|
|
5009
|
+
}[] | undefined;
|
|
5010
|
+
readonly name?: string | undefined;
|
|
5011
|
+
readonly namespace?: string | undefined;
|
|
5012
|
+
readonly ownerReferences?: readonly {
|
|
5013
|
+
readonly apiVersion: string;
|
|
5014
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
5015
|
+
readonly controller?: boolean | undefined;
|
|
5016
|
+
readonly kind: string;
|
|
5017
|
+
readonly name: string;
|
|
5018
|
+
readonly uid: string;
|
|
5019
|
+
}[] | undefined;
|
|
5020
|
+
readonly resourceVersion?: string | undefined;
|
|
5021
|
+
readonly selfLink?: string | undefined;
|
|
5022
|
+
readonly uid?: string | undefined;
|
|
5023
|
+
} | undefined;
|
|
5024
|
+
readonly spec?: {
|
|
5025
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
5026
|
+
} | undefined;
|
|
5027
|
+
readonly status?: {
|
|
5028
|
+
readonly conditions?: readonly {
|
|
5029
|
+
readonly lastTransitionTime: string;
|
|
5030
|
+
readonly message: string;
|
|
5031
|
+
readonly observedGeneration?: number | undefined;
|
|
5032
|
+
readonly reason: string;
|
|
5033
|
+
readonly status: string;
|
|
5034
|
+
readonly type: string;
|
|
5035
|
+
}[] | undefined;
|
|
5036
|
+
} | undefined;
|
|
5037
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2658
5038
|
export declare const PatchNetworkingV1beta1ServiceCIDRStatusInput: Schema.Struct<{
|
|
2659
5039
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2660
5040
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2716,7 +5096,62 @@ export type PatchNetworkingV1beta1ServiceCIDRStatusOutput = typeof PatchNetworki
|
|
|
2716
5096
|
* @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
|
|
2717
5097
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
2718
5098
|
*/
|
|
2719
|
-
export declare const patchNetworkingV1beta1ServiceCIDRStatus:
|
|
5099
|
+
export declare const patchNetworkingV1beta1ServiceCIDRStatus: API.OperationMethod<{
|
|
5100
|
+
readonly dryRun?: string | undefined;
|
|
5101
|
+
readonly fieldValidation?: string | undefined;
|
|
5102
|
+
}, {
|
|
5103
|
+
readonly apiVersion?: string | undefined;
|
|
5104
|
+
readonly kind?: string | undefined;
|
|
5105
|
+
readonly metadata?: {
|
|
5106
|
+
readonly annotations?: {
|
|
5107
|
+
readonly [x: string]: string;
|
|
5108
|
+
} | undefined;
|
|
5109
|
+
readonly creationTimestamp?: string | undefined;
|
|
5110
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
5111
|
+
readonly deletionTimestamp?: string | undefined;
|
|
5112
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
5113
|
+
readonly generateName?: string | undefined;
|
|
5114
|
+
readonly generation?: number | undefined;
|
|
5115
|
+
readonly labels?: {
|
|
5116
|
+
readonly [x: string]: string;
|
|
5117
|
+
} | undefined;
|
|
5118
|
+
readonly managedFields?: readonly {
|
|
5119
|
+
readonly apiVersion?: string | undefined;
|
|
5120
|
+
readonly fieldsType?: string | undefined;
|
|
5121
|
+
readonly fieldsV1?: unknown;
|
|
5122
|
+
readonly manager?: string | undefined;
|
|
5123
|
+
readonly operation?: string | undefined;
|
|
5124
|
+
readonly subresource?: string | undefined;
|
|
5125
|
+
readonly time?: string | undefined;
|
|
5126
|
+
}[] | undefined;
|
|
5127
|
+
readonly name?: string | undefined;
|
|
5128
|
+
readonly namespace?: string | undefined;
|
|
5129
|
+
readonly ownerReferences?: readonly {
|
|
5130
|
+
readonly apiVersion: string;
|
|
5131
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
5132
|
+
readonly controller?: boolean | undefined;
|
|
5133
|
+
readonly kind: string;
|
|
5134
|
+
readonly name: string;
|
|
5135
|
+
readonly uid: string;
|
|
5136
|
+
}[] | undefined;
|
|
5137
|
+
readonly resourceVersion?: string | undefined;
|
|
5138
|
+
readonly selfLink?: string | undefined;
|
|
5139
|
+
readonly uid?: string | undefined;
|
|
5140
|
+
} | undefined;
|
|
5141
|
+
readonly spec?: {
|
|
5142
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
5143
|
+
} | undefined;
|
|
5144
|
+
readonly status?: {
|
|
5145
|
+
readonly conditions?: readonly {
|
|
5146
|
+
readonly lastTransitionTime: string;
|
|
5147
|
+
readonly message: string;
|
|
5148
|
+
readonly observedGeneration?: number | undefined;
|
|
5149
|
+
readonly reason: string;
|
|
5150
|
+
readonly status: string;
|
|
5151
|
+
readonly type: string;
|
|
5152
|
+
}[] | undefined;
|
|
5153
|
+
} | undefined;
|
|
5154
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2720
5155
|
export declare const ReadNetworkingV1IPAddressInput: Schema.Struct<{}>;
|
|
2721
5156
|
export type ReadNetworkingV1IPAddressInput = typeof ReadNetworkingV1IPAddressInput.Type;
|
|
2722
5157
|
export declare const ReadNetworkingV1IPAddressOutput: Schema.Struct<{
|
|
@@ -2767,7 +5202,54 @@ export type ReadNetworkingV1IPAddressOutput = typeof ReadNetworkingV1IPAddressOu
|
|
|
2767
5202
|
/**
|
|
2768
5203
|
* read the specified IPAddress
|
|
2769
5204
|
*/
|
|
2770
|
-
export declare const readNetworkingV1IPAddress:
|
|
5205
|
+
export declare const readNetworkingV1IPAddress: API.OperationMethod<{}, {
|
|
5206
|
+
readonly apiVersion?: string | undefined;
|
|
5207
|
+
readonly kind?: string | undefined;
|
|
5208
|
+
readonly metadata?: {
|
|
5209
|
+
readonly annotations?: {
|
|
5210
|
+
readonly [x: string]: string;
|
|
5211
|
+
} | undefined;
|
|
5212
|
+
readonly creationTimestamp?: string | undefined;
|
|
5213
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
5214
|
+
readonly deletionTimestamp?: string | undefined;
|
|
5215
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
5216
|
+
readonly generateName?: string | undefined;
|
|
5217
|
+
readonly generation?: number | undefined;
|
|
5218
|
+
readonly labels?: {
|
|
5219
|
+
readonly [x: string]: string;
|
|
5220
|
+
} | undefined;
|
|
5221
|
+
readonly managedFields?: readonly {
|
|
5222
|
+
readonly apiVersion?: string | undefined;
|
|
5223
|
+
readonly fieldsType?: string | undefined;
|
|
5224
|
+
readonly fieldsV1?: unknown;
|
|
5225
|
+
readonly manager?: string | undefined;
|
|
5226
|
+
readonly operation?: string | undefined;
|
|
5227
|
+
readonly subresource?: string | undefined;
|
|
5228
|
+
readonly time?: string | undefined;
|
|
5229
|
+
}[] | undefined;
|
|
5230
|
+
readonly name?: string | undefined;
|
|
5231
|
+
readonly namespace?: string | undefined;
|
|
5232
|
+
readonly ownerReferences?: readonly {
|
|
5233
|
+
readonly apiVersion: string;
|
|
5234
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
5235
|
+
readonly controller?: boolean | undefined;
|
|
5236
|
+
readonly kind: string;
|
|
5237
|
+
readonly name: string;
|
|
5238
|
+
readonly uid: string;
|
|
5239
|
+
}[] | undefined;
|
|
5240
|
+
readonly resourceVersion?: string | undefined;
|
|
5241
|
+
readonly selfLink?: string | undefined;
|
|
5242
|
+
readonly uid?: string | undefined;
|
|
5243
|
+
} | undefined;
|
|
5244
|
+
readonly spec: {
|
|
5245
|
+
readonly parentRef: {
|
|
5246
|
+
readonly group?: string | undefined;
|
|
5247
|
+
readonly name: string;
|
|
5248
|
+
readonly namespace?: string | undefined;
|
|
5249
|
+
readonly resource: string;
|
|
5250
|
+
};
|
|
5251
|
+
};
|
|
5252
|
+
}, NotFound, any>;
|
|
2771
5253
|
export declare const ReadNetworkingV1IngressClassInput: Schema.Struct<{}>;
|
|
2772
5254
|
export type ReadNetworkingV1IngressClassInput = typeof ReadNetworkingV1IngressClassInput.Type;
|
|
2773
5255
|
export declare const ReadNetworkingV1IngressClassOutput: Schema.Struct<{
|
|
@@ -2820,7 +5302,56 @@ export type ReadNetworkingV1IngressClassOutput = typeof ReadNetworkingV1IngressC
|
|
|
2820
5302
|
/**
|
|
2821
5303
|
* read the specified IngressClass
|
|
2822
5304
|
*/
|
|
2823
|
-
export declare const readNetworkingV1IngressClass:
|
|
5305
|
+
export declare const readNetworkingV1IngressClass: API.OperationMethod<{}, {
|
|
5306
|
+
readonly apiVersion?: string | undefined;
|
|
5307
|
+
readonly kind?: string | undefined;
|
|
5308
|
+
readonly metadata?: {
|
|
5309
|
+
readonly annotations?: {
|
|
5310
|
+
readonly [x: string]: string;
|
|
5311
|
+
} | undefined;
|
|
5312
|
+
readonly creationTimestamp?: string | undefined;
|
|
5313
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
5314
|
+
readonly deletionTimestamp?: string | undefined;
|
|
5315
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
5316
|
+
readonly generateName?: string | undefined;
|
|
5317
|
+
readonly generation?: number | undefined;
|
|
5318
|
+
readonly labels?: {
|
|
5319
|
+
readonly [x: string]: string;
|
|
5320
|
+
} | undefined;
|
|
5321
|
+
readonly managedFields?: readonly {
|
|
5322
|
+
readonly apiVersion?: string | undefined;
|
|
5323
|
+
readonly fieldsType?: string | undefined;
|
|
5324
|
+
readonly fieldsV1?: unknown;
|
|
5325
|
+
readonly manager?: string | undefined;
|
|
5326
|
+
readonly operation?: string | undefined;
|
|
5327
|
+
readonly subresource?: string | undefined;
|
|
5328
|
+
readonly time?: string | undefined;
|
|
5329
|
+
}[] | undefined;
|
|
5330
|
+
readonly name?: string | undefined;
|
|
5331
|
+
readonly namespace?: string | undefined;
|
|
5332
|
+
readonly ownerReferences?: readonly {
|
|
5333
|
+
readonly apiVersion: string;
|
|
5334
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
5335
|
+
readonly controller?: boolean | undefined;
|
|
5336
|
+
readonly kind: string;
|
|
5337
|
+
readonly name: string;
|
|
5338
|
+
readonly uid: string;
|
|
5339
|
+
}[] | undefined;
|
|
5340
|
+
readonly resourceVersion?: string | undefined;
|
|
5341
|
+
readonly selfLink?: string | undefined;
|
|
5342
|
+
readonly uid?: string | undefined;
|
|
5343
|
+
} | undefined;
|
|
5344
|
+
readonly spec?: {
|
|
5345
|
+
readonly controller?: string | undefined;
|
|
5346
|
+
readonly parameters?: {
|
|
5347
|
+
readonly apiGroup?: string | undefined;
|
|
5348
|
+
readonly kind: string;
|
|
5349
|
+
readonly name: string;
|
|
5350
|
+
readonly namespace?: string | undefined;
|
|
5351
|
+
readonly scope?: string | undefined;
|
|
5352
|
+
} | undefined;
|
|
5353
|
+
} | undefined;
|
|
5354
|
+
}, NotFound, any>;
|
|
2824
5355
|
export declare const ReadNetworkingV1NamespacedIngressInput: Schema.Struct<{}>;
|
|
2825
5356
|
export type ReadNetworkingV1NamespacedIngressInput = typeof ReadNetworkingV1NamespacedIngressInput.Type;
|
|
2826
5357
|
export declare const ReadNetworkingV1NamespacedIngressOutput: Schema.Struct<{
|
|
@@ -2920,7 +5451,103 @@ export type ReadNetworkingV1NamespacedIngressOutput = typeof ReadNetworkingV1Nam
|
|
|
2920
5451
|
/**
|
|
2921
5452
|
* read the specified Ingress
|
|
2922
5453
|
*/
|
|
2923
|
-
export declare const readNetworkingV1NamespacedIngress:
|
|
5454
|
+
export declare const readNetworkingV1NamespacedIngress: API.OperationMethod<{}, {
|
|
5455
|
+
readonly apiVersion?: string | undefined;
|
|
5456
|
+
readonly kind?: string | undefined;
|
|
5457
|
+
readonly metadata?: {
|
|
5458
|
+
readonly annotations?: {
|
|
5459
|
+
readonly [x: string]: string;
|
|
5460
|
+
} | undefined;
|
|
5461
|
+
readonly creationTimestamp?: string | undefined;
|
|
5462
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
5463
|
+
readonly deletionTimestamp?: string | undefined;
|
|
5464
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
5465
|
+
readonly generateName?: string | undefined;
|
|
5466
|
+
readonly generation?: number | undefined;
|
|
5467
|
+
readonly labels?: {
|
|
5468
|
+
readonly [x: string]: string;
|
|
5469
|
+
} | undefined;
|
|
5470
|
+
readonly managedFields?: readonly {
|
|
5471
|
+
readonly apiVersion?: string | undefined;
|
|
5472
|
+
readonly fieldsType?: string | undefined;
|
|
5473
|
+
readonly fieldsV1?: unknown;
|
|
5474
|
+
readonly manager?: string | undefined;
|
|
5475
|
+
readonly operation?: string | undefined;
|
|
5476
|
+
readonly subresource?: string | undefined;
|
|
5477
|
+
readonly time?: string | undefined;
|
|
5478
|
+
}[] | undefined;
|
|
5479
|
+
readonly name?: string | undefined;
|
|
5480
|
+
readonly namespace?: string | undefined;
|
|
5481
|
+
readonly ownerReferences?: readonly {
|
|
5482
|
+
readonly apiVersion: string;
|
|
5483
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
5484
|
+
readonly controller?: boolean | undefined;
|
|
5485
|
+
readonly kind: string;
|
|
5486
|
+
readonly name: string;
|
|
5487
|
+
readonly uid: string;
|
|
5488
|
+
}[] | undefined;
|
|
5489
|
+
readonly resourceVersion?: string | undefined;
|
|
5490
|
+
readonly selfLink?: string | undefined;
|
|
5491
|
+
readonly uid?: string | undefined;
|
|
5492
|
+
} | undefined;
|
|
5493
|
+
readonly spec?: {
|
|
5494
|
+
readonly defaultBackend?: {
|
|
5495
|
+
readonly resource?: {
|
|
5496
|
+
readonly apiGroup?: string | undefined;
|
|
5497
|
+
readonly kind: string;
|
|
5498
|
+
readonly name: string;
|
|
5499
|
+
} | undefined;
|
|
5500
|
+
readonly service?: {
|
|
5501
|
+
readonly name: string;
|
|
5502
|
+
readonly port?: {
|
|
5503
|
+
readonly name?: string | undefined;
|
|
5504
|
+
readonly number?: number | undefined;
|
|
5505
|
+
} | undefined;
|
|
5506
|
+
} | undefined;
|
|
5507
|
+
} | undefined;
|
|
5508
|
+
readonly ingressClassName?: string | undefined;
|
|
5509
|
+
readonly rules?: readonly {
|
|
5510
|
+
readonly host?: string | undefined;
|
|
5511
|
+
readonly http?: {
|
|
5512
|
+
readonly paths: readonly {
|
|
5513
|
+
readonly backend: {
|
|
5514
|
+
readonly resource?: {
|
|
5515
|
+
readonly apiGroup?: string | undefined;
|
|
5516
|
+
readonly kind: string;
|
|
5517
|
+
readonly name: string;
|
|
5518
|
+
} | undefined;
|
|
5519
|
+
readonly service?: {
|
|
5520
|
+
readonly name: string;
|
|
5521
|
+
readonly port?: {
|
|
5522
|
+
readonly name?: string | undefined;
|
|
5523
|
+
readonly number?: number | undefined;
|
|
5524
|
+
} | undefined;
|
|
5525
|
+
} | undefined;
|
|
5526
|
+
};
|
|
5527
|
+
readonly path?: string | undefined;
|
|
5528
|
+
readonly pathType: string;
|
|
5529
|
+
}[];
|
|
5530
|
+
} | undefined;
|
|
5531
|
+
}[] | undefined;
|
|
5532
|
+
readonly tls?: readonly {
|
|
5533
|
+
readonly hosts?: readonly string[] | undefined;
|
|
5534
|
+
readonly secretName?: string | undefined;
|
|
5535
|
+
}[] | undefined;
|
|
5536
|
+
} | undefined;
|
|
5537
|
+
readonly status?: {
|
|
5538
|
+
readonly loadBalancer?: {
|
|
5539
|
+
readonly ingress?: readonly {
|
|
5540
|
+
readonly hostname?: string | undefined;
|
|
5541
|
+
readonly ip?: string | undefined;
|
|
5542
|
+
readonly ports?: readonly {
|
|
5543
|
+
readonly error?: string | undefined;
|
|
5544
|
+
readonly port: number;
|
|
5545
|
+
readonly protocol: string;
|
|
5546
|
+
}[] | undefined;
|
|
5547
|
+
}[] | undefined;
|
|
5548
|
+
} | undefined;
|
|
5549
|
+
} | undefined;
|
|
5550
|
+
}, NotFound, any>;
|
|
2924
5551
|
export declare const ReadNetworkingV1NamespacedIngressStatusInput: Schema.Struct<{}>;
|
|
2925
5552
|
export type ReadNetworkingV1NamespacedIngressStatusInput = typeof ReadNetworkingV1NamespacedIngressStatusInput.Type;
|
|
2926
5553
|
export declare const ReadNetworkingV1NamespacedIngressStatusOutput: Schema.Struct<{
|
|
@@ -3020,7 +5647,103 @@ export type ReadNetworkingV1NamespacedIngressStatusOutput = typeof ReadNetworkin
|
|
|
3020
5647
|
/**
|
|
3021
5648
|
* read status of the specified Ingress
|
|
3022
5649
|
*/
|
|
3023
|
-
export declare const readNetworkingV1NamespacedIngressStatus:
|
|
5650
|
+
export declare const readNetworkingV1NamespacedIngressStatus: API.OperationMethod<{}, {
|
|
5651
|
+
readonly apiVersion?: string | undefined;
|
|
5652
|
+
readonly kind?: string | undefined;
|
|
5653
|
+
readonly metadata?: {
|
|
5654
|
+
readonly annotations?: {
|
|
5655
|
+
readonly [x: string]: string;
|
|
5656
|
+
} | undefined;
|
|
5657
|
+
readonly creationTimestamp?: string | undefined;
|
|
5658
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
5659
|
+
readonly deletionTimestamp?: string | undefined;
|
|
5660
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
5661
|
+
readonly generateName?: string | undefined;
|
|
5662
|
+
readonly generation?: number | undefined;
|
|
5663
|
+
readonly labels?: {
|
|
5664
|
+
readonly [x: string]: string;
|
|
5665
|
+
} | undefined;
|
|
5666
|
+
readonly managedFields?: readonly {
|
|
5667
|
+
readonly apiVersion?: string | undefined;
|
|
5668
|
+
readonly fieldsType?: string | undefined;
|
|
5669
|
+
readonly fieldsV1?: unknown;
|
|
5670
|
+
readonly manager?: string | undefined;
|
|
5671
|
+
readonly operation?: string | undefined;
|
|
5672
|
+
readonly subresource?: string | undefined;
|
|
5673
|
+
readonly time?: string | undefined;
|
|
5674
|
+
}[] | undefined;
|
|
5675
|
+
readonly name?: string | undefined;
|
|
5676
|
+
readonly namespace?: string | undefined;
|
|
5677
|
+
readonly ownerReferences?: readonly {
|
|
5678
|
+
readonly apiVersion: string;
|
|
5679
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
5680
|
+
readonly controller?: boolean | undefined;
|
|
5681
|
+
readonly kind: string;
|
|
5682
|
+
readonly name: string;
|
|
5683
|
+
readonly uid: string;
|
|
5684
|
+
}[] | undefined;
|
|
5685
|
+
readonly resourceVersion?: string | undefined;
|
|
5686
|
+
readonly selfLink?: string | undefined;
|
|
5687
|
+
readonly uid?: string | undefined;
|
|
5688
|
+
} | undefined;
|
|
5689
|
+
readonly spec?: {
|
|
5690
|
+
readonly defaultBackend?: {
|
|
5691
|
+
readonly resource?: {
|
|
5692
|
+
readonly apiGroup?: string | undefined;
|
|
5693
|
+
readonly kind: string;
|
|
5694
|
+
readonly name: string;
|
|
5695
|
+
} | undefined;
|
|
5696
|
+
readonly service?: {
|
|
5697
|
+
readonly name: string;
|
|
5698
|
+
readonly port?: {
|
|
5699
|
+
readonly name?: string | undefined;
|
|
5700
|
+
readonly number?: number | undefined;
|
|
5701
|
+
} | undefined;
|
|
5702
|
+
} | undefined;
|
|
5703
|
+
} | undefined;
|
|
5704
|
+
readonly ingressClassName?: string | undefined;
|
|
5705
|
+
readonly rules?: readonly {
|
|
5706
|
+
readonly host?: string | undefined;
|
|
5707
|
+
readonly http?: {
|
|
5708
|
+
readonly paths: readonly {
|
|
5709
|
+
readonly backend: {
|
|
5710
|
+
readonly resource?: {
|
|
5711
|
+
readonly apiGroup?: string | undefined;
|
|
5712
|
+
readonly kind: string;
|
|
5713
|
+
readonly name: string;
|
|
5714
|
+
} | undefined;
|
|
5715
|
+
readonly service?: {
|
|
5716
|
+
readonly name: string;
|
|
5717
|
+
readonly port?: {
|
|
5718
|
+
readonly name?: string | undefined;
|
|
5719
|
+
readonly number?: number | undefined;
|
|
5720
|
+
} | undefined;
|
|
5721
|
+
} | undefined;
|
|
5722
|
+
};
|
|
5723
|
+
readonly path?: string | undefined;
|
|
5724
|
+
readonly pathType: string;
|
|
5725
|
+
}[];
|
|
5726
|
+
} | undefined;
|
|
5727
|
+
}[] | undefined;
|
|
5728
|
+
readonly tls?: readonly {
|
|
5729
|
+
readonly hosts?: readonly string[] | undefined;
|
|
5730
|
+
readonly secretName?: string | undefined;
|
|
5731
|
+
}[] | undefined;
|
|
5732
|
+
} | undefined;
|
|
5733
|
+
readonly status?: {
|
|
5734
|
+
readonly loadBalancer?: {
|
|
5735
|
+
readonly ingress?: readonly {
|
|
5736
|
+
readonly hostname?: string | undefined;
|
|
5737
|
+
readonly ip?: string | undefined;
|
|
5738
|
+
readonly ports?: readonly {
|
|
5739
|
+
readonly error?: string | undefined;
|
|
5740
|
+
readonly port: number;
|
|
5741
|
+
readonly protocol: string;
|
|
5742
|
+
}[] | undefined;
|
|
5743
|
+
}[] | undefined;
|
|
5744
|
+
} | undefined;
|
|
5745
|
+
} | undefined;
|
|
5746
|
+
}, NotFound, any>;
|
|
3024
5747
|
export declare const ReadNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{}>;
|
|
3025
5748
|
export type ReadNetworkingV1NamespacedNetworkPolicyInput = typeof ReadNetworkingV1NamespacedNetworkPolicyInput.Type;
|
|
3026
5749
|
export declare const ReadNetworkingV1NamespacedNetworkPolicyOutput: Schema.Struct<{
|
|
@@ -3132,7 +5855,125 @@ export type ReadNetworkingV1NamespacedNetworkPolicyOutput = typeof ReadNetworkin
|
|
|
3132
5855
|
/**
|
|
3133
5856
|
* read the specified NetworkPolicy
|
|
3134
5857
|
*/
|
|
3135
|
-
export declare const readNetworkingV1NamespacedNetworkPolicy:
|
|
5858
|
+
export declare const readNetworkingV1NamespacedNetworkPolicy: API.OperationMethod<{}, {
|
|
5859
|
+
readonly apiVersion?: string | undefined;
|
|
5860
|
+
readonly kind?: string | undefined;
|
|
5861
|
+
readonly metadata?: {
|
|
5862
|
+
readonly annotations?: {
|
|
5863
|
+
readonly [x: string]: string;
|
|
5864
|
+
} | undefined;
|
|
5865
|
+
readonly creationTimestamp?: string | undefined;
|
|
5866
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
5867
|
+
readonly deletionTimestamp?: string | undefined;
|
|
5868
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
5869
|
+
readonly generateName?: string | undefined;
|
|
5870
|
+
readonly generation?: number | undefined;
|
|
5871
|
+
readonly labels?: {
|
|
5872
|
+
readonly [x: string]: string;
|
|
5873
|
+
} | undefined;
|
|
5874
|
+
readonly managedFields?: readonly {
|
|
5875
|
+
readonly apiVersion?: string | undefined;
|
|
5876
|
+
readonly fieldsType?: string | undefined;
|
|
5877
|
+
readonly fieldsV1?: unknown;
|
|
5878
|
+
readonly manager?: string | undefined;
|
|
5879
|
+
readonly operation?: string | undefined;
|
|
5880
|
+
readonly subresource?: string | undefined;
|
|
5881
|
+
readonly time?: string | undefined;
|
|
5882
|
+
}[] | undefined;
|
|
5883
|
+
readonly name?: string | undefined;
|
|
5884
|
+
readonly namespace?: string | undefined;
|
|
5885
|
+
readonly ownerReferences?: readonly {
|
|
5886
|
+
readonly apiVersion: string;
|
|
5887
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
5888
|
+
readonly controller?: boolean | undefined;
|
|
5889
|
+
readonly kind: string;
|
|
5890
|
+
readonly name: string;
|
|
5891
|
+
readonly uid: string;
|
|
5892
|
+
}[] | undefined;
|
|
5893
|
+
readonly resourceVersion?: string | undefined;
|
|
5894
|
+
readonly selfLink?: string | undefined;
|
|
5895
|
+
readonly uid?: string | undefined;
|
|
5896
|
+
} | undefined;
|
|
5897
|
+
readonly spec?: {
|
|
5898
|
+
readonly egress?: readonly {
|
|
5899
|
+
readonly ports?: readonly {
|
|
5900
|
+
readonly endPort?: number | undefined;
|
|
5901
|
+
readonly port?: string | undefined;
|
|
5902
|
+
readonly protocol?: string | undefined;
|
|
5903
|
+
}[] | undefined;
|
|
5904
|
+
readonly to?: readonly {
|
|
5905
|
+
readonly ipBlock?: {
|
|
5906
|
+
readonly cidr: string;
|
|
5907
|
+
readonly except?: readonly string[] | undefined;
|
|
5908
|
+
} | undefined;
|
|
5909
|
+
readonly namespaceSelector?: {
|
|
5910
|
+
readonly matchExpressions?: readonly {
|
|
5911
|
+
readonly key: string;
|
|
5912
|
+
readonly operator: string;
|
|
5913
|
+
readonly values?: readonly string[] | undefined;
|
|
5914
|
+
}[] | undefined;
|
|
5915
|
+
readonly matchLabels?: {
|
|
5916
|
+
readonly [x: string]: string;
|
|
5917
|
+
} | undefined;
|
|
5918
|
+
} | undefined;
|
|
5919
|
+
readonly podSelector?: {
|
|
5920
|
+
readonly matchExpressions?: readonly {
|
|
5921
|
+
readonly key: string;
|
|
5922
|
+
readonly operator: string;
|
|
5923
|
+
readonly values?: readonly string[] | undefined;
|
|
5924
|
+
}[] | undefined;
|
|
5925
|
+
readonly matchLabels?: {
|
|
5926
|
+
readonly [x: string]: string;
|
|
5927
|
+
} | undefined;
|
|
5928
|
+
} | undefined;
|
|
5929
|
+
}[] | undefined;
|
|
5930
|
+
}[] | undefined;
|
|
5931
|
+
readonly ingress?: readonly {
|
|
5932
|
+
readonly from?: readonly {
|
|
5933
|
+
readonly ipBlock?: {
|
|
5934
|
+
readonly cidr: string;
|
|
5935
|
+
readonly except?: readonly string[] | undefined;
|
|
5936
|
+
} | undefined;
|
|
5937
|
+
readonly namespaceSelector?: {
|
|
5938
|
+
readonly matchExpressions?: readonly {
|
|
5939
|
+
readonly key: string;
|
|
5940
|
+
readonly operator: string;
|
|
5941
|
+
readonly values?: readonly string[] | undefined;
|
|
5942
|
+
}[] | undefined;
|
|
5943
|
+
readonly matchLabels?: {
|
|
5944
|
+
readonly [x: string]: string;
|
|
5945
|
+
} | undefined;
|
|
5946
|
+
} | undefined;
|
|
5947
|
+
readonly podSelector?: {
|
|
5948
|
+
readonly matchExpressions?: readonly {
|
|
5949
|
+
readonly key: string;
|
|
5950
|
+
readonly operator: string;
|
|
5951
|
+
readonly values?: readonly string[] | undefined;
|
|
5952
|
+
}[] | undefined;
|
|
5953
|
+
readonly matchLabels?: {
|
|
5954
|
+
readonly [x: string]: string;
|
|
5955
|
+
} | undefined;
|
|
5956
|
+
} | undefined;
|
|
5957
|
+
}[] | undefined;
|
|
5958
|
+
readonly ports?: readonly {
|
|
5959
|
+
readonly endPort?: number | undefined;
|
|
5960
|
+
readonly port?: string | undefined;
|
|
5961
|
+
readonly protocol?: string | undefined;
|
|
5962
|
+
}[] | undefined;
|
|
5963
|
+
}[] | undefined;
|
|
5964
|
+
readonly podSelector?: {
|
|
5965
|
+
readonly matchExpressions?: readonly {
|
|
5966
|
+
readonly key: string;
|
|
5967
|
+
readonly operator: string;
|
|
5968
|
+
readonly values?: readonly string[] | undefined;
|
|
5969
|
+
}[] | undefined;
|
|
5970
|
+
readonly matchLabels?: {
|
|
5971
|
+
readonly [x: string]: string;
|
|
5972
|
+
} | undefined;
|
|
5973
|
+
} | undefined;
|
|
5974
|
+
readonly policyTypes?: readonly string[] | undefined;
|
|
5975
|
+
} | undefined;
|
|
5976
|
+
}, NotFound, any>;
|
|
3136
5977
|
export declare const ReadNetworkingV1ServiceCIDRInput: Schema.Struct<{}>;
|
|
3137
5978
|
export type ReadNetworkingV1ServiceCIDRInput = typeof ReadNetworkingV1ServiceCIDRInput.Type;
|
|
3138
5979
|
export declare const ReadNetworkingV1ServiceCIDROutput: Schema.Struct<{
|
|
@@ -3188,7 +6029,59 @@ export type ReadNetworkingV1ServiceCIDROutput = typeof ReadNetworkingV1ServiceCI
|
|
|
3188
6029
|
/**
|
|
3189
6030
|
* read the specified ServiceCIDR
|
|
3190
6031
|
*/
|
|
3191
|
-
export declare const readNetworkingV1ServiceCIDR:
|
|
6032
|
+
export declare const readNetworkingV1ServiceCIDR: API.OperationMethod<{}, {
|
|
6033
|
+
readonly apiVersion?: string | undefined;
|
|
6034
|
+
readonly kind?: string | undefined;
|
|
6035
|
+
readonly metadata?: {
|
|
6036
|
+
readonly annotations?: {
|
|
6037
|
+
readonly [x: string]: string;
|
|
6038
|
+
} | undefined;
|
|
6039
|
+
readonly creationTimestamp?: string | undefined;
|
|
6040
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
6041
|
+
readonly deletionTimestamp?: string | undefined;
|
|
6042
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
6043
|
+
readonly generateName?: string | undefined;
|
|
6044
|
+
readonly generation?: number | undefined;
|
|
6045
|
+
readonly labels?: {
|
|
6046
|
+
readonly [x: string]: string;
|
|
6047
|
+
} | undefined;
|
|
6048
|
+
readonly managedFields?: readonly {
|
|
6049
|
+
readonly apiVersion?: string | undefined;
|
|
6050
|
+
readonly fieldsType?: string | undefined;
|
|
6051
|
+
readonly fieldsV1?: unknown;
|
|
6052
|
+
readonly manager?: string | undefined;
|
|
6053
|
+
readonly operation?: string | undefined;
|
|
6054
|
+
readonly subresource?: string | undefined;
|
|
6055
|
+
readonly time?: string | undefined;
|
|
6056
|
+
}[] | undefined;
|
|
6057
|
+
readonly name?: string | undefined;
|
|
6058
|
+
readonly namespace?: string | undefined;
|
|
6059
|
+
readonly ownerReferences?: readonly {
|
|
6060
|
+
readonly apiVersion: string;
|
|
6061
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
6062
|
+
readonly controller?: boolean | undefined;
|
|
6063
|
+
readonly kind: string;
|
|
6064
|
+
readonly name: string;
|
|
6065
|
+
readonly uid: string;
|
|
6066
|
+
}[] | undefined;
|
|
6067
|
+
readonly resourceVersion?: string | undefined;
|
|
6068
|
+
readonly selfLink?: string | undefined;
|
|
6069
|
+
readonly uid?: string | undefined;
|
|
6070
|
+
} | undefined;
|
|
6071
|
+
readonly spec?: {
|
|
6072
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
6073
|
+
} | undefined;
|
|
6074
|
+
readonly status?: {
|
|
6075
|
+
readonly conditions?: readonly {
|
|
6076
|
+
readonly lastTransitionTime: string;
|
|
6077
|
+
readonly message: string;
|
|
6078
|
+
readonly observedGeneration?: number | undefined;
|
|
6079
|
+
readonly reason: string;
|
|
6080
|
+
readonly status: string;
|
|
6081
|
+
readonly type: string;
|
|
6082
|
+
}[] | undefined;
|
|
6083
|
+
} | undefined;
|
|
6084
|
+
}, NotFound, any>;
|
|
3192
6085
|
export declare const ReadNetworkingV1ServiceCIDRStatusInput: Schema.Struct<{}>;
|
|
3193
6086
|
export type ReadNetworkingV1ServiceCIDRStatusInput = typeof ReadNetworkingV1ServiceCIDRStatusInput.Type;
|
|
3194
6087
|
export declare const ReadNetworkingV1ServiceCIDRStatusOutput: Schema.Struct<{
|
|
@@ -3244,7 +6137,59 @@ export type ReadNetworkingV1ServiceCIDRStatusOutput = typeof ReadNetworkingV1Ser
|
|
|
3244
6137
|
/**
|
|
3245
6138
|
* read status of the specified ServiceCIDR
|
|
3246
6139
|
*/
|
|
3247
|
-
export declare const readNetworkingV1ServiceCIDRStatus:
|
|
6140
|
+
export declare const readNetworkingV1ServiceCIDRStatus: API.OperationMethod<{}, {
|
|
6141
|
+
readonly apiVersion?: string | undefined;
|
|
6142
|
+
readonly kind?: string | undefined;
|
|
6143
|
+
readonly metadata?: {
|
|
6144
|
+
readonly annotations?: {
|
|
6145
|
+
readonly [x: string]: string;
|
|
6146
|
+
} | undefined;
|
|
6147
|
+
readonly creationTimestamp?: string | undefined;
|
|
6148
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
6149
|
+
readonly deletionTimestamp?: string | undefined;
|
|
6150
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
6151
|
+
readonly generateName?: string | undefined;
|
|
6152
|
+
readonly generation?: number | undefined;
|
|
6153
|
+
readonly labels?: {
|
|
6154
|
+
readonly [x: string]: string;
|
|
6155
|
+
} | undefined;
|
|
6156
|
+
readonly managedFields?: readonly {
|
|
6157
|
+
readonly apiVersion?: string | undefined;
|
|
6158
|
+
readonly fieldsType?: string | undefined;
|
|
6159
|
+
readonly fieldsV1?: unknown;
|
|
6160
|
+
readonly manager?: string | undefined;
|
|
6161
|
+
readonly operation?: string | undefined;
|
|
6162
|
+
readonly subresource?: string | undefined;
|
|
6163
|
+
readonly time?: string | undefined;
|
|
6164
|
+
}[] | undefined;
|
|
6165
|
+
readonly name?: string | undefined;
|
|
6166
|
+
readonly namespace?: string | undefined;
|
|
6167
|
+
readonly ownerReferences?: readonly {
|
|
6168
|
+
readonly apiVersion: string;
|
|
6169
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
6170
|
+
readonly controller?: boolean | undefined;
|
|
6171
|
+
readonly kind: string;
|
|
6172
|
+
readonly name: string;
|
|
6173
|
+
readonly uid: string;
|
|
6174
|
+
}[] | undefined;
|
|
6175
|
+
readonly resourceVersion?: string | undefined;
|
|
6176
|
+
readonly selfLink?: string | undefined;
|
|
6177
|
+
readonly uid?: string | undefined;
|
|
6178
|
+
} | undefined;
|
|
6179
|
+
readonly spec?: {
|
|
6180
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
6181
|
+
} | undefined;
|
|
6182
|
+
readonly status?: {
|
|
6183
|
+
readonly conditions?: readonly {
|
|
6184
|
+
readonly lastTransitionTime: string;
|
|
6185
|
+
readonly message: string;
|
|
6186
|
+
readonly observedGeneration?: number | undefined;
|
|
6187
|
+
readonly reason: string;
|
|
6188
|
+
readonly status: string;
|
|
6189
|
+
readonly type: string;
|
|
6190
|
+
}[] | undefined;
|
|
6191
|
+
} | undefined;
|
|
6192
|
+
}, NotFound, any>;
|
|
3248
6193
|
export declare const ReadNetworkingV1beta1IPAddressInput: Schema.Struct<{}>;
|
|
3249
6194
|
export type ReadNetworkingV1beta1IPAddressInput = typeof ReadNetworkingV1beta1IPAddressInput.Type;
|
|
3250
6195
|
export declare const ReadNetworkingV1beta1IPAddressOutput: Schema.Struct<{
|
|
@@ -3295,7 +6240,54 @@ export type ReadNetworkingV1beta1IPAddressOutput = typeof ReadNetworkingV1beta1I
|
|
|
3295
6240
|
/**
|
|
3296
6241
|
* read the specified IPAddress
|
|
3297
6242
|
*/
|
|
3298
|
-
export declare const readNetworkingV1beta1IPAddress:
|
|
6243
|
+
export declare const readNetworkingV1beta1IPAddress: API.OperationMethod<{}, {
|
|
6244
|
+
readonly apiVersion?: string | undefined;
|
|
6245
|
+
readonly kind?: string | undefined;
|
|
6246
|
+
readonly metadata?: {
|
|
6247
|
+
readonly annotations?: {
|
|
6248
|
+
readonly [x: string]: string;
|
|
6249
|
+
} | undefined;
|
|
6250
|
+
readonly creationTimestamp?: string | undefined;
|
|
6251
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
6252
|
+
readonly deletionTimestamp?: string | undefined;
|
|
6253
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
6254
|
+
readonly generateName?: string | undefined;
|
|
6255
|
+
readonly generation?: number | undefined;
|
|
6256
|
+
readonly labels?: {
|
|
6257
|
+
readonly [x: string]: string;
|
|
6258
|
+
} | undefined;
|
|
6259
|
+
readonly managedFields?: readonly {
|
|
6260
|
+
readonly apiVersion?: string | undefined;
|
|
6261
|
+
readonly fieldsType?: string | undefined;
|
|
6262
|
+
readonly fieldsV1?: unknown;
|
|
6263
|
+
readonly manager?: string | undefined;
|
|
6264
|
+
readonly operation?: string | undefined;
|
|
6265
|
+
readonly subresource?: string | undefined;
|
|
6266
|
+
readonly time?: string | undefined;
|
|
6267
|
+
}[] | undefined;
|
|
6268
|
+
readonly name?: string | undefined;
|
|
6269
|
+
readonly namespace?: string | undefined;
|
|
6270
|
+
readonly ownerReferences?: readonly {
|
|
6271
|
+
readonly apiVersion: string;
|
|
6272
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
6273
|
+
readonly controller?: boolean | undefined;
|
|
6274
|
+
readonly kind: string;
|
|
6275
|
+
readonly name: string;
|
|
6276
|
+
readonly uid: string;
|
|
6277
|
+
}[] | undefined;
|
|
6278
|
+
readonly resourceVersion?: string | undefined;
|
|
6279
|
+
readonly selfLink?: string | undefined;
|
|
6280
|
+
readonly uid?: string | undefined;
|
|
6281
|
+
} | undefined;
|
|
6282
|
+
readonly spec: {
|
|
6283
|
+
readonly parentRef: {
|
|
6284
|
+
readonly group?: string | undefined;
|
|
6285
|
+
readonly name: string;
|
|
6286
|
+
readonly namespace?: string | undefined;
|
|
6287
|
+
readonly resource: string;
|
|
6288
|
+
};
|
|
6289
|
+
};
|
|
6290
|
+
}, NotFound, any>;
|
|
3299
6291
|
export declare const ReadNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{}>;
|
|
3300
6292
|
export type ReadNetworkingV1beta1ServiceCIDRInput = typeof ReadNetworkingV1beta1ServiceCIDRInput.Type;
|
|
3301
6293
|
export declare const ReadNetworkingV1beta1ServiceCIDROutput: Schema.Struct<{
|
|
@@ -3351,7 +6343,59 @@ export type ReadNetworkingV1beta1ServiceCIDROutput = typeof ReadNetworkingV1beta
|
|
|
3351
6343
|
/**
|
|
3352
6344
|
* read the specified ServiceCIDR
|
|
3353
6345
|
*/
|
|
3354
|
-
export declare const readNetworkingV1beta1ServiceCIDR:
|
|
6346
|
+
export declare const readNetworkingV1beta1ServiceCIDR: API.OperationMethod<{}, {
|
|
6347
|
+
readonly apiVersion?: string | undefined;
|
|
6348
|
+
readonly kind?: string | undefined;
|
|
6349
|
+
readonly metadata?: {
|
|
6350
|
+
readonly annotations?: {
|
|
6351
|
+
readonly [x: string]: string;
|
|
6352
|
+
} | undefined;
|
|
6353
|
+
readonly creationTimestamp?: string | undefined;
|
|
6354
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
6355
|
+
readonly deletionTimestamp?: string | undefined;
|
|
6356
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
6357
|
+
readonly generateName?: string | undefined;
|
|
6358
|
+
readonly generation?: number | undefined;
|
|
6359
|
+
readonly labels?: {
|
|
6360
|
+
readonly [x: string]: string;
|
|
6361
|
+
} | undefined;
|
|
6362
|
+
readonly managedFields?: readonly {
|
|
6363
|
+
readonly apiVersion?: string | undefined;
|
|
6364
|
+
readonly fieldsType?: string | undefined;
|
|
6365
|
+
readonly fieldsV1?: unknown;
|
|
6366
|
+
readonly manager?: string | undefined;
|
|
6367
|
+
readonly operation?: string | undefined;
|
|
6368
|
+
readonly subresource?: string | undefined;
|
|
6369
|
+
readonly time?: string | undefined;
|
|
6370
|
+
}[] | undefined;
|
|
6371
|
+
readonly name?: string | undefined;
|
|
6372
|
+
readonly namespace?: string | undefined;
|
|
6373
|
+
readonly ownerReferences?: readonly {
|
|
6374
|
+
readonly apiVersion: string;
|
|
6375
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
6376
|
+
readonly controller?: boolean | undefined;
|
|
6377
|
+
readonly kind: string;
|
|
6378
|
+
readonly name: string;
|
|
6379
|
+
readonly uid: string;
|
|
6380
|
+
}[] | undefined;
|
|
6381
|
+
readonly resourceVersion?: string | undefined;
|
|
6382
|
+
readonly selfLink?: string | undefined;
|
|
6383
|
+
readonly uid?: string | undefined;
|
|
6384
|
+
} | undefined;
|
|
6385
|
+
readonly spec?: {
|
|
6386
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
6387
|
+
} | undefined;
|
|
6388
|
+
readonly status?: {
|
|
6389
|
+
readonly conditions?: readonly {
|
|
6390
|
+
readonly lastTransitionTime: string;
|
|
6391
|
+
readonly message: string;
|
|
6392
|
+
readonly observedGeneration?: number | undefined;
|
|
6393
|
+
readonly reason: string;
|
|
6394
|
+
readonly status: string;
|
|
6395
|
+
readonly type: string;
|
|
6396
|
+
}[] | undefined;
|
|
6397
|
+
} | undefined;
|
|
6398
|
+
}, NotFound, any>;
|
|
3355
6399
|
export declare const ReadNetworkingV1beta1ServiceCIDRStatusInput: Schema.Struct<{}>;
|
|
3356
6400
|
export type ReadNetworkingV1beta1ServiceCIDRStatusInput = typeof ReadNetworkingV1beta1ServiceCIDRStatusInput.Type;
|
|
3357
6401
|
export declare const ReadNetworkingV1beta1ServiceCIDRStatusOutput: Schema.Struct<{
|
|
@@ -3407,7 +6451,59 @@ export type ReadNetworkingV1beta1ServiceCIDRStatusOutput = typeof ReadNetworking
|
|
|
3407
6451
|
/**
|
|
3408
6452
|
* read status of the specified ServiceCIDR
|
|
3409
6453
|
*/
|
|
3410
|
-
export declare const readNetworkingV1beta1ServiceCIDRStatus:
|
|
6454
|
+
export declare const readNetworkingV1beta1ServiceCIDRStatus: API.OperationMethod<{}, {
|
|
6455
|
+
readonly apiVersion?: string | undefined;
|
|
6456
|
+
readonly kind?: string | undefined;
|
|
6457
|
+
readonly metadata?: {
|
|
6458
|
+
readonly annotations?: {
|
|
6459
|
+
readonly [x: string]: string;
|
|
6460
|
+
} | undefined;
|
|
6461
|
+
readonly creationTimestamp?: string | undefined;
|
|
6462
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
6463
|
+
readonly deletionTimestamp?: string | undefined;
|
|
6464
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
6465
|
+
readonly generateName?: string | undefined;
|
|
6466
|
+
readonly generation?: number | undefined;
|
|
6467
|
+
readonly labels?: {
|
|
6468
|
+
readonly [x: string]: string;
|
|
6469
|
+
} | undefined;
|
|
6470
|
+
readonly managedFields?: readonly {
|
|
6471
|
+
readonly apiVersion?: string | undefined;
|
|
6472
|
+
readonly fieldsType?: string | undefined;
|
|
6473
|
+
readonly fieldsV1?: unknown;
|
|
6474
|
+
readonly manager?: string | undefined;
|
|
6475
|
+
readonly operation?: string | undefined;
|
|
6476
|
+
readonly subresource?: string | undefined;
|
|
6477
|
+
readonly time?: string | undefined;
|
|
6478
|
+
}[] | undefined;
|
|
6479
|
+
readonly name?: string | undefined;
|
|
6480
|
+
readonly namespace?: string | undefined;
|
|
6481
|
+
readonly ownerReferences?: readonly {
|
|
6482
|
+
readonly apiVersion: string;
|
|
6483
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
6484
|
+
readonly controller?: boolean | undefined;
|
|
6485
|
+
readonly kind: string;
|
|
6486
|
+
readonly name: string;
|
|
6487
|
+
readonly uid: string;
|
|
6488
|
+
}[] | undefined;
|
|
6489
|
+
readonly resourceVersion?: string | undefined;
|
|
6490
|
+
readonly selfLink?: string | undefined;
|
|
6491
|
+
readonly uid?: string | undefined;
|
|
6492
|
+
} | undefined;
|
|
6493
|
+
readonly spec?: {
|
|
6494
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
6495
|
+
} | undefined;
|
|
6496
|
+
readonly status?: {
|
|
6497
|
+
readonly conditions?: readonly {
|
|
6498
|
+
readonly lastTransitionTime: string;
|
|
6499
|
+
readonly message: string;
|
|
6500
|
+
readonly observedGeneration?: number | undefined;
|
|
6501
|
+
readonly reason: string;
|
|
6502
|
+
readonly status: string;
|
|
6503
|
+
readonly type: string;
|
|
6504
|
+
}[] | undefined;
|
|
6505
|
+
} | undefined;
|
|
6506
|
+
}, NotFound, any>;
|
|
3411
6507
|
export declare const ReplaceNetworkingV1IPAddressInput: Schema.Struct<{
|
|
3412
6508
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
3413
6509
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -3464,7 +6560,57 @@ export type ReplaceNetworkingV1IPAddressOutput = typeof ReplaceNetworkingV1IPAdd
|
|
|
3464
6560
|
* @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
|
|
3465
6561
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
3466
6562
|
*/
|
|
3467
|
-
export declare const replaceNetworkingV1IPAddress:
|
|
6563
|
+
export declare const replaceNetworkingV1IPAddress: API.OperationMethod<{
|
|
6564
|
+
readonly dryRun?: string | undefined;
|
|
6565
|
+
readonly fieldValidation?: string | undefined;
|
|
6566
|
+
}, {
|
|
6567
|
+
readonly apiVersion?: string | undefined;
|
|
6568
|
+
readonly kind?: string | undefined;
|
|
6569
|
+
readonly metadata?: {
|
|
6570
|
+
readonly annotations?: {
|
|
6571
|
+
readonly [x: string]: string;
|
|
6572
|
+
} | undefined;
|
|
6573
|
+
readonly creationTimestamp?: string | undefined;
|
|
6574
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
6575
|
+
readonly deletionTimestamp?: string | undefined;
|
|
6576
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
6577
|
+
readonly generateName?: string | undefined;
|
|
6578
|
+
readonly generation?: number | undefined;
|
|
6579
|
+
readonly labels?: {
|
|
6580
|
+
readonly [x: string]: string;
|
|
6581
|
+
} | undefined;
|
|
6582
|
+
readonly managedFields?: readonly {
|
|
6583
|
+
readonly apiVersion?: string | undefined;
|
|
6584
|
+
readonly fieldsType?: string | undefined;
|
|
6585
|
+
readonly fieldsV1?: unknown;
|
|
6586
|
+
readonly manager?: string | undefined;
|
|
6587
|
+
readonly operation?: string | undefined;
|
|
6588
|
+
readonly subresource?: string | undefined;
|
|
6589
|
+
readonly time?: string | undefined;
|
|
6590
|
+
}[] | undefined;
|
|
6591
|
+
readonly name?: string | undefined;
|
|
6592
|
+
readonly namespace?: string | undefined;
|
|
6593
|
+
readonly ownerReferences?: readonly {
|
|
6594
|
+
readonly apiVersion: string;
|
|
6595
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
6596
|
+
readonly controller?: boolean | undefined;
|
|
6597
|
+
readonly kind: string;
|
|
6598
|
+
readonly name: string;
|
|
6599
|
+
readonly uid: string;
|
|
6600
|
+
}[] | undefined;
|
|
6601
|
+
readonly resourceVersion?: string | undefined;
|
|
6602
|
+
readonly selfLink?: string | undefined;
|
|
6603
|
+
readonly uid?: string | undefined;
|
|
6604
|
+
} | undefined;
|
|
6605
|
+
readonly spec: {
|
|
6606
|
+
readonly parentRef: {
|
|
6607
|
+
readonly group?: string | undefined;
|
|
6608
|
+
readonly name: string;
|
|
6609
|
+
readonly namespace?: string | undefined;
|
|
6610
|
+
readonly resource: string;
|
|
6611
|
+
};
|
|
6612
|
+
};
|
|
6613
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
3468
6614
|
export declare const ReplaceNetworkingV1IngressClassInput: Schema.Struct<{
|
|
3469
6615
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
3470
6616
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -3523,7 +6669,59 @@ export type ReplaceNetworkingV1IngressClassOutput = typeof ReplaceNetworkingV1In
|
|
|
3523
6669
|
* @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
|
|
3524
6670
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
3525
6671
|
*/
|
|
3526
|
-
export declare const replaceNetworkingV1IngressClass:
|
|
6672
|
+
export declare const replaceNetworkingV1IngressClass: API.OperationMethod<{
|
|
6673
|
+
readonly dryRun?: string | undefined;
|
|
6674
|
+
readonly fieldValidation?: string | undefined;
|
|
6675
|
+
}, {
|
|
6676
|
+
readonly apiVersion?: string | undefined;
|
|
6677
|
+
readonly kind?: string | undefined;
|
|
6678
|
+
readonly metadata?: {
|
|
6679
|
+
readonly annotations?: {
|
|
6680
|
+
readonly [x: string]: string;
|
|
6681
|
+
} | undefined;
|
|
6682
|
+
readonly creationTimestamp?: string | undefined;
|
|
6683
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
6684
|
+
readonly deletionTimestamp?: string | undefined;
|
|
6685
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
6686
|
+
readonly generateName?: string | undefined;
|
|
6687
|
+
readonly generation?: number | undefined;
|
|
6688
|
+
readonly labels?: {
|
|
6689
|
+
readonly [x: string]: string;
|
|
6690
|
+
} | undefined;
|
|
6691
|
+
readonly managedFields?: readonly {
|
|
6692
|
+
readonly apiVersion?: string | undefined;
|
|
6693
|
+
readonly fieldsType?: string | undefined;
|
|
6694
|
+
readonly fieldsV1?: unknown;
|
|
6695
|
+
readonly manager?: string | undefined;
|
|
6696
|
+
readonly operation?: string | undefined;
|
|
6697
|
+
readonly subresource?: string | undefined;
|
|
6698
|
+
readonly time?: string | undefined;
|
|
6699
|
+
}[] | undefined;
|
|
6700
|
+
readonly name?: string | undefined;
|
|
6701
|
+
readonly namespace?: string | undefined;
|
|
6702
|
+
readonly ownerReferences?: readonly {
|
|
6703
|
+
readonly apiVersion: string;
|
|
6704
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
6705
|
+
readonly controller?: boolean | undefined;
|
|
6706
|
+
readonly kind: string;
|
|
6707
|
+
readonly name: string;
|
|
6708
|
+
readonly uid: string;
|
|
6709
|
+
}[] | undefined;
|
|
6710
|
+
readonly resourceVersion?: string | undefined;
|
|
6711
|
+
readonly selfLink?: string | undefined;
|
|
6712
|
+
readonly uid?: string | undefined;
|
|
6713
|
+
} | undefined;
|
|
6714
|
+
readonly spec?: {
|
|
6715
|
+
readonly controller?: string | undefined;
|
|
6716
|
+
readonly parameters?: {
|
|
6717
|
+
readonly apiGroup?: string | undefined;
|
|
6718
|
+
readonly kind: string;
|
|
6719
|
+
readonly name: string;
|
|
6720
|
+
readonly namespace?: string | undefined;
|
|
6721
|
+
readonly scope?: string | undefined;
|
|
6722
|
+
} | undefined;
|
|
6723
|
+
} | undefined;
|
|
6724
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
3527
6725
|
export declare const ReplaceNetworkingV1NamespacedIngressInput: Schema.Struct<{
|
|
3528
6726
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
3529
6727
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -3629,7 +6827,106 @@ export type ReplaceNetworkingV1NamespacedIngressOutput = typeof ReplaceNetworkin
|
|
|
3629
6827
|
* @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
|
|
3630
6828
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
3631
6829
|
*/
|
|
3632
|
-
export declare const replaceNetworkingV1NamespacedIngress:
|
|
6830
|
+
export declare const replaceNetworkingV1NamespacedIngress: API.OperationMethod<{
|
|
6831
|
+
readonly dryRun?: string | undefined;
|
|
6832
|
+
readonly fieldValidation?: string | undefined;
|
|
6833
|
+
}, {
|
|
6834
|
+
readonly apiVersion?: string | undefined;
|
|
6835
|
+
readonly kind?: string | undefined;
|
|
6836
|
+
readonly metadata?: {
|
|
6837
|
+
readonly annotations?: {
|
|
6838
|
+
readonly [x: string]: string;
|
|
6839
|
+
} | undefined;
|
|
6840
|
+
readonly creationTimestamp?: string | undefined;
|
|
6841
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
6842
|
+
readonly deletionTimestamp?: string | undefined;
|
|
6843
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
6844
|
+
readonly generateName?: string | undefined;
|
|
6845
|
+
readonly generation?: number | undefined;
|
|
6846
|
+
readonly labels?: {
|
|
6847
|
+
readonly [x: string]: string;
|
|
6848
|
+
} | undefined;
|
|
6849
|
+
readonly managedFields?: readonly {
|
|
6850
|
+
readonly apiVersion?: string | undefined;
|
|
6851
|
+
readonly fieldsType?: string | undefined;
|
|
6852
|
+
readonly fieldsV1?: unknown;
|
|
6853
|
+
readonly manager?: string | undefined;
|
|
6854
|
+
readonly operation?: string | undefined;
|
|
6855
|
+
readonly subresource?: string | undefined;
|
|
6856
|
+
readonly time?: string | undefined;
|
|
6857
|
+
}[] | undefined;
|
|
6858
|
+
readonly name?: string | undefined;
|
|
6859
|
+
readonly namespace?: string | undefined;
|
|
6860
|
+
readonly ownerReferences?: readonly {
|
|
6861
|
+
readonly apiVersion: string;
|
|
6862
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
6863
|
+
readonly controller?: boolean | undefined;
|
|
6864
|
+
readonly kind: string;
|
|
6865
|
+
readonly name: string;
|
|
6866
|
+
readonly uid: string;
|
|
6867
|
+
}[] | undefined;
|
|
6868
|
+
readonly resourceVersion?: string | undefined;
|
|
6869
|
+
readonly selfLink?: string | undefined;
|
|
6870
|
+
readonly uid?: string | undefined;
|
|
6871
|
+
} | undefined;
|
|
6872
|
+
readonly spec?: {
|
|
6873
|
+
readonly defaultBackend?: {
|
|
6874
|
+
readonly resource?: {
|
|
6875
|
+
readonly apiGroup?: string | undefined;
|
|
6876
|
+
readonly kind: string;
|
|
6877
|
+
readonly name: string;
|
|
6878
|
+
} | undefined;
|
|
6879
|
+
readonly service?: {
|
|
6880
|
+
readonly name: string;
|
|
6881
|
+
readonly port?: {
|
|
6882
|
+
readonly name?: string | undefined;
|
|
6883
|
+
readonly number?: number | undefined;
|
|
6884
|
+
} | undefined;
|
|
6885
|
+
} | undefined;
|
|
6886
|
+
} | undefined;
|
|
6887
|
+
readonly ingressClassName?: string | undefined;
|
|
6888
|
+
readonly rules?: readonly {
|
|
6889
|
+
readonly host?: string | undefined;
|
|
6890
|
+
readonly http?: {
|
|
6891
|
+
readonly paths: readonly {
|
|
6892
|
+
readonly backend: {
|
|
6893
|
+
readonly resource?: {
|
|
6894
|
+
readonly apiGroup?: string | undefined;
|
|
6895
|
+
readonly kind: string;
|
|
6896
|
+
readonly name: string;
|
|
6897
|
+
} | undefined;
|
|
6898
|
+
readonly service?: {
|
|
6899
|
+
readonly name: string;
|
|
6900
|
+
readonly port?: {
|
|
6901
|
+
readonly name?: string | undefined;
|
|
6902
|
+
readonly number?: number | undefined;
|
|
6903
|
+
} | undefined;
|
|
6904
|
+
} | undefined;
|
|
6905
|
+
};
|
|
6906
|
+
readonly path?: string | undefined;
|
|
6907
|
+
readonly pathType: string;
|
|
6908
|
+
}[];
|
|
6909
|
+
} | undefined;
|
|
6910
|
+
}[] | undefined;
|
|
6911
|
+
readonly tls?: readonly {
|
|
6912
|
+
readonly hosts?: readonly string[] | undefined;
|
|
6913
|
+
readonly secretName?: string | undefined;
|
|
6914
|
+
}[] | undefined;
|
|
6915
|
+
} | undefined;
|
|
6916
|
+
readonly status?: {
|
|
6917
|
+
readonly loadBalancer?: {
|
|
6918
|
+
readonly ingress?: readonly {
|
|
6919
|
+
readonly hostname?: string | undefined;
|
|
6920
|
+
readonly ip?: string | undefined;
|
|
6921
|
+
readonly ports?: readonly {
|
|
6922
|
+
readonly error?: string | undefined;
|
|
6923
|
+
readonly port: number;
|
|
6924
|
+
readonly protocol: string;
|
|
6925
|
+
}[] | undefined;
|
|
6926
|
+
}[] | undefined;
|
|
6927
|
+
} | undefined;
|
|
6928
|
+
} | undefined;
|
|
6929
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
3633
6930
|
export declare const ReplaceNetworkingV1NamespacedIngressStatusInput: Schema.Struct<{
|
|
3634
6931
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
3635
6932
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -3735,7 +7032,106 @@ export type ReplaceNetworkingV1NamespacedIngressStatusOutput = typeof ReplaceNet
|
|
|
3735
7032
|
* @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
|
|
3736
7033
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
3737
7034
|
*/
|
|
3738
|
-
export declare const replaceNetworkingV1NamespacedIngressStatus:
|
|
7035
|
+
export declare const replaceNetworkingV1NamespacedIngressStatus: API.OperationMethod<{
|
|
7036
|
+
readonly dryRun?: string | undefined;
|
|
7037
|
+
readonly fieldValidation?: string | undefined;
|
|
7038
|
+
}, {
|
|
7039
|
+
readonly apiVersion?: string | undefined;
|
|
7040
|
+
readonly kind?: string | undefined;
|
|
7041
|
+
readonly metadata?: {
|
|
7042
|
+
readonly annotations?: {
|
|
7043
|
+
readonly [x: string]: string;
|
|
7044
|
+
} | undefined;
|
|
7045
|
+
readonly creationTimestamp?: string | undefined;
|
|
7046
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
7047
|
+
readonly deletionTimestamp?: string | undefined;
|
|
7048
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
7049
|
+
readonly generateName?: string | undefined;
|
|
7050
|
+
readonly generation?: number | undefined;
|
|
7051
|
+
readonly labels?: {
|
|
7052
|
+
readonly [x: string]: string;
|
|
7053
|
+
} | undefined;
|
|
7054
|
+
readonly managedFields?: readonly {
|
|
7055
|
+
readonly apiVersion?: string | undefined;
|
|
7056
|
+
readonly fieldsType?: string | undefined;
|
|
7057
|
+
readonly fieldsV1?: unknown;
|
|
7058
|
+
readonly manager?: string | undefined;
|
|
7059
|
+
readonly operation?: string | undefined;
|
|
7060
|
+
readonly subresource?: string | undefined;
|
|
7061
|
+
readonly time?: string | undefined;
|
|
7062
|
+
}[] | undefined;
|
|
7063
|
+
readonly name?: string | undefined;
|
|
7064
|
+
readonly namespace?: string | undefined;
|
|
7065
|
+
readonly ownerReferences?: readonly {
|
|
7066
|
+
readonly apiVersion: string;
|
|
7067
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
7068
|
+
readonly controller?: boolean | undefined;
|
|
7069
|
+
readonly kind: string;
|
|
7070
|
+
readonly name: string;
|
|
7071
|
+
readonly uid: string;
|
|
7072
|
+
}[] | undefined;
|
|
7073
|
+
readonly resourceVersion?: string | undefined;
|
|
7074
|
+
readonly selfLink?: string | undefined;
|
|
7075
|
+
readonly uid?: string | undefined;
|
|
7076
|
+
} | undefined;
|
|
7077
|
+
readonly spec?: {
|
|
7078
|
+
readonly defaultBackend?: {
|
|
7079
|
+
readonly resource?: {
|
|
7080
|
+
readonly apiGroup?: string | undefined;
|
|
7081
|
+
readonly kind: string;
|
|
7082
|
+
readonly name: string;
|
|
7083
|
+
} | undefined;
|
|
7084
|
+
readonly service?: {
|
|
7085
|
+
readonly name: string;
|
|
7086
|
+
readonly port?: {
|
|
7087
|
+
readonly name?: string | undefined;
|
|
7088
|
+
readonly number?: number | undefined;
|
|
7089
|
+
} | undefined;
|
|
7090
|
+
} | undefined;
|
|
7091
|
+
} | undefined;
|
|
7092
|
+
readonly ingressClassName?: string | undefined;
|
|
7093
|
+
readonly rules?: readonly {
|
|
7094
|
+
readonly host?: string | undefined;
|
|
7095
|
+
readonly http?: {
|
|
7096
|
+
readonly paths: readonly {
|
|
7097
|
+
readonly backend: {
|
|
7098
|
+
readonly resource?: {
|
|
7099
|
+
readonly apiGroup?: string | undefined;
|
|
7100
|
+
readonly kind: string;
|
|
7101
|
+
readonly name: string;
|
|
7102
|
+
} | undefined;
|
|
7103
|
+
readonly service?: {
|
|
7104
|
+
readonly name: string;
|
|
7105
|
+
readonly port?: {
|
|
7106
|
+
readonly name?: string | undefined;
|
|
7107
|
+
readonly number?: number | undefined;
|
|
7108
|
+
} | undefined;
|
|
7109
|
+
} | undefined;
|
|
7110
|
+
};
|
|
7111
|
+
readonly path?: string | undefined;
|
|
7112
|
+
readonly pathType: string;
|
|
7113
|
+
}[];
|
|
7114
|
+
} | undefined;
|
|
7115
|
+
}[] | undefined;
|
|
7116
|
+
readonly tls?: readonly {
|
|
7117
|
+
readonly hosts?: readonly string[] | undefined;
|
|
7118
|
+
readonly secretName?: string | undefined;
|
|
7119
|
+
}[] | undefined;
|
|
7120
|
+
} | undefined;
|
|
7121
|
+
readonly status?: {
|
|
7122
|
+
readonly loadBalancer?: {
|
|
7123
|
+
readonly ingress?: readonly {
|
|
7124
|
+
readonly hostname?: string | undefined;
|
|
7125
|
+
readonly ip?: string | undefined;
|
|
7126
|
+
readonly ports?: readonly {
|
|
7127
|
+
readonly error?: string | undefined;
|
|
7128
|
+
readonly port: number;
|
|
7129
|
+
readonly protocol: string;
|
|
7130
|
+
}[] | undefined;
|
|
7131
|
+
}[] | undefined;
|
|
7132
|
+
} | undefined;
|
|
7133
|
+
} | undefined;
|
|
7134
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
3739
7135
|
export declare const ReplaceNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
|
|
3740
7136
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
3741
7137
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -3853,7 +7249,128 @@ export type ReplaceNetworkingV1NamespacedNetworkPolicyOutput = typeof ReplaceNet
|
|
|
3853
7249
|
* @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
|
|
3854
7250
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
3855
7251
|
*/
|
|
3856
|
-
export declare const replaceNetworkingV1NamespacedNetworkPolicy:
|
|
7252
|
+
export declare const replaceNetworkingV1NamespacedNetworkPolicy: API.OperationMethod<{
|
|
7253
|
+
readonly dryRun?: string | undefined;
|
|
7254
|
+
readonly fieldValidation?: string | undefined;
|
|
7255
|
+
}, {
|
|
7256
|
+
readonly apiVersion?: string | undefined;
|
|
7257
|
+
readonly kind?: string | undefined;
|
|
7258
|
+
readonly metadata?: {
|
|
7259
|
+
readonly annotations?: {
|
|
7260
|
+
readonly [x: string]: string;
|
|
7261
|
+
} | undefined;
|
|
7262
|
+
readonly creationTimestamp?: string | undefined;
|
|
7263
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
7264
|
+
readonly deletionTimestamp?: string | undefined;
|
|
7265
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
7266
|
+
readonly generateName?: string | undefined;
|
|
7267
|
+
readonly generation?: number | undefined;
|
|
7268
|
+
readonly labels?: {
|
|
7269
|
+
readonly [x: string]: string;
|
|
7270
|
+
} | undefined;
|
|
7271
|
+
readonly managedFields?: readonly {
|
|
7272
|
+
readonly apiVersion?: string | undefined;
|
|
7273
|
+
readonly fieldsType?: string | undefined;
|
|
7274
|
+
readonly fieldsV1?: unknown;
|
|
7275
|
+
readonly manager?: string | undefined;
|
|
7276
|
+
readonly operation?: string | undefined;
|
|
7277
|
+
readonly subresource?: string | undefined;
|
|
7278
|
+
readonly time?: string | undefined;
|
|
7279
|
+
}[] | undefined;
|
|
7280
|
+
readonly name?: string | undefined;
|
|
7281
|
+
readonly namespace?: string | undefined;
|
|
7282
|
+
readonly ownerReferences?: readonly {
|
|
7283
|
+
readonly apiVersion: string;
|
|
7284
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
7285
|
+
readonly controller?: boolean | undefined;
|
|
7286
|
+
readonly kind: string;
|
|
7287
|
+
readonly name: string;
|
|
7288
|
+
readonly uid: string;
|
|
7289
|
+
}[] | undefined;
|
|
7290
|
+
readonly resourceVersion?: string | undefined;
|
|
7291
|
+
readonly selfLink?: string | undefined;
|
|
7292
|
+
readonly uid?: string | undefined;
|
|
7293
|
+
} | undefined;
|
|
7294
|
+
readonly spec?: {
|
|
7295
|
+
readonly egress?: readonly {
|
|
7296
|
+
readonly ports?: readonly {
|
|
7297
|
+
readonly endPort?: number | undefined;
|
|
7298
|
+
readonly port?: string | undefined;
|
|
7299
|
+
readonly protocol?: string | undefined;
|
|
7300
|
+
}[] | undefined;
|
|
7301
|
+
readonly to?: readonly {
|
|
7302
|
+
readonly ipBlock?: {
|
|
7303
|
+
readonly cidr: string;
|
|
7304
|
+
readonly except?: readonly string[] | undefined;
|
|
7305
|
+
} | undefined;
|
|
7306
|
+
readonly namespaceSelector?: {
|
|
7307
|
+
readonly matchExpressions?: readonly {
|
|
7308
|
+
readonly key: string;
|
|
7309
|
+
readonly operator: string;
|
|
7310
|
+
readonly values?: readonly string[] | undefined;
|
|
7311
|
+
}[] | undefined;
|
|
7312
|
+
readonly matchLabels?: {
|
|
7313
|
+
readonly [x: string]: string;
|
|
7314
|
+
} | undefined;
|
|
7315
|
+
} | undefined;
|
|
7316
|
+
readonly podSelector?: {
|
|
7317
|
+
readonly matchExpressions?: readonly {
|
|
7318
|
+
readonly key: string;
|
|
7319
|
+
readonly operator: string;
|
|
7320
|
+
readonly values?: readonly string[] | undefined;
|
|
7321
|
+
}[] | undefined;
|
|
7322
|
+
readonly matchLabels?: {
|
|
7323
|
+
readonly [x: string]: string;
|
|
7324
|
+
} | undefined;
|
|
7325
|
+
} | undefined;
|
|
7326
|
+
}[] | undefined;
|
|
7327
|
+
}[] | undefined;
|
|
7328
|
+
readonly ingress?: readonly {
|
|
7329
|
+
readonly from?: readonly {
|
|
7330
|
+
readonly ipBlock?: {
|
|
7331
|
+
readonly cidr: string;
|
|
7332
|
+
readonly except?: readonly string[] | undefined;
|
|
7333
|
+
} | undefined;
|
|
7334
|
+
readonly namespaceSelector?: {
|
|
7335
|
+
readonly matchExpressions?: readonly {
|
|
7336
|
+
readonly key: string;
|
|
7337
|
+
readonly operator: string;
|
|
7338
|
+
readonly values?: readonly string[] | undefined;
|
|
7339
|
+
}[] | undefined;
|
|
7340
|
+
readonly matchLabels?: {
|
|
7341
|
+
readonly [x: string]: string;
|
|
7342
|
+
} | undefined;
|
|
7343
|
+
} | undefined;
|
|
7344
|
+
readonly podSelector?: {
|
|
7345
|
+
readonly matchExpressions?: readonly {
|
|
7346
|
+
readonly key: string;
|
|
7347
|
+
readonly operator: string;
|
|
7348
|
+
readonly values?: readonly string[] | undefined;
|
|
7349
|
+
}[] | undefined;
|
|
7350
|
+
readonly matchLabels?: {
|
|
7351
|
+
readonly [x: string]: string;
|
|
7352
|
+
} | undefined;
|
|
7353
|
+
} | undefined;
|
|
7354
|
+
}[] | undefined;
|
|
7355
|
+
readonly ports?: readonly {
|
|
7356
|
+
readonly endPort?: number | undefined;
|
|
7357
|
+
readonly port?: string | undefined;
|
|
7358
|
+
readonly protocol?: string | undefined;
|
|
7359
|
+
}[] | undefined;
|
|
7360
|
+
}[] | undefined;
|
|
7361
|
+
readonly podSelector?: {
|
|
7362
|
+
readonly matchExpressions?: readonly {
|
|
7363
|
+
readonly key: string;
|
|
7364
|
+
readonly operator: string;
|
|
7365
|
+
readonly values?: readonly string[] | undefined;
|
|
7366
|
+
}[] | undefined;
|
|
7367
|
+
readonly matchLabels?: {
|
|
7368
|
+
readonly [x: string]: string;
|
|
7369
|
+
} | undefined;
|
|
7370
|
+
} | undefined;
|
|
7371
|
+
readonly policyTypes?: readonly string[] | undefined;
|
|
7372
|
+
} | undefined;
|
|
7373
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
3857
7374
|
export declare const ReplaceNetworkingV1ServiceCIDRInput: Schema.Struct<{
|
|
3858
7375
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
3859
7376
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -3915,7 +7432,62 @@ export type ReplaceNetworkingV1ServiceCIDROutput = typeof ReplaceNetworkingV1Ser
|
|
|
3915
7432
|
* @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
|
|
3916
7433
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
3917
7434
|
*/
|
|
3918
|
-
export declare const replaceNetworkingV1ServiceCIDR:
|
|
7435
|
+
export declare const replaceNetworkingV1ServiceCIDR: API.OperationMethod<{
|
|
7436
|
+
readonly dryRun?: string | undefined;
|
|
7437
|
+
readonly fieldValidation?: string | undefined;
|
|
7438
|
+
}, {
|
|
7439
|
+
readonly apiVersion?: string | undefined;
|
|
7440
|
+
readonly kind?: string | undefined;
|
|
7441
|
+
readonly metadata?: {
|
|
7442
|
+
readonly annotations?: {
|
|
7443
|
+
readonly [x: string]: string;
|
|
7444
|
+
} | undefined;
|
|
7445
|
+
readonly creationTimestamp?: string | undefined;
|
|
7446
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
7447
|
+
readonly deletionTimestamp?: string | undefined;
|
|
7448
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
7449
|
+
readonly generateName?: string | undefined;
|
|
7450
|
+
readonly generation?: number | undefined;
|
|
7451
|
+
readonly labels?: {
|
|
7452
|
+
readonly [x: string]: string;
|
|
7453
|
+
} | undefined;
|
|
7454
|
+
readonly managedFields?: readonly {
|
|
7455
|
+
readonly apiVersion?: string | undefined;
|
|
7456
|
+
readonly fieldsType?: string | undefined;
|
|
7457
|
+
readonly fieldsV1?: unknown;
|
|
7458
|
+
readonly manager?: string | undefined;
|
|
7459
|
+
readonly operation?: string | undefined;
|
|
7460
|
+
readonly subresource?: string | undefined;
|
|
7461
|
+
readonly time?: string | undefined;
|
|
7462
|
+
}[] | undefined;
|
|
7463
|
+
readonly name?: string | undefined;
|
|
7464
|
+
readonly namespace?: string | undefined;
|
|
7465
|
+
readonly ownerReferences?: readonly {
|
|
7466
|
+
readonly apiVersion: string;
|
|
7467
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
7468
|
+
readonly controller?: boolean | undefined;
|
|
7469
|
+
readonly kind: string;
|
|
7470
|
+
readonly name: string;
|
|
7471
|
+
readonly uid: string;
|
|
7472
|
+
}[] | undefined;
|
|
7473
|
+
readonly resourceVersion?: string | undefined;
|
|
7474
|
+
readonly selfLink?: string | undefined;
|
|
7475
|
+
readonly uid?: string | undefined;
|
|
7476
|
+
} | undefined;
|
|
7477
|
+
readonly spec?: {
|
|
7478
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
7479
|
+
} | undefined;
|
|
7480
|
+
readonly status?: {
|
|
7481
|
+
readonly conditions?: readonly {
|
|
7482
|
+
readonly lastTransitionTime: string;
|
|
7483
|
+
readonly message: string;
|
|
7484
|
+
readonly observedGeneration?: number | undefined;
|
|
7485
|
+
readonly reason: string;
|
|
7486
|
+
readonly status: string;
|
|
7487
|
+
readonly type: string;
|
|
7488
|
+
}[] | undefined;
|
|
7489
|
+
} | undefined;
|
|
7490
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
3919
7491
|
export declare const ReplaceNetworkingV1ServiceCIDRStatusInput: Schema.Struct<{
|
|
3920
7492
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
3921
7493
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -3977,7 +7549,62 @@ export type ReplaceNetworkingV1ServiceCIDRStatusOutput = typeof ReplaceNetworkin
|
|
|
3977
7549
|
* @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
|
|
3978
7550
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
3979
7551
|
*/
|
|
3980
|
-
export declare const replaceNetworkingV1ServiceCIDRStatus:
|
|
7552
|
+
export declare const replaceNetworkingV1ServiceCIDRStatus: API.OperationMethod<{
|
|
7553
|
+
readonly dryRun?: string | undefined;
|
|
7554
|
+
readonly fieldValidation?: string | undefined;
|
|
7555
|
+
}, {
|
|
7556
|
+
readonly apiVersion?: string | undefined;
|
|
7557
|
+
readonly kind?: string | undefined;
|
|
7558
|
+
readonly metadata?: {
|
|
7559
|
+
readonly annotations?: {
|
|
7560
|
+
readonly [x: string]: string;
|
|
7561
|
+
} | undefined;
|
|
7562
|
+
readonly creationTimestamp?: string | undefined;
|
|
7563
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
7564
|
+
readonly deletionTimestamp?: string | undefined;
|
|
7565
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
7566
|
+
readonly generateName?: string | undefined;
|
|
7567
|
+
readonly generation?: number | undefined;
|
|
7568
|
+
readonly labels?: {
|
|
7569
|
+
readonly [x: string]: string;
|
|
7570
|
+
} | undefined;
|
|
7571
|
+
readonly managedFields?: readonly {
|
|
7572
|
+
readonly apiVersion?: string | undefined;
|
|
7573
|
+
readonly fieldsType?: string | undefined;
|
|
7574
|
+
readonly fieldsV1?: unknown;
|
|
7575
|
+
readonly manager?: string | undefined;
|
|
7576
|
+
readonly operation?: string | undefined;
|
|
7577
|
+
readonly subresource?: string | undefined;
|
|
7578
|
+
readonly time?: string | undefined;
|
|
7579
|
+
}[] | undefined;
|
|
7580
|
+
readonly name?: string | undefined;
|
|
7581
|
+
readonly namespace?: string | undefined;
|
|
7582
|
+
readonly ownerReferences?: readonly {
|
|
7583
|
+
readonly apiVersion: string;
|
|
7584
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
7585
|
+
readonly controller?: boolean | undefined;
|
|
7586
|
+
readonly kind: string;
|
|
7587
|
+
readonly name: string;
|
|
7588
|
+
readonly uid: string;
|
|
7589
|
+
}[] | undefined;
|
|
7590
|
+
readonly resourceVersion?: string | undefined;
|
|
7591
|
+
readonly selfLink?: string | undefined;
|
|
7592
|
+
readonly uid?: string | undefined;
|
|
7593
|
+
} | undefined;
|
|
7594
|
+
readonly spec?: {
|
|
7595
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
7596
|
+
} | undefined;
|
|
7597
|
+
readonly status?: {
|
|
7598
|
+
readonly conditions?: readonly {
|
|
7599
|
+
readonly lastTransitionTime: string;
|
|
7600
|
+
readonly message: string;
|
|
7601
|
+
readonly observedGeneration?: number | undefined;
|
|
7602
|
+
readonly reason: string;
|
|
7603
|
+
readonly status: string;
|
|
7604
|
+
readonly type: string;
|
|
7605
|
+
}[] | undefined;
|
|
7606
|
+
} | undefined;
|
|
7607
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
3981
7608
|
export declare const ReplaceNetworkingV1beta1IPAddressInput: Schema.Struct<{
|
|
3982
7609
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
3983
7610
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -4034,7 +7661,57 @@ export type ReplaceNetworkingV1beta1IPAddressOutput = typeof ReplaceNetworkingV1
|
|
|
4034
7661
|
* @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
|
|
4035
7662
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
4036
7663
|
*/
|
|
4037
|
-
export declare const replaceNetworkingV1beta1IPAddress:
|
|
7664
|
+
export declare const replaceNetworkingV1beta1IPAddress: API.OperationMethod<{
|
|
7665
|
+
readonly dryRun?: string | undefined;
|
|
7666
|
+
readonly fieldValidation?: string | undefined;
|
|
7667
|
+
}, {
|
|
7668
|
+
readonly apiVersion?: string | undefined;
|
|
7669
|
+
readonly kind?: string | undefined;
|
|
7670
|
+
readonly metadata?: {
|
|
7671
|
+
readonly annotations?: {
|
|
7672
|
+
readonly [x: string]: string;
|
|
7673
|
+
} | undefined;
|
|
7674
|
+
readonly creationTimestamp?: string | undefined;
|
|
7675
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
7676
|
+
readonly deletionTimestamp?: string | undefined;
|
|
7677
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
7678
|
+
readonly generateName?: string | undefined;
|
|
7679
|
+
readonly generation?: number | undefined;
|
|
7680
|
+
readonly labels?: {
|
|
7681
|
+
readonly [x: string]: string;
|
|
7682
|
+
} | undefined;
|
|
7683
|
+
readonly managedFields?: readonly {
|
|
7684
|
+
readonly apiVersion?: string | undefined;
|
|
7685
|
+
readonly fieldsType?: string | undefined;
|
|
7686
|
+
readonly fieldsV1?: unknown;
|
|
7687
|
+
readonly manager?: string | undefined;
|
|
7688
|
+
readonly operation?: string | undefined;
|
|
7689
|
+
readonly subresource?: string | undefined;
|
|
7690
|
+
readonly time?: string | undefined;
|
|
7691
|
+
}[] | undefined;
|
|
7692
|
+
readonly name?: string | undefined;
|
|
7693
|
+
readonly namespace?: string | undefined;
|
|
7694
|
+
readonly ownerReferences?: readonly {
|
|
7695
|
+
readonly apiVersion: string;
|
|
7696
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
7697
|
+
readonly controller?: boolean | undefined;
|
|
7698
|
+
readonly kind: string;
|
|
7699
|
+
readonly name: string;
|
|
7700
|
+
readonly uid: string;
|
|
7701
|
+
}[] | undefined;
|
|
7702
|
+
readonly resourceVersion?: string | undefined;
|
|
7703
|
+
readonly selfLink?: string | undefined;
|
|
7704
|
+
readonly uid?: string | undefined;
|
|
7705
|
+
} | undefined;
|
|
7706
|
+
readonly spec: {
|
|
7707
|
+
readonly parentRef: {
|
|
7708
|
+
readonly group?: string | undefined;
|
|
7709
|
+
readonly name: string;
|
|
7710
|
+
readonly namespace?: string | undefined;
|
|
7711
|
+
readonly resource: string;
|
|
7712
|
+
};
|
|
7713
|
+
};
|
|
7714
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
4038
7715
|
export declare const ReplaceNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
|
|
4039
7716
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
4040
7717
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -4096,7 +7773,62 @@ export type ReplaceNetworkingV1beta1ServiceCIDROutput = typeof ReplaceNetworking
|
|
|
4096
7773
|
* @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
|
|
4097
7774
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
4098
7775
|
*/
|
|
4099
|
-
export declare const replaceNetworkingV1beta1ServiceCIDR:
|
|
7776
|
+
export declare const replaceNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
|
|
7777
|
+
readonly dryRun?: string | undefined;
|
|
7778
|
+
readonly fieldValidation?: string | undefined;
|
|
7779
|
+
}, {
|
|
7780
|
+
readonly apiVersion?: string | undefined;
|
|
7781
|
+
readonly kind?: string | undefined;
|
|
7782
|
+
readonly metadata?: {
|
|
7783
|
+
readonly annotations?: {
|
|
7784
|
+
readonly [x: string]: string;
|
|
7785
|
+
} | undefined;
|
|
7786
|
+
readonly creationTimestamp?: string | undefined;
|
|
7787
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
7788
|
+
readonly deletionTimestamp?: string | undefined;
|
|
7789
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
7790
|
+
readonly generateName?: string | undefined;
|
|
7791
|
+
readonly generation?: number | undefined;
|
|
7792
|
+
readonly labels?: {
|
|
7793
|
+
readonly [x: string]: string;
|
|
7794
|
+
} | undefined;
|
|
7795
|
+
readonly managedFields?: readonly {
|
|
7796
|
+
readonly apiVersion?: string | undefined;
|
|
7797
|
+
readonly fieldsType?: string | undefined;
|
|
7798
|
+
readonly fieldsV1?: unknown;
|
|
7799
|
+
readonly manager?: string | undefined;
|
|
7800
|
+
readonly operation?: string | undefined;
|
|
7801
|
+
readonly subresource?: string | undefined;
|
|
7802
|
+
readonly time?: string | undefined;
|
|
7803
|
+
}[] | undefined;
|
|
7804
|
+
readonly name?: string | undefined;
|
|
7805
|
+
readonly namespace?: string | undefined;
|
|
7806
|
+
readonly ownerReferences?: readonly {
|
|
7807
|
+
readonly apiVersion: string;
|
|
7808
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
7809
|
+
readonly controller?: boolean | undefined;
|
|
7810
|
+
readonly kind: string;
|
|
7811
|
+
readonly name: string;
|
|
7812
|
+
readonly uid: string;
|
|
7813
|
+
}[] | undefined;
|
|
7814
|
+
readonly resourceVersion?: string | undefined;
|
|
7815
|
+
readonly selfLink?: string | undefined;
|
|
7816
|
+
readonly uid?: string | undefined;
|
|
7817
|
+
} | undefined;
|
|
7818
|
+
readonly spec?: {
|
|
7819
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
7820
|
+
} | undefined;
|
|
7821
|
+
readonly status?: {
|
|
7822
|
+
readonly conditions?: readonly {
|
|
7823
|
+
readonly lastTransitionTime: string;
|
|
7824
|
+
readonly message: string;
|
|
7825
|
+
readonly observedGeneration?: number | undefined;
|
|
7826
|
+
readonly reason: string;
|
|
7827
|
+
readonly status: string;
|
|
7828
|
+
readonly type: string;
|
|
7829
|
+
}[] | undefined;
|
|
7830
|
+
} | undefined;
|
|
7831
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
4100
7832
|
export declare const ReplaceNetworkingV1beta1ServiceCIDRStatusInput: Schema.Struct<{
|
|
4101
7833
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
4102
7834
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -4158,7 +7890,62 @@ export type ReplaceNetworkingV1beta1ServiceCIDRStatusOutput = typeof ReplaceNetw
|
|
|
4158
7890
|
* @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
|
|
4159
7891
|
* @param fieldValidation - fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
|
|
4160
7892
|
*/
|
|
4161
|
-
export declare const replaceNetworkingV1beta1ServiceCIDRStatus:
|
|
7893
|
+
export declare const replaceNetworkingV1beta1ServiceCIDRStatus: API.OperationMethod<{
|
|
7894
|
+
readonly dryRun?: string | undefined;
|
|
7895
|
+
readonly fieldValidation?: string | undefined;
|
|
7896
|
+
}, {
|
|
7897
|
+
readonly apiVersion?: string | undefined;
|
|
7898
|
+
readonly kind?: string | undefined;
|
|
7899
|
+
readonly metadata?: {
|
|
7900
|
+
readonly annotations?: {
|
|
7901
|
+
readonly [x: string]: string;
|
|
7902
|
+
} | undefined;
|
|
7903
|
+
readonly creationTimestamp?: string | undefined;
|
|
7904
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
7905
|
+
readonly deletionTimestamp?: string | undefined;
|
|
7906
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
7907
|
+
readonly generateName?: string | undefined;
|
|
7908
|
+
readonly generation?: number | undefined;
|
|
7909
|
+
readonly labels?: {
|
|
7910
|
+
readonly [x: string]: string;
|
|
7911
|
+
} | undefined;
|
|
7912
|
+
readonly managedFields?: readonly {
|
|
7913
|
+
readonly apiVersion?: string | undefined;
|
|
7914
|
+
readonly fieldsType?: string | undefined;
|
|
7915
|
+
readonly fieldsV1?: unknown;
|
|
7916
|
+
readonly manager?: string | undefined;
|
|
7917
|
+
readonly operation?: string | undefined;
|
|
7918
|
+
readonly subresource?: string | undefined;
|
|
7919
|
+
readonly time?: string | undefined;
|
|
7920
|
+
}[] | undefined;
|
|
7921
|
+
readonly name?: string | undefined;
|
|
7922
|
+
readonly namespace?: string | undefined;
|
|
7923
|
+
readonly ownerReferences?: readonly {
|
|
7924
|
+
readonly apiVersion: string;
|
|
7925
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
7926
|
+
readonly controller?: boolean | undefined;
|
|
7927
|
+
readonly kind: string;
|
|
7928
|
+
readonly name: string;
|
|
7929
|
+
readonly uid: string;
|
|
7930
|
+
}[] | undefined;
|
|
7931
|
+
readonly resourceVersion?: string | undefined;
|
|
7932
|
+
readonly selfLink?: string | undefined;
|
|
7933
|
+
readonly uid?: string | undefined;
|
|
7934
|
+
} | undefined;
|
|
7935
|
+
readonly spec?: {
|
|
7936
|
+
readonly cidrs?: readonly string[] | undefined;
|
|
7937
|
+
} | undefined;
|
|
7938
|
+
readonly status?: {
|
|
7939
|
+
readonly conditions?: readonly {
|
|
7940
|
+
readonly lastTransitionTime: string;
|
|
7941
|
+
readonly message: string;
|
|
7942
|
+
readonly observedGeneration?: number | undefined;
|
|
7943
|
+
readonly reason: string;
|
|
7944
|
+
readonly status: string;
|
|
7945
|
+
readonly type: string;
|
|
7946
|
+
}[] | undefined;
|
|
7947
|
+
} | undefined;
|
|
7948
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
4162
7949
|
export declare const WatchNetworkingV1IPAddressInput: Schema.Struct<{}>;
|
|
4163
7950
|
export type WatchNetworkingV1IPAddressInput = typeof WatchNetworkingV1IPAddressInput.Type;
|
|
4164
7951
|
export declare const WatchNetworkingV1IPAddressOutput: Schema.Struct<{
|
|
@@ -4169,7 +7956,10 @@ export type WatchNetworkingV1IPAddressOutput = typeof WatchNetworkingV1IPAddress
|
|
|
4169
7956
|
/**
|
|
4170
7957
|
* watch changes to an object of kind IPAddress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
4171
7958
|
*/
|
|
4172
|
-
export declare const watchNetworkingV1IPAddress:
|
|
7959
|
+
export declare const watchNetworkingV1IPAddress: API.OperationMethod<{}, {
|
|
7960
|
+
readonly object: unknown;
|
|
7961
|
+
readonly type: string;
|
|
7962
|
+
}, never, any>;
|
|
4173
7963
|
export declare const WatchNetworkingV1IPAddressListInput: Schema.Struct<{}>;
|
|
4174
7964
|
export type WatchNetworkingV1IPAddressListInput = typeof WatchNetworkingV1IPAddressListInput.Type;
|
|
4175
7965
|
export declare const WatchNetworkingV1IPAddressListOutput: Schema.Struct<{
|
|
@@ -4180,7 +7970,10 @@ export type WatchNetworkingV1IPAddressListOutput = typeof WatchNetworkingV1IPAdd
|
|
|
4180
7970
|
/**
|
|
4181
7971
|
* watch individual changes to a list of IPAddress. deprecated: use the 'watch' parameter with a list operation instead.
|
|
4182
7972
|
*/
|
|
4183
|
-
export declare const watchNetworkingV1IPAddressList:
|
|
7973
|
+
export declare const watchNetworkingV1IPAddressList: API.OperationMethod<{}, {
|
|
7974
|
+
readonly object: unknown;
|
|
7975
|
+
readonly type: string;
|
|
7976
|
+
}, never, any>;
|
|
4184
7977
|
export declare const WatchNetworkingV1IngressClassInput: Schema.Struct<{}>;
|
|
4185
7978
|
export type WatchNetworkingV1IngressClassInput = typeof WatchNetworkingV1IngressClassInput.Type;
|
|
4186
7979
|
export declare const WatchNetworkingV1IngressClassOutput: Schema.Struct<{
|
|
@@ -4191,7 +7984,10 @@ export type WatchNetworkingV1IngressClassOutput = typeof WatchNetworkingV1Ingres
|
|
|
4191
7984
|
/**
|
|
4192
7985
|
* watch changes to an object of kind IngressClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
4193
7986
|
*/
|
|
4194
|
-
export declare const watchNetworkingV1IngressClass:
|
|
7987
|
+
export declare const watchNetworkingV1IngressClass: API.OperationMethod<{}, {
|
|
7988
|
+
readonly object: unknown;
|
|
7989
|
+
readonly type: string;
|
|
7990
|
+
}, never, any>;
|
|
4195
7991
|
export declare const WatchNetworkingV1IngressClassListInput: Schema.Struct<{}>;
|
|
4196
7992
|
export type WatchNetworkingV1IngressClassListInput = typeof WatchNetworkingV1IngressClassListInput.Type;
|
|
4197
7993
|
export declare const WatchNetworkingV1IngressClassListOutput: Schema.Struct<{
|
|
@@ -4202,7 +7998,10 @@ export type WatchNetworkingV1IngressClassListOutput = typeof WatchNetworkingV1In
|
|
|
4202
7998
|
/**
|
|
4203
7999
|
* watch individual changes to a list of IngressClass. deprecated: use the 'watch' parameter with a list operation instead.
|
|
4204
8000
|
*/
|
|
4205
|
-
export declare const watchNetworkingV1IngressClassList:
|
|
8001
|
+
export declare const watchNetworkingV1IngressClassList: API.OperationMethod<{}, {
|
|
8002
|
+
readonly object: unknown;
|
|
8003
|
+
readonly type: string;
|
|
8004
|
+
}, never, any>;
|
|
4206
8005
|
export declare const WatchNetworkingV1IngressListForAllNamespacesInput: Schema.Struct<{}>;
|
|
4207
8006
|
export type WatchNetworkingV1IngressListForAllNamespacesInput = typeof WatchNetworkingV1IngressListForAllNamespacesInput.Type;
|
|
4208
8007
|
export declare const WatchNetworkingV1IngressListForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -4213,7 +8012,10 @@ export type WatchNetworkingV1IngressListForAllNamespacesOutput = typeof WatchNet
|
|
|
4213
8012
|
/**
|
|
4214
8013
|
* watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.
|
|
4215
8014
|
*/
|
|
4216
|
-
export declare const watchNetworkingV1IngressListForAllNamespaces:
|
|
8015
|
+
export declare const watchNetworkingV1IngressListForAllNamespaces: API.OperationMethod<{}, {
|
|
8016
|
+
readonly object: unknown;
|
|
8017
|
+
readonly type: string;
|
|
8018
|
+
}, never, any>;
|
|
4217
8019
|
export declare const WatchNetworkingV1NamespacedIngressInput: Schema.Struct<{}>;
|
|
4218
8020
|
export type WatchNetworkingV1NamespacedIngressInput = typeof WatchNetworkingV1NamespacedIngressInput.Type;
|
|
4219
8021
|
export declare const WatchNetworkingV1NamespacedIngressOutput: Schema.Struct<{
|
|
@@ -4224,7 +8026,10 @@ export type WatchNetworkingV1NamespacedIngressOutput = typeof WatchNetworkingV1N
|
|
|
4224
8026
|
/**
|
|
4225
8027
|
* watch changes to an object of kind Ingress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
4226
8028
|
*/
|
|
4227
|
-
export declare const watchNetworkingV1NamespacedIngress:
|
|
8029
|
+
export declare const watchNetworkingV1NamespacedIngress: API.OperationMethod<{}, {
|
|
8030
|
+
readonly object: unknown;
|
|
8031
|
+
readonly type: string;
|
|
8032
|
+
}, never, any>;
|
|
4228
8033
|
export declare const WatchNetworkingV1NamespacedIngressListInput: Schema.Struct<{}>;
|
|
4229
8034
|
export type WatchNetworkingV1NamespacedIngressListInput = typeof WatchNetworkingV1NamespacedIngressListInput.Type;
|
|
4230
8035
|
export declare const WatchNetworkingV1NamespacedIngressListOutput: Schema.Struct<{
|
|
@@ -4235,7 +8040,10 @@ export type WatchNetworkingV1NamespacedIngressListOutput = typeof WatchNetworkin
|
|
|
4235
8040
|
/**
|
|
4236
8041
|
* watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.
|
|
4237
8042
|
*/
|
|
4238
|
-
export declare const watchNetworkingV1NamespacedIngressList:
|
|
8043
|
+
export declare const watchNetworkingV1NamespacedIngressList: API.OperationMethod<{}, {
|
|
8044
|
+
readonly object: unknown;
|
|
8045
|
+
readonly type: string;
|
|
8046
|
+
}, never, any>;
|
|
4239
8047
|
export declare const WatchNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{}>;
|
|
4240
8048
|
export type WatchNetworkingV1NamespacedNetworkPolicyInput = typeof WatchNetworkingV1NamespacedNetworkPolicyInput.Type;
|
|
4241
8049
|
export declare const WatchNetworkingV1NamespacedNetworkPolicyOutput: Schema.Struct<{
|
|
@@ -4246,7 +8054,10 @@ export type WatchNetworkingV1NamespacedNetworkPolicyOutput = typeof WatchNetwork
|
|
|
4246
8054
|
/**
|
|
4247
8055
|
* watch changes to an object of kind NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
4248
8056
|
*/
|
|
4249
|
-
export declare const watchNetworkingV1NamespacedNetworkPolicy:
|
|
8057
|
+
export declare const watchNetworkingV1NamespacedNetworkPolicy: API.OperationMethod<{}, {
|
|
8058
|
+
readonly object: unknown;
|
|
8059
|
+
readonly type: string;
|
|
8060
|
+
}, never, any>;
|
|
4250
8061
|
export declare const WatchNetworkingV1NamespacedNetworkPolicyListInput: Schema.Struct<{}>;
|
|
4251
8062
|
export type WatchNetworkingV1NamespacedNetworkPolicyListInput = typeof WatchNetworkingV1NamespacedNetworkPolicyListInput.Type;
|
|
4252
8063
|
export declare const WatchNetworkingV1NamespacedNetworkPolicyListOutput: Schema.Struct<{
|
|
@@ -4257,7 +8068,10 @@ export type WatchNetworkingV1NamespacedNetworkPolicyListOutput = typeof WatchNet
|
|
|
4257
8068
|
/**
|
|
4258
8069
|
* watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.
|
|
4259
8070
|
*/
|
|
4260
|
-
export declare const watchNetworkingV1NamespacedNetworkPolicyList:
|
|
8071
|
+
export declare const watchNetworkingV1NamespacedNetworkPolicyList: API.OperationMethod<{}, {
|
|
8072
|
+
readonly object: unknown;
|
|
8073
|
+
readonly type: string;
|
|
8074
|
+
}, never, any>;
|
|
4261
8075
|
export declare const WatchNetworkingV1NetworkPolicyListForAllNamespacesInput: Schema.Struct<{}>;
|
|
4262
8076
|
export type WatchNetworkingV1NetworkPolicyListForAllNamespacesInput = typeof WatchNetworkingV1NetworkPolicyListForAllNamespacesInput.Type;
|
|
4263
8077
|
export declare const WatchNetworkingV1NetworkPolicyListForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -4268,7 +8082,10 @@ export type WatchNetworkingV1NetworkPolicyListForAllNamespacesOutput = typeof Wa
|
|
|
4268
8082
|
/**
|
|
4269
8083
|
* watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.
|
|
4270
8084
|
*/
|
|
4271
|
-
export declare const watchNetworkingV1NetworkPolicyListForAllNamespaces:
|
|
8085
|
+
export declare const watchNetworkingV1NetworkPolicyListForAllNamespaces: API.OperationMethod<{}, {
|
|
8086
|
+
readonly object: unknown;
|
|
8087
|
+
readonly type: string;
|
|
8088
|
+
}, never, any>;
|
|
4272
8089
|
export declare const WatchNetworkingV1ServiceCIDRInput: Schema.Struct<{}>;
|
|
4273
8090
|
export type WatchNetworkingV1ServiceCIDRInput = typeof WatchNetworkingV1ServiceCIDRInput.Type;
|
|
4274
8091
|
export declare const WatchNetworkingV1ServiceCIDROutput: Schema.Struct<{
|
|
@@ -4279,7 +8096,10 @@ export type WatchNetworkingV1ServiceCIDROutput = typeof WatchNetworkingV1Service
|
|
|
4279
8096
|
/**
|
|
4280
8097
|
* watch changes to an object of kind ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
4281
8098
|
*/
|
|
4282
|
-
export declare const watchNetworkingV1ServiceCIDR:
|
|
8099
|
+
export declare const watchNetworkingV1ServiceCIDR: API.OperationMethod<{}, {
|
|
8100
|
+
readonly object: unknown;
|
|
8101
|
+
readonly type: string;
|
|
8102
|
+
}, never, any>;
|
|
4283
8103
|
export declare const WatchNetworkingV1ServiceCIDRListInput: Schema.Struct<{}>;
|
|
4284
8104
|
export type WatchNetworkingV1ServiceCIDRListInput = typeof WatchNetworkingV1ServiceCIDRListInput.Type;
|
|
4285
8105
|
export declare const WatchNetworkingV1ServiceCIDRListOutput: Schema.Struct<{
|
|
@@ -4290,7 +8110,10 @@ export type WatchNetworkingV1ServiceCIDRListOutput = typeof WatchNetworkingV1Ser
|
|
|
4290
8110
|
/**
|
|
4291
8111
|
* watch individual changes to a list of ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead.
|
|
4292
8112
|
*/
|
|
4293
|
-
export declare const watchNetworkingV1ServiceCIDRList:
|
|
8113
|
+
export declare const watchNetworkingV1ServiceCIDRList: API.OperationMethod<{}, {
|
|
8114
|
+
readonly object: unknown;
|
|
8115
|
+
readonly type: string;
|
|
8116
|
+
}, never, any>;
|
|
4294
8117
|
export declare const WatchNetworkingV1beta1IPAddressInput: Schema.Struct<{}>;
|
|
4295
8118
|
export type WatchNetworkingV1beta1IPAddressInput = typeof WatchNetworkingV1beta1IPAddressInput.Type;
|
|
4296
8119
|
export declare const WatchNetworkingV1beta1IPAddressOutput: Schema.Struct<{
|
|
@@ -4301,7 +8124,10 @@ export type WatchNetworkingV1beta1IPAddressOutput = typeof WatchNetworkingV1beta
|
|
|
4301
8124
|
/**
|
|
4302
8125
|
* watch changes to an object of kind IPAddress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
4303
8126
|
*/
|
|
4304
|
-
export declare const watchNetworkingV1beta1IPAddress:
|
|
8127
|
+
export declare const watchNetworkingV1beta1IPAddress: API.OperationMethod<{}, {
|
|
8128
|
+
readonly object: unknown;
|
|
8129
|
+
readonly type: string;
|
|
8130
|
+
}, never, any>;
|
|
4305
8131
|
export declare const WatchNetworkingV1beta1IPAddressListInput: Schema.Struct<{}>;
|
|
4306
8132
|
export type WatchNetworkingV1beta1IPAddressListInput = typeof WatchNetworkingV1beta1IPAddressListInput.Type;
|
|
4307
8133
|
export declare const WatchNetworkingV1beta1IPAddressListOutput: Schema.Struct<{
|
|
@@ -4312,7 +8138,10 @@ export type WatchNetworkingV1beta1IPAddressListOutput = typeof WatchNetworkingV1
|
|
|
4312
8138
|
/**
|
|
4313
8139
|
* watch individual changes to a list of IPAddress. deprecated: use the 'watch' parameter with a list operation instead.
|
|
4314
8140
|
*/
|
|
4315
|
-
export declare const watchNetworkingV1beta1IPAddressList:
|
|
8141
|
+
export declare const watchNetworkingV1beta1IPAddressList: API.OperationMethod<{}, {
|
|
8142
|
+
readonly object: unknown;
|
|
8143
|
+
readonly type: string;
|
|
8144
|
+
}, never, any>;
|
|
4316
8145
|
export declare const WatchNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{}>;
|
|
4317
8146
|
export type WatchNetworkingV1beta1ServiceCIDRInput = typeof WatchNetworkingV1beta1ServiceCIDRInput.Type;
|
|
4318
8147
|
export declare const WatchNetworkingV1beta1ServiceCIDROutput: Schema.Struct<{
|
|
@@ -4323,7 +8152,10 @@ export type WatchNetworkingV1beta1ServiceCIDROutput = typeof WatchNetworkingV1be
|
|
|
4323
8152
|
/**
|
|
4324
8153
|
* watch changes to an object of kind ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
4325
8154
|
*/
|
|
4326
|
-
export declare const watchNetworkingV1beta1ServiceCIDR:
|
|
8155
|
+
export declare const watchNetworkingV1beta1ServiceCIDR: API.OperationMethod<{}, {
|
|
8156
|
+
readonly object: unknown;
|
|
8157
|
+
readonly type: string;
|
|
8158
|
+
}, never, any>;
|
|
4327
8159
|
export declare const WatchNetworkingV1beta1ServiceCIDRListInput: Schema.Struct<{}>;
|
|
4328
8160
|
export type WatchNetworkingV1beta1ServiceCIDRListInput = typeof WatchNetworkingV1beta1ServiceCIDRListInput.Type;
|
|
4329
8161
|
export declare const WatchNetworkingV1beta1ServiceCIDRListOutput: Schema.Struct<{
|
|
@@ -4334,5 +8166,8 @@ export type WatchNetworkingV1beta1ServiceCIDRListOutput = typeof WatchNetworking
|
|
|
4334
8166
|
/**
|
|
4335
8167
|
* watch individual changes to a list of ServiceCIDR. deprecated: use the 'watch' parameter with a list operation instead.
|
|
4336
8168
|
*/
|
|
4337
|
-
export declare const watchNetworkingV1beta1ServiceCIDRList:
|
|
8169
|
+
export declare const watchNetworkingV1beta1ServiceCIDRList: API.OperationMethod<{}, {
|
|
8170
|
+
readonly object: unknown;
|
|
8171
|
+
readonly type: string;
|
|
8172
|
+
}, never, any>;
|
|
4338
8173
|
//# sourceMappingURL=networking.d.ts.map
|