@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
|
@@ -214,7 +214,7 @@ export declare const createCoordinationV1NamespacedLease: API.OperationMethod<{
|
|
|
214
214
|
readonly renewTime?: string | undefined;
|
|
215
215
|
readonly strategy?: string | undefined;
|
|
216
216
|
} | undefined;
|
|
217
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
217
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
218
218
|
export declare const CreateCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
219
219
|
readonly namespace: Schema.String;
|
|
220
220
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -418,7 +418,7 @@ export declare const createCoordinationV1alpha2NamespacedLeaseCandidate: API.Ope
|
|
|
418
418
|
readonly renewTime?: string | undefined;
|
|
419
419
|
readonly strategy: string;
|
|
420
420
|
};
|
|
421
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
421
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
422
422
|
export declare const CreateCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
423
423
|
readonly namespace: Schema.String;
|
|
424
424
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -622,7 +622,7 @@ export declare const createCoordinationV1beta1NamespacedLeaseCandidate: API.Oper
|
|
|
622
622
|
readonly renewTime?: string | undefined;
|
|
623
623
|
readonly strategy: string;
|
|
624
624
|
};
|
|
625
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
625
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
626
626
|
export declare const DeleteCoordinationV1CollectionNamespacedLeaseInput: Schema.Struct<{
|
|
627
627
|
readonly namespace: Schema.String;
|
|
628
628
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -790,7 +790,7 @@ export declare const deleteCoordinationV1CollectionNamespacedLease: API.Operatio
|
|
|
790
790
|
} | undefined;
|
|
791
791
|
readonly reason?: string | undefined;
|
|
792
792
|
readonly status?: string | undefined;
|
|
793
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
793
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
794
794
|
export declare const DeleteCoordinationV1NamespacedLeaseInput: Schema.Struct<{
|
|
795
795
|
readonly name: Schema.String;
|
|
796
796
|
readonly namespace: Schema.String;
|
|
@@ -893,7 +893,7 @@ export declare const deleteCoordinationV1NamespacedLease: API.OperationMethod<{
|
|
|
893
893
|
} | undefined;
|
|
894
894
|
readonly reason?: string | undefined;
|
|
895
895
|
readonly status?: string | undefined;
|
|
896
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
896
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
897
897
|
export declare const DeleteCoordinationV1alpha2CollectionNamespacedLeaseCandidateInput: Schema.Struct<{
|
|
898
898
|
readonly namespace: Schema.String;
|
|
899
899
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -1061,7 +1061,7 @@ export declare const deleteCoordinationV1alpha2CollectionNamespacedLeaseCandidat
|
|
|
1061
1061
|
} | undefined;
|
|
1062
1062
|
readonly reason?: string | undefined;
|
|
1063
1063
|
readonly status?: string | undefined;
|
|
1064
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1064
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1065
1065
|
export declare const DeleteCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
1066
1066
|
readonly name: Schema.String;
|
|
1067
1067
|
readonly namespace: Schema.String;
|
|
@@ -1164,7 +1164,7 @@ export declare const deleteCoordinationV1alpha2NamespacedLeaseCandidate: API.Ope
|
|
|
1164
1164
|
} | undefined;
|
|
1165
1165
|
readonly reason?: string | undefined;
|
|
1166
1166
|
readonly status?: string | undefined;
|
|
1167
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
1167
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
1168
1168
|
export declare const DeleteCoordinationV1beta1CollectionNamespacedLeaseCandidateInput: Schema.Struct<{
|
|
1169
1169
|
readonly namespace: Schema.String;
|
|
1170
1170
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -1332,7 +1332,7 @@ export declare const deleteCoordinationV1beta1CollectionNamespacedLeaseCandidate
|
|
|
1332
1332
|
} | undefined;
|
|
1333
1333
|
readonly reason?: string | undefined;
|
|
1334
1334
|
readonly status?: string | undefined;
|
|
1335
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1335
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1336
1336
|
export declare const DeleteCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
1337
1337
|
readonly name: Schema.String;
|
|
1338
1338
|
readonly namespace: Schema.String;
|
|
@@ -1435,7 +1435,7 @@ export declare const deleteCoordinationV1beta1NamespacedLeaseCandidate: API.Oper
|
|
|
1435
1435
|
} | undefined;
|
|
1436
1436
|
readonly reason?: string | undefined;
|
|
1437
1437
|
readonly status?: string | undefined;
|
|
1438
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
1438
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
1439
1439
|
export declare const GetCoordinationAPIGroupInput: Schema.Struct<{}>;
|
|
1440
1440
|
export type GetCoordinationAPIGroupInput = typeof GetCoordinationAPIGroupInput.Type;
|
|
1441
1441
|
export declare const GetCoordinationAPIGroupOutput: Schema.Struct<{
|
|
@@ -1475,7 +1475,7 @@ export declare const getCoordinationAPIGroup: API.OperationMethod<{}, {
|
|
|
1475
1475
|
readonly groupVersion: string;
|
|
1476
1476
|
readonly version: string;
|
|
1477
1477
|
}[];
|
|
1478
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1478
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1479
1479
|
export declare const GetCoordinationV1APIResourcesInput: Schema.Struct<{}>;
|
|
1480
1480
|
export type GetCoordinationV1APIResourcesInput = typeof GetCoordinationV1APIResourcesInput.Type;
|
|
1481
1481
|
export declare const GetCoordinationV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -1515,7 +1515,7 @@ export declare const getCoordinationV1APIResources: API.OperationMethod<{}, {
|
|
|
1515
1515
|
readonly verbs: readonly string[];
|
|
1516
1516
|
readonly version?: string | undefined;
|
|
1517
1517
|
}[];
|
|
1518
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1518
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1519
1519
|
export declare const GetCoordinationV1alpha2APIResourcesInput: Schema.Struct<{}>;
|
|
1520
1520
|
export type GetCoordinationV1alpha2APIResourcesInput = typeof GetCoordinationV1alpha2APIResourcesInput.Type;
|
|
1521
1521
|
export declare const GetCoordinationV1alpha2APIResourcesOutput: Schema.Struct<{
|
|
@@ -1555,7 +1555,7 @@ export declare const getCoordinationV1alpha2APIResources: API.OperationMethod<{}
|
|
|
1555
1555
|
readonly verbs: readonly string[];
|
|
1556
1556
|
readonly version?: string | undefined;
|
|
1557
1557
|
}[];
|
|
1558
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1558
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1559
1559
|
export declare const GetCoordinationV1beta1APIResourcesInput: Schema.Struct<{}>;
|
|
1560
1560
|
export type GetCoordinationV1beta1APIResourcesInput = typeof GetCoordinationV1beta1APIResourcesInput.Type;
|
|
1561
1561
|
export declare const GetCoordinationV1beta1APIResourcesOutput: Schema.Struct<{
|
|
@@ -1595,7 +1595,7 @@ export declare const getCoordinationV1beta1APIResources: API.OperationMethod<{},
|
|
|
1595
1595
|
readonly verbs: readonly string[];
|
|
1596
1596
|
readonly version?: string | undefined;
|
|
1597
1597
|
}[];
|
|
1598
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1598
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1599
1599
|
export declare const ListCoordinationV1LeaseForAllNamespacesInput: Schema.Struct<{
|
|
1600
1600
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
1601
1601
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -1801,7 +1801,7 @@ export declare const listCoordinationV1LeaseForAllNamespaces: API.OperationMetho
|
|
|
1801
1801
|
readonly selector: string;
|
|
1802
1802
|
} | undefined;
|
|
1803
1803
|
} | undefined;
|
|
1804
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1804
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1805
1805
|
export declare const ListCoordinationV1NamespacedLeaseInput: Schema.Struct<{
|
|
1806
1806
|
readonly namespace: Schema.String;
|
|
1807
1807
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2010,7 +2010,7 @@ export declare const listCoordinationV1NamespacedLease: API.OperationMethod<{
|
|
|
2010
2010
|
readonly selector: string;
|
|
2011
2011
|
} | undefined;
|
|
2012
2012
|
} | undefined;
|
|
2013
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
2013
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
2014
2014
|
export declare const ListCoordinationV1alpha2LeaseCandidateForAllNamespacesInput: Schema.Struct<{
|
|
2015
2015
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
2016
2016
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -2214,7 +2214,7 @@ export declare const listCoordinationV1alpha2LeaseCandidateForAllNamespaces: API
|
|
|
2214
2214
|
readonly selector: string;
|
|
2215
2215
|
} | undefined;
|
|
2216
2216
|
} | undefined;
|
|
2217
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
2217
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
2218
2218
|
export declare const ListCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
2219
2219
|
readonly namespace: Schema.String;
|
|
2220
2220
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2421,7 +2421,7 @@ export declare const listCoordinationV1alpha2NamespacedLeaseCandidate: API.Opera
|
|
|
2421
2421
|
readonly selector: string;
|
|
2422
2422
|
} | undefined;
|
|
2423
2423
|
} | undefined;
|
|
2424
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
2424
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
2425
2425
|
export declare const ListCoordinationV1beta1LeaseCandidateForAllNamespacesInput: Schema.Struct<{
|
|
2426
2426
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
2427
2427
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -2625,7 +2625,7 @@ export declare const listCoordinationV1beta1LeaseCandidateForAllNamespaces: API.
|
|
|
2625
2625
|
readonly selector: string;
|
|
2626
2626
|
} | undefined;
|
|
2627
2627
|
} | undefined;
|
|
2628
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
2628
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
2629
2629
|
export declare const ListCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
2630
2630
|
readonly namespace: Schema.String;
|
|
2631
2631
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2832,7 +2832,7 @@ export declare const listCoordinationV1beta1NamespacedLeaseCandidate: API.Operat
|
|
|
2832
2832
|
readonly selector: string;
|
|
2833
2833
|
} | undefined;
|
|
2834
2834
|
} | undefined;
|
|
2835
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
2835
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
2836
2836
|
export declare const PatchCoordinationV1NamespacedLeaseInput: Schema.Struct<{
|
|
2837
2837
|
readonly name: Schema.String;
|
|
2838
2838
|
readonly namespace: Schema.String;
|
|
@@ -2956,7 +2956,7 @@ export declare const patchCoordinationV1NamespacedLease: API.OperationMethod<{
|
|
|
2956
2956
|
readonly renewTime?: string | undefined;
|
|
2957
2957
|
readonly strategy?: string | undefined;
|
|
2958
2958
|
} | undefined;
|
|
2959
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2959
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2960
2960
|
export declare const PatchCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
2961
2961
|
readonly name: Schema.String;
|
|
2962
2962
|
readonly namespace: Schema.String;
|
|
@@ -3078,7 +3078,7 @@ export declare const patchCoordinationV1alpha2NamespacedLeaseCandidate: API.Oper
|
|
|
3078
3078
|
readonly renewTime?: string | undefined;
|
|
3079
3079
|
readonly strategy: string;
|
|
3080
3080
|
};
|
|
3081
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
3081
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
3082
3082
|
export declare const PatchCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
3083
3083
|
readonly name: Schema.String;
|
|
3084
3084
|
readonly namespace: Schema.String;
|
|
@@ -3200,7 +3200,7 @@ export declare const patchCoordinationV1beta1NamespacedLeaseCandidate: API.Opera
|
|
|
3200
3200
|
readonly renewTime?: string | undefined;
|
|
3201
3201
|
readonly strategy: string;
|
|
3202
3202
|
};
|
|
3203
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
3203
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
3204
3204
|
export declare const ReadCoordinationV1NamespacedLeaseInput: Schema.Struct<{
|
|
3205
3205
|
readonly name: Schema.String;
|
|
3206
3206
|
readonly namespace: Schema.String;
|
|
@@ -3312,7 +3312,7 @@ export declare const readCoordinationV1NamespacedLease: API.OperationMethod<{
|
|
|
3312
3312
|
readonly renewTime?: string | undefined;
|
|
3313
3313
|
readonly strategy?: string | undefined;
|
|
3314
3314
|
} | undefined;
|
|
3315
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
3315
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
3316
3316
|
export declare const ReadCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
3317
3317
|
readonly name: Schema.String;
|
|
3318
3318
|
readonly namespace: Schema.String;
|
|
@@ -3422,7 +3422,7 @@ export declare const readCoordinationV1alpha2NamespacedLeaseCandidate: API.Opera
|
|
|
3422
3422
|
readonly renewTime?: string | undefined;
|
|
3423
3423
|
readonly strategy: string;
|
|
3424
3424
|
};
|
|
3425
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
3425
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
3426
3426
|
export declare const ReadCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
3427
3427
|
readonly name: Schema.String;
|
|
3428
3428
|
readonly namespace: Schema.String;
|
|
@@ -3532,7 +3532,7 @@ export declare const readCoordinationV1beta1NamespacedLeaseCandidate: API.Operat
|
|
|
3532
3532
|
readonly renewTime?: string | undefined;
|
|
3533
3533
|
readonly strategy: string;
|
|
3534
3534
|
};
|
|
3535
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
3535
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
3536
3536
|
export declare const ReplaceCoordinationV1NamespacedLeaseInput: Schema.Struct<{
|
|
3537
3537
|
readonly name: Schema.String;
|
|
3538
3538
|
readonly namespace: Schema.String;
|
|
@@ -3743,7 +3743,7 @@ export declare const replaceCoordinationV1NamespacedLease: API.OperationMethod<{
|
|
|
3743
3743
|
readonly renewTime?: string | undefined;
|
|
3744
3744
|
readonly strategy?: string | undefined;
|
|
3745
3745
|
} | undefined;
|
|
3746
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
3746
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
3747
3747
|
export declare const ReplaceCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
3748
3748
|
readonly name: Schema.String;
|
|
3749
3749
|
readonly namespace: Schema.String;
|
|
@@ -3950,7 +3950,7 @@ export declare const replaceCoordinationV1alpha2NamespacedLeaseCandidate: API.Op
|
|
|
3950
3950
|
readonly renewTime?: string | undefined;
|
|
3951
3951
|
readonly strategy: string;
|
|
3952
3952
|
};
|
|
3953
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
3953
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
3954
3954
|
export declare const ReplaceCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
3955
3955
|
readonly name: Schema.String;
|
|
3956
3956
|
readonly namespace: Schema.String;
|
|
@@ -4157,7 +4157,7 @@ export declare const replaceCoordinationV1beta1NamespacedLeaseCandidate: API.Ope
|
|
|
4157
4157
|
readonly renewTime?: string | undefined;
|
|
4158
4158
|
readonly strategy: string;
|
|
4159
4159
|
};
|
|
4160
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
4160
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
4161
4161
|
export declare const WatchCoordinationV1LeaseListForAllNamespacesInput: Schema.Struct<{
|
|
4162
4162
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
4163
4163
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -4251,7 +4251,7 @@ export declare const watchCoordinationV1LeaseListForAllNamespaces: API.Operation
|
|
|
4251
4251
|
}, {
|
|
4252
4252
|
readonly object: unknown;
|
|
4253
4253
|
readonly type: string;
|
|
4254
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4254
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4255
4255
|
export declare const WatchCoordinationV1NamespacedLeaseInput: Schema.Struct<{
|
|
4256
4256
|
readonly name: Schema.String;
|
|
4257
4257
|
readonly namespace: Schema.String;
|
|
@@ -4351,7 +4351,7 @@ export declare const watchCoordinationV1NamespacedLease: API.OperationMethod<{
|
|
|
4351
4351
|
}, {
|
|
4352
4352
|
readonly object: unknown;
|
|
4353
4353
|
readonly type: string;
|
|
4354
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4354
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4355
4355
|
export declare const WatchCoordinationV1NamespacedLeaseListInput: Schema.Struct<{
|
|
4356
4356
|
readonly namespace: Schema.String;
|
|
4357
4357
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -4448,7 +4448,7 @@ export declare const watchCoordinationV1NamespacedLeaseList: API.OperationMethod
|
|
|
4448
4448
|
}, {
|
|
4449
4449
|
readonly object: unknown;
|
|
4450
4450
|
readonly type: string;
|
|
4451
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4451
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4452
4452
|
export declare const WatchCoordinationV1alpha2LeaseCandidateListForAllNamespacesInput: Schema.Struct<{
|
|
4453
4453
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
4454
4454
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -4542,7 +4542,7 @@ export declare const watchCoordinationV1alpha2LeaseCandidateListForAllNamespaces
|
|
|
4542
4542
|
}, {
|
|
4543
4543
|
readonly object: unknown;
|
|
4544
4544
|
readonly type: string;
|
|
4545
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4545
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4546
4546
|
export declare const WatchCoordinationV1alpha2NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
4547
4547
|
readonly name: Schema.String;
|
|
4548
4548
|
readonly namespace: Schema.String;
|
|
@@ -4642,7 +4642,7 @@ export declare const watchCoordinationV1alpha2NamespacedLeaseCandidate: API.Oper
|
|
|
4642
4642
|
}, {
|
|
4643
4643
|
readonly object: unknown;
|
|
4644
4644
|
readonly type: string;
|
|
4645
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4645
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4646
4646
|
export declare const WatchCoordinationV1alpha2NamespacedLeaseCandidateListInput: Schema.Struct<{
|
|
4647
4647
|
readonly namespace: Schema.String;
|
|
4648
4648
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -4739,7 +4739,7 @@ export declare const watchCoordinationV1alpha2NamespacedLeaseCandidateList: API.
|
|
|
4739
4739
|
}, {
|
|
4740
4740
|
readonly object: unknown;
|
|
4741
4741
|
readonly type: string;
|
|
4742
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4742
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4743
4743
|
export declare const WatchCoordinationV1beta1LeaseCandidateListForAllNamespacesInput: Schema.Struct<{
|
|
4744
4744
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
4745
4745
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -4833,7 +4833,7 @@ export declare const watchCoordinationV1beta1LeaseCandidateListForAllNamespaces:
|
|
|
4833
4833
|
}, {
|
|
4834
4834
|
readonly object: unknown;
|
|
4835
4835
|
readonly type: string;
|
|
4836
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4836
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4837
4837
|
export declare const WatchCoordinationV1beta1NamespacedLeaseCandidateInput: Schema.Struct<{
|
|
4838
4838
|
readonly name: Schema.String;
|
|
4839
4839
|
readonly namespace: Schema.String;
|
|
@@ -4933,7 +4933,7 @@ export declare const watchCoordinationV1beta1NamespacedLeaseCandidate: API.Opera
|
|
|
4933
4933
|
}, {
|
|
4934
4934
|
readonly object: unknown;
|
|
4935
4935
|
readonly type: string;
|
|
4936
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4936
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4937
4937
|
export declare const WatchCoordinationV1beta1NamespacedLeaseCandidateListInput: Schema.Struct<{
|
|
4938
4938
|
readonly namespace: Schema.String;
|
|
4939
4939
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -5030,5 +5030,5 @@ export declare const watchCoordinationV1beta1NamespacedLeaseCandidateList: API.O
|
|
|
5030
5030
|
}, {
|
|
5031
5031
|
readonly object: unknown;
|
|
5032
5032
|
readonly type: string;
|
|
5033
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
5033
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
5034
5034
|
//# sourceMappingURL=coordination.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coordination.d.ts","sourceRoot":"","sources":["../../src/services/coordination.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"coordination.d.ts","sourceRoot":"","sources":["../../src/services/coordination.ts"],"names":[],"mappings":"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"}
|