@distilled.cloud/kubernetes 0.10.2 → 0.12.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 CreateCertificatesV1CertificateSigningRequestInput: Schema.Struct<{
|
|
9
11
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
10
12
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -74,7 +76,72 @@ export type CreateCertificatesV1CertificateSigningRequestOutput = typeof CreateC
|
|
|
74
76
|
* @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
|
|
75
77
|
* @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.
|
|
76
78
|
*/
|
|
77
|
-
export declare const createCertificatesV1CertificateSigningRequest:
|
|
79
|
+
export declare const createCertificatesV1CertificateSigningRequest: API.OperationMethod<{
|
|
80
|
+
readonly dryRun?: string | undefined;
|
|
81
|
+
readonly fieldValidation?: string | undefined;
|
|
82
|
+
}, {
|
|
83
|
+
readonly apiVersion?: string | undefined;
|
|
84
|
+
readonly kind?: string | undefined;
|
|
85
|
+
readonly metadata?: {
|
|
86
|
+
readonly annotations?: {
|
|
87
|
+
readonly [x: string]: string;
|
|
88
|
+
} | undefined;
|
|
89
|
+
readonly creationTimestamp?: string | undefined;
|
|
90
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
91
|
+
readonly deletionTimestamp?: string | undefined;
|
|
92
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
93
|
+
readonly generateName?: string | undefined;
|
|
94
|
+
readonly generation?: number | undefined;
|
|
95
|
+
readonly labels?: {
|
|
96
|
+
readonly [x: string]: string;
|
|
97
|
+
} | undefined;
|
|
98
|
+
readonly managedFields?: readonly {
|
|
99
|
+
readonly apiVersion?: string | undefined;
|
|
100
|
+
readonly fieldsType?: string | undefined;
|
|
101
|
+
readonly fieldsV1?: unknown;
|
|
102
|
+
readonly manager?: string | undefined;
|
|
103
|
+
readonly operation?: string | undefined;
|
|
104
|
+
readonly subresource?: string | undefined;
|
|
105
|
+
readonly time?: string | undefined;
|
|
106
|
+
}[] | undefined;
|
|
107
|
+
readonly name?: string | undefined;
|
|
108
|
+
readonly namespace?: string | undefined;
|
|
109
|
+
readonly ownerReferences?: readonly {
|
|
110
|
+
readonly apiVersion: string;
|
|
111
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
112
|
+
readonly controller?: boolean | undefined;
|
|
113
|
+
readonly kind: string;
|
|
114
|
+
readonly name: string;
|
|
115
|
+
readonly uid: string;
|
|
116
|
+
}[] | undefined;
|
|
117
|
+
readonly resourceVersion?: string | undefined;
|
|
118
|
+
readonly selfLink?: string | undefined;
|
|
119
|
+
readonly uid?: string | undefined;
|
|
120
|
+
} | undefined;
|
|
121
|
+
readonly spec: {
|
|
122
|
+
readonly expirationSeconds?: number | undefined;
|
|
123
|
+
readonly extra?: {
|
|
124
|
+
readonly [x: string]: readonly string[];
|
|
125
|
+
} | undefined;
|
|
126
|
+
readonly groups?: readonly string[] | undefined;
|
|
127
|
+
readonly request: string;
|
|
128
|
+
readonly signerName: string;
|
|
129
|
+
readonly uid?: string | undefined;
|
|
130
|
+
readonly usages?: readonly string[] | undefined;
|
|
131
|
+
readonly username?: string | undefined;
|
|
132
|
+
};
|
|
133
|
+
readonly status?: {
|
|
134
|
+
readonly certificate?: string | undefined;
|
|
135
|
+
readonly conditions?: readonly {
|
|
136
|
+
readonly lastTransitionTime?: string | undefined;
|
|
137
|
+
readonly lastUpdateTime?: string | undefined;
|
|
138
|
+
readonly message?: string | undefined;
|
|
139
|
+
readonly reason?: string | undefined;
|
|
140
|
+
readonly status: string;
|
|
141
|
+
readonly type: string;
|
|
142
|
+
}[] | undefined;
|
|
143
|
+
} | undefined;
|
|
144
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
78
145
|
export declare const CreateCertificatesV1alpha1ClusterTrustBundleInput: Schema.Struct<{
|
|
79
146
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
80
147
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -127,7 +194,53 @@ export type CreateCertificatesV1alpha1ClusterTrustBundleOutput = typeof CreateCe
|
|
|
127
194
|
* @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
|
|
128
195
|
* @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.
|
|
129
196
|
*/
|
|
130
|
-
export declare const createCertificatesV1alpha1ClusterTrustBundle:
|
|
197
|
+
export declare const createCertificatesV1alpha1ClusterTrustBundle: API.OperationMethod<{
|
|
198
|
+
readonly dryRun?: string | undefined;
|
|
199
|
+
readonly fieldValidation?: string | undefined;
|
|
200
|
+
}, {
|
|
201
|
+
readonly apiVersion?: string | undefined;
|
|
202
|
+
readonly kind?: string | undefined;
|
|
203
|
+
readonly metadata?: {
|
|
204
|
+
readonly annotations?: {
|
|
205
|
+
readonly [x: string]: string;
|
|
206
|
+
} | undefined;
|
|
207
|
+
readonly creationTimestamp?: string | undefined;
|
|
208
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
209
|
+
readonly deletionTimestamp?: string | undefined;
|
|
210
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
211
|
+
readonly generateName?: string | undefined;
|
|
212
|
+
readonly generation?: number | undefined;
|
|
213
|
+
readonly labels?: {
|
|
214
|
+
readonly [x: string]: string;
|
|
215
|
+
} | undefined;
|
|
216
|
+
readonly managedFields?: readonly {
|
|
217
|
+
readonly apiVersion?: string | undefined;
|
|
218
|
+
readonly fieldsType?: string | undefined;
|
|
219
|
+
readonly fieldsV1?: unknown;
|
|
220
|
+
readonly manager?: string | undefined;
|
|
221
|
+
readonly operation?: string | undefined;
|
|
222
|
+
readonly subresource?: string | undefined;
|
|
223
|
+
readonly time?: string | undefined;
|
|
224
|
+
}[] | undefined;
|
|
225
|
+
readonly name?: string | undefined;
|
|
226
|
+
readonly namespace?: string | undefined;
|
|
227
|
+
readonly ownerReferences?: readonly {
|
|
228
|
+
readonly apiVersion: string;
|
|
229
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
230
|
+
readonly controller?: boolean | undefined;
|
|
231
|
+
readonly kind: string;
|
|
232
|
+
readonly name: string;
|
|
233
|
+
readonly uid: string;
|
|
234
|
+
}[] | undefined;
|
|
235
|
+
readonly resourceVersion?: string | undefined;
|
|
236
|
+
readonly selfLink?: string | undefined;
|
|
237
|
+
readonly uid?: string | undefined;
|
|
238
|
+
} | undefined;
|
|
239
|
+
readonly spec: {
|
|
240
|
+
readonly signerName?: string | undefined;
|
|
241
|
+
readonly trustBundle: string;
|
|
242
|
+
};
|
|
243
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
131
244
|
export declare const CreateCertificatesV1beta1ClusterTrustBundleInput: Schema.Struct<{
|
|
132
245
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
133
246
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -180,7 +293,53 @@ export type CreateCertificatesV1beta1ClusterTrustBundleOutput = typeof CreateCer
|
|
|
180
293
|
* @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
|
|
181
294
|
* @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.
|
|
182
295
|
*/
|
|
183
|
-
export declare const createCertificatesV1beta1ClusterTrustBundle:
|
|
296
|
+
export declare const createCertificatesV1beta1ClusterTrustBundle: API.OperationMethod<{
|
|
297
|
+
readonly dryRun?: string | undefined;
|
|
298
|
+
readonly fieldValidation?: string | undefined;
|
|
299
|
+
}, {
|
|
300
|
+
readonly apiVersion?: string | undefined;
|
|
301
|
+
readonly kind?: string | undefined;
|
|
302
|
+
readonly metadata?: {
|
|
303
|
+
readonly annotations?: {
|
|
304
|
+
readonly [x: string]: string;
|
|
305
|
+
} | undefined;
|
|
306
|
+
readonly creationTimestamp?: string | undefined;
|
|
307
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
308
|
+
readonly deletionTimestamp?: string | undefined;
|
|
309
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
310
|
+
readonly generateName?: string | undefined;
|
|
311
|
+
readonly generation?: number | undefined;
|
|
312
|
+
readonly labels?: {
|
|
313
|
+
readonly [x: string]: string;
|
|
314
|
+
} | undefined;
|
|
315
|
+
readonly managedFields?: readonly {
|
|
316
|
+
readonly apiVersion?: string | undefined;
|
|
317
|
+
readonly fieldsType?: string | undefined;
|
|
318
|
+
readonly fieldsV1?: unknown;
|
|
319
|
+
readonly manager?: string | undefined;
|
|
320
|
+
readonly operation?: string | undefined;
|
|
321
|
+
readonly subresource?: string | undefined;
|
|
322
|
+
readonly time?: string | undefined;
|
|
323
|
+
}[] | undefined;
|
|
324
|
+
readonly name?: string | undefined;
|
|
325
|
+
readonly namespace?: string | undefined;
|
|
326
|
+
readonly ownerReferences?: readonly {
|
|
327
|
+
readonly apiVersion: string;
|
|
328
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
329
|
+
readonly controller?: boolean | undefined;
|
|
330
|
+
readonly kind: string;
|
|
331
|
+
readonly name: string;
|
|
332
|
+
readonly uid: string;
|
|
333
|
+
}[] | undefined;
|
|
334
|
+
readonly resourceVersion?: string | undefined;
|
|
335
|
+
readonly selfLink?: string | undefined;
|
|
336
|
+
readonly uid?: string | undefined;
|
|
337
|
+
} | undefined;
|
|
338
|
+
readonly spec: {
|
|
339
|
+
readonly signerName?: string | undefined;
|
|
340
|
+
readonly trustBundle: string;
|
|
341
|
+
};
|
|
342
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
184
343
|
export declare const CreateCertificatesV1beta1NamespacedPodCertificateRequestInput: Schema.Struct<{
|
|
185
344
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
186
345
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -257,7 +416,79 @@ export type CreateCertificatesV1beta1NamespacedPodCertificateRequestOutput = typ
|
|
|
257
416
|
* @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
|
|
258
417
|
* @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.
|
|
259
418
|
*/
|
|
260
|
-
export declare const createCertificatesV1beta1NamespacedPodCertificateRequest:
|
|
419
|
+
export declare const createCertificatesV1beta1NamespacedPodCertificateRequest: API.OperationMethod<{
|
|
420
|
+
readonly dryRun?: string | undefined;
|
|
421
|
+
readonly fieldValidation?: string | undefined;
|
|
422
|
+
}, {
|
|
423
|
+
readonly apiVersion?: string | undefined;
|
|
424
|
+
readonly kind?: string | undefined;
|
|
425
|
+
readonly metadata?: {
|
|
426
|
+
readonly annotations?: {
|
|
427
|
+
readonly [x: string]: string;
|
|
428
|
+
} | undefined;
|
|
429
|
+
readonly creationTimestamp?: string | undefined;
|
|
430
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
431
|
+
readonly deletionTimestamp?: string | undefined;
|
|
432
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
433
|
+
readonly generateName?: string | undefined;
|
|
434
|
+
readonly generation?: number | undefined;
|
|
435
|
+
readonly labels?: {
|
|
436
|
+
readonly [x: string]: string;
|
|
437
|
+
} | undefined;
|
|
438
|
+
readonly managedFields?: readonly {
|
|
439
|
+
readonly apiVersion?: string | undefined;
|
|
440
|
+
readonly fieldsType?: string | undefined;
|
|
441
|
+
readonly fieldsV1?: unknown;
|
|
442
|
+
readonly manager?: string | undefined;
|
|
443
|
+
readonly operation?: string | undefined;
|
|
444
|
+
readonly subresource?: string | undefined;
|
|
445
|
+
readonly time?: string | undefined;
|
|
446
|
+
}[] | undefined;
|
|
447
|
+
readonly name?: string | undefined;
|
|
448
|
+
readonly namespace?: string | undefined;
|
|
449
|
+
readonly ownerReferences?: readonly {
|
|
450
|
+
readonly apiVersion: string;
|
|
451
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
452
|
+
readonly controller?: boolean | undefined;
|
|
453
|
+
readonly kind: string;
|
|
454
|
+
readonly name: string;
|
|
455
|
+
readonly uid: string;
|
|
456
|
+
}[] | undefined;
|
|
457
|
+
readonly resourceVersion?: string | undefined;
|
|
458
|
+
readonly selfLink?: string | undefined;
|
|
459
|
+
readonly uid?: string | undefined;
|
|
460
|
+
} | undefined;
|
|
461
|
+
readonly spec: {
|
|
462
|
+
readonly maxExpirationSeconds?: number | undefined;
|
|
463
|
+
readonly nodeName: string;
|
|
464
|
+
readonly nodeUID: string;
|
|
465
|
+
readonly pkixPublicKey?: string | undefined;
|
|
466
|
+
readonly podName: string;
|
|
467
|
+
readonly podUID: string;
|
|
468
|
+
readonly proofOfPossession?: string | undefined;
|
|
469
|
+
readonly serviceAccountName: string;
|
|
470
|
+
readonly serviceAccountUID: string;
|
|
471
|
+
readonly signerName: string;
|
|
472
|
+
readonly stubPKCS10Request: string;
|
|
473
|
+
readonly unverifiedUserAnnotations?: {
|
|
474
|
+
readonly [x: string]: string;
|
|
475
|
+
} | undefined;
|
|
476
|
+
};
|
|
477
|
+
readonly status?: {
|
|
478
|
+
readonly beginRefreshAt?: string | undefined;
|
|
479
|
+
readonly certificateChain?: string | undefined;
|
|
480
|
+
readonly conditions?: readonly {
|
|
481
|
+
readonly lastTransitionTime: string;
|
|
482
|
+
readonly message: string;
|
|
483
|
+
readonly observedGeneration?: number | undefined;
|
|
484
|
+
readonly reason: string;
|
|
485
|
+
readonly status: string;
|
|
486
|
+
readonly type: string;
|
|
487
|
+
}[] | undefined;
|
|
488
|
+
readonly notAfter?: string | undefined;
|
|
489
|
+
readonly notBefore?: string | undefined;
|
|
490
|
+
} | undefined;
|
|
491
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
261
492
|
export declare const DeleteCertificatesV1CertificateSigningRequestInput: Schema.Struct<{
|
|
262
493
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
263
494
|
}>;
|
|
@@ -297,7 +528,37 @@ export type DeleteCertificatesV1CertificateSigningRequestOutput = typeof DeleteC
|
|
|
297
528
|
*
|
|
298
529
|
* @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
|
|
299
530
|
*/
|
|
300
|
-
export declare const deleteCertificatesV1CertificateSigningRequest:
|
|
531
|
+
export declare const deleteCertificatesV1CertificateSigningRequest: API.OperationMethod<{
|
|
532
|
+
readonly dryRun?: string | undefined;
|
|
533
|
+
}, {
|
|
534
|
+
readonly apiVersion?: string | undefined;
|
|
535
|
+
readonly code?: number | undefined;
|
|
536
|
+
readonly details?: {
|
|
537
|
+
readonly causes?: readonly {
|
|
538
|
+
readonly field?: string | undefined;
|
|
539
|
+
readonly message?: string | undefined;
|
|
540
|
+
readonly reason?: string | undefined;
|
|
541
|
+
}[] | undefined;
|
|
542
|
+
readonly group?: string | undefined;
|
|
543
|
+
readonly kind?: string | undefined;
|
|
544
|
+
readonly name?: string | undefined;
|
|
545
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
546
|
+
readonly uid?: string | undefined;
|
|
547
|
+
} | undefined;
|
|
548
|
+
readonly kind?: string | undefined;
|
|
549
|
+
readonly message?: string | undefined;
|
|
550
|
+
readonly metadata?: {
|
|
551
|
+
readonly continue?: string | undefined;
|
|
552
|
+
readonly remainingItemCount?: number | undefined;
|
|
553
|
+
readonly resourceVersion?: string | undefined;
|
|
554
|
+
readonly selfLink?: string | undefined;
|
|
555
|
+
readonly shardInfo?: {
|
|
556
|
+
readonly selector: string;
|
|
557
|
+
} | undefined;
|
|
558
|
+
} | undefined;
|
|
559
|
+
readonly reason?: string | undefined;
|
|
560
|
+
readonly status?: string | undefined;
|
|
561
|
+
}, Conflict | NotFound, any>;
|
|
301
562
|
export declare const DeleteCertificatesV1CollectionCertificateSigningRequestInput: Schema.Struct<{
|
|
302
563
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
303
564
|
}>;
|
|
@@ -337,7 +598,37 @@ export type DeleteCertificatesV1CollectionCertificateSigningRequestOutput = type
|
|
|
337
598
|
*
|
|
338
599
|
* @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
|
|
339
600
|
*/
|
|
340
|
-
export declare const deleteCertificatesV1CollectionCertificateSigningRequest:
|
|
601
|
+
export declare const deleteCertificatesV1CollectionCertificateSigningRequest: API.OperationMethod<{
|
|
602
|
+
readonly dryRun?: string | undefined;
|
|
603
|
+
}, {
|
|
604
|
+
readonly apiVersion?: string | undefined;
|
|
605
|
+
readonly code?: number | undefined;
|
|
606
|
+
readonly details?: {
|
|
607
|
+
readonly causes?: readonly {
|
|
608
|
+
readonly field?: string | undefined;
|
|
609
|
+
readonly message?: string | undefined;
|
|
610
|
+
readonly reason?: string | undefined;
|
|
611
|
+
}[] | undefined;
|
|
612
|
+
readonly group?: string | undefined;
|
|
613
|
+
readonly kind?: string | undefined;
|
|
614
|
+
readonly name?: string | undefined;
|
|
615
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
616
|
+
readonly uid?: string | undefined;
|
|
617
|
+
} | undefined;
|
|
618
|
+
readonly kind?: string | undefined;
|
|
619
|
+
readonly message?: string | undefined;
|
|
620
|
+
readonly metadata?: {
|
|
621
|
+
readonly continue?: string | undefined;
|
|
622
|
+
readonly remainingItemCount?: number | undefined;
|
|
623
|
+
readonly resourceVersion?: string | undefined;
|
|
624
|
+
readonly selfLink?: string | undefined;
|
|
625
|
+
readonly shardInfo?: {
|
|
626
|
+
readonly selector: string;
|
|
627
|
+
} | undefined;
|
|
628
|
+
} | undefined;
|
|
629
|
+
readonly reason?: string | undefined;
|
|
630
|
+
readonly status?: string | undefined;
|
|
631
|
+
}, never, any>;
|
|
341
632
|
export declare const DeleteCertificatesV1alpha1ClusterTrustBundleInput: Schema.Struct<{
|
|
342
633
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
343
634
|
}>;
|
|
@@ -377,7 +668,37 @@ export type DeleteCertificatesV1alpha1ClusterTrustBundleOutput = typeof DeleteCe
|
|
|
377
668
|
*
|
|
378
669
|
* @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
|
|
379
670
|
*/
|
|
380
|
-
export declare const deleteCertificatesV1alpha1ClusterTrustBundle:
|
|
671
|
+
export declare const deleteCertificatesV1alpha1ClusterTrustBundle: API.OperationMethod<{
|
|
672
|
+
readonly dryRun?: string | undefined;
|
|
673
|
+
}, {
|
|
674
|
+
readonly apiVersion?: string | undefined;
|
|
675
|
+
readonly code?: number | undefined;
|
|
676
|
+
readonly details?: {
|
|
677
|
+
readonly causes?: readonly {
|
|
678
|
+
readonly field?: string | undefined;
|
|
679
|
+
readonly message?: string | undefined;
|
|
680
|
+
readonly reason?: string | undefined;
|
|
681
|
+
}[] | undefined;
|
|
682
|
+
readonly group?: string | undefined;
|
|
683
|
+
readonly kind?: string | undefined;
|
|
684
|
+
readonly name?: string | undefined;
|
|
685
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
686
|
+
readonly uid?: string | undefined;
|
|
687
|
+
} | undefined;
|
|
688
|
+
readonly kind?: string | undefined;
|
|
689
|
+
readonly message?: string | undefined;
|
|
690
|
+
readonly metadata?: {
|
|
691
|
+
readonly continue?: string | undefined;
|
|
692
|
+
readonly remainingItemCount?: number | undefined;
|
|
693
|
+
readonly resourceVersion?: string | undefined;
|
|
694
|
+
readonly selfLink?: string | undefined;
|
|
695
|
+
readonly shardInfo?: {
|
|
696
|
+
readonly selector: string;
|
|
697
|
+
} | undefined;
|
|
698
|
+
} | undefined;
|
|
699
|
+
readonly reason?: string | undefined;
|
|
700
|
+
readonly status?: string | undefined;
|
|
701
|
+
}, Conflict | NotFound, any>;
|
|
381
702
|
export declare const DeleteCertificatesV1alpha1CollectionClusterTrustBundleInput: Schema.Struct<{
|
|
382
703
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
383
704
|
}>;
|
|
@@ -417,7 +738,37 @@ export type DeleteCertificatesV1alpha1CollectionClusterTrustBundleOutput = typeo
|
|
|
417
738
|
*
|
|
418
739
|
* @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
|
|
419
740
|
*/
|
|
420
|
-
export declare const deleteCertificatesV1alpha1CollectionClusterTrustBundle:
|
|
741
|
+
export declare const deleteCertificatesV1alpha1CollectionClusterTrustBundle: API.OperationMethod<{
|
|
742
|
+
readonly dryRun?: string | undefined;
|
|
743
|
+
}, {
|
|
744
|
+
readonly apiVersion?: string | undefined;
|
|
745
|
+
readonly code?: number | undefined;
|
|
746
|
+
readonly details?: {
|
|
747
|
+
readonly causes?: readonly {
|
|
748
|
+
readonly field?: string | undefined;
|
|
749
|
+
readonly message?: string | undefined;
|
|
750
|
+
readonly reason?: string | undefined;
|
|
751
|
+
}[] | undefined;
|
|
752
|
+
readonly group?: string | undefined;
|
|
753
|
+
readonly kind?: string | undefined;
|
|
754
|
+
readonly name?: string | undefined;
|
|
755
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
756
|
+
readonly uid?: string | undefined;
|
|
757
|
+
} | undefined;
|
|
758
|
+
readonly kind?: string | undefined;
|
|
759
|
+
readonly message?: string | undefined;
|
|
760
|
+
readonly metadata?: {
|
|
761
|
+
readonly continue?: string | undefined;
|
|
762
|
+
readonly remainingItemCount?: number | undefined;
|
|
763
|
+
readonly resourceVersion?: string | undefined;
|
|
764
|
+
readonly selfLink?: string | undefined;
|
|
765
|
+
readonly shardInfo?: {
|
|
766
|
+
readonly selector: string;
|
|
767
|
+
} | undefined;
|
|
768
|
+
} | undefined;
|
|
769
|
+
readonly reason?: string | undefined;
|
|
770
|
+
readonly status?: string | undefined;
|
|
771
|
+
}, never, any>;
|
|
421
772
|
export declare const DeleteCertificatesV1beta1ClusterTrustBundleInput: Schema.Struct<{
|
|
422
773
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
423
774
|
}>;
|
|
@@ -457,7 +808,37 @@ export type DeleteCertificatesV1beta1ClusterTrustBundleOutput = typeof DeleteCer
|
|
|
457
808
|
*
|
|
458
809
|
* @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
|
|
459
810
|
*/
|
|
460
|
-
export declare const deleteCertificatesV1beta1ClusterTrustBundle:
|
|
811
|
+
export declare const deleteCertificatesV1beta1ClusterTrustBundle: API.OperationMethod<{
|
|
812
|
+
readonly dryRun?: string | undefined;
|
|
813
|
+
}, {
|
|
814
|
+
readonly apiVersion?: string | undefined;
|
|
815
|
+
readonly code?: number | undefined;
|
|
816
|
+
readonly details?: {
|
|
817
|
+
readonly causes?: readonly {
|
|
818
|
+
readonly field?: string | undefined;
|
|
819
|
+
readonly message?: string | undefined;
|
|
820
|
+
readonly reason?: string | undefined;
|
|
821
|
+
}[] | undefined;
|
|
822
|
+
readonly group?: string | undefined;
|
|
823
|
+
readonly kind?: string | undefined;
|
|
824
|
+
readonly name?: string | undefined;
|
|
825
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
826
|
+
readonly uid?: string | undefined;
|
|
827
|
+
} | undefined;
|
|
828
|
+
readonly kind?: string | undefined;
|
|
829
|
+
readonly message?: string | undefined;
|
|
830
|
+
readonly metadata?: {
|
|
831
|
+
readonly continue?: string | undefined;
|
|
832
|
+
readonly remainingItemCount?: number | undefined;
|
|
833
|
+
readonly resourceVersion?: string | undefined;
|
|
834
|
+
readonly selfLink?: string | undefined;
|
|
835
|
+
readonly shardInfo?: {
|
|
836
|
+
readonly selector: string;
|
|
837
|
+
} | undefined;
|
|
838
|
+
} | undefined;
|
|
839
|
+
readonly reason?: string | undefined;
|
|
840
|
+
readonly status?: string | undefined;
|
|
841
|
+
}, Conflict | NotFound, any>;
|
|
461
842
|
export declare const DeleteCertificatesV1beta1CollectionClusterTrustBundleInput: Schema.Struct<{
|
|
462
843
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
463
844
|
}>;
|
|
@@ -497,7 +878,37 @@ export type DeleteCertificatesV1beta1CollectionClusterTrustBundleOutput = typeof
|
|
|
497
878
|
*
|
|
498
879
|
* @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
|
|
499
880
|
*/
|
|
500
|
-
export declare const deleteCertificatesV1beta1CollectionClusterTrustBundle:
|
|
881
|
+
export declare const deleteCertificatesV1beta1CollectionClusterTrustBundle: API.OperationMethod<{
|
|
882
|
+
readonly dryRun?: string | undefined;
|
|
883
|
+
}, {
|
|
884
|
+
readonly apiVersion?: string | undefined;
|
|
885
|
+
readonly code?: number | undefined;
|
|
886
|
+
readonly details?: {
|
|
887
|
+
readonly causes?: readonly {
|
|
888
|
+
readonly field?: string | undefined;
|
|
889
|
+
readonly message?: string | undefined;
|
|
890
|
+
readonly reason?: string | undefined;
|
|
891
|
+
}[] | undefined;
|
|
892
|
+
readonly group?: string | undefined;
|
|
893
|
+
readonly kind?: string | undefined;
|
|
894
|
+
readonly name?: string | undefined;
|
|
895
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
896
|
+
readonly uid?: string | undefined;
|
|
897
|
+
} | undefined;
|
|
898
|
+
readonly kind?: string | undefined;
|
|
899
|
+
readonly message?: string | undefined;
|
|
900
|
+
readonly metadata?: {
|
|
901
|
+
readonly continue?: string | undefined;
|
|
902
|
+
readonly remainingItemCount?: number | undefined;
|
|
903
|
+
readonly resourceVersion?: string | undefined;
|
|
904
|
+
readonly selfLink?: string | undefined;
|
|
905
|
+
readonly shardInfo?: {
|
|
906
|
+
readonly selector: string;
|
|
907
|
+
} | undefined;
|
|
908
|
+
} | undefined;
|
|
909
|
+
readonly reason?: string | undefined;
|
|
910
|
+
readonly status?: string | undefined;
|
|
911
|
+
}, never, any>;
|
|
501
912
|
export declare const DeleteCertificatesV1beta1CollectionNamespacedPodCertificateRequestInput: Schema.Struct<{
|
|
502
913
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
503
914
|
}>;
|
|
@@ -537,7 +948,37 @@ export type DeleteCertificatesV1beta1CollectionNamespacedPodCertificateRequestOu
|
|
|
537
948
|
*
|
|
538
949
|
* @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
|
|
539
950
|
*/
|
|
540
|
-
export declare const deleteCertificatesV1beta1CollectionNamespacedPodCertificateRequest:
|
|
951
|
+
export declare const deleteCertificatesV1beta1CollectionNamespacedPodCertificateRequest: API.OperationMethod<{
|
|
952
|
+
readonly dryRun?: string | undefined;
|
|
953
|
+
}, {
|
|
954
|
+
readonly apiVersion?: string | undefined;
|
|
955
|
+
readonly code?: number | undefined;
|
|
956
|
+
readonly details?: {
|
|
957
|
+
readonly causes?: readonly {
|
|
958
|
+
readonly field?: string | undefined;
|
|
959
|
+
readonly message?: string | undefined;
|
|
960
|
+
readonly reason?: string | undefined;
|
|
961
|
+
}[] | undefined;
|
|
962
|
+
readonly group?: string | undefined;
|
|
963
|
+
readonly kind?: string | undefined;
|
|
964
|
+
readonly name?: string | undefined;
|
|
965
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
966
|
+
readonly uid?: string | undefined;
|
|
967
|
+
} | undefined;
|
|
968
|
+
readonly kind?: string | undefined;
|
|
969
|
+
readonly message?: string | undefined;
|
|
970
|
+
readonly metadata?: {
|
|
971
|
+
readonly continue?: string | undefined;
|
|
972
|
+
readonly remainingItemCount?: number | undefined;
|
|
973
|
+
readonly resourceVersion?: string | undefined;
|
|
974
|
+
readonly selfLink?: string | undefined;
|
|
975
|
+
readonly shardInfo?: {
|
|
976
|
+
readonly selector: string;
|
|
977
|
+
} | undefined;
|
|
978
|
+
} | undefined;
|
|
979
|
+
readonly reason?: string | undefined;
|
|
980
|
+
readonly status?: string | undefined;
|
|
981
|
+
}, never, any>;
|
|
541
982
|
export declare const DeleteCertificatesV1beta1NamespacedPodCertificateRequestInput: Schema.Struct<{
|
|
542
983
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
543
984
|
}>;
|
|
@@ -577,7 +1018,37 @@ export type DeleteCertificatesV1beta1NamespacedPodCertificateRequestOutput = typ
|
|
|
577
1018
|
*
|
|
578
1019
|
* @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
|
|
579
1020
|
*/
|
|
580
|
-
export declare const deleteCertificatesV1beta1NamespacedPodCertificateRequest:
|
|
1021
|
+
export declare const deleteCertificatesV1beta1NamespacedPodCertificateRequest: API.OperationMethod<{
|
|
1022
|
+
readonly dryRun?: string | undefined;
|
|
1023
|
+
}, {
|
|
1024
|
+
readonly apiVersion?: string | undefined;
|
|
1025
|
+
readonly code?: number | undefined;
|
|
1026
|
+
readonly details?: {
|
|
1027
|
+
readonly causes?: readonly {
|
|
1028
|
+
readonly field?: string | undefined;
|
|
1029
|
+
readonly message?: string | undefined;
|
|
1030
|
+
readonly reason?: string | undefined;
|
|
1031
|
+
}[] | undefined;
|
|
1032
|
+
readonly group?: string | undefined;
|
|
1033
|
+
readonly kind?: string | undefined;
|
|
1034
|
+
readonly name?: string | undefined;
|
|
1035
|
+
readonly retryAfterSeconds?: number | undefined;
|
|
1036
|
+
readonly uid?: string | undefined;
|
|
1037
|
+
} | undefined;
|
|
1038
|
+
readonly kind?: string | undefined;
|
|
1039
|
+
readonly message?: string | undefined;
|
|
1040
|
+
readonly metadata?: {
|
|
1041
|
+
readonly continue?: string | undefined;
|
|
1042
|
+
readonly remainingItemCount?: number | undefined;
|
|
1043
|
+
readonly resourceVersion?: string | undefined;
|
|
1044
|
+
readonly selfLink?: string | undefined;
|
|
1045
|
+
readonly shardInfo?: {
|
|
1046
|
+
readonly selector: string;
|
|
1047
|
+
} | undefined;
|
|
1048
|
+
} | undefined;
|
|
1049
|
+
readonly reason?: string | undefined;
|
|
1050
|
+
readonly status?: string | undefined;
|
|
1051
|
+
}, Conflict | NotFound, any>;
|
|
581
1052
|
export declare const GetCertificatesAPIGroupInput: Schema.Struct<{}>;
|
|
582
1053
|
export type GetCertificatesAPIGroupInput = typeof GetCertificatesAPIGroupInput.Type;
|
|
583
1054
|
export declare const GetCertificatesAPIGroupOutput: Schema.Struct<{
|
|
@@ -601,7 +1072,23 @@ export type GetCertificatesAPIGroupOutput = typeof GetCertificatesAPIGroupOutput
|
|
|
601
1072
|
/**
|
|
602
1073
|
* get information of a group
|
|
603
1074
|
*/
|
|
604
|
-
export declare const getCertificatesAPIGroup:
|
|
1075
|
+
export declare const getCertificatesAPIGroup: API.OperationMethod<{}, {
|
|
1076
|
+
readonly apiVersion?: string | undefined;
|
|
1077
|
+
readonly kind?: string | undefined;
|
|
1078
|
+
readonly name: string;
|
|
1079
|
+
readonly preferredVersion?: {
|
|
1080
|
+
readonly groupVersion: string;
|
|
1081
|
+
readonly version: string;
|
|
1082
|
+
} | undefined;
|
|
1083
|
+
readonly serverAddressByClientCIDRs?: readonly {
|
|
1084
|
+
readonly clientCIDR: string;
|
|
1085
|
+
readonly serverAddress: string;
|
|
1086
|
+
}[] | undefined;
|
|
1087
|
+
readonly versions: readonly {
|
|
1088
|
+
readonly groupVersion: string;
|
|
1089
|
+
readonly version: string;
|
|
1090
|
+
}[];
|
|
1091
|
+
}, never, any>;
|
|
605
1092
|
export declare const GetCertificatesV1APIResourcesInput: Schema.Struct<{}>;
|
|
606
1093
|
export type GetCertificatesV1APIResourcesInput = typeof GetCertificatesV1APIResourcesInput.Type;
|
|
607
1094
|
export declare const GetCertificatesV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -625,7 +1112,23 @@ export type GetCertificatesV1APIResourcesOutput = typeof GetCertificatesV1APIRes
|
|
|
625
1112
|
/**
|
|
626
1113
|
* get available resources
|
|
627
1114
|
*/
|
|
628
|
-
export declare const getCertificatesV1APIResources:
|
|
1115
|
+
export declare const getCertificatesV1APIResources: API.OperationMethod<{}, {
|
|
1116
|
+
readonly apiVersion?: string | undefined;
|
|
1117
|
+
readonly groupVersion: string;
|
|
1118
|
+
readonly kind?: string | undefined;
|
|
1119
|
+
readonly resources: readonly {
|
|
1120
|
+
readonly categories?: readonly string[] | undefined;
|
|
1121
|
+
readonly group?: string | undefined;
|
|
1122
|
+
readonly kind: string;
|
|
1123
|
+
readonly name: string;
|
|
1124
|
+
readonly namespaced: boolean;
|
|
1125
|
+
readonly shortNames?: readonly string[] | undefined;
|
|
1126
|
+
readonly singularName: string;
|
|
1127
|
+
readonly storageVersionHash?: string | undefined;
|
|
1128
|
+
readonly verbs: readonly string[];
|
|
1129
|
+
readonly version?: string | undefined;
|
|
1130
|
+
}[];
|
|
1131
|
+
}, never, any>;
|
|
629
1132
|
export declare const GetCertificatesV1alpha1APIResourcesInput: Schema.Struct<{}>;
|
|
630
1133
|
export type GetCertificatesV1alpha1APIResourcesInput = typeof GetCertificatesV1alpha1APIResourcesInput.Type;
|
|
631
1134
|
export declare const GetCertificatesV1alpha1APIResourcesOutput: Schema.Struct<{
|
|
@@ -649,7 +1152,23 @@ export type GetCertificatesV1alpha1APIResourcesOutput = typeof GetCertificatesV1
|
|
|
649
1152
|
/**
|
|
650
1153
|
* get available resources
|
|
651
1154
|
*/
|
|
652
|
-
export declare const getCertificatesV1alpha1APIResources:
|
|
1155
|
+
export declare const getCertificatesV1alpha1APIResources: API.OperationMethod<{}, {
|
|
1156
|
+
readonly apiVersion?: string | undefined;
|
|
1157
|
+
readonly groupVersion: string;
|
|
1158
|
+
readonly kind?: string | undefined;
|
|
1159
|
+
readonly resources: readonly {
|
|
1160
|
+
readonly categories?: readonly string[] | undefined;
|
|
1161
|
+
readonly group?: string | undefined;
|
|
1162
|
+
readonly kind: string;
|
|
1163
|
+
readonly name: string;
|
|
1164
|
+
readonly namespaced: boolean;
|
|
1165
|
+
readonly shortNames?: readonly string[] | undefined;
|
|
1166
|
+
readonly singularName: string;
|
|
1167
|
+
readonly storageVersionHash?: string | undefined;
|
|
1168
|
+
readonly verbs: readonly string[];
|
|
1169
|
+
readonly version?: string | undefined;
|
|
1170
|
+
}[];
|
|
1171
|
+
}, never, any>;
|
|
653
1172
|
export declare const GetCertificatesV1beta1APIResourcesInput: Schema.Struct<{}>;
|
|
654
1173
|
export type GetCertificatesV1beta1APIResourcesInput = typeof GetCertificatesV1beta1APIResourcesInput.Type;
|
|
655
1174
|
export declare const GetCertificatesV1beta1APIResourcesOutput: Schema.Struct<{
|
|
@@ -673,7 +1192,23 @@ export type GetCertificatesV1beta1APIResourcesOutput = typeof GetCertificatesV1b
|
|
|
673
1192
|
/**
|
|
674
1193
|
* get available resources
|
|
675
1194
|
*/
|
|
676
|
-
export declare const getCertificatesV1beta1APIResources:
|
|
1195
|
+
export declare const getCertificatesV1beta1APIResources: API.OperationMethod<{}, {
|
|
1196
|
+
readonly apiVersion?: string | undefined;
|
|
1197
|
+
readonly groupVersion: string;
|
|
1198
|
+
readonly kind?: string | undefined;
|
|
1199
|
+
readonly resources: readonly {
|
|
1200
|
+
readonly categories?: readonly string[] | undefined;
|
|
1201
|
+
readonly group?: string | undefined;
|
|
1202
|
+
readonly kind: string;
|
|
1203
|
+
readonly name: string;
|
|
1204
|
+
readonly namespaced: boolean;
|
|
1205
|
+
readonly shortNames?: readonly string[] | undefined;
|
|
1206
|
+
readonly singularName: string;
|
|
1207
|
+
readonly storageVersionHash?: string | undefined;
|
|
1208
|
+
readonly verbs: readonly string[];
|
|
1209
|
+
readonly version?: string | undefined;
|
|
1210
|
+
}[];
|
|
1211
|
+
}, never, any>;
|
|
677
1212
|
export declare const ListCertificatesV1CertificateSigningRequestInput: Schema.Struct<{}>;
|
|
678
1213
|
export type ListCertificatesV1CertificateSigningRequestInput = typeof ListCertificatesV1CertificateSigningRequestInput.Type;
|
|
679
1214
|
export declare const ListCertificatesV1CertificateSigningRequestOutput: Schema.Struct<{
|
|
@@ -750,7 +1285,82 @@ export type ListCertificatesV1CertificateSigningRequestOutput = typeof ListCerti
|
|
|
750
1285
|
/**
|
|
751
1286
|
* list or watch objects of kind CertificateSigningRequest
|
|
752
1287
|
*/
|
|
753
|
-
export declare const listCertificatesV1CertificateSigningRequest:
|
|
1288
|
+
export declare const listCertificatesV1CertificateSigningRequest: API.OperationMethod<{}, {
|
|
1289
|
+
readonly apiVersion?: string | undefined;
|
|
1290
|
+
readonly items: readonly {
|
|
1291
|
+
readonly apiVersion?: string | undefined;
|
|
1292
|
+
readonly kind?: string | undefined;
|
|
1293
|
+
readonly metadata?: {
|
|
1294
|
+
readonly annotations?: {
|
|
1295
|
+
readonly [x: string]: string;
|
|
1296
|
+
} | undefined;
|
|
1297
|
+
readonly creationTimestamp?: string | undefined;
|
|
1298
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
1299
|
+
readonly deletionTimestamp?: string | undefined;
|
|
1300
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
1301
|
+
readonly generateName?: string | undefined;
|
|
1302
|
+
readonly generation?: number | undefined;
|
|
1303
|
+
readonly labels?: {
|
|
1304
|
+
readonly [x: string]: string;
|
|
1305
|
+
} | undefined;
|
|
1306
|
+
readonly managedFields?: readonly {
|
|
1307
|
+
readonly apiVersion?: string | undefined;
|
|
1308
|
+
readonly fieldsType?: string | undefined;
|
|
1309
|
+
readonly fieldsV1?: unknown;
|
|
1310
|
+
readonly manager?: string | undefined;
|
|
1311
|
+
readonly operation?: string | undefined;
|
|
1312
|
+
readonly subresource?: string | undefined;
|
|
1313
|
+
readonly time?: string | undefined;
|
|
1314
|
+
}[] | undefined;
|
|
1315
|
+
readonly name?: string | undefined;
|
|
1316
|
+
readonly namespace?: string | undefined;
|
|
1317
|
+
readonly ownerReferences?: readonly {
|
|
1318
|
+
readonly apiVersion: string;
|
|
1319
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
1320
|
+
readonly controller?: boolean | undefined;
|
|
1321
|
+
readonly kind: string;
|
|
1322
|
+
readonly name: string;
|
|
1323
|
+
readonly uid: string;
|
|
1324
|
+
}[] | undefined;
|
|
1325
|
+
readonly resourceVersion?: string | undefined;
|
|
1326
|
+
readonly selfLink?: string | undefined;
|
|
1327
|
+
readonly uid?: string | undefined;
|
|
1328
|
+
} | undefined;
|
|
1329
|
+
readonly spec: {
|
|
1330
|
+
readonly expirationSeconds?: number | undefined;
|
|
1331
|
+
readonly extra?: {
|
|
1332
|
+
readonly [x: string]: readonly string[];
|
|
1333
|
+
} | undefined;
|
|
1334
|
+
readonly groups?: readonly string[] | undefined;
|
|
1335
|
+
readonly request: string;
|
|
1336
|
+
readonly signerName: string;
|
|
1337
|
+
readonly uid?: string | undefined;
|
|
1338
|
+
readonly usages?: readonly string[] | undefined;
|
|
1339
|
+
readonly username?: string | undefined;
|
|
1340
|
+
};
|
|
1341
|
+
readonly status?: {
|
|
1342
|
+
readonly certificate?: string | undefined;
|
|
1343
|
+
readonly conditions?: readonly {
|
|
1344
|
+
readonly lastTransitionTime?: string | undefined;
|
|
1345
|
+
readonly lastUpdateTime?: string | undefined;
|
|
1346
|
+
readonly message?: string | undefined;
|
|
1347
|
+
readonly reason?: string | undefined;
|
|
1348
|
+
readonly status: string;
|
|
1349
|
+
readonly type: string;
|
|
1350
|
+
}[] | undefined;
|
|
1351
|
+
} | undefined;
|
|
1352
|
+
}[];
|
|
1353
|
+
readonly kind?: string | undefined;
|
|
1354
|
+
readonly metadata?: {
|
|
1355
|
+
readonly continue?: string | undefined;
|
|
1356
|
+
readonly remainingItemCount?: number | undefined;
|
|
1357
|
+
readonly resourceVersion?: string | undefined;
|
|
1358
|
+
readonly selfLink?: string | undefined;
|
|
1359
|
+
readonly shardInfo?: {
|
|
1360
|
+
readonly selector: string;
|
|
1361
|
+
} | undefined;
|
|
1362
|
+
} | undefined;
|
|
1363
|
+
}, never, any>;
|
|
754
1364
|
export declare const ListCertificatesV1alpha1ClusterTrustBundleInput: Schema.Struct<{}>;
|
|
755
1365
|
export type ListCertificatesV1alpha1ClusterTrustBundleInput = typeof ListCertificatesV1alpha1ClusterTrustBundleInput.Type;
|
|
756
1366
|
export declare const ListCertificatesV1alpha1ClusterTrustBundleOutput: Schema.Struct<{
|
|
@@ -810,7 +1420,63 @@ export type ListCertificatesV1alpha1ClusterTrustBundleOutput = typeof ListCertif
|
|
|
810
1420
|
/**
|
|
811
1421
|
* list or watch objects of kind ClusterTrustBundle
|
|
812
1422
|
*/
|
|
813
|
-
export declare const listCertificatesV1alpha1ClusterTrustBundle:
|
|
1423
|
+
export declare const listCertificatesV1alpha1ClusterTrustBundle: API.OperationMethod<{}, {
|
|
1424
|
+
readonly apiVersion?: string | undefined;
|
|
1425
|
+
readonly items: readonly {
|
|
1426
|
+
readonly apiVersion?: string | undefined;
|
|
1427
|
+
readonly kind?: string | undefined;
|
|
1428
|
+
readonly metadata?: {
|
|
1429
|
+
readonly annotations?: {
|
|
1430
|
+
readonly [x: string]: string;
|
|
1431
|
+
} | undefined;
|
|
1432
|
+
readonly creationTimestamp?: string | undefined;
|
|
1433
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
1434
|
+
readonly deletionTimestamp?: string | undefined;
|
|
1435
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
1436
|
+
readonly generateName?: string | undefined;
|
|
1437
|
+
readonly generation?: number | undefined;
|
|
1438
|
+
readonly labels?: {
|
|
1439
|
+
readonly [x: string]: string;
|
|
1440
|
+
} | undefined;
|
|
1441
|
+
readonly managedFields?: readonly {
|
|
1442
|
+
readonly apiVersion?: string | undefined;
|
|
1443
|
+
readonly fieldsType?: string | undefined;
|
|
1444
|
+
readonly fieldsV1?: unknown;
|
|
1445
|
+
readonly manager?: string | undefined;
|
|
1446
|
+
readonly operation?: string | undefined;
|
|
1447
|
+
readonly subresource?: string | undefined;
|
|
1448
|
+
readonly time?: string | undefined;
|
|
1449
|
+
}[] | undefined;
|
|
1450
|
+
readonly name?: string | undefined;
|
|
1451
|
+
readonly namespace?: string | undefined;
|
|
1452
|
+
readonly ownerReferences?: readonly {
|
|
1453
|
+
readonly apiVersion: string;
|
|
1454
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
1455
|
+
readonly controller?: boolean | undefined;
|
|
1456
|
+
readonly kind: string;
|
|
1457
|
+
readonly name: string;
|
|
1458
|
+
readonly uid: string;
|
|
1459
|
+
}[] | undefined;
|
|
1460
|
+
readonly resourceVersion?: string | undefined;
|
|
1461
|
+
readonly selfLink?: string | undefined;
|
|
1462
|
+
readonly uid?: string | undefined;
|
|
1463
|
+
} | undefined;
|
|
1464
|
+
readonly spec: {
|
|
1465
|
+
readonly signerName?: string | undefined;
|
|
1466
|
+
readonly trustBundle: string;
|
|
1467
|
+
};
|
|
1468
|
+
}[];
|
|
1469
|
+
readonly kind?: string | undefined;
|
|
1470
|
+
readonly metadata?: {
|
|
1471
|
+
readonly continue?: string | undefined;
|
|
1472
|
+
readonly remainingItemCount?: number | undefined;
|
|
1473
|
+
readonly resourceVersion?: string | undefined;
|
|
1474
|
+
readonly selfLink?: string | undefined;
|
|
1475
|
+
readonly shardInfo?: {
|
|
1476
|
+
readonly selector: string;
|
|
1477
|
+
} | undefined;
|
|
1478
|
+
} | undefined;
|
|
1479
|
+
}, never, any>;
|
|
814
1480
|
export declare const ListCertificatesV1beta1ClusterTrustBundleInput: Schema.Struct<{}>;
|
|
815
1481
|
export type ListCertificatesV1beta1ClusterTrustBundleInput = typeof ListCertificatesV1beta1ClusterTrustBundleInput.Type;
|
|
816
1482
|
export declare const ListCertificatesV1beta1ClusterTrustBundleOutput: Schema.Struct<{
|
|
@@ -870,7 +1536,63 @@ export type ListCertificatesV1beta1ClusterTrustBundleOutput = typeof ListCertifi
|
|
|
870
1536
|
/**
|
|
871
1537
|
* list or watch objects of kind ClusterTrustBundle
|
|
872
1538
|
*/
|
|
873
|
-
export declare const listCertificatesV1beta1ClusterTrustBundle:
|
|
1539
|
+
export declare const listCertificatesV1beta1ClusterTrustBundle: API.OperationMethod<{}, {
|
|
1540
|
+
readonly apiVersion?: string | undefined;
|
|
1541
|
+
readonly items: readonly {
|
|
1542
|
+
readonly apiVersion?: string | undefined;
|
|
1543
|
+
readonly kind?: string | undefined;
|
|
1544
|
+
readonly metadata?: {
|
|
1545
|
+
readonly annotations?: {
|
|
1546
|
+
readonly [x: string]: string;
|
|
1547
|
+
} | undefined;
|
|
1548
|
+
readonly creationTimestamp?: string | undefined;
|
|
1549
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
1550
|
+
readonly deletionTimestamp?: string | undefined;
|
|
1551
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
1552
|
+
readonly generateName?: string | undefined;
|
|
1553
|
+
readonly generation?: number | undefined;
|
|
1554
|
+
readonly labels?: {
|
|
1555
|
+
readonly [x: string]: string;
|
|
1556
|
+
} | undefined;
|
|
1557
|
+
readonly managedFields?: readonly {
|
|
1558
|
+
readonly apiVersion?: string | undefined;
|
|
1559
|
+
readonly fieldsType?: string | undefined;
|
|
1560
|
+
readonly fieldsV1?: unknown;
|
|
1561
|
+
readonly manager?: string | undefined;
|
|
1562
|
+
readonly operation?: string | undefined;
|
|
1563
|
+
readonly subresource?: string | undefined;
|
|
1564
|
+
readonly time?: string | undefined;
|
|
1565
|
+
}[] | undefined;
|
|
1566
|
+
readonly name?: string | undefined;
|
|
1567
|
+
readonly namespace?: string | undefined;
|
|
1568
|
+
readonly ownerReferences?: readonly {
|
|
1569
|
+
readonly apiVersion: string;
|
|
1570
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
1571
|
+
readonly controller?: boolean | undefined;
|
|
1572
|
+
readonly kind: string;
|
|
1573
|
+
readonly name: string;
|
|
1574
|
+
readonly uid: string;
|
|
1575
|
+
}[] | undefined;
|
|
1576
|
+
readonly resourceVersion?: string | undefined;
|
|
1577
|
+
readonly selfLink?: string | undefined;
|
|
1578
|
+
readonly uid?: string | undefined;
|
|
1579
|
+
} | undefined;
|
|
1580
|
+
readonly spec: {
|
|
1581
|
+
readonly signerName?: string | undefined;
|
|
1582
|
+
readonly trustBundle: string;
|
|
1583
|
+
};
|
|
1584
|
+
}[];
|
|
1585
|
+
readonly kind?: string | undefined;
|
|
1586
|
+
readonly metadata?: {
|
|
1587
|
+
readonly continue?: string | undefined;
|
|
1588
|
+
readonly remainingItemCount?: number | undefined;
|
|
1589
|
+
readonly resourceVersion?: string | undefined;
|
|
1590
|
+
readonly selfLink?: string | undefined;
|
|
1591
|
+
readonly shardInfo?: {
|
|
1592
|
+
readonly selector: string;
|
|
1593
|
+
} | undefined;
|
|
1594
|
+
} | undefined;
|
|
1595
|
+
}, never, any>;
|
|
874
1596
|
export declare const ListCertificatesV1beta1NamespacedPodCertificateRequestInput: Schema.Struct<{}>;
|
|
875
1597
|
export type ListCertificatesV1beta1NamespacedPodCertificateRequestInput = typeof ListCertificatesV1beta1NamespacedPodCertificateRequestInput.Type;
|
|
876
1598
|
export declare const ListCertificatesV1beta1NamespacedPodCertificateRequestOutput: Schema.Struct<{
|
|
@@ -954,7 +1676,89 @@ export type ListCertificatesV1beta1NamespacedPodCertificateRequestOutput = typeo
|
|
|
954
1676
|
/**
|
|
955
1677
|
* list or watch objects of kind PodCertificateRequest
|
|
956
1678
|
*/
|
|
957
|
-
export declare const listCertificatesV1beta1NamespacedPodCertificateRequest:
|
|
1679
|
+
export declare const listCertificatesV1beta1NamespacedPodCertificateRequest: API.OperationMethod<{}, {
|
|
1680
|
+
readonly apiVersion?: string | undefined;
|
|
1681
|
+
readonly items: readonly {
|
|
1682
|
+
readonly apiVersion?: string | undefined;
|
|
1683
|
+
readonly kind?: string | undefined;
|
|
1684
|
+
readonly metadata?: {
|
|
1685
|
+
readonly annotations?: {
|
|
1686
|
+
readonly [x: string]: string;
|
|
1687
|
+
} | undefined;
|
|
1688
|
+
readonly creationTimestamp?: string | undefined;
|
|
1689
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
1690
|
+
readonly deletionTimestamp?: string | undefined;
|
|
1691
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
1692
|
+
readonly generateName?: string | undefined;
|
|
1693
|
+
readonly generation?: number | undefined;
|
|
1694
|
+
readonly labels?: {
|
|
1695
|
+
readonly [x: string]: string;
|
|
1696
|
+
} | undefined;
|
|
1697
|
+
readonly managedFields?: readonly {
|
|
1698
|
+
readonly apiVersion?: string | undefined;
|
|
1699
|
+
readonly fieldsType?: string | undefined;
|
|
1700
|
+
readonly fieldsV1?: unknown;
|
|
1701
|
+
readonly manager?: string | undefined;
|
|
1702
|
+
readonly operation?: string | undefined;
|
|
1703
|
+
readonly subresource?: string | undefined;
|
|
1704
|
+
readonly time?: string | undefined;
|
|
1705
|
+
}[] | undefined;
|
|
1706
|
+
readonly name?: string | undefined;
|
|
1707
|
+
readonly namespace?: string | undefined;
|
|
1708
|
+
readonly ownerReferences?: readonly {
|
|
1709
|
+
readonly apiVersion: string;
|
|
1710
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
1711
|
+
readonly controller?: boolean | undefined;
|
|
1712
|
+
readonly kind: string;
|
|
1713
|
+
readonly name: string;
|
|
1714
|
+
readonly uid: string;
|
|
1715
|
+
}[] | undefined;
|
|
1716
|
+
readonly resourceVersion?: string | undefined;
|
|
1717
|
+
readonly selfLink?: string | undefined;
|
|
1718
|
+
readonly uid?: string | undefined;
|
|
1719
|
+
} | undefined;
|
|
1720
|
+
readonly spec: {
|
|
1721
|
+
readonly maxExpirationSeconds?: number | undefined;
|
|
1722
|
+
readonly nodeName: string;
|
|
1723
|
+
readonly nodeUID: string;
|
|
1724
|
+
readonly pkixPublicKey?: string | undefined;
|
|
1725
|
+
readonly podName: string;
|
|
1726
|
+
readonly podUID: string;
|
|
1727
|
+
readonly proofOfPossession?: string | undefined;
|
|
1728
|
+
readonly serviceAccountName: string;
|
|
1729
|
+
readonly serviceAccountUID: string;
|
|
1730
|
+
readonly signerName: string;
|
|
1731
|
+
readonly stubPKCS10Request: string;
|
|
1732
|
+
readonly unverifiedUserAnnotations?: {
|
|
1733
|
+
readonly [x: string]: string;
|
|
1734
|
+
} | undefined;
|
|
1735
|
+
};
|
|
1736
|
+
readonly status?: {
|
|
1737
|
+
readonly beginRefreshAt?: string | undefined;
|
|
1738
|
+
readonly certificateChain?: string | undefined;
|
|
1739
|
+
readonly conditions?: readonly {
|
|
1740
|
+
readonly lastTransitionTime: string;
|
|
1741
|
+
readonly message: string;
|
|
1742
|
+
readonly observedGeneration?: number | undefined;
|
|
1743
|
+
readonly reason: string;
|
|
1744
|
+
readonly status: string;
|
|
1745
|
+
readonly type: string;
|
|
1746
|
+
}[] | undefined;
|
|
1747
|
+
readonly notAfter?: string | undefined;
|
|
1748
|
+
readonly notBefore?: string | undefined;
|
|
1749
|
+
} | undefined;
|
|
1750
|
+
}[];
|
|
1751
|
+
readonly kind?: string | undefined;
|
|
1752
|
+
readonly metadata?: {
|
|
1753
|
+
readonly continue?: string | undefined;
|
|
1754
|
+
readonly remainingItemCount?: number | undefined;
|
|
1755
|
+
readonly resourceVersion?: string | undefined;
|
|
1756
|
+
readonly selfLink?: string | undefined;
|
|
1757
|
+
readonly shardInfo?: {
|
|
1758
|
+
readonly selector: string;
|
|
1759
|
+
} | undefined;
|
|
1760
|
+
} | undefined;
|
|
1761
|
+
}, never, any>;
|
|
958
1762
|
export declare const ListCertificatesV1beta1PodCertificateRequestForAllNamespacesInput: Schema.Struct<{}>;
|
|
959
1763
|
export type ListCertificatesV1beta1PodCertificateRequestForAllNamespacesInput = typeof ListCertificatesV1beta1PodCertificateRequestForAllNamespacesInput.Type;
|
|
960
1764
|
export declare const ListCertificatesV1beta1PodCertificateRequestForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -1038,7 +1842,89 @@ export type ListCertificatesV1beta1PodCertificateRequestForAllNamespacesOutput =
|
|
|
1038
1842
|
/**
|
|
1039
1843
|
* list or watch objects of kind PodCertificateRequest
|
|
1040
1844
|
*/
|
|
1041
|
-
export declare const listCertificatesV1beta1PodCertificateRequestForAllNamespaces:
|
|
1845
|
+
export declare const listCertificatesV1beta1PodCertificateRequestForAllNamespaces: API.OperationMethod<{}, {
|
|
1846
|
+
readonly apiVersion?: string | undefined;
|
|
1847
|
+
readonly items: readonly {
|
|
1848
|
+
readonly apiVersion?: string | undefined;
|
|
1849
|
+
readonly kind?: string | undefined;
|
|
1850
|
+
readonly metadata?: {
|
|
1851
|
+
readonly annotations?: {
|
|
1852
|
+
readonly [x: string]: string;
|
|
1853
|
+
} | undefined;
|
|
1854
|
+
readonly creationTimestamp?: string | undefined;
|
|
1855
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
1856
|
+
readonly deletionTimestamp?: string | undefined;
|
|
1857
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
1858
|
+
readonly generateName?: string | undefined;
|
|
1859
|
+
readonly generation?: number | undefined;
|
|
1860
|
+
readonly labels?: {
|
|
1861
|
+
readonly [x: string]: string;
|
|
1862
|
+
} | undefined;
|
|
1863
|
+
readonly managedFields?: readonly {
|
|
1864
|
+
readonly apiVersion?: string | undefined;
|
|
1865
|
+
readonly fieldsType?: string | undefined;
|
|
1866
|
+
readonly fieldsV1?: unknown;
|
|
1867
|
+
readonly manager?: string | undefined;
|
|
1868
|
+
readonly operation?: string | undefined;
|
|
1869
|
+
readonly subresource?: string | undefined;
|
|
1870
|
+
readonly time?: string | undefined;
|
|
1871
|
+
}[] | undefined;
|
|
1872
|
+
readonly name?: string | undefined;
|
|
1873
|
+
readonly namespace?: string | undefined;
|
|
1874
|
+
readonly ownerReferences?: readonly {
|
|
1875
|
+
readonly apiVersion: string;
|
|
1876
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
1877
|
+
readonly controller?: boolean | undefined;
|
|
1878
|
+
readonly kind: string;
|
|
1879
|
+
readonly name: string;
|
|
1880
|
+
readonly uid: string;
|
|
1881
|
+
}[] | undefined;
|
|
1882
|
+
readonly resourceVersion?: string | undefined;
|
|
1883
|
+
readonly selfLink?: string | undefined;
|
|
1884
|
+
readonly uid?: string | undefined;
|
|
1885
|
+
} | undefined;
|
|
1886
|
+
readonly spec: {
|
|
1887
|
+
readonly maxExpirationSeconds?: number | undefined;
|
|
1888
|
+
readonly nodeName: string;
|
|
1889
|
+
readonly nodeUID: string;
|
|
1890
|
+
readonly pkixPublicKey?: string | undefined;
|
|
1891
|
+
readonly podName: string;
|
|
1892
|
+
readonly podUID: string;
|
|
1893
|
+
readonly proofOfPossession?: string | undefined;
|
|
1894
|
+
readonly serviceAccountName: string;
|
|
1895
|
+
readonly serviceAccountUID: string;
|
|
1896
|
+
readonly signerName: string;
|
|
1897
|
+
readonly stubPKCS10Request: string;
|
|
1898
|
+
readonly unverifiedUserAnnotations?: {
|
|
1899
|
+
readonly [x: string]: string;
|
|
1900
|
+
} | undefined;
|
|
1901
|
+
};
|
|
1902
|
+
readonly status?: {
|
|
1903
|
+
readonly beginRefreshAt?: string | undefined;
|
|
1904
|
+
readonly certificateChain?: string | undefined;
|
|
1905
|
+
readonly conditions?: readonly {
|
|
1906
|
+
readonly lastTransitionTime: string;
|
|
1907
|
+
readonly message: string;
|
|
1908
|
+
readonly observedGeneration?: number | undefined;
|
|
1909
|
+
readonly reason: string;
|
|
1910
|
+
readonly status: string;
|
|
1911
|
+
readonly type: string;
|
|
1912
|
+
}[] | undefined;
|
|
1913
|
+
readonly notAfter?: string | undefined;
|
|
1914
|
+
readonly notBefore?: string | undefined;
|
|
1915
|
+
} | undefined;
|
|
1916
|
+
}[];
|
|
1917
|
+
readonly kind?: string | undefined;
|
|
1918
|
+
readonly metadata?: {
|
|
1919
|
+
readonly continue?: string | undefined;
|
|
1920
|
+
readonly remainingItemCount?: number | undefined;
|
|
1921
|
+
readonly resourceVersion?: string | undefined;
|
|
1922
|
+
readonly selfLink?: string | undefined;
|
|
1923
|
+
readonly shardInfo?: {
|
|
1924
|
+
readonly selector: string;
|
|
1925
|
+
} | undefined;
|
|
1926
|
+
} | undefined;
|
|
1927
|
+
}, never, any>;
|
|
1042
1928
|
export declare const PatchCertificatesV1CertificateSigningRequestInput: Schema.Struct<{
|
|
1043
1929
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1044
1930
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1108,7 +1994,72 @@ export type PatchCertificatesV1CertificateSigningRequestOutput = typeof PatchCer
|
|
|
1108
1994
|
* @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
|
|
1109
1995
|
* @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.
|
|
1110
1996
|
*/
|
|
1111
|
-
export declare const patchCertificatesV1CertificateSigningRequest:
|
|
1997
|
+
export declare const patchCertificatesV1CertificateSigningRequest: API.OperationMethod<{
|
|
1998
|
+
readonly dryRun?: string | undefined;
|
|
1999
|
+
readonly fieldValidation?: string | undefined;
|
|
2000
|
+
}, {
|
|
2001
|
+
readonly apiVersion?: string | undefined;
|
|
2002
|
+
readonly kind?: string | undefined;
|
|
2003
|
+
readonly metadata?: {
|
|
2004
|
+
readonly annotations?: {
|
|
2005
|
+
readonly [x: string]: string;
|
|
2006
|
+
} | undefined;
|
|
2007
|
+
readonly creationTimestamp?: string | undefined;
|
|
2008
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2009
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2010
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2011
|
+
readonly generateName?: string | undefined;
|
|
2012
|
+
readonly generation?: number | undefined;
|
|
2013
|
+
readonly labels?: {
|
|
2014
|
+
readonly [x: string]: string;
|
|
2015
|
+
} | undefined;
|
|
2016
|
+
readonly managedFields?: readonly {
|
|
2017
|
+
readonly apiVersion?: string | undefined;
|
|
2018
|
+
readonly fieldsType?: string | undefined;
|
|
2019
|
+
readonly fieldsV1?: unknown;
|
|
2020
|
+
readonly manager?: string | undefined;
|
|
2021
|
+
readonly operation?: string | undefined;
|
|
2022
|
+
readonly subresource?: string | undefined;
|
|
2023
|
+
readonly time?: string | undefined;
|
|
2024
|
+
}[] | undefined;
|
|
2025
|
+
readonly name?: string | undefined;
|
|
2026
|
+
readonly namespace?: string | undefined;
|
|
2027
|
+
readonly ownerReferences?: readonly {
|
|
2028
|
+
readonly apiVersion: string;
|
|
2029
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2030
|
+
readonly controller?: boolean | undefined;
|
|
2031
|
+
readonly kind: string;
|
|
2032
|
+
readonly name: string;
|
|
2033
|
+
readonly uid: string;
|
|
2034
|
+
}[] | undefined;
|
|
2035
|
+
readonly resourceVersion?: string | undefined;
|
|
2036
|
+
readonly selfLink?: string | undefined;
|
|
2037
|
+
readonly uid?: string | undefined;
|
|
2038
|
+
} | undefined;
|
|
2039
|
+
readonly spec: {
|
|
2040
|
+
readonly expirationSeconds?: number | undefined;
|
|
2041
|
+
readonly extra?: {
|
|
2042
|
+
readonly [x: string]: readonly string[];
|
|
2043
|
+
} | undefined;
|
|
2044
|
+
readonly groups?: readonly string[] | undefined;
|
|
2045
|
+
readonly request: string;
|
|
2046
|
+
readonly signerName: string;
|
|
2047
|
+
readonly uid?: string | undefined;
|
|
2048
|
+
readonly usages?: readonly string[] | undefined;
|
|
2049
|
+
readonly username?: string | undefined;
|
|
2050
|
+
};
|
|
2051
|
+
readonly status?: {
|
|
2052
|
+
readonly certificate?: string | undefined;
|
|
2053
|
+
readonly conditions?: readonly {
|
|
2054
|
+
readonly lastTransitionTime?: string | undefined;
|
|
2055
|
+
readonly lastUpdateTime?: string | undefined;
|
|
2056
|
+
readonly message?: string | undefined;
|
|
2057
|
+
readonly reason?: string | undefined;
|
|
2058
|
+
readonly status: string;
|
|
2059
|
+
readonly type: string;
|
|
2060
|
+
}[] | undefined;
|
|
2061
|
+
} | undefined;
|
|
2062
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
1112
2063
|
export declare const PatchCertificatesV1CertificateSigningRequestApprovalInput: Schema.Struct<{
|
|
1113
2064
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1114
2065
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1178,7 +2129,72 @@ export type PatchCertificatesV1CertificateSigningRequestApprovalOutput = typeof
|
|
|
1178
2129
|
* @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
|
|
1179
2130
|
* @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.
|
|
1180
2131
|
*/
|
|
1181
|
-
export declare const patchCertificatesV1CertificateSigningRequestApproval:
|
|
2132
|
+
export declare const patchCertificatesV1CertificateSigningRequestApproval: API.OperationMethod<{
|
|
2133
|
+
readonly dryRun?: string | undefined;
|
|
2134
|
+
readonly fieldValidation?: string | undefined;
|
|
2135
|
+
}, {
|
|
2136
|
+
readonly apiVersion?: string | undefined;
|
|
2137
|
+
readonly kind?: string | undefined;
|
|
2138
|
+
readonly metadata?: {
|
|
2139
|
+
readonly annotations?: {
|
|
2140
|
+
readonly [x: string]: string;
|
|
2141
|
+
} | undefined;
|
|
2142
|
+
readonly creationTimestamp?: string | undefined;
|
|
2143
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2144
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2145
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2146
|
+
readonly generateName?: string | undefined;
|
|
2147
|
+
readonly generation?: number | undefined;
|
|
2148
|
+
readonly labels?: {
|
|
2149
|
+
readonly [x: string]: string;
|
|
2150
|
+
} | undefined;
|
|
2151
|
+
readonly managedFields?: readonly {
|
|
2152
|
+
readonly apiVersion?: string | undefined;
|
|
2153
|
+
readonly fieldsType?: string | undefined;
|
|
2154
|
+
readonly fieldsV1?: unknown;
|
|
2155
|
+
readonly manager?: string | undefined;
|
|
2156
|
+
readonly operation?: string | undefined;
|
|
2157
|
+
readonly subresource?: string | undefined;
|
|
2158
|
+
readonly time?: string | undefined;
|
|
2159
|
+
}[] | undefined;
|
|
2160
|
+
readonly name?: string | undefined;
|
|
2161
|
+
readonly namespace?: string | undefined;
|
|
2162
|
+
readonly ownerReferences?: readonly {
|
|
2163
|
+
readonly apiVersion: string;
|
|
2164
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2165
|
+
readonly controller?: boolean | undefined;
|
|
2166
|
+
readonly kind: string;
|
|
2167
|
+
readonly name: string;
|
|
2168
|
+
readonly uid: string;
|
|
2169
|
+
}[] | undefined;
|
|
2170
|
+
readonly resourceVersion?: string | undefined;
|
|
2171
|
+
readonly selfLink?: string | undefined;
|
|
2172
|
+
readonly uid?: string | undefined;
|
|
2173
|
+
} | undefined;
|
|
2174
|
+
readonly spec: {
|
|
2175
|
+
readonly expirationSeconds?: number | undefined;
|
|
2176
|
+
readonly extra?: {
|
|
2177
|
+
readonly [x: string]: readonly string[];
|
|
2178
|
+
} | undefined;
|
|
2179
|
+
readonly groups?: readonly string[] | undefined;
|
|
2180
|
+
readonly request: string;
|
|
2181
|
+
readonly signerName: string;
|
|
2182
|
+
readonly uid?: string | undefined;
|
|
2183
|
+
readonly usages?: readonly string[] | undefined;
|
|
2184
|
+
readonly username?: string | undefined;
|
|
2185
|
+
};
|
|
2186
|
+
readonly status?: {
|
|
2187
|
+
readonly certificate?: string | undefined;
|
|
2188
|
+
readonly conditions?: readonly {
|
|
2189
|
+
readonly lastTransitionTime?: string | undefined;
|
|
2190
|
+
readonly lastUpdateTime?: string | undefined;
|
|
2191
|
+
readonly message?: string | undefined;
|
|
2192
|
+
readonly reason?: string | undefined;
|
|
2193
|
+
readonly status: string;
|
|
2194
|
+
readonly type: string;
|
|
2195
|
+
}[] | undefined;
|
|
2196
|
+
} | undefined;
|
|
2197
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
1182
2198
|
export declare const PatchCertificatesV1CertificateSigningRequestStatusInput: Schema.Struct<{
|
|
1183
2199
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1184
2200
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1248,7 +2264,72 @@ export type PatchCertificatesV1CertificateSigningRequestStatusOutput = typeof Pa
|
|
|
1248
2264
|
* @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
|
|
1249
2265
|
* @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.
|
|
1250
2266
|
*/
|
|
1251
|
-
export declare const patchCertificatesV1CertificateSigningRequestStatus:
|
|
2267
|
+
export declare const patchCertificatesV1CertificateSigningRequestStatus: API.OperationMethod<{
|
|
2268
|
+
readonly dryRun?: string | undefined;
|
|
2269
|
+
readonly fieldValidation?: string | undefined;
|
|
2270
|
+
}, {
|
|
2271
|
+
readonly apiVersion?: string | undefined;
|
|
2272
|
+
readonly kind?: string | undefined;
|
|
2273
|
+
readonly metadata?: {
|
|
2274
|
+
readonly annotations?: {
|
|
2275
|
+
readonly [x: string]: string;
|
|
2276
|
+
} | undefined;
|
|
2277
|
+
readonly creationTimestamp?: string | undefined;
|
|
2278
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2279
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2280
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2281
|
+
readonly generateName?: string | undefined;
|
|
2282
|
+
readonly generation?: number | undefined;
|
|
2283
|
+
readonly labels?: {
|
|
2284
|
+
readonly [x: string]: string;
|
|
2285
|
+
} | undefined;
|
|
2286
|
+
readonly managedFields?: readonly {
|
|
2287
|
+
readonly apiVersion?: string | undefined;
|
|
2288
|
+
readonly fieldsType?: string | undefined;
|
|
2289
|
+
readonly fieldsV1?: unknown;
|
|
2290
|
+
readonly manager?: string | undefined;
|
|
2291
|
+
readonly operation?: string | undefined;
|
|
2292
|
+
readonly subresource?: string | undefined;
|
|
2293
|
+
readonly time?: string | undefined;
|
|
2294
|
+
}[] | undefined;
|
|
2295
|
+
readonly name?: string | undefined;
|
|
2296
|
+
readonly namespace?: string | undefined;
|
|
2297
|
+
readonly ownerReferences?: readonly {
|
|
2298
|
+
readonly apiVersion: string;
|
|
2299
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2300
|
+
readonly controller?: boolean | undefined;
|
|
2301
|
+
readonly kind: string;
|
|
2302
|
+
readonly name: string;
|
|
2303
|
+
readonly uid: string;
|
|
2304
|
+
}[] | undefined;
|
|
2305
|
+
readonly resourceVersion?: string | undefined;
|
|
2306
|
+
readonly selfLink?: string | undefined;
|
|
2307
|
+
readonly uid?: string | undefined;
|
|
2308
|
+
} | undefined;
|
|
2309
|
+
readonly spec: {
|
|
2310
|
+
readonly expirationSeconds?: number | undefined;
|
|
2311
|
+
readonly extra?: {
|
|
2312
|
+
readonly [x: string]: readonly string[];
|
|
2313
|
+
} | undefined;
|
|
2314
|
+
readonly groups?: readonly string[] | undefined;
|
|
2315
|
+
readonly request: string;
|
|
2316
|
+
readonly signerName: string;
|
|
2317
|
+
readonly uid?: string | undefined;
|
|
2318
|
+
readonly usages?: readonly string[] | undefined;
|
|
2319
|
+
readonly username?: string | undefined;
|
|
2320
|
+
};
|
|
2321
|
+
readonly status?: {
|
|
2322
|
+
readonly certificate?: string | undefined;
|
|
2323
|
+
readonly conditions?: readonly {
|
|
2324
|
+
readonly lastTransitionTime?: string | undefined;
|
|
2325
|
+
readonly lastUpdateTime?: string | undefined;
|
|
2326
|
+
readonly message?: string | undefined;
|
|
2327
|
+
readonly reason?: string | undefined;
|
|
2328
|
+
readonly status: string;
|
|
2329
|
+
readonly type: string;
|
|
2330
|
+
}[] | undefined;
|
|
2331
|
+
} | undefined;
|
|
2332
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
1252
2333
|
export declare const PatchCertificatesV1alpha1ClusterTrustBundleInput: Schema.Struct<{
|
|
1253
2334
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1254
2335
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1301,7 +2382,53 @@ export type PatchCertificatesV1alpha1ClusterTrustBundleOutput = typeof PatchCert
|
|
|
1301
2382
|
* @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
|
|
1302
2383
|
* @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.
|
|
1303
2384
|
*/
|
|
1304
|
-
export declare const patchCertificatesV1alpha1ClusterTrustBundle:
|
|
2385
|
+
export declare const patchCertificatesV1alpha1ClusterTrustBundle: API.OperationMethod<{
|
|
2386
|
+
readonly dryRun?: string | undefined;
|
|
2387
|
+
readonly fieldValidation?: string | undefined;
|
|
2388
|
+
}, {
|
|
2389
|
+
readonly apiVersion?: string | undefined;
|
|
2390
|
+
readonly kind?: string | undefined;
|
|
2391
|
+
readonly metadata?: {
|
|
2392
|
+
readonly annotations?: {
|
|
2393
|
+
readonly [x: string]: string;
|
|
2394
|
+
} | undefined;
|
|
2395
|
+
readonly creationTimestamp?: string | undefined;
|
|
2396
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2397
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2398
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2399
|
+
readonly generateName?: string | undefined;
|
|
2400
|
+
readonly generation?: number | undefined;
|
|
2401
|
+
readonly labels?: {
|
|
2402
|
+
readonly [x: string]: string;
|
|
2403
|
+
} | undefined;
|
|
2404
|
+
readonly managedFields?: readonly {
|
|
2405
|
+
readonly apiVersion?: string | undefined;
|
|
2406
|
+
readonly fieldsType?: string | undefined;
|
|
2407
|
+
readonly fieldsV1?: unknown;
|
|
2408
|
+
readonly manager?: string | undefined;
|
|
2409
|
+
readonly operation?: string | undefined;
|
|
2410
|
+
readonly subresource?: string | undefined;
|
|
2411
|
+
readonly time?: string | undefined;
|
|
2412
|
+
}[] | undefined;
|
|
2413
|
+
readonly name?: string | undefined;
|
|
2414
|
+
readonly namespace?: string | undefined;
|
|
2415
|
+
readonly ownerReferences?: readonly {
|
|
2416
|
+
readonly apiVersion: string;
|
|
2417
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2418
|
+
readonly controller?: boolean | undefined;
|
|
2419
|
+
readonly kind: string;
|
|
2420
|
+
readonly name: string;
|
|
2421
|
+
readonly uid: string;
|
|
2422
|
+
}[] | undefined;
|
|
2423
|
+
readonly resourceVersion?: string | undefined;
|
|
2424
|
+
readonly selfLink?: string | undefined;
|
|
2425
|
+
readonly uid?: string | undefined;
|
|
2426
|
+
} | undefined;
|
|
2427
|
+
readonly spec: {
|
|
2428
|
+
readonly signerName?: string | undefined;
|
|
2429
|
+
readonly trustBundle: string;
|
|
2430
|
+
};
|
|
2431
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
1305
2432
|
export declare const PatchCertificatesV1beta1ClusterTrustBundleInput: Schema.Struct<{
|
|
1306
2433
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1307
2434
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1354,7 +2481,53 @@ export type PatchCertificatesV1beta1ClusterTrustBundleOutput = typeof PatchCerti
|
|
|
1354
2481
|
* @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
|
|
1355
2482
|
* @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.
|
|
1356
2483
|
*/
|
|
1357
|
-
export declare const patchCertificatesV1beta1ClusterTrustBundle:
|
|
2484
|
+
export declare const patchCertificatesV1beta1ClusterTrustBundle: API.OperationMethod<{
|
|
2485
|
+
readonly dryRun?: string | undefined;
|
|
2486
|
+
readonly fieldValidation?: string | undefined;
|
|
2487
|
+
}, {
|
|
2488
|
+
readonly apiVersion?: string | undefined;
|
|
2489
|
+
readonly kind?: string | undefined;
|
|
2490
|
+
readonly metadata?: {
|
|
2491
|
+
readonly annotations?: {
|
|
2492
|
+
readonly [x: string]: string;
|
|
2493
|
+
} | undefined;
|
|
2494
|
+
readonly creationTimestamp?: string | undefined;
|
|
2495
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2496
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2497
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2498
|
+
readonly generateName?: string | undefined;
|
|
2499
|
+
readonly generation?: number | undefined;
|
|
2500
|
+
readonly labels?: {
|
|
2501
|
+
readonly [x: string]: string;
|
|
2502
|
+
} | undefined;
|
|
2503
|
+
readonly managedFields?: readonly {
|
|
2504
|
+
readonly apiVersion?: string | undefined;
|
|
2505
|
+
readonly fieldsType?: string | undefined;
|
|
2506
|
+
readonly fieldsV1?: unknown;
|
|
2507
|
+
readonly manager?: string | undefined;
|
|
2508
|
+
readonly operation?: string | undefined;
|
|
2509
|
+
readonly subresource?: string | undefined;
|
|
2510
|
+
readonly time?: string | undefined;
|
|
2511
|
+
}[] | undefined;
|
|
2512
|
+
readonly name?: string | undefined;
|
|
2513
|
+
readonly namespace?: string | undefined;
|
|
2514
|
+
readonly ownerReferences?: readonly {
|
|
2515
|
+
readonly apiVersion: string;
|
|
2516
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2517
|
+
readonly controller?: boolean | undefined;
|
|
2518
|
+
readonly kind: string;
|
|
2519
|
+
readonly name: string;
|
|
2520
|
+
readonly uid: string;
|
|
2521
|
+
}[] | undefined;
|
|
2522
|
+
readonly resourceVersion?: string | undefined;
|
|
2523
|
+
readonly selfLink?: string | undefined;
|
|
2524
|
+
readonly uid?: string | undefined;
|
|
2525
|
+
} | undefined;
|
|
2526
|
+
readonly spec: {
|
|
2527
|
+
readonly signerName?: string | undefined;
|
|
2528
|
+
readonly trustBundle: string;
|
|
2529
|
+
};
|
|
2530
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
1358
2531
|
export declare const PatchCertificatesV1beta1NamespacedPodCertificateRequestInput: Schema.Struct<{
|
|
1359
2532
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1360
2533
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1431,7 +2604,79 @@ export type PatchCertificatesV1beta1NamespacedPodCertificateRequestOutput = type
|
|
|
1431
2604
|
* @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
|
|
1432
2605
|
* @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.
|
|
1433
2606
|
*/
|
|
1434
|
-
export declare const patchCertificatesV1beta1NamespacedPodCertificateRequest:
|
|
2607
|
+
export declare const patchCertificatesV1beta1NamespacedPodCertificateRequest: API.OperationMethod<{
|
|
2608
|
+
readonly dryRun?: string | undefined;
|
|
2609
|
+
readonly fieldValidation?: string | undefined;
|
|
2610
|
+
}, {
|
|
2611
|
+
readonly apiVersion?: string | undefined;
|
|
2612
|
+
readonly kind?: string | undefined;
|
|
2613
|
+
readonly metadata?: {
|
|
2614
|
+
readonly annotations?: {
|
|
2615
|
+
readonly [x: string]: string;
|
|
2616
|
+
} | undefined;
|
|
2617
|
+
readonly creationTimestamp?: string | undefined;
|
|
2618
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2619
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2620
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2621
|
+
readonly generateName?: string | undefined;
|
|
2622
|
+
readonly generation?: number | undefined;
|
|
2623
|
+
readonly labels?: {
|
|
2624
|
+
readonly [x: string]: string;
|
|
2625
|
+
} | undefined;
|
|
2626
|
+
readonly managedFields?: readonly {
|
|
2627
|
+
readonly apiVersion?: string | undefined;
|
|
2628
|
+
readonly fieldsType?: string | undefined;
|
|
2629
|
+
readonly fieldsV1?: unknown;
|
|
2630
|
+
readonly manager?: string | undefined;
|
|
2631
|
+
readonly operation?: string | undefined;
|
|
2632
|
+
readonly subresource?: string | undefined;
|
|
2633
|
+
readonly time?: string | undefined;
|
|
2634
|
+
}[] | undefined;
|
|
2635
|
+
readonly name?: string | undefined;
|
|
2636
|
+
readonly namespace?: string | undefined;
|
|
2637
|
+
readonly ownerReferences?: readonly {
|
|
2638
|
+
readonly apiVersion: string;
|
|
2639
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2640
|
+
readonly controller?: boolean | undefined;
|
|
2641
|
+
readonly kind: string;
|
|
2642
|
+
readonly name: string;
|
|
2643
|
+
readonly uid: string;
|
|
2644
|
+
}[] | undefined;
|
|
2645
|
+
readonly resourceVersion?: string | undefined;
|
|
2646
|
+
readonly selfLink?: string | undefined;
|
|
2647
|
+
readonly uid?: string | undefined;
|
|
2648
|
+
} | undefined;
|
|
2649
|
+
readonly spec: {
|
|
2650
|
+
readonly maxExpirationSeconds?: number | undefined;
|
|
2651
|
+
readonly nodeName: string;
|
|
2652
|
+
readonly nodeUID: string;
|
|
2653
|
+
readonly pkixPublicKey?: string | undefined;
|
|
2654
|
+
readonly podName: string;
|
|
2655
|
+
readonly podUID: string;
|
|
2656
|
+
readonly proofOfPossession?: string | undefined;
|
|
2657
|
+
readonly serviceAccountName: string;
|
|
2658
|
+
readonly serviceAccountUID: string;
|
|
2659
|
+
readonly signerName: string;
|
|
2660
|
+
readonly stubPKCS10Request: string;
|
|
2661
|
+
readonly unverifiedUserAnnotations?: {
|
|
2662
|
+
readonly [x: string]: string;
|
|
2663
|
+
} | undefined;
|
|
2664
|
+
};
|
|
2665
|
+
readonly status?: {
|
|
2666
|
+
readonly beginRefreshAt?: string | undefined;
|
|
2667
|
+
readonly certificateChain?: string | undefined;
|
|
2668
|
+
readonly conditions?: readonly {
|
|
2669
|
+
readonly lastTransitionTime: string;
|
|
2670
|
+
readonly message: string;
|
|
2671
|
+
readonly observedGeneration?: number | undefined;
|
|
2672
|
+
readonly reason: string;
|
|
2673
|
+
readonly status: string;
|
|
2674
|
+
readonly type: string;
|
|
2675
|
+
}[] | undefined;
|
|
2676
|
+
readonly notAfter?: string | undefined;
|
|
2677
|
+
readonly notBefore?: string | undefined;
|
|
2678
|
+
} | undefined;
|
|
2679
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
1435
2680
|
export declare const PatchCertificatesV1beta1NamespacedPodCertificateRequestStatusInput: Schema.Struct<{
|
|
1436
2681
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1437
2682
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1508,7 +2753,79 @@ export type PatchCertificatesV1beta1NamespacedPodCertificateRequestStatusOutput
|
|
|
1508
2753
|
* @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
|
|
1509
2754
|
* @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.
|
|
1510
2755
|
*/
|
|
1511
|
-
export declare const patchCertificatesV1beta1NamespacedPodCertificateRequestStatus:
|
|
2756
|
+
export declare const patchCertificatesV1beta1NamespacedPodCertificateRequestStatus: API.OperationMethod<{
|
|
2757
|
+
readonly dryRun?: string | undefined;
|
|
2758
|
+
readonly fieldValidation?: string | undefined;
|
|
2759
|
+
}, {
|
|
2760
|
+
readonly apiVersion?: string | undefined;
|
|
2761
|
+
readonly kind?: string | undefined;
|
|
2762
|
+
readonly metadata?: {
|
|
2763
|
+
readonly annotations?: {
|
|
2764
|
+
readonly [x: string]: string;
|
|
2765
|
+
} | undefined;
|
|
2766
|
+
readonly creationTimestamp?: string | undefined;
|
|
2767
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2768
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2769
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2770
|
+
readonly generateName?: string | undefined;
|
|
2771
|
+
readonly generation?: number | undefined;
|
|
2772
|
+
readonly labels?: {
|
|
2773
|
+
readonly [x: string]: string;
|
|
2774
|
+
} | undefined;
|
|
2775
|
+
readonly managedFields?: readonly {
|
|
2776
|
+
readonly apiVersion?: string | undefined;
|
|
2777
|
+
readonly fieldsType?: string | undefined;
|
|
2778
|
+
readonly fieldsV1?: unknown;
|
|
2779
|
+
readonly manager?: string | undefined;
|
|
2780
|
+
readonly operation?: string | undefined;
|
|
2781
|
+
readonly subresource?: string | undefined;
|
|
2782
|
+
readonly time?: string | undefined;
|
|
2783
|
+
}[] | undefined;
|
|
2784
|
+
readonly name?: string | undefined;
|
|
2785
|
+
readonly namespace?: string | undefined;
|
|
2786
|
+
readonly ownerReferences?: readonly {
|
|
2787
|
+
readonly apiVersion: string;
|
|
2788
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2789
|
+
readonly controller?: boolean | undefined;
|
|
2790
|
+
readonly kind: string;
|
|
2791
|
+
readonly name: string;
|
|
2792
|
+
readonly uid: string;
|
|
2793
|
+
}[] | undefined;
|
|
2794
|
+
readonly resourceVersion?: string | undefined;
|
|
2795
|
+
readonly selfLink?: string | undefined;
|
|
2796
|
+
readonly uid?: string | undefined;
|
|
2797
|
+
} | undefined;
|
|
2798
|
+
readonly spec: {
|
|
2799
|
+
readonly maxExpirationSeconds?: number | undefined;
|
|
2800
|
+
readonly nodeName: string;
|
|
2801
|
+
readonly nodeUID: string;
|
|
2802
|
+
readonly pkixPublicKey?: string | undefined;
|
|
2803
|
+
readonly podName: string;
|
|
2804
|
+
readonly podUID: string;
|
|
2805
|
+
readonly proofOfPossession?: string | undefined;
|
|
2806
|
+
readonly serviceAccountName: string;
|
|
2807
|
+
readonly serviceAccountUID: string;
|
|
2808
|
+
readonly signerName: string;
|
|
2809
|
+
readonly stubPKCS10Request: string;
|
|
2810
|
+
readonly unverifiedUserAnnotations?: {
|
|
2811
|
+
readonly [x: string]: string;
|
|
2812
|
+
} | undefined;
|
|
2813
|
+
};
|
|
2814
|
+
readonly status?: {
|
|
2815
|
+
readonly beginRefreshAt?: string | undefined;
|
|
2816
|
+
readonly certificateChain?: string | undefined;
|
|
2817
|
+
readonly conditions?: readonly {
|
|
2818
|
+
readonly lastTransitionTime: string;
|
|
2819
|
+
readonly message: string;
|
|
2820
|
+
readonly observedGeneration?: number | undefined;
|
|
2821
|
+
readonly reason: string;
|
|
2822
|
+
readonly status: string;
|
|
2823
|
+
readonly type: string;
|
|
2824
|
+
}[] | undefined;
|
|
2825
|
+
readonly notAfter?: string | undefined;
|
|
2826
|
+
readonly notBefore?: string | undefined;
|
|
2827
|
+
} | undefined;
|
|
2828
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
1512
2829
|
export declare const ReadCertificatesV1CertificateSigningRequestInput: Schema.Struct<{}>;
|
|
1513
2830
|
export type ReadCertificatesV1CertificateSigningRequestInput = typeof ReadCertificatesV1CertificateSigningRequestInput.Type;
|
|
1514
2831
|
export declare const ReadCertificatesV1CertificateSigningRequestOutput: Schema.Struct<{
|
|
@@ -1572,7 +2889,69 @@ export type ReadCertificatesV1CertificateSigningRequestOutput = typeof ReadCerti
|
|
|
1572
2889
|
/**
|
|
1573
2890
|
* read the specified CertificateSigningRequest
|
|
1574
2891
|
*/
|
|
1575
|
-
export declare const readCertificatesV1CertificateSigningRequest:
|
|
2892
|
+
export declare const readCertificatesV1CertificateSigningRequest: API.OperationMethod<{}, {
|
|
2893
|
+
readonly apiVersion?: string | undefined;
|
|
2894
|
+
readonly kind?: string | undefined;
|
|
2895
|
+
readonly metadata?: {
|
|
2896
|
+
readonly annotations?: {
|
|
2897
|
+
readonly [x: string]: string;
|
|
2898
|
+
} | undefined;
|
|
2899
|
+
readonly creationTimestamp?: string | undefined;
|
|
2900
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
2901
|
+
readonly deletionTimestamp?: string | undefined;
|
|
2902
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
2903
|
+
readonly generateName?: string | undefined;
|
|
2904
|
+
readonly generation?: number | undefined;
|
|
2905
|
+
readonly labels?: {
|
|
2906
|
+
readonly [x: string]: string;
|
|
2907
|
+
} | undefined;
|
|
2908
|
+
readonly managedFields?: readonly {
|
|
2909
|
+
readonly apiVersion?: string | undefined;
|
|
2910
|
+
readonly fieldsType?: string | undefined;
|
|
2911
|
+
readonly fieldsV1?: unknown;
|
|
2912
|
+
readonly manager?: string | undefined;
|
|
2913
|
+
readonly operation?: string | undefined;
|
|
2914
|
+
readonly subresource?: string | undefined;
|
|
2915
|
+
readonly time?: string | undefined;
|
|
2916
|
+
}[] | undefined;
|
|
2917
|
+
readonly name?: string | undefined;
|
|
2918
|
+
readonly namespace?: string | undefined;
|
|
2919
|
+
readonly ownerReferences?: readonly {
|
|
2920
|
+
readonly apiVersion: string;
|
|
2921
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
2922
|
+
readonly controller?: boolean | undefined;
|
|
2923
|
+
readonly kind: string;
|
|
2924
|
+
readonly name: string;
|
|
2925
|
+
readonly uid: string;
|
|
2926
|
+
}[] | undefined;
|
|
2927
|
+
readonly resourceVersion?: string | undefined;
|
|
2928
|
+
readonly selfLink?: string | undefined;
|
|
2929
|
+
readonly uid?: string | undefined;
|
|
2930
|
+
} | undefined;
|
|
2931
|
+
readonly spec: {
|
|
2932
|
+
readonly expirationSeconds?: number | undefined;
|
|
2933
|
+
readonly extra?: {
|
|
2934
|
+
readonly [x: string]: readonly string[];
|
|
2935
|
+
} | undefined;
|
|
2936
|
+
readonly groups?: readonly string[] | undefined;
|
|
2937
|
+
readonly request: string;
|
|
2938
|
+
readonly signerName: string;
|
|
2939
|
+
readonly uid?: string | undefined;
|
|
2940
|
+
readonly usages?: readonly string[] | undefined;
|
|
2941
|
+
readonly username?: string | undefined;
|
|
2942
|
+
};
|
|
2943
|
+
readonly status?: {
|
|
2944
|
+
readonly certificate?: string | undefined;
|
|
2945
|
+
readonly conditions?: readonly {
|
|
2946
|
+
readonly lastTransitionTime?: string | undefined;
|
|
2947
|
+
readonly lastUpdateTime?: string | undefined;
|
|
2948
|
+
readonly message?: string | undefined;
|
|
2949
|
+
readonly reason?: string | undefined;
|
|
2950
|
+
readonly status: string;
|
|
2951
|
+
readonly type: string;
|
|
2952
|
+
}[] | undefined;
|
|
2953
|
+
} | undefined;
|
|
2954
|
+
}, NotFound, any>;
|
|
1576
2955
|
export declare const ReadCertificatesV1CertificateSigningRequestApprovalInput: Schema.Struct<{}>;
|
|
1577
2956
|
export type ReadCertificatesV1CertificateSigningRequestApprovalInput = typeof ReadCertificatesV1CertificateSigningRequestApprovalInput.Type;
|
|
1578
2957
|
export declare const ReadCertificatesV1CertificateSigningRequestApprovalOutput: Schema.Struct<{
|
|
@@ -1636,7 +3015,69 @@ export type ReadCertificatesV1CertificateSigningRequestApprovalOutput = typeof R
|
|
|
1636
3015
|
/**
|
|
1637
3016
|
* read approval of the specified CertificateSigningRequest
|
|
1638
3017
|
*/
|
|
1639
|
-
export declare const readCertificatesV1CertificateSigningRequestApproval:
|
|
3018
|
+
export declare const readCertificatesV1CertificateSigningRequestApproval: API.OperationMethod<{}, {
|
|
3019
|
+
readonly apiVersion?: string | undefined;
|
|
3020
|
+
readonly kind?: string | undefined;
|
|
3021
|
+
readonly metadata?: {
|
|
3022
|
+
readonly annotations?: {
|
|
3023
|
+
readonly [x: string]: string;
|
|
3024
|
+
} | undefined;
|
|
3025
|
+
readonly creationTimestamp?: string | undefined;
|
|
3026
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3027
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3028
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3029
|
+
readonly generateName?: string | undefined;
|
|
3030
|
+
readonly generation?: number | undefined;
|
|
3031
|
+
readonly labels?: {
|
|
3032
|
+
readonly [x: string]: string;
|
|
3033
|
+
} | undefined;
|
|
3034
|
+
readonly managedFields?: readonly {
|
|
3035
|
+
readonly apiVersion?: string | undefined;
|
|
3036
|
+
readonly fieldsType?: string | undefined;
|
|
3037
|
+
readonly fieldsV1?: unknown;
|
|
3038
|
+
readonly manager?: string | undefined;
|
|
3039
|
+
readonly operation?: string | undefined;
|
|
3040
|
+
readonly subresource?: string | undefined;
|
|
3041
|
+
readonly time?: string | undefined;
|
|
3042
|
+
}[] | undefined;
|
|
3043
|
+
readonly name?: string | undefined;
|
|
3044
|
+
readonly namespace?: string | undefined;
|
|
3045
|
+
readonly ownerReferences?: readonly {
|
|
3046
|
+
readonly apiVersion: string;
|
|
3047
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3048
|
+
readonly controller?: boolean | undefined;
|
|
3049
|
+
readonly kind: string;
|
|
3050
|
+
readonly name: string;
|
|
3051
|
+
readonly uid: string;
|
|
3052
|
+
}[] | undefined;
|
|
3053
|
+
readonly resourceVersion?: string | undefined;
|
|
3054
|
+
readonly selfLink?: string | undefined;
|
|
3055
|
+
readonly uid?: string | undefined;
|
|
3056
|
+
} | undefined;
|
|
3057
|
+
readonly spec: {
|
|
3058
|
+
readonly expirationSeconds?: number | undefined;
|
|
3059
|
+
readonly extra?: {
|
|
3060
|
+
readonly [x: string]: readonly string[];
|
|
3061
|
+
} | undefined;
|
|
3062
|
+
readonly groups?: readonly string[] | undefined;
|
|
3063
|
+
readonly request: string;
|
|
3064
|
+
readonly signerName: string;
|
|
3065
|
+
readonly uid?: string | undefined;
|
|
3066
|
+
readonly usages?: readonly string[] | undefined;
|
|
3067
|
+
readonly username?: string | undefined;
|
|
3068
|
+
};
|
|
3069
|
+
readonly status?: {
|
|
3070
|
+
readonly certificate?: string | undefined;
|
|
3071
|
+
readonly conditions?: readonly {
|
|
3072
|
+
readonly lastTransitionTime?: string | undefined;
|
|
3073
|
+
readonly lastUpdateTime?: string | undefined;
|
|
3074
|
+
readonly message?: string | undefined;
|
|
3075
|
+
readonly reason?: string | undefined;
|
|
3076
|
+
readonly status: string;
|
|
3077
|
+
readonly type: string;
|
|
3078
|
+
}[] | undefined;
|
|
3079
|
+
} | undefined;
|
|
3080
|
+
}, NotFound, any>;
|
|
1640
3081
|
export declare const ReadCertificatesV1CertificateSigningRequestStatusInput: Schema.Struct<{}>;
|
|
1641
3082
|
export type ReadCertificatesV1CertificateSigningRequestStatusInput = typeof ReadCertificatesV1CertificateSigningRequestStatusInput.Type;
|
|
1642
3083
|
export declare const ReadCertificatesV1CertificateSigningRequestStatusOutput: Schema.Struct<{
|
|
@@ -1700,7 +3141,69 @@ export type ReadCertificatesV1CertificateSigningRequestStatusOutput = typeof Rea
|
|
|
1700
3141
|
/**
|
|
1701
3142
|
* read status of the specified CertificateSigningRequest
|
|
1702
3143
|
*/
|
|
1703
|
-
export declare const readCertificatesV1CertificateSigningRequestStatus:
|
|
3144
|
+
export declare const readCertificatesV1CertificateSigningRequestStatus: API.OperationMethod<{}, {
|
|
3145
|
+
readonly apiVersion?: string | undefined;
|
|
3146
|
+
readonly kind?: string | undefined;
|
|
3147
|
+
readonly metadata?: {
|
|
3148
|
+
readonly annotations?: {
|
|
3149
|
+
readonly [x: string]: string;
|
|
3150
|
+
} | undefined;
|
|
3151
|
+
readonly creationTimestamp?: string | undefined;
|
|
3152
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3153
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3154
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3155
|
+
readonly generateName?: string | undefined;
|
|
3156
|
+
readonly generation?: number | undefined;
|
|
3157
|
+
readonly labels?: {
|
|
3158
|
+
readonly [x: string]: string;
|
|
3159
|
+
} | undefined;
|
|
3160
|
+
readonly managedFields?: readonly {
|
|
3161
|
+
readonly apiVersion?: string | undefined;
|
|
3162
|
+
readonly fieldsType?: string | undefined;
|
|
3163
|
+
readonly fieldsV1?: unknown;
|
|
3164
|
+
readonly manager?: string | undefined;
|
|
3165
|
+
readonly operation?: string | undefined;
|
|
3166
|
+
readonly subresource?: string | undefined;
|
|
3167
|
+
readonly time?: string | undefined;
|
|
3168
|
+
}[] | undefined;
|
|
3169
|
+
readonly name?: string | undefined;
|
|
3170
|
+
readonly namespace?: string | undefined;
|
|
3171
|
+
readonly ownerReferences?: readonly {
|
|
3172
|
+
readonly apiVersion: string;
|
|
3173
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3174
|
+
readonly controller?: boolean | undefined;
|
|
3175
|
+
readonly kind: string;
|
|
3176
|
+
readonly name: string;
|
|
3177
|
+
readonly uid: string;
|
|
3178
|
+
}[] | undefined;
|
|
3179
|
+
readonly resourceVersion?: string | undefined;
|
|
3180
|
+
readonly selfLink?: string | undefined;
|
|
3181
|
+
readonly uid?: string | undefined;
|
|
3182
|
+
} | undefined;
|
|
3183
|
+
readonly spec: {
|
|
3184
|
+
readonly expirationSeconds?: number | undefined;
|
|
3185
|
+
readonly extra?: {
|
|
3186
|
+
readonly [x: string]: readonly string[];
|
|
3187
|
+
} | undefined;
|
|
3188
|
+
readonly groups?: readonly string[] | undefined;
|
|
3189
|
+
readonly request: string;
|
|
3190
|
+
readonly signerName: string;
|
|
3191
|
+
readonly uid?: string | undefined;
|
|
3192
|
+
readonly usages?: readonly string[] | undefined;
|
|
3193
|
+
readonly username?: string | undefined;
|
|
3194
|
+
};
|
|
3195
|
+
readonly status?: {
|
|
3196
|
+
readonly certificate?: string | undefined;
|
|
3197
|
+
readonly conditions?: readonly {
|
|
3198
|
+
readonly lastTransitionTime?: string | undefined;
|
|
3199
|
+
readonly lastUpdateTime?: string | undefined;
|
|
3200
|
+
readonly message?: string | undefined;
|
|
3201
|
+
readonly reason?: string | undefined;
|
|
3202
|
+
readonly status: string;
|
|
3203
|
+
readonly type: string;
|
|
3204
|
+
}[] | undefined;
|
|
3205
|
+
} | undefined;
|
|
3206
|
+
}, NotFound, any>;
|
|
1704
3207
|
export declare const ReadCertificatesV1alpha1ClusterTrustBundleInput: Schema.Struct<{}>;
|
|
1705
3208
|
export type ReadCertificatesV1alpha1ClusterTrustBundleInput = typeof ReadCertificatesV1alpha1ClusterTrustBundleInput.Type;
|
|
1706
3209
|
export declare const ReadCertificatesV1alpha1ClusterTrustBundleOutput: Schema.Struct<{
|
|
@@ -1747,7 +3250,50 @@ export type ReadCertificatesV1alpha1ClusterTrustBundleOutput = typeof ReadCertif
|
|
|
1747
3250
|
/**
|
|
1748
3251
|
* read the specified ClusterTrustBundle
|
|
1749
3252
|
*/
|
|
1750
|
-
export declare const readCertificatesV1alpha1ClusterTrustBundle:
|
|
3253
|
+
export declare const readCertificatesV1alpha1ClusterTrustBundle: API.OperationMethod<{}, {
|
|
3254
|
+
readonly apiVersion?: string | undefined;
|
|
3255
|
+
readonly kind?: string | undefined;
|
|
3256
|
+
readonly metadata?: {
|
|
3257
|
+
readonly annotations?: {
|
|
3258
|
+
readonly [x: string]: string;
|
|
3259
|
+
} | undefined;
|
|
3260
|
+
readonly creationTimestamp?: string | undefined;
|
|
3261
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3262
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3263
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3264
|
+
readonly generateName?: string | undefined;
|
|
3265
|
+
readonly generation?: number | undefined;
|
|
3266
|
+
readonly labels?: {
|
|
3267
|
+
readonly [x: string]: string;
|
|
3268
|
+
} | undefined;
|
|
3269
|
+
readonly managedFields?: readonly {
|
|
3270
|
+
readonly apiVersion?: string | undefined;
|
|
3271
|
+
readonly fieldsType?: string | undefined;
|
|
3272
|
+
readonly fieldsV1?: unknown;
|
|
3273
|
+
readonly manager?: string | undefined;
|
|
3274
|
+
readonly operation?: string | undefined;
|
|
3275
|
+
readonly subresource?: string | undefined;
|
|
3276
|
+
readonly time?: string | undefined;
|
|
3277
|
+
}[] | undefined;
|
|
3278
|
+
readonly name?: string | undefined;
|
|
3279
|
+
readonly namespace?: string | undefined;
|
|
3280
|
+
readonly ownerReferences?: readonly {
|
|
3281
|
+
readonly apiVersion: string;
|
|
3282
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3283
|
+
readonly controller?: boolean | undefined;
|
|
3284
|
+
readonly kind: string;
|
|
3285
|
+
readonly name: string;
|
|
3286
|
+
readonly uid: string;
|
|
3287
|
+
}[] | undefined;
|
|
3288
|
+
readonly resourceVersion?: string | undefined;
|
|
3289
|
+
readonly selfLink?: string | undefined;
|
|
3290
|
+
readonly uid?: string | undefined;
|
|
3291
|
+
} | undefined;
|
|
3292
|
+
readonly spec: {
|
|
3293
|
+
readonly signerName?: string | undefined;
|
|
3294
|
+
readonly trustBundle: string;
|
|
3295
|
+
};
|
|
3296
|
+
}, NotFound, any>;
|
|
1751
3297
|
export declare const ReadCertificatesV1beta1ClusterTrustBundleInput: Schema.Struct<{}>;
|
|
1752
3298
|
export type ReadCertificatesV1beta1ClusterTrustBundleInput = typeof ReadCertificatesV1beta1ClusterTrustBundleInput.Type;
|
|
1753
3299
|
export declare const ReadCertificatesV1beta1ClusterTrustBundleOutput: Schema.Struct<{
|
|
@@ -1794,7 +3340,50 @@ export type ReadCertificatesV1beta1ClusterTrustBundleOutput = typeof ReadCertifi
|
|
|
1794
3340
|
/**
|
|
1795
3341
|
* read the specified ClusterTrustBundle
|
|
1796
3342
|
*/
|
|
1797
|
-
export declare const readCertificatesV1beta1ClusterTrustBundle:
|
|
3343
|
+
export declare const readCertificatesV1beta1ClusterTrustBundle: API.OperationMethod<{}, {
|
|
3344
|
+
readonly apiVersion?: string | undefined;
|
|
3345
|
+
readonly kind?: string | undefined;
|
|
3346
|
+
readonly metadata?: {
|
|
3347
|
+
readonly annotations?: {
|
|
3348
|
+
readonly [x: string]: string;
|
|
3349
|
+
} | undefined;
|
|
3350
|
+
readonly creationTimestamp?: string | undefined;
|
|
3351
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3352
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3353
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3354
|
+
readonly generateName?: string | undefined;
|
|
3355
|
+
readonly generation?: number | undefined;
|
|
3356
|
+
readonly labels?: {
|
|
3357
|
+
readonly [x: string]: string;
|
|
3358
|
+
} | undefined;
|
|
3359
|
+
readonly managedFields?: readonly {
|
|
3360
|
+
readonly apiVersion?: string | undefined;
|
|
3361
|
+
readonly fieldsType?: string | undefined;
|
|
3362
|
+
readonly fieldsV1?: unknown;
|
|
3363
|
+
readonly manager?: string | undefined;
|
|
3364
|
+
readonly operation?: string | undefined;
|
|
3365
|
+
readonly subresource?: string | undefined;
|
|
3366
|
+
readonly time?: string | undefined;
|
|
3367
|
+
}[] | undefined;
|
|
3368
|
+
readonly name?: string | undefined;
|
|
3369
|
+
readonly namespace?: string | undefined;
|
|
3370
|
+
readonly ownerReferences?: readonly {
|
|
3371
|
+
readonly apiVersion: string;
|
|
3372
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3373
|
+
readonly controller?: boolean | undefined;
|
|
3374
|
+
readonly kind: string;
|
|
3375
|
+
readonly name: string;
|
|
3376
|
+
readonly uid: string;
|
|
3377
|
+
}[] | undefined;
|
|
3378
|
+
readonly resourceVersion?: string | undefined;
|
|
3379
|
+
readonly selfLink?: string | undefined;
|
|
3380
|
+
readonly uid?: string | undefined;
|
|
3381
|
+
} | undefined;
|
|
3382
|
+
readonly spec: {
|
|
3383
|
+
readonly signerName?: string | undefined;
|
|
3384
|
+
readonly trustBundle: string;
|
|
3385
|
+
};
|
|
3386
|
+
}, NotFound, any>;
|
|
1798
3387
|
export declare const ReadCertificatesV1beta1NamespacedPodCertificateRequestInput: Schema.Struct<{}>;
|
|
1799
3388
|
export type ReadCertificatesV1beta1NamespacedPodCertificateRequestInput = typeof ReadCertificatesV1beta1NamespacedPodCertificateRequestInput.Type;
|
|
1800
3389
|
export declare const ReadCertificatesV1beta1NamespacedPodCertificateRequestOutput: Schema.Struct<{
|
|
@@ -1865,7 +3454,76 @@ export type ReadCertificatesV1beta1NamespacedPodCertificateRequestOutput = typeo
|
|
|
1865
3454
|
/**
|
|
1866
3455
|
* read the specified PodCertificateRequest
|
|
1867
3456
|
*/
|
|
1868
|
-
export declare const readCertificatesV1beta1NamespacedPodCertificateRequest:
|
|
3457
|
+
export declare const readCertificatesV1beta1NamespacedPodCertificateRequest: API.OperationMethod<{}, {
|
|
3458
|
+
readonly apiVersion?: string | undefined;
|
|
3459
|
+
readonly kind?: string | undefined;
|
|
3460
|
+
readonly metadata?: {
|
|
3461
|
+
readonly annotations?: {
|
|
3462
|
+
readonly [x: string]: string;
|
|
3463
|
+
} | undefined;
|
|
3464
|
+
readonly creationTimestamp?: string | undefined;
|
|
3465
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3466
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3467
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3468
|
+
readonly generateName?: string | undefined;
|
|
3469
|
+
readonly generation?: number | undefined;
|
|
3470
|
+
readonly labels?: {
|
|
3471
|
+
readonly [x: string]: string;
|
|
3472
|
+
} | undefined;
|
|
3473
|
+
readonly managedFields?: readonly {
|
|
3474
|
+
readonly apiVersion?: string | undefined;
|
|
3475
|
+
readonly fieldsType?: string | undefined;
|
|
3476
|
+
readonly fieldsV1?: unknown;
|
|
3477
|
+
readonly manager?: string | undefined;
|
|
3478
|
+
readonly operation?: string | undefined;
|
|
3479
|
+
readonly subresource?: string | undefined;
|
|
3480
|
+
readonly time?: string | undefined;
|
|
3481
|
+
}[] | undefined;
|
|
3482
|
+
readonly name?: string | undefined;
|
|
3483
|
+
readonly namespace?: string | undefined;
|
|
3484
|
+
readonly ownerReferences?: readonly {
|
|
3485
|
+
readonly apiVersion: string;
|
|
3486
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3487
|
+
readonly controller?: boolean | undefined;
|
|
3488
|
+
readonly kind: string;
|
|
3489
|
+
readonly name: string;
|
|
3490
|
+
readonly uid: string;
|
|
3491
|
+
}[] | undefined;
|
|
3492
|
+
readonly resourceVersion?: string | undefined;
|
|
3493
|
+
readonly selfLink?: string | undefined;
|
|
3494
|
+
readonly uid?: string | undefined;
|
|
3495
|
+
} | undefined;
|
|
3496
|
+
readonly spec: {
|
|
3497
|
+
readonly maxExpirationSeconds?: number | undefined;
|
|
3498
|
+
readonly nodeName: string;
|
|
3499
|
+
readonly nodeUID: string;
|
|
3500
|
+
readonly pkixPublicKey?: string | undefined;
|
|
3501
|
+
readonly podName: string;
|
|
3502
|
+
readonly podUID: string;
|
|
3503
|
+
readonly proofOfPossession?: string | undefined;
|
|
3504
|
+
readonly serviceAccountName: string;
|
|
3505
|
+
readonly serviceAccountUID: string;
|
|
3506
|
+
readonly signerName: string;
|
|
3507
|
+
readonly stubPKCS10Request: string;
|
|
3508
|
+
readonly unverifiedUserAnnotations?: {
|
|
3509
|
+
readonly [x: string]: string;
|
|
3510
|
+
} | undefined;
|
|
3511
|
+
};
|
|
3512
|
+
readonly status?: {
|
|
3513
|
+
readonly beginRefreshAt?: string | undefined;
|
|
3514
|
+
readonly certificateChain?: string | undefined;
|
|
3515
|
+
readonly conditions?: readonly {
|
|
3516
|
+
readonly lastTransitionTime: string;
|
|
3517
|
+
readonly message: string;
|
|
3518
|
+
readonly observedGeneration?: number | undefined;
|
|
3519
|
+
readonly reason: string;
|
|
3520
|
+
readonly status: string;
|
|
3521
|
+
readonly type: string;
|
|
3522
|
+
}[] | undefined;
|
|
3523
|
+
readonly notAfter?: string | undefined;
|
|
3524
|
+
readonly notBefore?: string | undefined;
|
|
3525
|
+
} | undefined;
|
|
3526
|
+
}, NotFound, any>;
|
|
1869
3527
|
export declare const ReadCertificatesV1beta1NamespacedPodCertificateRequestStatusInput: Schema.Struct<{}>;
|
|
1870
3528
|
export type ReadCertificatesV1beta1NamespacedPodCertificateRequestStatusInput = typeof ReadCertificatesV1beta1NamespacedPodCertificateRequestStatusInput.Type;
|
|
1871
3529
|
export declare const ReadCertificatesV1beta1NamespacedPodCertificateRequestStatusOutput: Schema.Struct<{
|
|
@@ -1936,7 +3594,76 @@ export type ReadCertificatesV1beta1NamespacedPodCertificateRequestStatusOutput =
|
|
|
1936
3594
|
/**
|
|
1937
3595
|
* read status of the specified PodCertificateRequest
|
|
1938
3596
|
*/
|
|
1939
|
-
export declare const readCertificatesV1beta1NamespacedPodCertificateRequestStatus:
|
|
3597
|
+
export declare const readCertificatesV1beta1NamespacedPodCertificateRequestStatus: API.OperationMethod<{}, {
|
|
3598
|
+
readonly apiVersion?: string | undefined;
|
|
3599
|
+
readonly kind?: string | undefined;
|
|
3600
|
+
readonly metadata?: {
|
|
3601
|
+
readonly annotations?: {
|
|
3602
|
+
readonly [x: string]: string;
|
|
3603
|
+
} | undefined;
|
|
3604
|
+
readonly creationTimestamp?: string | undefined;
|
|
3605
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3606
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3607
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3608
|
+
readonly generateName?: string | undefined;
|
|
3609
|
+
readonly generation?: number | undefined;
|
|
3610
|
+
readonly labels?: {
|
|
3611
|
+
readonly [x: string]: string;
|
|
3612
|
+
} | undefined;
|
|
3613
|
+
readonly managedFields?: readonly {
|
|
3614
|
+
readonly apiVersion?: string | undefined;
|
|
3615
|
+
readonly fieldsType?: string | undefined;
|
|
3616
|
+
readonly fieldsV1?: unknown;
|
|
3617
|
+
readonly manager?: string | undefined;
|
|
3618
|
+
readonly operation?: string | undefined;
|
|
3619
|
+
readonly subresource?: string | undefined;
|
|
3620
|
+
readonly time?: string | undefined;
|
|
3621
|
+
}[] | undefined;
|
|
3622
|
+
readonly name?: string | undefined;
|
|
3623
|
+
readonly namespace?: string | undefined;
|
|
3624
|
+
readonly ownerReferences?: readonly {
|
|
3625
|
+
readonly apiVersion: string;
|
|
3626
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3627
|
+
readonly controller?: boolean | undefined;
|
|
3628
|
+
readonly kind: string;
|
|
3629
|
+
readonly name: string;
|
|
3630
|
+
readonly uid: string;
|
|
3631
|
+
}[] | undefined;
|
|
3632
|
+
readonly resourceVersion?: string | undefined;
|
|
3633
|
+
readonly selfLink?: string | undefined;
|
|
3634
|
+
readonly uid?: string | undefined;
|
|
3635
|
+
} | undefined;
|
|
3636
|
+
readonly spec: {
|
|
3637
|
+
readonly maxExpirationSeconds?: number | undefined;
|
|
3638
|
+
readonly nodeName: string;
|
|
3639
|
+
readonly nodeUID: string;
|
|
3640
|
+
readonly pkixPublicKey?: string | undefined;
|
|
3641
|
+
readonly podName: string;
|
|
3642
|
+
readonly podUID: string;
|
|
3643
|
+
readonly proofOfPossession?: string | undefined;
|
|
3644
|
+
readonly serviceAccountName: string;
|
|
3645
|
+
readonly serviceAccountUID: string;
|
|
3646
|
+
readonly signerName: string;
|
|
3647
|
+
readonly stubPKCS10Request: string;
|
|
3648
|
+
readonly unverifiedUserAnnotations?: {
|
|
3649
|
+
readonly [x: string]: string;
|
|
3650
|
+
} | undefined;
|
|
3651
|
+
};
|
|
3652
|
+
readonly status?: {
|
|
3653
|
+
readonly beginRefreshAt?: string | undefined;
|
|
3654
|
+
readonly certificateChain?: string | undefined;
|
|
3655
|
+
readonly conditions?: readonly {
|
|
3656
|
+
readonly lastTransitionTime: string;
|
|
3657
|
+
readonly message: string;
|
|
3658
|
+
readonly observedGeneration?: number | undefined;
|
|
3659
|
+
readonly reason: string;
|
|
3660
|
+
readonly status: string;
|
|
3661
|
+
readonly type: string;
|
|
3662
|
+
}[] | undefined;
|
|
3663
|
+
readonly notAfter?: string | undefined;
|
|
3664
|
+
readonly notBefore?: string | undefined;
|
|
3665
|
+
} | undefined;
|
|
3666
|
+
}, NotFound, any>;
|
|
1940
3667
|
export declare const ReplaceCertificatesV1CertificateSigningRequestInput: Schema.Struct<{
|
|
1941
3668
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1942
3669
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2006,7 +3733,72 @@ export type ReplaceCertificatesV1CertificateSigningRequestOutput = typeof Replac
|
|
|
2006
3733
|
* @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
|
|
2007
3734
|
* @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.
|
|
2008
3735
|
*/
|
|
2009
|
-
export declare const replaceCertificatesV1CertificateSigningRequest:
|
|
3736
|
+
export declare const replaceCertificatesV1CertificateSigningRequest: API.OperationMethod<{
|
|
3737
|
+
readonly dryRun?: string | undefined;
|
|
3738
|
+
readonly fieldValidation?: string | undefined;
|
|
3739
|
+
}, {
|
|
3740
|
+
readonly apiVersion?: string | undefined;
|
|
3741
|
+
readonly kind?: string | undefined;
|
|
3742
|
+
readonly metadata?: {
|
|
3743
|
+
readonly annotations?: {
|
|
3744
|
+
readonly [x: string]: string;
|
|
3745
|
+
} | undefined;
|
|
3746
|
+
readonly creationTimestamp?: string | undefined;
|
|
3747
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3748
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3749
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3750
|
+
readonly generateName?: string | undefined;
|
|
3751
|
+
readonly generation?: number | undefined;
|
|
3752
|
+
readonly labels?: {
|
|
3753
|
+
readonly [x: string]: string;
|
|
3754
|
+
} | undefined;
|
|
3755
|
+
readonly managedFields?: readonly {
|
|
3756
|
+
readonly apiVersion?: string | undefined;
|
|
3757
|
+
readonly fieldsType?: string | undefined;
|
|
3758
|
+
readonly fieldsV1?: unknown;
|
|
3759
|
+
readonly manager?: string | undefined;
|
|
3760
|
+
readonly operation?: string | undefined;
|
|
3761
|
+
readonly subresource?: string | undefined;
|
|
3762
|
+
readonly time?: string | undefined;
|
|
3763
|
+
}[] | undefined;
|
|
3764
|
+
readonly name?: string | undefined;
|
|
3765
|
+
readonly namespace?: string | undefined;
|
|
3766
|
+
readonly ownerReferences?: readonly {
|
|
3767
|
+
readonly apiVersion: string;
|
|
3768
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3769
|
+
readonly controller?: boolean | undefined;
|
|
3770
|
+
readonly kind: string;
|
|
3771
|
+
readonly name: string;
|
|
3772
|
+
readonly uid: string;
|
|
3773
|
+
}[] | undefined;
|
|
3774
|
+
readonly resourceVersion?: string | undefined;
|
|
3775
|
+
readonly selfLink?: string | undefined;
|
|
3776
|
+
readonly uid?: string | undefined;
|
|
3777
|
+
} | undefined;
|
|
3778
|
+
readonly spec: {
|
|
3779
|
+
readonly expirationSeconds?: number | undefined;
|
|
3780
|
+
readonly extra?: {
|
|
3781
|
+
readonly [x: string]: readonly string[];
|
|
3782
|
+
} | undefined;
|
|
3783
|
+
readonly groups?: readonly string[] | undefined;
|
|
3784
|
+
readonly request: string;
|
|
3785
|
+
readonly signerName: string;
|
|
3786
|
+
readonly uid?: string | undefined;
|
|
3787
|
+
readonly usages?: readonly string[] | undefined;
|
|
3788
|
+
readonly username?: string | undefined;
|
|
3789
|
+
};
|
|
3790
|
+
readonly status?: {
|
|
3791
|
+
readonly certificate?: string | undefined;
|
|
3792
|
+
readonly conditions?: readonly {
|
|
3793
|
+
readonly lastTransitionTime?: string | undefined;
|
|
3794
|
+
readonly lastUpdateTime?: string | undefined;
|
|
3795
|
+
readonly message?: string | undefined;
|
|
3796
|
+
readonly reason?: string | undefined;
|
|
3797
|
+
readonly status: string;
|
|
3798
|
+
readonly type: string;
|
|
3799
|
+
}[] | undefined;
|
|
3800
|
+
} | undefined;
|
|
3801
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2010
3802
|
export declare const ReplaceCertificatesV1CertificateSigningRequestApprovalInput: Schema.Struct<{
|
|
2011
3803
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2012
3804
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2076,7 +3868,72 @@ export type ReplaceCertificatesV1CertificateSigningRequestApprovalOutput = typeo
|
|
|
2076
3868
|
* @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
|
|
2077
3869
|
* @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.
|
|
2078
3870
|
*/
|
|
2079
|
-
export declare const replaceCertificatesV1CertificateSigningRequestApproval:
|
|
3871
|
+
export declare const replaceCertificatesV1CertificateSigningRequestApproval: API.OperationMethod<{
|
|
3872
|
+
readonly dryRun?: string | undefined;
|
|
3873
|
+
readonly fieldValidation?: string | undefined;
|
|
3874
|
+
}, {
|
|
3875
|
+
readonly apiVersion?: string | undefined;
|
|
3876
|
+
readonly kind?: string | undefined;
|
|
3877
|
+
readonly metadata?: {
|
|
3878
|
+
readonly annotations?: {
|
|
3879
|
+
readonly [x: string]: string;
|
|
3880
|
+
} | undefined;
|
|
3881
|
+
readonly creationTimestamp?: string | undefined;
|
|
3882
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
3883
|
+
readonly deletionTimestamp?: string | undefined;
|
|
3884
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
3885
|
+
readonly generateName?: string | undefined;
|
|
3886
|
+
readonly generation?: number | undefined;
|
|
3887
|
+
readonly labels?: {
|
|
3888
|
+
readonly [x: string]: string;
|
|
3889
|
+
} | undefined;
|
|
3890
|
+
readonly managedFields?: readonly {
|
|
3891
|
+
readonly apiVersion?: string | undefined;
|
|
3892
|
+
readonly fieldsType?: string | undefined;
|
|
3893
|
+
readonly fieldsV1?: unknown;
|
|
3894
|
+
readonly manager?: string | undefined;
|
|
3895
|
+
readonly operation?: string | undefined;
|
|
3896
|
+
readonly subresource?: string | undefined;
|
|
3897
|
+
readonly time?: string | undefined;
|
|
3898
|
+
}[] | undefined;
|
|
3899
|
+
readonly name?: string | undefined;
|
|
3900
|
+
readonly namespace?: string | undefined;
|
|
3901
|
+
readonly ownerReferences?: readonly {
|
|
3902
|
+
readonly apiVersion: string;
|
|
3903
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
3904
|
+
readonly controller?: boolean | undefined;
|
|
3905
|
+
readonly kind: string;
|
|
3906
|
+
readonly name: string;
|
|
3907
|
+
readonly uid: string;
|
|
3908
|
+
}[] | undefined;
|
|
3909
|
+
readonly resourceVersion?: string | undefined;
|
|
3910
|
+
readonly selfLink?: string | undefined;
|
|
3911
|
+
readonly uid?: string | undefined;
|
|
3912
|
+
} | undefined;
|
|
3913
|
+
readonly spec: {
|
|
3914
|
+
readonly expirationSeconds?: number | undefined;
|
|
3915
|
+
readonly extra?: {
|
|
3916
|
+
readonly [x: string]: readonly string[];
|
|
3917
|
+
} | undefined;
|
|
3918
|
+
readonly groups?: readonly string[] | undefined;
|
|
3919
|
+
readonly request: string;
|
|
3920
|
+
readonly signerName: string;
|
|
3921
|
+
readonly uid?: string | undefined;
|
|
3922
|
+
readonly usages?: readonly string[] | undefined;
|
|
3923
|
+
readonly username?: string | undefined;
|
|
3924
|
+
};
|
|
3925
|
+
readonly status?: {
|
|
3926
|
+
readonly certificate?: string | undefined;
|
|
3927
|
+
readonly conditions?: readonly {
|
|
3928
|
+
readonly lastTransitionTime?: string | undefined;
|
|
3929
|
+
readonly lastUpdateTime?: string | undefined;
|
|
3930
|
+
readonly message?: string | undefined;
|
|
3931
|
+
readonly reason?: string | undefined;
|
|
3932
|
+
readonly status: string;
|
|
3933
|
+
readonly type: string;
|
|
3934
|
+
}[] | undefined;
|
|
3935
|
+
} | undefined;
|
|
3936
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2080
3937
|
export declare const ReplaceCertificatesV1CertificateSigningRequestStatusInput: Schema.Struct<{
|
|
2081
3938
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2082
3939
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2146,7 +4003,72 @@ export type ReplaceCertificatesV1CertificateSigningRequestStatusOutput = typeof
|
|
|
2146
4003
|
* @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
|
|
2147
4004
|
* @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.
|
|
2148
4005
|
*/
|
|
2149
|
-
export declare const replaceCertificatesV1CertificateSigningRequestStatus:
|
|
4006
|
+
export declare const replaceCertificatesV1CertificateSigningRequestStatus: API.OperationMethod<{
|
|
4007
|
+
readonly dryRun?: string | undefined;
|
|
4008
|
+
readonly fieldValidation?: string | undefined;
|
|
4009
|
+
}, {
|
|
4010
|
+
readonly apiVersion?: string | undefined;
|
|
4011
|
+
readonly kind?: string | undefined;
|
|
4012
|
+
readonly metadata?: {
|
|
4013
|
+
readonly annotations?: {
|
|
4014
|
+
readonly [x: string]: string;
|
|
4015
|
+
} | undefined;
|
|
4016
|
+
readonly creationTimestamp?: string | undefined;
|
|
4017
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
4018
|
+
readonly deletionTimestamp?: string | undefined;
|
|
4019
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
4020
|
+
readonly generateName?: string | undefined;
|
|
4021
|
+
readonly generation?: number | undefined;
|
|
4022
|
+
readonly labels?: {
|
|
4023
|
+
readonly [x: string]: string;
|
|
4024
|
+
} | undefined;
|
|
4025
|
+
readonly managedFields?: readonly {
|
|
4026
|
+
readonly apiVersion?: string | undefined;
|
|
4027
|
+
readonly fieldsType?: string | undefined;
|
|
4028
|
+
readonly fieldsV1?: unknown;
|
|
4029
|
+
readonly manager?: string | undefined;
|
|
4030
|
+
readonly operation?: string | undefined;
|
|
4031
|
+
readonly subresource?: string | undefined;
|
|
4032
|
+
readonly time?: string | undefined;
|
|
4033
|
+
}[] | undefined;
|
|
4034
|
+
readonly name?: string | undefined;
|
|
4035
|
+
readonly namespace?: string | undefined;
|
|
4036
|
+
readonly ownerReferences?: readonly {
|
|
4037
|
+
readonly apiVersion: string;
|
|
4038
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
4039
|
+
readonly controller?: boolean | undefined;
|
|
4040
|
+
readonly kind: string;
|
|
4041
|
+
readonly name: string;
|
|
4042
|
+
readonly uid: string;
|
|
4043
|
+
}[] | undefined;
|
|
4044
|
+
readonly resourceVersion?: string | undefined;
|
|
4045
|
+
readonly selfLink?: string | undefined;
|
|
4046
|
+
readonly uid?: string | undefined;
|
|
4047
|
+
} | undefined;
|
|
4048
|
+
readonly spec: {
|
|
4049
|
+
readonly expirationSeconds?: number | undefined;
|
|
4050
|
+
readonly extra?: {
|
|
4051
|
+
readonly [x: string]: readonly string[];
|
|
4052
|
+
} | undefined;
|
|
4053
|
+
readonly groups?: readonly string[] | undefined;
|
|
4054
|
+
readonly request: string;
|
|
4055
|
+
readonly signerName: string;
|
|
4056
|
+
readonly uid?: string | undefined;
|
|
4057
|
+
readonly usages?: readonly string[] | undefined;
|
|
4058
|
+
readonly username?: string | undefined;
|
|
4059
|
+
};
|
|
4060
|
+
readonly status?: {
|
|
4061
|
+
readonly certificate?: string | undefined;
|
|
4062
|
+
readonly conditions?: readonly {
|
|
4063
|
+
readonly lastTransitionTime?: string | undefined;
|
|
4064
|
+
readonly lastUpdateTime?: string | undefined;
|
|
4065
|
+
readonly message?: string | undefined;
|
|
4066
|
+
readonly reason?: string | undefined;
|
|
4067
|
+
readonly status: string;
|
|
4068
|
+
readonly type: string;
|
|
4069
|
+
}[] | undefined;
|
|
4070
|
+
} | undefined;
|
|
4071
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2150
4072
|
export declare const ReplaceCertificatesV1alpha1ClusterTrustBundleInput: Schema.Struct<{
|
|
2151
4073
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2152
4074
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2199,7 +4121,53 @@ export type ReplaceCertificatesV1alpha1ClusterTrustBundleOutput = typeof Replace
|
|
|
2199
4121
|
* @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
|
|
2200
4122
|
* @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.
|
|
2201
4123
|
*/
|
|
2202
|
-
export declare const replaceCertificatesV1alpha1ClusterTrustBundle:
|
|
4124
|
+
export declare const replaceCertificatesV1alpha1ClusterTrustBundle: API.OperationMethod<{
|
|
4125
|
+
readonly dryRun?: string | undefined;
|
|
4126
|
+
readonly fieldValidation?: string | undefined;
|
|
4127
|
+
}, {
|
|
4128
|
+
readonly apiVersion?: string | undefined;
|
|
4129
|
+
readonly kind?: string | undefined;
|
|
4130
|
+
readonly metadata?: {
|
|
4131
|
+
readonly annotations?: {
|
|
4132
|
+
readonly [x: string]: string;
|
|
4133
|
+
} | undefined;
|
|
4134
|
+
readonly creationTimestamp?: string | undefined;
|
|
4135
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
4136
|
+
readonly deletionTimestamp?: string | undefined;
|
|
4137
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
4138
|
+
readonly generateName?: string | undefined;
|
|
4139
|
+
readonly generation?: number | undefined;
|
|
4140
|
+
readonly labels?: {
|
|
4141
|
+
readonly [x: string]: string;
|
|
4142
|
+
} | undefined;
|
|
4143
|
+
readonly managedFields?: readonly {
|
|
4144
|
+
readonly apiVersion?: string | undefined;
|
|
4145
|
+
readonly fieldsType?: string | undefined;
|
|
4146
|
+
readonly fieldsV1?: unknown;
|
|
4147
|
+
readonly manager?: string | undefined;
|
|
4148
|
+
readonly operation?: string | undefined;
|
|
4149
|
+
readonly subresource?: string | undefined;
|
|
4150
|
+
readonly time?: string | undefined;
|
|
4151
|
+
}[] | undefined;
|
|
4152
|
+
readonly name?: string | undefined;
|
|
4153
|
+
readonly namespace?: string | undefined;
|
|
4154
|
+
readonly ownerReferences?: readonly {
|
|
4155
|
+
readonly apiVersion: string;
|
|
4156
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
4157
|
+
readonly controller?: boolean | undefined;
|
|
4158
|
+
readonly kind: string;
|
|
4159
|
+
readonly name: string;
|
|
4160
|
+
readonly uid: string;
|
|
4161
|
+
}[] | undefined;
|
|
4162
|
+
readonly resourceVersion?: string | undefined;
|
|
4163
|
+
readonly selfLink?: string | undefined;
|
|
4164
|
+
readonly uid?: string | undefined;
|
|
4165
|
+
} | undefined;
|
|
4166
|
+
readonly spec: {
|
|
4167
|
+
readonly signerName?: string | undefined;
|
|
4168
|
+
readonly trustBundle: string;
|
|
4169
|
+
};
|
|
4170
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2203
4171
|
export declare const ReplaceCertificatesV1beta1ClusterTrustBundleInput: Schema.Struct<{
|
|
2204
4172
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2205
4173
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2252,7 +4220,53 @@ export type ReplaceCertificatesV1beta1ClusterTrustBundleOutput = typeof ReplaceC
|
|
|
2252
4220
|
* @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
|
|
2253
4221
|
* @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.
|
|
2254
4222
|
*/
|
|
2255
|
-
export declare const replaceCertificatesV1beta1ClusterTrustBundle:
|
|
4223
|
+
export declare const replaceCertificatesV1beta1ClusterTrustBundle: API.OperationMethod<{
|
|
4224
|
+
readonly dryRun?: string | undefined;
|
|
4225
|
+
readonly fieldValidation?: string | undefined;
|
|
4226
|
+
}, {
|
|
4227
|
+
readonly apiVersion?: string | undefined;
|
|
4228
|
+
readonly kind?: string | undefined;
|
|
4229
|
+
readonly metadata?: {
|
|
4230
|
+
readonly annotations?: {
|
|
4231
|
+
readonly [x: string]: string;
|
|
4232
|
+
} | undefined;
|
|
4233
|
+
readonly creationTimestamp?: string | undefined;
|
|
4234
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
4235
|
+
readonly deletionTimestamp?: string | undefined;
|
|
4236
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
4237
|
+
readonly generateName?: string | undefined;
|
|
4238
|
+
readonly generation?: number | undefined;
|
|
4239
|
+
readonly labels?: {
|
|
4240
|
+
readonly [x: string]: string;
|
|
4241
|
+
} | undefined;
|
|
4242
|
+
readonly managedFields?: readonly {
|
|
4243
|
+
readonly apiVersion?: string | undefined;
|
|
4244
|
+
readonly fieldsType?: string | undefined;
|
|
4245
|
+
readonly fieldsV1?: unknown;
|
|
4246
|
+
readonly manager?: string | undefined;
|
|
4247
|
+
readonly operation?: string | undefined;
|
|
4248
|
+
readonly subresource?: string | undefined;
|
|
4249
|
+
readonly time?: string | undefined;
|
|
4250
|
+
}[] | undefined;
|
|
4251
|
+
readonly name?: string | undefined;
|
|
4252
|
+
readonly namespace?: string | undefined;
|
|
4253
|
+
readonly ownerReferences?: readonly {
|
|
4254
|
+
readonly apiVersion: string;
|
|
4255
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
4256
|
+
readonly controller?: boolean | undefined;
|
|
4257
|
+
readonly kind: string;
|
|
4258
|
+
readonly name: string;
|
|
4259
|
+
readonly uid: string;
|
|
4260
|
+
}[] | undefined;
|
|
4261
|
+
readonly resourceVersion?: string | undefined;
|
|
4262
|
+
readonly selfLink?: string | undefined;
|
|
4263
|
+
readonly uid?: string | undefined;
|
|
4264
|
+
} | undefined;
|
|
4265
|
+
readonly spec: {
|
|
4266
|
+
readonly signerName?: string | undefined;
|
|
4267
|
+
readonly trustBundle: string;
|
|
4268
|
+
};
|
|
4269
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2256
4270
|
export declare const ReplaceCertificatesV1beta1NamespacedPodCertificateRequestInput: Schema.Struct<{
|
|
2257
4271
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2258
4272
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2329,7 +4343,79 @@ export type ReplaceCertificatesV1beta1NamespacedPodCertificateRequestOutput = ty
|
|
|
2329
4343
|
* @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
|
|
2330
4344
|
* @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.
|
|
2331
4345
|
*/
|
|
2332
|
-
export declare const replaceCertificatesV1beta1NamespacedPodCertificateRequest:
|
|
4346
|
+
export declare const replaceCertificatesV1beta1NamespacedPodCertificateRequest: API.OperationMethod<{
|
|
4347
|
+
readonly dryRun?: string | undefined;
|
|
4348
|
+
readonly fieldValidation?: string | undefined;
|
|
4349
|
+
}, {
|
|
4350
|
+
readonly apiVersion?: string | undefined;
|
|
4351
|
+
readonly kind?: string | undefined;
|
|
4352
|
+
readonly metadata?: {
|
|
4353
|
+
readonly annotations?: {
|
|
4354
|
+
readonly [x: string]: string;
|
|
4355
|
+
} | undefined;
|
|
4356
|
+
readonly creationTimestamp?: string | undefined;
|
|
4357
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
4358
|
+
readonly deletionTimestamp?: string | undefined;
|
|
4359
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
4360
|
+
readonly generateName?: string | undefined;
|
|
4361
|
+
readonly generation?: number | undefined;
|
|
4362
|
+
readonly labels?: {
|
|
4363
|
+
readonly [x: string]: string;
|
|
4364
|
+
} | undefined;
|
|
4365
|
+
readonly managedFields?: readonly {
|
|
4366
|
+
readonly apiVersion?: string | undefined;
|
|
4367
|
+
readonly fieldsType?: string | undefined;
|
|
4368
|
+
readonly fieldsV1?: unknown;
|
|
4369
|
+
readonly manager?: string | undefined;
|
|
4370
|
+
readonly operation?: string | undefined;
|
|
4371
|
+
readonly subresource?: string | undefined;
|
|
4372
|
+
readonly time?: string | undefined;
|
|
4373
|
+
}[] | undefined;
|
|
4374
|
+
readonly name?: string | undefined;
|
|
4375
|
+
readonly namespace?: string | undefined;
|
|
4376
|
+
readonly ownerReferences?: readonly {
|
|
4377
|
+
readonly apiVersion: string;
|
|
4378
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
4379
|
+
readonly controller?: boolean | undefined;
|
|
4380
|
+
readonly kind: string;
|
|
4381
|
+
readonly name: string;
|
|
4382
|
+
readonly uid: string;
|
|
4383
|
+
}[] | undefined;
|
|
4384
|
+
readonly resourceVersion?: string | undefined;
|
|
4385
|
+
readonly selfLink?: string | undefined;
|
|
4386
|
+
readonly uid?: string | undefined;
|
|
4387
|
+
} | undefined;
|
|
4388
|
+
readonly spec: {
|
|
4389
|
+
readonly maxExpirationSeconds?: number | undefined;
|
|
4390
|
+
readonly nodeName: string;
|
|
4391
|
+
readonly nodeUID: string;
|
|
4392
|
+
readonly pkixPublicKey?: string | undefined;
|
|
4393
|
+
readonly podName: string;
|
|
4394
|
+
readonly podUID: string;
|
|
4395
|
+
readonly proofOfPossession?: string | undefined;
|
|
4396
|
+
readonly serviceAccountName: string;
|
|
4397
|
+
readonly serviceAccountUID: string;
|
|
4398
|
+
readonly signerName: string;
|
|
4399
|
+
readonly stubPKCS10Request: string;
|
|
4400
|
+
readonly unverifiedUserAnnotations?: {
|
|
4401
|
+
readonly [x: string]: string;
|
|
4402
|
+
} | undefined;
|
|
4403
|
+
};
|
|
4404
|
+
readonly status?: {
|
|
4405
|
+
readonly beginRefreshAt?: string | undefined;
|
|
4406
|
+
readonly certificateChain?: string | undefined;
|
|
4407
|
+
readonly conditions?: readonly {
|
|
4408
|
+
readonly lastTransitionTime: string;
|
|
4409
|
+
readonly message: string;
|
|
4410
|
+
readonly observedGeneration?: number | undefined;
|
|
4411
|
+
readonly reason: string;
|
|
4412
|
+
readonly status: string;
|
|
4413
|
+
readonly type: string;
|
|
4414
|
+
}[] | undefined;
|
|
4415
|
+
readonly notAfter?: string | undefined;
|
|
4416
|
+
readonly notBefore?: string | undefined;
|
|
4417
|
+
} | undefined;
|
|
4418
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2333
4419
|
export declare const ReplaceCertificatesV1beta1NamespacedPodCertificateRequestStatusInput: Schema.Struct<{
|
|
2334
4420
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2335
4421
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2406,7 +4492,79 @@ export type ReplaceCertificatesV1beta1NamespacedPodCertificateRequestStatusOutpu
|
|
|
2406
4492
|
* @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
|
|
2407
4493
|
* @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.
|
|
2408
4494
|
*/
|
|
2409
|
-
export declare const replaceCertificatesV1beta1NamespacedPodCertificateRequestStatus:
|
|
4495
|
+
export declare const replaceCertificatesV1beta1NamespacedPodCertificateRequestStatus: API.OperationMethod<{
|
|
4496
|
+
readonly dryRun?: string | undefined;
|
|
4497
|
+
readonly fieldValidation?: string | undefined;
|
|
4498
|
+
}, {
|
|
4499
|
+
readonly apiVersion?: string | undefined;
|
|
4500
|
+
readonly kind?: string | undefined;
|
|
4501
|
+
readonly metadata?: {
|
|
4502
|
+
readonly annotations?: {
|
|
4503
|
+
readonly [x: string]: string;
|
|
4504
|
+
} | undefined;
|
|
4505
|
+
readonly creationTimestamp?: string | undefined;
|
|
4506
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
4507
|
+
readonly deletionTimestamp?: string | undefined;
|
|
4508
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
4509
|
+
readonly generateName?: string | undefined;
|
|
4510
|
+
readonly generation?: number | undefined;
|
|
4511
|
+
readonly labels?: {
|
|
4512
|
+
readonly [x: string]: string;
|
|
4513
|
+
} | undefined;
|
|
4514
|
+
readonly managedFields?: readonly {
|
|
4515
|
+
readonly apiVersion?: string | undefined;
|
|
4516
|
+
readonly fieldsType?: string | undefined;
|
|
4517
|
+
readonly fieldsV1?: unknown;
|
|
4518
|
+
readonly manager?: string | undefined;
|
|
4519
|
+
readonly operation?: string | undefined;
|
|
4520
|
+
readonly subresource?: string | undefined;
|
|
4521
|
+
readonly time?: string | undefined;
|
|
4522
|
+
}[] | undefined;
|
|
4523
|
+
readonly name?: string | undefined;
|
|
4524
|
+
readonly namespace?: string | undefined;
|
|
4525
|
+
readonly ownerReferences?: readonly {
|
|
4526
|
+
readonly apiVersion: string;
|
|
4527
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
4528
|
+
readonly controller?: boolean | undefined;
|
|
4529
|
+
readonly kind: string;
|
|
4530
|
+
readonly name: string;
|
|
4531
|
+
readonly uid: string;
|
|
4532
|
+
}[] | undefined;
|
|
4533
|
+
readonly resourceVersion?: string | undefined;
|
|
4534
|
+
readonly selfLink?: string | undefined;
|
|
4535
|
+
readonly uid?: string | undefined;
|
|
4536
|
+
} | undefined;
|
|
4537
|
+
readonly spec: {
|
|
4538
|
+
readonly maxExpirationSeconds?: number | undefined;
|
|
4539
|
+
readonly nodeName: string;
|
|
4540
|
+
readonly nodeUID: string;
|
|
4541
|
+
readonly pkixPublicKey?: string | undefined;
|
|
4542
|
+
readonly podName: string;
|
|
4543
|
+
readonly podUID: string;
|
|
4544
|
+
readonly proofOfPossession?: string | undefined;
|
|
4545
|
+
readonly serviceAccountName: string;
|
|
4546
|
+
readonly serviceAccountUID: string;
|
|
4547
|
+
readonly signerName: string;
|
|
4548
|
+
readonly stubPKCS10Request: string;
|
|
4549
|
+
readonly unverifiedUserAnnotations?: {
|
|
4550
|
+
readonly [x: string]: string;
|
|
4551
|
+
} | undefined;
|
|
4552
|
+
};
|
|
4553
|
+
readonly status?: {
|
|
4554
|
+
readonly beginRefreshAt?: string | undefined;
|
|
4555
|
+
readonly certificateChain?: string | undefined;
|
|
4556
|
+
readonly conditions?: readonly {
|
|
4557
|
+
readonly lastTransitionTime: string;
|
|
4558
|
+
readonly message: string;
|
|
4559
|
+
readonly observedGeneration?: number | undefined;
|
|
4560
|
+
readonly reason: string;
|
|
4561
|
+
readonly status: string;
|
|
4562
|
+
readonly type: string;
|
|
4563
|
+
}[] | undefined;
|
|
4564
|
+
readonly notAfter?: string | undefined;
|
|
4565
|
+
readonly notBefore?: string | undefined;
|
|
4566
|
+
} | undefined;
|
|
4567
|
+
}, Conflict | NotFound | UnprocessableEntity, any>;
|
|
2410
4568
|
export declare const WatchCertificatesV1CertificateSigningRequestInput: Schema.Struct<{}>;
|
|
2411
4569
|
export type WatchCertificatesV1CertificateSigningRequestInput = typeof WatchCertificatesV1CertificateSigningRequestInput.Type;
|
|
2412
4570
|
export declare const WatchCertificatesV1CertificateSigningRequestOutput: Schema.Struct<{
|
|
@@ -2417,7 +4575,10 @@ export type WatchCertificatesV1CertificateSigningRequestOutput = typeof WatchCer
|
|
|
2417
4575
|
/**
|
|
2418
4576
|
* watch changes to an object of kind CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
2419
4577
|
*/
|
|
2420
|
-
export declare const watchCertificatesV1CertificateSigningRequest:
|
|
4578
|
+
export declare const watchCertificatesV1CertificateSigningRequest: API.OperationMethod<{}, {
|
|
4579
|
+
readonly object: unknown;
|
|
4580
|
+
readonly type: string;
|
|
4581
|
+
}, never, any>;
|
|
2421
4582
|
export declare const WatchCertificatesV1CertificateSigningRequestListInput: Schema.Struct<{}>;
|
|
2422
4583
|
export type WatchCertificatesV1CertificateSigningRequestListInput = typeof WatchCertificatesV1CertificateSigningRequestListInput.Type;
|
|
2423
4584
|
export declare const WatchCertificatesV1CertificateSigningRequestListOutput: Schema.Struct<{
|
|
@@ -2428,7 +4589,10 @@ export type WatchCertificatesV1CertificateSigningRequestListOutput = typeof Watc
|
|
|
2428
4589
|
/**
|
|
2429
4590
|
* watch individual changes to a list of CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead.
|
|
2430
4591
|
*/
|
|
2431
|
-
export declare const watchCertificatesV1CertificateSigningRequestList:
|
|
4592
|
+
export declare const watchCertificatesV1CertificateSigningRequestList: API.OperationMethod<{}, {
|
|
4593
|
+
readonly object: unknown;
|
|
4594
|
+
readonly type: string;
|
|
4595
|
+
}, never, any>;
|
|
2432
4596
|
export declare const WatchCertificatesV1alpha1ClusterTrustBundleInput: Schema.Struct<{}>;
|
|
2433
4597
|
export type WatchCertificatesV1alpha1ClusterTrustBundleInput = typeof WatchCertificatesV1alpha1ClusterTrustBundleInput.Type;
|
|
2434
4598
|
export declare const WatchCertificatesV1alpha1ClusterTrustBundleOutput: Schema.Struct<{
|
|
@@ -2439,7 +4603,10 @@ export type WatchCertificatesV1alpha1ClusterTrustBundleOutput = typeof WatchCert
|
|
|
2439
4603
|
/**
|
|
2440
4604
|
* watch changes to an object of kind ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
2441
4605
|
*/
|
|
2442
|
-
export declare const watchCertificatesV1alpha1ClusterTrustBundle:
|
|
4606
|
+
export declare const watchCertificatesV1alpha1ClusterTrustBundle: API.OperationMethod<{}, {
|
|
4607
|
+
readonly object: unknown;
|
|
4608
|
+
readonly type: string;
|
|
4609
|
+
}, never, any>;
|
|
2443
4610
|
export declare const WatchCertificatesV1alpha1ClusterTrustBundleListInput: Schema.Struct<{}>;
|
|
2444
4611
|
export type WatchCertificatesV1alpha1ClusterTrustBundleListInput = typeof WatchCertificatesV1alpha1ClusterTrustBundleListInput.Type;
|
|
2445
4612
|
export declare const WatchCertificatesV1alpha1ClusterTrustBundleListOutput: Schema.Struct<{
|
|
@@ -2450,7 +4617,10 @@ export type WatchCertificatesV1alpha1ClusterTrustBundleListOutput = typeof Watch
|
|
|
2450
4617
|
/**
|
|
2451
4618
|
* watch individual changes to a list of ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead.
|
|
2452
4619
|
*/
|
|
2453
|
-
export declare const watchCertificatesV1alpha1ClusterTrustBundleList:
|
|
4620
|
+
export declare const watchCertificatesV1alpha1ClusterTrustBundleList: API.OperationMethod<{}, {
|
|
4621
|
+
readonly object: unknown;
|
|
4622
|
+
readonly type: string;
|
|
4623
|
+
}, never, any>;
|
|
2454
4624
|
export declare const WatchCertificatesV1beta1ClusterTrustBundleInput: Schema.Struct<{}>;
|
|
2455
4625
|
export type WatchCertificatesV1beta1ClusterTrustBundleInput = typeof WatchCertificatesV1beta1ClusterTrustBundleInput.Type;
|
|
2456
4626
|
export declare const WatchCertificatesV1beta1ClusterTrustBundleOutput: Schema.Struct<{
|
|
@@ -2461,7 +4631,10 @@ export type WatchCertificatesV1beta1ClusterTrustBundleOutput = typeof WatchCerti
|
|
|
2461
4631
|
/**
|
|
2462
4632
|
* watch changes to an object of kind ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
2463
4633
|
*/
|
|
2464
|
-
export declare const watchCertificatesV1beta1ClusterTrustBundle:
|
|
4634
|
+
export declare const watchCertificatesV1beta1ClusterTrustBundle: API.OperationMethod<{}, {
|
|
4635
|
+
readonly object: unknown;
|
|
4636
|
+
readonly type: string;
|
|
4637
|
+
}, never, any>;
|
|
2465
4638
|
export declare const WatchCertificatesV1beta1ClusterTrustBundleListInput: Schema.Struct<{}>;
|
|
2466
4639
|
export type WatchCertificatesV1beta1ClusterTrustBundleListInput = typeof WatchCertificatesV1beta1ClusterTrustBundleListInput.Type;
|
|
2467
4640
|
export declare const WatchCertificatesV1beta1ClusterTrustBundleListOutput: Schema.Struct<{
|
|
@@ -2472,7 +4645,10 @@ export type WatchCertificatesV1beta1ClusterTrustBundleListOutput = typeof WatchC
|
|
|
2472
4645
|
/**
|
|
2473
4646
|
* watch individual changes to a list of ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead.
|
|
2474
4647
|
*/
|
|
2475
|
-
export declare const watchCertificatesV1beta1ClusterTrustBundleList:
|
|
4648
|
+
export declare const watchCertificatesV1beta1ClusterTrustBundleList: API.OperationMethod<{}, {
|
|
4649
|
+
readonly object: unknown;
|
|
4650
|
+
readonly type: string;
|
|
4651
|
+
}, never, any>;
|
|
2476
4652
|
export declare const WatchCertificatesV1beta1NamespacedPodCertificateRequestInput: Schema.Struct<{}>;
|
|
2477
4653
|
export type WatchCertificatesV1beta1NamespacedPodCertificateRequestInput = typeof WatchCertificatesV1beta1NamespacedPodCertificateRequestInput.Type;
|
|
2478
4654
|
export declare const WatchCertificatesV1beta1NamespacedPodCertificateRequestOutput: Schema.Struct<{
|
|
@@ -2483,7 +4659,10 @@ export type WatchCertificatesV1beta1NamespacedPodCertificateRequestOutput = type
|
|
|
2483
4659
|
/**
|
|
2484
4660
|
* watch changes to an object of kind PodCertificateRequest. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
|
|
2485
4661
|
*/
|
|
2486
|
-
export declare const watchCertificatesV1beta1NamespacedPodCertificateRequest:
|
|
4662
|
+
export declare const watchCertificatesV1beta1NamespacedPodCertificateRequest: API.OperationMethod<{}, {
|
|
4663
|
+
readonly object: unknown;
|
|
4664
|
+
readonly type: string;
|
|
4665
|
+
}, never, any>;
|
|
2487
4666
|
export declare const WatchCertificatesV1beta1NamespacedPodCertificateRequestListInput: Schema.Struct<{}>;
|
|
2488
4667
|
export type WatchCertificatesV1beta1NamespacedPodCertificateRequestListInput = typeof WatchCertificatesV1beta1NamespacedPodCertificateRequestListInput.Type;
|
|
2489
4668
|
export declare const WatchCertificatesV1beta1NamespacedPodCertificateRequestListOutput: Schema.Struct<{
|
|
@@ -2494,7 +4673,10 @@ export type WatchCertificatesV1beta1NamespacedPodCertificateRequestListOutput =
|
|
|
2494
4673
|
/**
|
|
2495
4674
|
* watch individual changes to a list of PodCertificateRequest. deprecated: use the 'watch' parameter with a list operation instead.
|
|
2496
4675
|
*/
|
|
2497
|
-
export declare const watchCertificatesV1beta1NamespacedPodCertificateRequestList:
|
|
4676
|
+
export declare const watchCertificatesV1beta1NamespacedPodCertificateRequestList: API.OperationMethod<{}, {
|
|
4677
|
+
readonly object: unknown;
|
|
4678
|
+
readonly type: string;
|
|
4679
|
+
}, never, any>;
|
|
2498
4680
|
export declare const WatchCertificatesV1beta1PodCertificateRequestListForAllNamespacesInput: Schema.Struct<{}>;
|
|
2499
4681
|
export type WatchCertificatesV1beta1PodCertificateRequestListForAllNamespacesInput = typeof WatchCertificatesV1beta1PodCertificateRequestListForAllNamespacesInput.Type;
|
|
2500
4682
|
export declare const WatchCertificatesV1beta1PodCertificateRequestListForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -2505,5 +4687,8 @@ export type WatchCertificatesV1beta1PodCertificateRequestListForAllNamespacesOut
|
|
|
2505
4687
|
/**
|
|
2506
4688
|
* watch individual changes to a list of PodCertificateRequest. deprecated: use the 'watch' parameter with a list operation instead.
|
|
2507
4689
|
*/
|
|
2508
|
-
export declare const watchCertificatesV1beta1PodCertificateRequestListForAllNamespaces:
|
|
4690
|
+
export declare const watchCertificatesV1beta1PodCertificateRequestListForAllNamespaces: API.OperationMethod<{}, {
|
|
4691
|
+
readonly object: unknown;
|
|
4692
|
+
readonly type: string;
|
|
4693
|
+
}, never, any>;
|
|
2509
4694
|
//# sourceMappingURL=certificates.d.ts.map
|