@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/batch.d.ts
CHANGED
|
@@ -6336,7 +6336,7 @@ export declare const createBatchV1NamespacedCronJob: API.OperationMethod<{
|
|
|
6336
6336
|
readonly lastScheduleTime?: string | undefined;
|
|
6337
6337
|
readonly lastSuccessfulTime?: string | undefined;
|
|
6338
6338
|
} | undefined;
|
|
6339
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
6339
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
6340
6340
|
export declare const CreateBatchV1NamespacedJobInput: Schema.Struct<{
|
|
6341
6341
|
readonly namespace: Schema.String;
|
|
6342
6342
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -12588,7 +12588,7 @@ export declare const createBatchV1NamespacedJob: API.OperationMethod<{
|
|
|
12588
12588
|
readonly succeeded?: readonly string[] | undefined;
|
|
12589
12589
|
} | undefined;
|
|
12590
12590
|
} | undefined;
|
|
12591
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
12591
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
12592
12592
|
export declare const DeleteBatchV1CollectionNamespacedCronJobInput: Schema.Struct<{
|
|
12593
12593
|
readonly namespace: Schema.String;
|
|
12594
12594
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -12756,7 +12756,7 @@ export declare const deleteBatchV1CollectionNamespacedCronJob: API.OperationMeth
|
|
|
12756
12756
|
} | undefined;
|
|
12757
12757
|
readonly reason?: string | undefined;
|
|
12758
12758
|
readonly status?: string | undefined;
|
|
12759
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
12759
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
12760
12760
|
export declare const DeleteBatchV1CollectionNamespacedJobInput: Schema.Struct<{
|
|
12761
12761
|
readonly namespace: Schema.String;
|
|
12762
12762
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -12924,7 +12924,7 @@ export declare const deleteBatchV1CollectionNamespacedJob: API.OperationMethod<{
|
|
|
12924
12924
|
} | undefined;
|
|
12925
12925
|
readonly reason?: string | undefined;
|
|
12926
12926
|
readonly status?: string | undefined;
|
|
12927
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
12927
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
12928
12928
|
export declare const DeleteBatchV1NamespacedCronJobInput: Schema.Struct<{
|
|
12929
12929
|
readonly name: Schema.String;
|
|
12930
12930
|
readonly namespace: Schema.String;
|
|
@@ -13027,7 +13027,7 @@ export declare const deleteBatchV1NamespacedCronJob: API.OperationMethod<{
|
|
|
13027
13027
|
} | undefined;
|
|
13028
13028
|
readonly reason?: string | undefined;
|
|
13029
13029
|
readonly status?: string | undefined;
|
|
13030
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
13030
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
13031
13031
|
export declare const DeleteBatchV1NamespacedJobInput: Schema.Struct<{
|
|
13032
13032
|
readonly name: Schema.String;
|
|
13033
13033
|
readonly namespace: Schema.String;
|
|
@@ -13130,7 +13130,7 @@ export declare const deleteBatchV1NamespacedJob: API.OperationMethod<{
|
|
|
13130
13130
|
} | undefined;
|
|
13131
13131
|
readonly reason?: string | undefined;
|
|
13132
13132
|
readonly status?: string | undefined;
|
|
13133
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
13133
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
13134
13134
|
export declare const GetBatchAPIGroupInput: Schema.Struct<{}>;
|
|
13135
13135
|
export type GetBatchAPIGroupInput = typeof GetBatchAPIGroupInput.Type;
|
|
13136
13136
|
export declare const GetBatchAPIGroupOutput: Schema.Struct<{
|
|
@@ -13170,7 +13170,7 @@ export declare const getBatchAPIGroup: API.OperationMethod<{}, {
|
|
|
13170
13170
|
readonly groupVersion: string;
|
|
13171
13171
|
readonly version: string;
|
|
13172
13172
|
}[];
|
|
13173
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
13173
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
13174
13174
|
export declare const GetBatchV1APIResourcesInput: Schema.Struct<{}>;
|
|
13175
13175
|
export type GetBatchV1APIResourcesInput = typeof GetBatchV1APIResourcesInput.Type;
|
|
13176
13176
|
export declare const GetBatchV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -13210,7 +13210,7 @@ export declare const getBatchV1APIResources: API.OperationMethod<{}, {
|
|
|
13210
13210
|
readonly verbs: readonly string[];
|
|
13211
13211
|
readonly version?: string | undefined;
|
|
13212
13212
|
}[];
|
|
13213
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
13213
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
13214
13214
|
export declare const ListBatchV1CronJobForAllNamespacesInput: Schema.Struct<{
|
|
13215
13215
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
13216
13216
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -16353,7 +16353,7 @@ export declare const listBatchV1CronJobForAllNamespaces: API.OperationMethod<{
|
|
|
16353
16353
|
readonly selector: string;
|
|
16354
16354
|
} | undefined;
|
|
16355
16355
|
} | undefined;
|
|
16356
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
16356
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
16357
16357
|
export declare const ListBatchV1JobForAllNamespacesInput: Schema.Struct<{
|
|
16358
16358
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
16359
16359
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -19581,7 +19581,7 @@ export declare const listBatchV1JobForAllNamespaces: API.OperationMethod<{
|
|
|
19581
19581
|
readonly selector: string;
|
|
19582
19582
|
} | undefined;
|
|
19583
19583
|
} | undefined;
|
|
19584
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
19584
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
19585
19585
|
export declare const ListBatchV1NamespacedCronJobInput: Schema.Struct<{
|
|
19586
19586
|
readonly namespace: Schema.String;
|
|
19587
19587
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -22727,7 +22727,7 @@ export declare const listBatchV1NamespacedCronJob: API.OperationMethod<{
|
|
|
22727
22727
|
readonly selector: string;
|
|
22728
22728
|
} | undefined;
|
|
22729
22729
|
} | undefined;
|
|
22730
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
22730
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
22731
22731
|
export declare const ListBatchV1NamespacedJobInput: Schema.Struct<{
|
|
22732
22732
|
readonly namespace: Schema.String;
|
|
22733
22733
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25958,7 +25958,7 @@ export declare const listBatchV1NamespacedJob: API.OperationMethod<{
|
|
|
25958
25958
|
readonly selector: string;
|
|
25959
25959
|
} | undefined;
|
|
25960
25960
|
} | undefined;
|
|
25961
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
25961
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
25962
25962
|
export declare const PatchBatchV1NamespacedCronJobInput: Schema.Struct<{
|
|
25963
25963
|
readonly name: Schema.String;
|
|
25964
25964
|
readonly namespace: Schema.String;
|
|
@@ -29143,7 +29143,7 @@ export declare const patchBatchV1NamespacedCronJob: API.OperationMethod<{
|
|
|
29143
29143
|
readonly lastScheduleTime?: string | undefined;
|
|
29144
29144
|
readonly lastSuccessfulTime?: string | undefined;
|
|
29145
29145
|
} | undefined;
|
|
29146
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
29146
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
29147
29147
|
export declare const PatchBatchV1NamespacedCronJobStatusInput: Schema.Struct<{
|
|
29148
29148
|
readonly name: Schema.String;
|
|
29149
29149
|
readonly namespace: Schema.String;
|
|
@@ -32328,7 +32328,7 @@ export declare const patchBatchV1NamespacedCronJobStatus: API.OperationMethod<{
|
|
|
32328
32328
|
readonly lastScheduleTime?: string | undefined;
|
|
32329
32329
|
readonly lastSuccessfulTime?: string | undefined;
|
|
32330
32330
|
} | undefined;
|
|
32331
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
32331
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
32332
32332
|
export declare const PatchBatchV1NamespacedJobInput: Schema.Struct<{
|
|
32333
32333
|
readonly name: Schema.String;
|
|
32334
32334
|
readonly namespace: Schema.String;
|
|
@@ -35474,7 +35474,7 @@ export declare const patchBatchV1NamespacedJob: API.OperationMethod<{
|
|
|
35474
35474
|
readonly succeeded?: readonly string[] | undefined;
|
|
35475
35475
|
} | undefined;
|
|
35476
35476
|
} | undefined;
|
|
35477
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
35477
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
35478
35478
|
export declare const PatchBatchV1NamespacedJobStatusInput: Schema.Struct<{
|
|
35479
35479
|
readonly name: Schema.String;
|
|
35480
35480
|
readonly namespace: Schema.String;
|
|
@@ -38620,7 +38620,7 @@ export declare const patchBatchV1NamespacedJobStatus: API.OperationMethod<{
|
|
|
38620
38620
|
readonly succeeded?: readonly string[] | undefined;
|
|
38621
38621
|
} | undefined;
|
|
38622
38622
|
} | undefined;
|
|
38623
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
38623
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
38624
38624
|
export declare const ReadBatchV1NamespacedCronJobInput: Schema.Struct<{
|
|
38625
38625
|
readonly name: Schema.String;
|
|
38626
38626
|
readonly namespace: Schema.String;
|
|
@@ -41793,7 +41793,7 @@ export declare const readBatchV1NamespacedCronJob: API.OperationMethod<{
|
|
|
41793
41793
|
readonly lastScheduleTime?: string | undefined;
|
|
41794
41794
|
readonly lastSuccessfulTime?: string | undefined;
|
|
41795
41795
|
} | undefined;
|
|
41796
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
41796
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
41797
41797
|
export declare const ReadBatchV1NamespacedCronJobStatusInput: Schema.Struct<{
|
|
41798
41798
|
readonly name: Schema.String;
|
|
41799
41799
|
readonly namespace: Schema.String;
|
|
@@ -44966,7 +44966,7 @@ export declare const readBatchV1NamespacedCronJobStatus: API.OperationMethod<{
|
|
|
44966
44966
|
readonly lastScheduleTime?: string | undefined;
|
|
44967
44967
|
readonly lastSuccessfulTime?: string | undefined;
|
|
44968
44968
|
} | undefined;
|
|
44969
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
44969
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
44970
44970
|
export declare const ReadBatchV1NamespacedJobInput: Schema.Struct<{
|
|
44971
44971
|
readonly name: Schema.String;
|
|
44972
44972
|
readonly namespace: Schema.String;
|
|
@@ -48100,7 +48100,7 @@ export declare const readBatchV1NamespacedJob: API.OperationMethod<{
|
|
|
48100
48100
|
readonly succeeded?: readonly string[] | undefined;
|
|
48101
48101
|
} | undefined;
|
|
48102
48102
|
} | undefined;
|
|
48103
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
48103
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
48104
48104
|
export declare const ReadBatchV1NamespacedJobStatusInput: Schema.Struct<{
|
|
48105
48105
|
readonly name: Schema.String;
|
|
48106
48106
|
readonly namespace: Schema.String;
|
|
@@ -51234,7 +51234,7 @@ export declare const readBatchV1NamespacedJobStatus: API.OperationMethod<{
|
|
|
51234
51234
|
readonly succeeded?: readonly string[] | undefined;
|
|
51235
51235
|
} | undefined;
|
|
51236
51236
|
} | undefined;
|
|
51237
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
51237
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
51238
51238
|
export declare const ReplaceBatchV1NamespacedCronJobInput: Schema.Struct<{
|
|
51239
51239
|
readonly name: Schema.String;
|
|
51240
51240
|
readonly namespace: Schema.String;
|
|
@@ -57567,7 +57567,7 @@ export declare const replaceBatchV1NamespacedCronJob: API.OperationMethod<{
|
|
|
57567
57567
|
readonly lastScheduleTime?: string | undefined;
|
|
57568
57568
|
readonly lastSuccessfulTime?: string | undefined;
|
|
57569
57569
|
} | undefined;
|
|
57570
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
57570
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
57571
57571
|
export declare const ReplaceBatchV1NamespacedCronJobStatusInput: Schema.Struct<{
|
|
57572
57572
|
readonly name: Schema.String;
|
|
57573
57573
|
readonly namespace: Schema.String;
|
|
@@ -63900,7 +63900,7 @@ export declare const replaceBatchV1NamespacedCronJobStatus: API.OperationMethod<
|
|
|
63900
63900
|
readonly lastScheduleTime?: string | undefined;
|
|
63901
63901
|
readonly lastSuccessfulTime?: string | undefined;
|
|
63902
63902
|
} | undefined;
|
|
63903
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
63903
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
63904
63904
|
export declare const ReplaceBatchV1NamespacedJobInput: Schema.Struct<{
|
|
63905
63905
|
readonly name: Schema.String;
|
|
63906
63906
|
readonly namespace: Schema.String;
|
|
@@ -70155,7 +70155,7 @@ export declare const replaceBatchV1NamespacedJob: API.OperationMethod<{
|
|
|
70155
70155
|
readonly succeeded?: readonly string[] | undefined;
|
|
70156
70156
|
} | undefined;
|
|
70157
70157
|
} | undefined;
|
|
70158
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
70158
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
70159
70159
|
export declare const ReplaceBatchV1NamespacedJobStatusInput: Schema.Struct<{
|
|
70160
70160
|
readonly name: Schema.String;
|
|
70161
70161
|
readonly namespace: Schema.String;
|
|
@@ -76410,7 +76410,7 @@ export declare const replaceBatchV1NamespacedJobStatus: API.OperationMethod<{
|
|
|
76410
76410
|
readonly succeeded?: readonly string[] | undefined;
|
|
76411
76411
|
} | undefined;
|
|
76412
76412
|
} | undefined;
|
|
76413
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
76413
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
76414
76414
|
export declare const WatchBatchV1CronJobListForAllNamespacesInput: Schema.Struct<{
|
|
76415
76415
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
76416
76416
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -76504,7 +76504,7 @@ export declare const watchBatchV1CronJobListForAllNamespaces: API.OperationMetho
|
|
|
76504
76504
|
}, {
|
|
76505
76505
|
readonly object: unknown;
|
|
76506
76506
|
readonly type: string;
|
|
76507
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
76507
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
76508
76508
|
export declare const WatchBatchV1JobListForAllNamespacesInput: Schema.Struct<{
|
|
76509
76509
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
76510
76510
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -76598,7 +76598,7 @@ export declare const watchBatchV1JobListForAllNamespaces: API.OperationMethod<{
|
|
|
76598
76598
|
}, {
|
|
76599
76599
|
readonly object: unknown;
|
|
76600
76600
|
readonly type: string;
|
|
76601
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
76601
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
76602
76602
|
export declare const WatchBatchV1NamespacedCronJobInput: Schema.Struct<{
|
|
76603
76603
|
readonly name: Schema.String;
|
|
76604
76604
|
readonly namespace: Schema.String;
|
|
@@ -76698,7 +76698,7 @@ export declare const watchBatchV1NamespacedCronJob: API.OperationMethod<{
|
|
|
76698
76698
|
}, {
|
|
76699
76699
|
readonly object: unknown;
|
|
76700
76700
|
readonly type: string;
|
|
76701
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
76701
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
76702
76702
|
export declare const WatchBatchV1NamespacedCronJobListInput: Schema.Struct<{
|
|
76703
76703
|
readonly namespace: Schema.String;
|
|
76704
76704
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -76795,7 +76795,7 @@ export declare const watchBatchV1NamespacedCronJobList: API.OperationMethod<{
|
|
|
76795
76795
|
}, {
|
|
76796
76796
|
readonly object: unknown;
|
|
76797
76797
|
readonly type: string;
|
|
76798
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
76798
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
76799
76799
|
export declare const WatchBatchV1NamespacedJobInput: Schema.Struct<{
|
|
76800
76800
|
readonly name: Schema.String;
|
|
76801
76801
|
readonly namespace: Schema.String;
|
|
@@ -76895,7 +76895,7 @@ export declare const watchBatchV1NamespacedJob: API.OperationMethod<{
|
|
|
76895
76895
|
}, {
|
|
76896
76896
|
readonly object: unknown;
|
|
76897
76897
|
readonly type: string;
|
|
76898
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
76898
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
76899
76899
|
export declare const WatchBatchV1NamespacedJobListInput: Schema.Struct<{
|
|
76900
76900
|
readonly namespace: Schema.String;
|
|
76901
76901
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -76992,5 +76992,5 @@ export declare const watchBatchV1NamespacedJobList: API.OperationMethod<{
|
|
|
76992
76992
|
}, {
|
|
76993
76993
|
readonly object: unknown;
|
|
76994
76994
|
readonly type: string;
|
|
76995
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
76995
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
76996
76996
|
//# sourceMappingURL=batch.d.ts.map
|