@distilled.cloud/kubernetes 0.25.1 → 0.25.2
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 +97 -97
- package/lib/services/admissionregistration.d.ts.map +1 -1
- package/lib/services/apiextensions.d.ts +14 -14
- package/lib/services/apiextensions.d.ts.map +1 -1
- package/lib/services/apiregistration.d.ts +14 -14
- package/lib/services/apiregistration.d.ts.map +1 -1
- package/lib/services/apps.d.ts +78 -78
- package/lib/services/apps.d.ts.map +1 -1
- package/lib/services/authentication.d.ts +4 -4
- package/lib/services/authentication.d.ts.map +1 -1
- package/lib/services/authorization.d.ts +6 -6
- package/lib/services/authorization.d.ts.map +1 -1
- package/lib/services/autoscaling.d.ts +31 -31
- package/lib/services/autoscaling.d.ts.map +1 -1
- package/lib/services/batch.d.ts +30 -30
- package/lib/services/batch.d.ts.map +1 -1
- package/lib/services/certificates.d.ts +51 -51
- package/lib/services/certificates.d.ts.map +1 -1
- package/lib/services/coordination.d.ts +37 -37
- package/lib/services/coordination.d.ts.map +1 -1
- package/lib/services/core.d.ts +243 -243
- package/lib/services/core.d.ts.map +1 -1
- package/lib/services/discovery.d.ts +13 -13
- package/lib/services/discovery.d.ts.map +1 -1
- package/lib/services/events.d.ts +13 -13
- package/lib/services/events.d.ts.map +1 -1
- package/lib/services/flowcontrol-apiserver.d.ts +26 -26
- package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
- package/lib/services/internal-apiserver.d.ts +14 -14
- package/lib/services/internal-apiserver.d.ts.map +1 -1
- package/lib/services/networking.d.ts +79 -79
- package/lib/services/networking.d.ts.map +1 -1
- package/lib/services/node.d.ts +11 -11
- package/lib/services/node.d.ts.map +1 -1
- package/lib/services/policy.d.ts +16 -16
- package/lib/services/policy.d.ts.map +1 -1
- package/lib/services/rbac-authorization.d.ts +42 -42
- package/lib/services/rbac-authorization.d.ts.map +1 -1
- package/lib/services/resource.d.ts +170 -170
- package/lib/services/resource.d.ts.map +1 -1
- package/lib/services/scheduling.d.ts +37 -37
- package/lib/services/scheduling.d.ts.map +1 -1
- package/lib/services/storage.d.ts +71 -71
- package/lib/services/storage.d.ts.map +1 -1
- package/lib/services/storagemigration.d.ts +14 -14
- package/lib/services/storagemigration.d.ts.map +1 -1
- package/package.json +2 -2
package/lib/services/apps.d.ts
CHANGED
|
@@ -186,7 +186,7 @@ export declare const createAppsV1NamespacedControllerRevision: API.OperationMeth
|
|
|
186
186
|
readonly uid?: string | undefined;
|
|
187
187
|
} | undefined;
|
|
188
188
|
readonly revision: number;
|
|
189
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
189
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
190
190
|
export declare const CreateAppsV1NamespacedDaemonSetInput: Schema.Struct<{
|
|
191
191
|
readonly namespace: Schema.String;
|
|
192
192
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -6326,7 +6326,7 @@ export declare const createAppsV1NamespacedDaemonSet: API.OperationMethod<{
|
|
|
6326
6326
|
readonly observedGeneration?: number | undefined;
|
|
6327
6327
|
readonly updatedNumberScheduled?: number | undefined;
|
|
6328
6328
|
} | undefined;
|
|
6329
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
6329
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
6330
6330
|
export declare const CreateAppsV1NamespacedDeploymentInput: Schema.Struct<{
|
|
6331
6331
|
readonly namespace: Schema.String;
|
|
6332
6332
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -12478,7 +12478,7 @@ export declare const createAppsV1NamespacedDeployment: API.OperationMethod<{
|
|
|
12478
12478
|
readonly unavailableReplicas?: number | undefined;
|
|
12479
12479
|
readonly updatedReplicas?: number | undefined;
|
|
12480
12480
|
} | undefined;
|
|
12481
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
12481
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
12482
12482
|
export declare const CreateAppsV1NamespacedReplicaSetInput: Schema.Struct<{
|
|
12483
12483
|
readonly namespace: Schema.String;
|
|
12484
12484
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -18578,7 +18578,7 @@ export declare const createAppsV1NamespacedReplicaSet: API.OperationMethod<{
|
|
|
18578
18578
|
readonly replicas: number;
|
|
18579
18579
|
readonly terminatingReplicas?: number | undefined;
|
|
18580
18580
|
} | undefined;
|
|
18581
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
18581
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
18582
18582
|
export declare const CreateAppsV1NamespacedStatefulSetInput: Schema.Struct<{
|
|
18583
18583
|
readonly namespace: Schema.String;
|
|
18584
18584
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25134,7 +25134,7 @@ export declare const createAppsV1NamespacedStatefulSet: API.OperationMethod<{
|
|
|
25134
25134
|
readonly updateRevision?: string | undefined;
|
|
25135
25135
|
readonly updatedReplicas?: number | undefined;
|
|
25136
25136
|
} | undefined;
|
|
25137
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
25137
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
25138
25138
|
export declare const DeleteAppsV1CollectionNamespacedControllerRevisionInput: Schema.Struct<{
|
|
25139
25139
|
readonly namespace: Schema.String;
|
|
25140
25140
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25302,7 +25302,7 @@ export declare const deleteAppsV1CollectionNamespacedControllerRevision: API.Ope
|
|
|
25302
25302
|
} | undefined;
|
|
25303
25303
|
readonly reason?: string | undefined;
|
|
25304
25304
|
readonly status?: string | undefined;
|
|
25305
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
25305
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
25306
25306
|
export declare const DeleteAppsV1CollectionNamespacedDaemonSetInput: Schema.Struct<{
|
|
25307
25307
|
readonly namespace: Schema.String;
|
|
25308
25308
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25470,7 +25470,7 @@ export declare const deleteAppsV1CollectionNamespacedDaemonSet: API.OperationMet
|
|
|
25470
25470
|
} | undefined;
|
|
25471
25471
|
readonly reason?: string | undefined;
|
|
25472
25472
|
readonly status?: string | undefined;
|
|
25473
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
25473
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
25474
25474
|
export declare const DeleteAppsV1CollectionNamespacedDeploymentInput: Schema.Struct<{
|
|
25475
25475
|
readonly namespace: Schema.String;
|
|
25476
25476
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25638,7 +25638,7 @@ export declare const deleteAppsV1CollectionNamespacedDeployment: API.OperationMe
|
|
|
25638
25638
|
} | undefined;
|
|
25639
25639
|
readonly reason?: string | undefined;
|
|
25640
25640
|
readonly status?: string | undefined;
|
|
25641
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
25641
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
25642
25642
|
export declare const DeleteAppsV1CollectionNamespacedReplicaSetInput: Schema.Struct<{
|
|
25643
25643
|
readonly namespace: Schema.String;
|
|
25644
25644
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25806,7 +25806,7 @@ export declare const deleteAppsV1CollectionNamespacedReplicaSet: API.OperationMe
|
|
|
25806
25806
|
} | undefined;
|
|
25807
25807
|
readonly reason?: string | undefined;
|
|
25808
25808
|
readonly status?: string | undefined;
|
|
25809
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
25809
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
25810
25810
|
export declare const DeleteAppsV1CollectionNamespacedStatefulSetInput: Schema.Struct<{
|
|
25811
25811
|
readonly namespace: Schema.String;
|
|
25812
25812
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25974,7 +25974,7 @@ export declare const deleteAppsV1CollectionNamespacedStatefulSet: API.OperationM
|
|
|
25974
25974
|
} | undefined;
|
|
25975
25975
|
readonly reason?: string | undefined;
|
|
25976
25976
|
readonly status?: string | undefined;
|
|
25977
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
25977
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
25978
25978
|
export declare const DeleteAppsV1NamespacedControllerRevisionInput: Schema.Struct<{
|
|
25979
25979
|
readonly name: Schema.String;
|
|
25980
25980
|
readonly namespace: Schema.String;
|
|
@@ -26077,7 +26077,7 @@ export declare const deleteAppsV1NamespacedControllerRevision: API.OperationMeth
|
|
|
26077
26077
|
} | undefined;
|
|
26078
26078
|
readonly reason?: string | undefined;
|
|
26079
26079
|
readonly status?: string | undefined;
|
|
26080
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
26080
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
26081
26081
|
export declare const DeleteAppsV1NamespacedDaemonSetInput: Schema.Struct<{
|
|
26082
26082
|
readonly name: Schema.String;
|
|
26083
26083
|
readonly namespace: Schema.String;
|
|
@@ -26180,7 +26180,7 @@ export declare const deleteAppsV1NamespacedDaemonSet: API.OperationMethod<{
|
|
|
26180
26180
|
} | undefined;
|
|
26181
26181
|
readonly reason?: string | undefined;
|
|
26182
26182
|
readonly status?: string | undefined;
|
|
26183
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
26183
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
26184
26184
|
export declare const DeleteAppsV1NamespacedDeploymentInput: Schema.Struct<{
|
|
26185
26185
|
readonly name: Schema.String;
|
|
26186
26186
|
readonly namespace: Schema.String;
|
|
@@ -26283,7 +26283,7 @@ export declare const deleteAppsV1NamespacedDeployment: API.OperationMethod<{
|
|
|
26283
26283
|
} | undefined;
|
|
26284
26284
|
readonly reason?: string | undefined;
|
|
26285
26285
|
readonly status?: string | undefined;
|
|
26286
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
26286
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
26287
26287
|
export declare const DeleteAppsV1NamespacedReplicaSetInput: Schema.Struct<{
|
|
26288
26288
|
readonly name: Schema.String;
|
|
26289
26289
|
readonly namespace: Schema.String;
|
|
@@ -26386,7 +26386,7 @@ export declare const deleteAppsV1NamespacedReplicaSet: API.OperationMethod<{
|
|
|
26386
26386
|
} | undefined;
|
|
26387
26387
|
readonly reason?: string | undefined;
|
|
26388
26388
|
readonly status?: string | undefined;
|
|
26389
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
26389
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
26390
26390
|
export declare const DeleteAppsV1NamespacedStatefulSetInput: Schema.Struct<{
|
|
26391
26391
|
readonly name: Schema.String;
|
|
26392
26392
|
readonly namespace: Schema.String;
|
|
@@ -26489,7 +26489,7 @@ export declare const deleteAppsV1NamespacedStatefulSet: API.OperationMethod<{
|
|
|
26489
26489
|
} | undefined;
|
|
26490
26490
|
readonly reason?: string | undefined;
|
|
26491
26491
|
readonly status?: string | undefined;
|
|
26492
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
26492
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
26493
26493
|
export declare const GetAppsAPIGroupInput: Schema.Struct<{}>;
|
|
26494
26494
|
export type GetAppsAPIGroupInput = typeof GetAppsAPIGroupInput.Type;
|
|
26495
26495
|
export declare const GetAppsAPIGroupOutput: Schema.Struct<{
|
|
@@ -26529,7 +26529,7 @@ export declare const getAppsAPIGroup: API.OperationMethod<{}, {
|
|
|
26529
26529
|
readonly groupVersion: string;
|
|
26530
26530
|
readonly version: string;
|
|
26531
26531
|
}[];
|
|
26532
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
26532
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
26533
26533
|
export declare const GetAppsV1APIResourcesInput: Schema.Struct<{}>;
|
|
26534
26534
|
export type GetAppsV1APIResourcesInput = typeof GetAppsV1APIResourcesInput.Type;
|
|
26535
26535
|
export declare const GetAppsV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -26569,7 +26569,7 @@ export declare const getAppsV1APIResources: API.OperationMethod<{}, {
|
|
|
26569
26569
|
readonly verbs: readonly string[];
|
|
26570
26570
|
readonly version?: string | undefined;
|
|
26571
26571
|
}[];
|
|
26572
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
26572
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
26573
26573
|
export declare const ListAppsV1ControllerRevisionForAllNamespacesInput: Schema.Struct<{
|
|
26574
26574
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
26575
26575
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -26761,7 +26761,7 @@ export declare const listAppsV1ControllerRevisionForAllNamespaces: API.Operation
|
|
|
26761
26761
|
readonly selector: string;
|
|
26762
26762
|
} | undefined;
|
|
26763
26763
|
} | undefined;
|
|
26764
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
26764
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
26765
26765
|
export declare const ListAppsV1DaemonSetForAllNamespacesInput: Schema.Struct<{
|
|
26766
26766
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
26767
26767
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -29933,7 +29933,7 @@ export declare const listAppsV1DaemonSetForAllNamespaces: API.OperationMethod<{
|
|
|
29933
29933
|
readonly selector: string;
|
|
29934
29934
|
} | undefined;
|
|
29935
29935
|
} | undefined;
|
|
29936
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
29936
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
29937
29937
|
export declare const ListAppsV1DeploymentForAllNamespacesInput: Schema.Struct<{
|
|
29938
29938
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
29939
29939
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -33111,7 +33111,7 @@ export declare const listAppsV1DeploymentForAllNamespaces: API.OperationMethod<{
|
|
|
33111
33111
|
readonly selector: string;
|
|
33112
33112
|
} | undefined;
|
|
33113
33113
|
} | undefined;
|
|
33114
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
33114
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
33115
33115
|
export declare const ListAppsV1NamespacedControllerRevisionInput: Schema.Struct<{
|
|
33116
33116
|
readonly namespace: Schema.String;
|
|
33117
33117
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -33306,7 +33306,7 @@ export declare const listAppsV1NamespacedControllerRevision: API.OperationMethod
|
|
|
33306
33306
|
readonly selector: string;
|
|
33307
33307
|
} | undefined;
|
|
33308
33308
|
} | undefined;
|
|
33309
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
33309
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
33310
33310
|
export declare const ListAppsV1NamespacedDaemonSetInput: Schema.Struct<{
|
|
33311
33311
|
readonly namespace: Schema.String;
|
|
33312
33312
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -36481,7 +36481,7 @@ export declare const listAppsV1NamespacedDaemonSet: API.OperationMethod<{
|
|
|
36481
36481
|
readonly selector: string;
|
|
36482
36482
|
} | undefined;
|
|
36483
36483
|
} | undefined;
|
|
36484
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
36484
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
36485
36485
|
export declare const ListAppsV1NamespacedDeploymentInput: Schema.Struct<{
|
|
36486
36486
|
readonly namespace: Schema.String;
|
|
36487
36487
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -39662,7 +39662,7 @@ export declare const listAppsV1NamespacedDeployment: API.OperationMethod<{
|
|
|
39662
39662
|
readonly selector: string;
|
|
39663
39663
|
} | undefined;
|
|
39664
39664
|
} | undefined;
|
|
39665
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
39665
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
39666
39666
|
export declare const ListAppsV1NamespacedReplicaSetInput: Schema.Struct<{
|
|
39667
39667
|
readonly namespace: Schema.String;
|
|
39668
39668
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -42817,7 +42817,7 @@ export declare const listAppsV1NamespacedReplicaSet: API.OperationMethod<{
|
|
|
42817
42817
|
readonly selector: string;
|
|
42818
42818
|
} | undefined;
|
|
42819
42819
|
} | undefined;
|
|
42820
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
42820
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
42821
42821
|
export declare const ListAppsV1NamespacedStatefulSetInput: Schema.Struct<{
|
|
42822
42822
|
readonly namespace: Schema.String;
|
|
42823
42823
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -46200,7 +46200,7 @@ export declare const listAppsV1NamespacedStatefulSet: API.OperationMethod<{
|
|
|
46200
46200
|
readonly selector: string;
|
|
46201
46201
|
} | undefined;
|
|
46202
46202
|
} | undefined;
|
|
46203
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
46203
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
46204
46204
|
export declare const ListAppsV1ReplicaSetForAllNamespacesInput: Schema.Struct<{
|
|
46205
46205
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
46206
46206
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -49352,7 +49352,7 @@ export declare const listAppsV1ReplicaSetForAllNamespaces: API.OperationMethod<{
|
|
|
49352
49352
|
readonly selector: string;
|
|
49353
49353
|
} | undefined;
|
|
49354
49354
|
} | undefined;
|
|
49355
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
49355
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
49356
49356
|
export declare const ListAppsV1StatefulSetForAllNamespacesInput: Schema.Struct<{
|
|
49357
49357
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
49358
49358
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -52732,7 +52732,7 @@ export declare const listAppsV1StatefulSetForAllNamespaces: API.OperationMethod<
|
|
|
52732
52732
|
readonly selector: string;
|
|
52733
52733
|
} | undefined;
|
|
52734
52734
|
} | undefined;
|
|
52735
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
52735
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
52736
52736
|
export declare const PatchAppsV1NamespacedControllerRevisionInput: Schema.Struct<{
|
|
52737
52737
|
readonly name: Schema.String;
|
|
52738
52738
|
readonly namespace: Schema.String;
|
|
@@ -52842,7 +52842,7 @@ export declare const patchAppsV1NamespacedControllerRevision: API.OperationMetho
|
|
|
52842
52842
|
readonly uid?: string | undefined;
|
|
52843
52843
|
} | undefined;
|
|
52844
52844
|
readonly revision: number;
|
|
52845
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
52845
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
52846
52846
|
export declare const PatchAppsV1NamespacedDaemonSetInput: Schema.Struct<{
|
|
52847
52847
|
readonly name: Schema.String;
|
|
52848
52848
|
readonly namespace: Schema.String;
|
|
@@ -55932,7 +55932,7 @@ export declare const patchAppsV1NamespacedDaemonSet: API.OperationMethod<{
|
|
|
55932
55932
|
readonly observedGeneration?: number | undefined;
|
|
55933
55933
|
readonly updatedNumberScheduled?: number | undefined;
|
|
55934
55934
|
} | undefined;
|
|
55935
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
55935
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
55936
55936
|
export declare const PatchAppsV1NamespacedDaemonSetStatusInput: Schema.Struct<{
|
|
55937
55937
|
readonly name: Schema.String;
|
|
55938
55938
|
readonly namespace: Schema.String;
|
|
@@ -59022,7 +59022,7 @@ export declare const patchAppsV1NamespacedDaemonSetStatus: API.OperationMethod<{
|
|
|
59022
59022
|
readonly observedGeneration?: number | undefined;
|
|
59023
59023
|
readonly updatedNumberScheduled?: number | undefined;
|
|
59024
59024
|
} | undefined;
|
|
59025
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
59025
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
59026
59026
|
export declare const PatchAppsV1NamespacedDeploymentInput: Schema.Struct<{
|
|
59027
59027
|
readonly name: Schema.String;
|
|
59028
59028
|
readonly namespace: Schema.String;
|
|
@@ -62118,7 +62118,7 @@ export declare const patchAppsV1NamespacedDeployment: API.OperationMethod<{
|
|
|
62118
62118
|
readonly unavailableReplicas?: number | undefined;
|
|
62119
62119
|
readonly updatedReplicas?: number | undefined;
|
|
62120
62120
|
} | undefined;
|
|
62121
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
62121
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
62122
62122
|
export declare const PatchAppsV1NamespacedDeploymentScaleInput: Schema.Struct<{
|
|
62123
62123
|
readonly name: Schema.String;
|
|
62124
62124
|
readonly namespace: Schema.String;
|
|
@@ -62238,7 +62238,7 @@ export declare const patchAppsV1NamespacedDeploymentScale: API.OperationMethod<{
|
|
|
62238
62238
|
readonly replicas: number;
|
|
62239
62239
|
readonly selector?: string | undefined;
|
|
62240
62240
|
} | undefined;
|
|
62241
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
62241
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
62242
62242
|
export declare const PatchAppsV1NamespacedDeploymentStatusInput: Schema.Struct<{
|
|
62243
62243
|
readonly name: Schema.String;
|
|
62244
62244
|
readonly namespace: Schema.String;
|
|
@@ -65334,7 +65334,7 @@ export declare const patchAppsV1NamespacedDeploymentStatus: API.OperationMethod<
|
|
|
65334
65334
|
readonly unavailableReplicas?: number | undefined;
|
|
65335
65335
|
readonly updatedReplicas?: number | undefined;
|
|
65336
65336
|
} | undefined;
|
|
65337
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
65337
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
65338
65338
|
export declare const PatchAppsV1NamespacedReplicaSetInput: Schema.Struct<{
|
|
65339
65339
|
readonly name: Schema.String;
|
|
65340
65340
|
readonly namespace: Schema.String;
|
|
@@ -68404,7 +68404,7 @@ export declare const patchAppsV1NamespacedReplicaSet: API.OperationMethod<{
|
|
|
68404
68404
|
readonly replicas: number;
|
|
68405
68405
|
readonly terminatingReplicas?: number | undefined;
|
|
68406
68406
|
} | undefined;
|
|
68407
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
68407
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
68408
68408
|
export declare const PatchAppsV1NamespacedReplicaSetScaleInput: Schema.Struct<{
|
|
68409
68409
|
readonly name: Schema.String;
|
|
68410
68410
|
readonly namespace: Schema.String;
|
|
@@ -68524,7 +68524,7 @@ export declare const patchAppsV1NamespacedReplicaSetScale: API.OperationMethod<{
|
|
|
68524
68524
|
readonly replicas: number;
|
|
68525
68525
|
readonly selector?: string | undefined;
|
|
68526
68526
|
} | undefined;
|
|
68527
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
68527
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
68528
68528
|
export declare const PatchAppsV1NamespacedReplicaSetStatusInput: Schema.Struct<{
|
|
68529
68529
|
readonly name: Schema.String;
|
|
68530
68530
|
readonly namespace: Schema.String;
|
|
@@ -71594,7 +71594,7 @@ export declare const patchAppsV1NamespacedReplicaSetStatus: API.OperationMethod<
|
|
|
71594
71594
|
readonly replicas: number;
|
|
71595
71595
|
readonly terminatingReplicas?: number | undefined;
|
|
71596
71596
|
} | undefined;
|
|
71597
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
71597
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
71598
71598
|
export declare const PatchAppsV1NamespacedStatefulSetInput: Schema.Struct<{
|
|
71599
71599
|
readonly name: Schema.String;
|
|
71600
71600
|
readonly namespace: Schema.String;
|
|
@@ -74892,7 +74892,7 @@ export declare const patchAppsV1NamespacedStatefulSet: API.OperationMethod<{
|
|
|
74892
74892
|
readonly updateRevision?: string | undefined;
|
|
74893
74893
|
readonly updatedReplicas?: number | undefined;
|
|
74894
74894
|
} | undefined;
|
|
74895
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
74895
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
74896
74896
|
export declare const PatchAppsV1NamespacedStatefulSetScaleInput: Schema.Struct<{
|
|
74897
74897
|
readonly name: Schema.String;
|
|
74898
74898
|
readonly namespace: Schema.String;
|
|
@@ -75012,7 +75012,7 @@ export declare const patchAppsV1NamespacedStatefulSetScale: API.OperationMethod<
|
|
|
75012
75012
|
readonly replicas: number;
|
|
75013
75013
|
readonly selector?: string | undefined;
|
|
75014
75014
|
} | undefined;
|
|
75015
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
75015
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
75016
75016
|
export declare const PatchAppsV1NamespacedStatefulSetStatusInput: Schema.Struct<{
|
|
75017
75017
|
readonly name: Schema.String;
|
|
75018
75018
|
readonly namespace: Schema.String;
|
|
@@ -78310,7 +78310,7 @@ export declare const patchAppsV1NamespacedStatefulSetStatus: API.OperationMethod
|
|
|
78310
78310
|
readonly updateRevision?: string | undefined;
|
|
78311
78311
|
readonly updatedReplicas?: number | undefined;
|
|
78312
78312
|
} | undefined;
|
|
78313
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
78313
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
78314
78314
|
export declare const ReadAppsV1NamespacedControllerRevisionInput: Schema.Struct<{
|
|
78315
78315
|
readonly name: Schema.String;
|
|
78316
78316
|
readonly namespace: Schema.String;
|
|
@@ -78408,7 +78408,7 @@ export declare const readAppsV1NamespacedControllerRevision: API.OperationMethod
|
|
|
78408
78408
|
readonly uid?: string | undefined;
|
|
78409
78409
|
} | undefined;
|
|
78410
78410
|
readonly revision: number;
|
|
78411
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
78411
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
78412
78412
|
export declare const ReadAppsV1NamespacedDaemonSetInput: Schema.Struct<{
|
|
78413
78413
|
readonly name: Schema.String;
|
|
78414
78414
|
readonly namespace: Schema.String;
|
|
@@ -81486,7 +81486,7 @@ export declare const readAppsV1NamespacedDaemonSet: API.OperationMethod<{
|
|
|
81486
81486
|
readonly observedGeneration?: number | undefined;
|
|
81487
81487
|
readonly updatedNumberScheduled?: number | undefined;
|
|
81488
81488
|
} | undefined;
|
|
81489
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
81489
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
81490
81490
|
export declare const ReadAppsV1NamespacedDaemonSetStatusInput: Schema.Struct<{
|
|
81491
81491
|
readonly name: Schema.String;
|
|
81492
81492
|
readonly namespace: Schema.String;
|
|
@@ -84564,7 +84564,7 @@ export declare const readAppsV1NamespacedDaemonSetStatus: API.OperationMethod<{
|
|
|
84564
84564
|
readonly observedGeneration?: number | undefined;
|
|
84565
84565
|
readonly updatedNumberScheduled?: number | undefined;
|
|
84566
84566
|
} | undefined;
|
|
84567
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
84567
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
84568
84568
|
export declare const ReadAppsV1NamespacedDeploymentInput: Schema.Struct<{
|
|
84569
84569
|
readonly name: Schema.String;
|
|
84570
84570
|
readonly namespace: Schema.String;
|
|
@@ -87648,7 +87648,7 @@ export declare const readAppsV1NamespacedDeployment: API.OperationMethod<{
|
|
|
87648
87648
|
readonly unavailableReplicas?: number | undefined;
|
|
87649
87649
|
readonly updatedReplicas?: number | undefined;
|
|
87650
87650
|
} | undefined;
|
|
87651
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
87651
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
87652
87652
|
export declare const ReadAppsV1NamespacedDeploymentScaleInput: Schema.Struct<{
|
|
87653
87653
|
readonly name: Schema.String;
|
|
87654
87654
|
readonly namespace: Schema.String;
|
|
@@ -87756,7 +87756,7 @@ export declare const readAppsV1NamespacedDeploymentScale: API.OperationMethod<{
|
|
|
87756
87756
|
readonly replicas: number;
|
|
87757
87757
|
readonly selector?: string | undefined;
|
|
87758
87758
|
} | undefined;
|
|
87759
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
87759
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
87760
87760
|
export declare const ReadAppsV1NamespacedDeploymentStatusInput: Schema.Struct<{
|
|
87761
87761
|
readonly name: Schema.String;
|
|
87762
87762
|
readonly namespace: Schema.String;
|
|
@@ -90840,7 +90840,7 @@ export declare const readAppsV1NamespacedDeploymentStatus: API.OperationMethod<{
|
|
|
90840
90840
|
readonly unavailableReplicas?: number | undefined;
|
|
90841
90841
|
readonly updatedReplicas?: number | undefined;
|
|
90842
90842
|
} | undefined;
|
|
90843
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
90843
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
90844
90844
|
export declare const ReadAppsV1NamespacedReplicaSetInput: Schema.Struct<{
|
|
90845
90845
|
readonly name: Schema.String;
|
|
90846
90846
|
readonly namespace: Schema.String;
|
|
@@ -93898,7 +93898,7 @@ export declare const readAppsV1NamespacedReplicaSet: API.OperationMethod<{
|
|
|
93898
93898
|
readonly replicas: number;
|
|
93899
93899
|
readonly terminatingReplicas?: number | undefined;
|
|
93900
93900
|
} | undefined;
|
|
93901
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
93901
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
93902
93902
|
export declare const ReadAppsV1NamespacedReplicaSetScaleInput: Schema.Struct<{
|
|
93903
93903
|
readonly name: Schema.String;
|
|
93904
93904
|
readonly namespace: Schema.String;
|
|
@@ -94006,7 +94006,7 @@ export declare const readAppsV1NamespacedReplicaSetScale: API.OperationMethod<{
|
|
|
94006
94006
|
readonly replicas: number;
|
|
94007
94007
|
readonly selector?: string | undefined;
|
|
94008
94008
|
} | undefined;
|
|
94009
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
94009
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
94010
94010
|
export declare const ReadAppsV1NamespacedReplicaSetStatusInput: Schema.Struct<{
|
|
94011
94011
|
readonly name: Schema.String;
|
|
94012
94012
|
readonly namespace: Schema.String;
|
|
@@ -97064,7 +97064,7 @@ export declare const readAppsV1NamespacedReplicaSetStatus: API.OperationMethod<{
|
|
|
97064
97064
|
readonly replicas: number;
|
|
97065
97065
|
readonly terminatingReplicas?: number | undefined;
|
|
97066
97066
|
} | undefined;
|
|
97067
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
97067
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
97068
97068
|
export declare const ReadAppsV1NamespacedStatefulSetInput: Schema.Struct<{
|
|
97069
97069
|
readonly name: Schema.String;
|
|
97070
97070
|
readonly namespace: Schema.String;
|
|
@@ -100350,7 +100350,7 @@ export declare const readAppsV1NamespacedStatefulSet: API.OperationMethod<{
|
|
|
100350
100350
|
readonly updateRevision?: string | undefined;
|
|
100351
100351
|
readonly updatedReplicas?: number | undefined;
|
|
100352
100352
|
} | undefined;
|
|
100353
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
100353
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
100354
100354
|
export declare const ReadAppsV1NamespacedStatefulSetScaleInput: Schema.Struct<{
|
|
100355
100355
|
readonly name: Schema.String;
|
|
100356
100356
|
readonly namespace: Schema.String;
|
|
@@ -100458,7 +100458,7 @@ export declare const readAppsV1NamespacedStatefulSetScale: API.OperationMethod<{
|
|
|
100458
100458
|
readonly replicas: number;
|
|
100459
100459
|
readonly selector?: string | undefined;
|
|
100460
100460
|
} | undefined;
|
|
100461
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
100461
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
100462
100462
|
export declare const ReadAppsV1NamespacedStatefulSetStatusInput: Schema.Struct<{
|
|
100463
100463
|
readonly name: Schema.String;
|
|
100464
100464
|
readonly namespace: Schema.String;
|
|
@@ -103744,7 +103744,7 @@ export declare const readAppsV1NamespacedStatefulSetStatus: API.OperationMethod<
|
|
|
103744
103744
|
readonly updateRevision?: string | undefined;
|
|
103745
103745
|
readonly updatedReplicas?: number | undefined;
|
|
103746
103746
|
} | undefined;
|
|
103747
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
103747
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
103748
103748
|
export declare const ReplaceAppsV1NamespacedControllerRevisionInput: Schema.Struct<{
|
|
103749
103749
|
readonly name: Schema.String;
|
|
103750
103750
|
readonly namespace: Schema.String;
|
|
@@ -103927,7 +103927,7 @@ export declare const replaceAppsV1NamespacedControllerRevision: API.OperationMet
|
|
|
103927
103927
|
readonly uid?: string | undefined;
|
|
103928
103928
|
} | undefined;
|
|
103929
103929
|
readonly revision: number;
|
|
103930
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
103930
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
103931
103931
|
export declare const ReplaceAppsV1NamespacedDaemonSetInput: Schema.Struct<{
|
|
103932
103932
|
readonly name: Schema.String;
|
|
103933
103933
|
readonly namespace: Schema.String;
|
|
@@ -110070,7 +110070,7 @@ export declare const replaceAppsV1NamespacedDaemonSet: API.OperationMethod<{
|
|
|
110070
110070
|
readonly observedGeneration?: number | undefined;
|
|
110071
110071
|
readonly updatedNumberScheduled?: number | undefined;
|
|
110072
110072
|
} | undefined;
|
|
110073
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
110073
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
110074
110074
|
export declare const ReplaceAppsV1NamespacedDaemonSetStatusInput: Schema.Struct<{
|
|
110075
110075
|
readonly name: Schema.String;
|
|
110076
110076
|
readonly namespace: Schema.String;
|
|
@@ -116213,7 +116213,7 @@ export declare const replaceAppsV1NamespacedDaemonSetStatus: API.OperationMethod
|
|
|
116213
116213
|
readonly observedGeneration?: number | undefined;
|
|
116214
116214
|
readonly updatedNumberScheduled?: number | undefined;
|
|
116215
116215
|
} | undefined;
|
|
116216
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
116216
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
116217
116217
|
export declare const ReplaceAppsV1NamespacedDeploymentInput: Schema.Struct<{
|
|
116218
116218
|
readonly name: Schema.String;
|
|
116219
116219
|
readonly namespace: Schema.String;
|
|
@@ -122368,7 +122368,7 @@ export declare const replaceAppsV1NamespacedDeployment: API.OperationMethod<{
|
|
|
122368
122368
|
readonly unavailableReplicas?: number | undefined;
|
|
122369
122369
|
readonly updatedReplicas?: number | undefined;
|
|
122370
122370
|
} | undefined;
|
|
122371
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
122371
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
122372
122372
|
export declare const ReplaceAppsV1NamespacedDeploymentScaleInput: Schema.Struct<{
|
|
122373
122373
|
readonly name: Schema.String;
|
|
122374
122374
|
readonly namespace: Schema.String;
|
|
@@ -122571,7 +122571,7 @@ export declare const replaceAppsV1NamespacedDeploymentScale: API.OperationMethod
|
|
|
122571
122571
|
readonly replicas: number;
|
|
122572
122572
|
readonly selector?: string | undefined;
|
|
122573
122573
|
} | undefined;
|
|
122574
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
122574
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
122575
122575
|
export declare const ReplaceAppsV1NamespacedDeploymentStatusInput: Schema.Struct<{
|
|
122576
122576
|
readonly name: Schema.String;
|
|
122577
122577
|
readonly namespace: Schema.String;
|
|
@@ -128726,7 +128726,7 @@ export declare const replaceAppsV1NamespacedDeploymentStatus: API.OperationMetho
|
|
|
128726
128726
|
readonly unavailableReplicas?: number | undefined;
|
|
128727
128727
|
readonly updatedReplicas?: number | undefined;
|
|
128728
128728
|
} | undefined;
|
|
128729
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
128729
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
128730
128730
|
export declare const ReplaceAppsV1NamespacedReplicaSetInput: Schema.Struct<{
|
|
128731
128731
|
readonly name: Schema.String;
|
|
128732
128732
|
readonly namespace: Schema.String;
|
|
@@ -134829,7 +134829,7 @@ export declare const replaceAppsV1NamespacedReplicaSet: API.OperationMethod<{
|
|
|
134829
134829
|
readonly replicas: number;
|
|
134830
134830
|
readonly terminatingReplicas?: number | undefined;
|
|
134831
134831
|
} | undefined;
|
|
134832
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
134832
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
134833
134833
|
export declare const ReplaceAppsV1NamespacedReplicaSetScaleInput: Schema.Struct<{
|
|
134834
134834
|
readonly name: Schema.String;
|
|
134835
134835
|
readonly namespace: Schema.String;
|
|
@@ -135032,7 +135032,7 @@ export declare const replaceAppsV1NamespacedReplicaSetScale: API.OperationMethod
|
|
|
135032
135032
|
readonly replicas: number;
|
|
135033
135033
|
readonly selector?: string | undefined;
|
|
135034
135034
|
} | undefined;
|
|
135035
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
135035
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
135036
135036
|
export declare const ReplaceAppsV1NamespacedReplicaSetStatusInput: Schema.Struct<{
|
|
135037
135037
|
readonly name: Schema.String;
|
|
135038
135038
|
readonly namespace: Schema.String;
|
|
@@ -141135,7 +141135,7 @@ export declare const replaceAppsV1NamespacedReplicaSetStatus: API.OperationMetho
|
|
|
141135
141135
|
readonly replicas: number;
|
|
141136
141136
|
readonly terminatingReplicas?: number | undefined;
|
|
141137
141137
|
} | undefined;
|
|
141138
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
141138
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
141139
141139
|
export declare const ReplaceAppsV1NamespacedStatefulSetInput: Schema.Struct<{
|
|
141140
141140
|
readonly name: Schema.String;
|
|
141141
141141
|
readonly namespace: Schema.String;
|
|
@@ -147694,7 +147694,7 @@ export declare const replaceAppsV1NamespacedStatefulSet: API.OperationMethod<{
|
|
|
147694
147694
|
readonly updateRevision?: string | undefined;
|
|
147695
147695
|
readonly updatedReplicas?: number | undefined;
|
|
147696
147696
|
} | undefined;
|
|
147697
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
147697
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
147698
147698
|
export declare const ReplaceAppsV1NamespacedStatefulSetScaleInput: Schema.Struct<{
|
|
147699
147699
|
readonly name: Schema.String;
|
|
147700
147700
|
readonly namespace: Schema.String;
|
|
@@ -147897,7 +147897,7 @@ export declare const replaceAppsV1NamespacedStatefulSetScale: API.OperationMetho
|
|
|
147897
147897
|
readonly replicas: number;
|
|
147898
147898
|
readonly selector?: string | undefined;
|
|
147899
147899
|
} | undefined;
|
|
147900
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
147900
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
147901
147901
|
export declare const ReplaceAppsV1NamespacedStatefulSetStatusInput: Schema.Struct<{
|
|
147902
147902
|
readonly name: Schema.String;
|
|
147903
147903
|
readonly namespace: Schema.String;
|
|
@@ -154456,7 +154456,7 @@ export declare const replaceAppsV1NamespacedStatefulSetStatus: API.OperationMeth
|
|
|
154456
154456
|
readonly updateRevision?: string | undefined;
|
|
154457
154457
|
readonly updatedReplicas?: number | undefined;
|
|
154458
154458
|
} | undefined;
|
|
154459
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
154459
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
154460
154460
|
export declare const WatchAppsV1ControllerRevisionListForAllNamespacesInput: Schema.Struct<{
|
|
154461
154461
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
154462
154462
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -154550,7 +154550,7 @@ export declare const watchAppsV1ControllerRevisionListForAllNamespaces: API.Oper
|
|
|
154550
154550
|
}, {
|
|
154551
154551
|
readonly object: unknown;
|
|
154552
154552
|
readonly type: string;
|
|
154553
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
154553
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
154554
154554
|
export declare const WatchAppsV1DaemonSetListForAllNamespacesInput: Schema.Struct<{
|
|
154555
154555
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
154556
154556
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -154644,7 +154644,7 @@ export declare const watchAppsV1DaemonSetListForAllNamespaces: API.OperationMeth
|
|
|
154644
154644
|
}, {
|
|
154645
154645
|
readonly object: unknown;
|
|
154646
154646
|
readonly type: string;
|
|
154647
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
154647
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
154648
154648
|
export declare const WatchAppsV1DeploymentListForAllNamespacesInput: Schema.Struct<{
|
|
154649
154649
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
154650
154650
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -154738,7 +154738,7 @@ export declare const watchAppsV1DeploymentListForAllNamespaces: API.OperationMet
|
|
|
154738
154738
|
}, {
|
|
154739
154739
|
readonly object: unknown;
|
|
154740
154740
|
readonly type: string;
|
|
154741
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
154741
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
154742
154742
|
export declare const WatchAppsV1NamespacedControllerRevisionInput: Schema.Struct<{
|
|
154743
154743
|
readonly name: Schema.String;
|
|
154744
154744
|
readonly namespace: Schema.String;
|
|
@@ -154838,7 +154838,7 @@ export declare const watchAppsV1NamespacedControllerRevision: API.OperationMetho
|
|
|
154838
154838
|
}, {
|
|
154839
154839
|
readonly object: unknown;
|
|
154840
154840
|
readonly type: string;
|
|
154841
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
154841
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
154842
154842
|
export declare const WatchAppsV1NamespacedControllerRevisionListInput: Schema.Struct<{
|
|
154843
154843
|
readonly namespace: Schema.String;
|
|
154844
154844
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -154935,7 +154935,7 @@ export declare const watchAppsV1NamespacedControllerRevisionList: API.OperationM
|
|
|
154935
154935
|
}, {
|
|
154936
154936
|
readonly object: unknown;
|
|
154937
154937
|
readonly type: string;
|
|
154938
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
154938
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
154939
154939
|
export declare const WatchAppsV1NamespacedDaemonSetInput: Schema.Struct<{
|
|
154940
154940
|
readonly name: Schema.String;
|
|
154941
154941
|
readonly namespace: Schema.String;
|
|
@@ -155035,7 +155035,7 @@ export declare const watchAppsV1NamespacedDaemonSet: API.OperationMethod<{
|
|
|
155035
155035
|
}, {
|
|
155036
155036
|
readonly object: unknown;
|
|
155037
155037
|
readonly type: string;
|
|
155038
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
155038
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
155039
155039
|
export declare const WatchAppsV1NamespacedDaemonSetListInput: Schema.Struct<{
|
|
155040
155040
|
readonly namespace: Schema.String;
|
|
155041
155041
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -155132,7 +155132,7 @@ export declare const watchAppsV1NamespacedDaemonSetList: API.OperationMethod<{
|
|
|
155132
155132
|
}, {
|
|
155133
155133
|
readonly object: unknown;
|
|
155134
155134
|
readonly type: string;
|
|
155135
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
155135
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
155136
155136
|
export declare const WatchAppsV1NamespacedDeploymentInput: Schema.Struct<{
|
|
155137
155137
|
readonly name: Schema.String;
|
|
155138
155138
|
readonly namespace: Schema.String;
|
|
@@ -155232,7 +155232,7 @@ export declare const watchAppsV1NamespacedDeployment: API.OperationMethod<{
|
|
|
155232
155232
|
}, {
|
|
155233
155233
|
readonly object: unknown;
|
|
155234
155234
|
readonly type: string;
|
|
155235
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
155235
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
155236
155236
|
export declare const WatchAppsV1NamespacedDeploymentListInput: Schema.Struct<{
|
|
155237
155237
|
readonly namespace: Schema.String;
|
|
155238
155238
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -155329,7 +155329,7 @@ export declare const watchAppsV1NamespacedDeploymentList: API.OperationMethod<{
|
|
|
155329
155329
|
}, {
|
|
155330
155330
|
readonly object: unknown;
|
|
155331
155331
|
readonly type: string;
|
|
155332
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
155332
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
155333
155333
|
export declare const WatchAppsV1NamespacedReplicaSetInput: Schema.Struct<{
|
|
155334
155334
|
readonly name: Schema.String;
|
|
155335
155335
|
readonly namespace: Schema.String;
|
|
@@ -155429,7 +155429,7 @@ export declare const watchAppsV1NamespacedReplicaSet: API.OperationMethod<{
|
|
|
155429
155429
|
}, {
|
|
155430
155430
|
readonly object: unknown;
|
|
155431
155431
|
readonly type: string;
|
|
155432
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
155432
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
155433
155433
|
export declare const WatchAppsV1NamespacedReplicaSetListInput: Schema.Struct<{
|
|
155434
155434
|
readonly namespace: Schema.String;
|
|
155435
155435
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -155526,7 +155526,7 @@ export declare const watchAppsV1NamespacedReplicaSetList: API.OperationMethod<{
|
|
|
155526
155526
|
}, {
|
|
155527
155527
|
readonly object: unknown;
|
|
155528
155528
|
readonly type: string;
|
|
155529
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
155529
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
155530
155530
|
export declare const WatchAppsV1NamespacedStatefulSetInput: Schema.Struct<{
|
|
155531
155531
|
readonly name: Schema.String;
|
|
155532
155532
|
readonly namespace: Schema.String;
|
|
@@ -155626,7 +155626,7 @@ export declare const watchAppsV1NamespacedStatefulSet: API.OperationMethod<{
|
|
|
155626
155626
|
}, {
|
|
155627
155627
|
readonly object: unknown;
|
|
155628
155628
|
readonly type: string;
|
|
155629
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
155629
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
155630
155630
|
export declare const WatchAppsV1NamespacedStatefulSetListInput: Schema.Struct<{
|
|
155631
155631
|
readonly namespace: Schema.String;
|
|
155632
155632
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -155723,7 +155723,7 @@ export declare const watchAppsV1NamespacedStatefulSetList: API.OperationMethod<{
|
|
|
155723
155723
|
}, {
|
|
155724
155724
|
readonly object: unknown;
|
|
155725
155725
|
readonly type: string;
|
|
155726
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
155726
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
155727
155727
|
export declare const WatchAppsV1ReplicaSetListForAllNamespacesInput: Schema.Struct<{
|
|
155728
155728
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
155729
155729
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -155817,7 +155817,7 @@ export declare const watchAppsV1ReplicaSetListForAllNamespaces: API.OperationMet
|
|
|
155817
155817
|
}, {
|
|
155818
155818
|
readonly object: unknown;
|
|
155819
155819
|
readonly type: string;
|
|
155820
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
155820
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
155821
155821
|
export declare const WatchAppsV1StatefulSetListForAllNamespacesInput: Schema.Struct<{
|
|
155822
155822
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
155823
155823
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -155911,5 +155911,5 @@ export declare const watchAppsV1StatefulSetListForAllNamespaces: API.OperationMe
|
|
|
155911
155911
|
}, {
|
|
155912
155912
|
readonly object: unknown;
|
|
155913
155913
|
readonly type: string;
|
|
155914
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
155914
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
155915
155915
|
//# sourceMappingURL=apps.d.ts.map
|