@distilled.cloud/kubernetes 0.25.0 → 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
|
@@ -326,7 +326,7 @@ export declare const createDiscoveryV1NamespacedEndpointSlice: API.OperationMeth
|
|
|
326
326
|
readonly port?: number | undefined;
|
|
327
327
|
readonly protocol?: string | undefined;
|
|
328
328
|
}[] | undefined;
|
|
329
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
329
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
330
330
|
export declare const DeleteDiscoveryV1CollectionNamespacedEndpointSliceInput: Schema.Struct<{
|
|
331
331
|
readonly namespace: Schema.String;
|
|
332
332
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -494,7 +494,7 @@ export declare const deleteDiscoveryV1CollectionNamespacedEndpointSlice: API.Ope
|
|
|
494
494
|
} | undefined;
|
|
495
495
|
readonly reason?: string | undefined;
|
|
496
496
|
readonly status?: string | undefined;
|
|
497
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
497
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
498
498
|
export declare const DeleteDiscoveryV1NamespacedEndpointSliceInput: Schema.Struct<{
|
|
499
499
|
readonly name: Schema.String;
|
|
500
500
|
readonly namespace: Schema.String;
|
|
@@ -597,7 +597,7 @@ export declare const deleteDiscoveryV1NamespacedEndpointSlice: API.OperationMeth
|
|
|
597
597
|
} | undefined;
|
|
598
598
|
readonly reason?: string | undefined;
|
|
599
599
|
readonly status?: string | undefined;
|
|
600
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
600
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
601
601
|
export declare const GetDiscoveryAPIGroupInput: Schema.Struct<{}>;
|
|
602
602
|
export type GetDiscoveryAPIGroupInput = typeof GetDiscoveryAPIGroupInput.Type;
|
|
603
603
|
export declare const GetDiscoveryAPIGroupOutput: Schema.Struct<{
|
|
@@ -637,7 +637,7 @@ export declare const getDiscoveryAPIGroup: API.OperationMethod<{}, {
|
|
|
637
637
|
readonly groupVersion: string;
|
|
638
638
|
readonly version: string;
|
|
639
639
|
}[];
|
|
640
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
640
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
641
641
|
export declare const GetDiscoveryV1APIResourcesInput: Schema.Struct<{}>;
|
|
642
642
|
export type GetDiscoveryV1APIResourcesInput = typeof GetDiscoveryV1APIResourcesInput.Type;
|
|
643
643
|
export declare const GetDiscoveryV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -677,7 +677,7 @@ export declare const getDiscoveryV1APIResources: API.OperationMethod<{}, {
|
|
|
677
677
|
readonly verbs: readonly string[];
|
|
678
678
|
readonly version?: string | undefined;
|
|
679
679
|
}[];
|
|
680
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
680
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
681
681
|
export declare const ListDiscoveryV1EndpointSliceForAllNamespacesInput: Schema.Struct<{
|
|
682
682
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
683
683
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -939,7 +939,7 @@ export declare const listDiscoveryV1EndpointSliceForAllNamespaces: API.Operation
|
|
|
939
939
|
readonly selector: string;
|
|
940
940
|
} | undefined;
|
|
941
941
|
} | undefined;
|
|
942
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
942
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
943
943
|
export declare const ListDiscoveryV1NamespacedEndpointSliceInput: Schema.Struct<{
|
|
944
944
|
readonly namespace: Schema.String;
|
|
945
945
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -1204,7 +1204,7 @@ export declare const listDiscoveryV1NamespacedEndpointSlice: API.OperationMethod
|
|
|
1204
1204
|
readonly selector: string;
|
|
1205
1205
|
} | undefined;
|
|
1206
1206
|
} | undefined;
|
|
1207
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1207
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1208
1208
|
export declare const PatchDiscoveryV1NamespacedEndpointSliceInput: Schema.Struct<{
|
|
1209
1209
|
readonly name: Schema.String;
|
|
1210
1210
|
readonly namespace: Schema.String;
|
|
@@ -1384,7 +1384,7 @@ export declare const patchDiscoveryV1NamespacedEndpointSlice: API.OperationMetho
|
|
|
1384
1384
|
readonly port?: number | undefined;
|
|
1385
1385
|
readonly protocol?: string | undefined;
|
|
1386
1386
|
}[] | undefined;
|
|
1387
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1387
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
1388
1388
|
export declare const ReadDiscoveryV1NamespacedEndpointSliceInput: Schema.Struct<{
|
|
1389
1389
|
readonly name: Schema.String;
|
|
1390
1390
|
readonly namespace: Schema.String;
|
|
@@ -1552,7 +1552,7 @@ export declare const readDiscoveryV1NamespacedEndpointSlice: API.OperationMethod
|
|
|
1552
1552
|
readonly port?: number | undefined;
|
|
1553
1553
|
readonly protocol?: string | undefined;
|
|
1554
1554
|
}[] | undefined;
|
|
1555
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
1555
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
1556
1556
|
export declare const ReplaceDiscoveryV1NamespacedEndpointSliceInput: Schema.Struct<{
|
|
1557
1557
|
readonly name: Schema.String;
|
|
1558
1558
|
readonly namespace: Schema.String;
|
|
@@ -1875,7 +1875,7 @@ export declare const replaceDiscoveryV1NamespacedEndpointSlice: API.OperationMet
|
|
|
1875
1875
|
readonly port?: number | undefined;
|
|
1876
1876
|
readonly protocol?: string | undefined;
|
|
1877
1877
|
}[] | undefined;
|
|
1878
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1878
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
1879
1879
|
export declare const WatchDiscoveryV1EndpointSliceListForAllNamespacesInput: Schema.Struct<{
|
|
1880
1880
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
1881
1881
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -1969,7 +1969,7 @@ export declare const watchDiscoveryV1EndpointSliceListForAllNamespaces: API.Oper
|
|
|
1969
1969
|
}, {
|
|
1970
1970
|
readonly object: unknown;
|
|
1971
1971
|
readonly type: string;
|
|
1972
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1972
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1973
1973
|
export declare const WatchDiscoveryV1NamespacedEndpointSliceInput: Schema.Struct<{
|
|
1974
1974
|
readonly name: Schema.String;
|
|
1975
1975
|
readonly namespace: Schema.String;
|
|
@@ -2069,7 +2069,7 @@ export declare const watchDiscoveryV1NamespacedEndpointSlice: API.OperationMetho
|
|
|
2069
2069
|
}, {
|
|
2070
2070
|
readonly object: unknown;
|
|
2071
2071
|
readonly type: string;
|
|
2072
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
2072
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
2073
2073
|
export declare const WatchDiscoveryV1NamespacedEndpointSliceListInput: Schema.Struct<{
|
|
2074
2074
|
readonly namespace: Schema.String;
|
|
2075
2075
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -2166,5 +2166,5 @@ export declare const watchDiscoveryV1NamespacedEndpointSliceList: API.OperationM
|
|
|
2166
2166
|
}, {
|
|
2167
2167
|
readonly object: unknown;
|
|
2168
2168
|
readonly type: string;
|
|
2169
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
2169
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
2170
2170
|
//# sourceMappingURL=discovery.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"discovery.d.ts","sourceRoot":"","sources":["../../src/services/discovery.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,GAAG,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAGvE,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsHvD,CAAC;AACJ,MAAM,MAAM,6CAA6C,GACvD,OAAO,6CAA6C,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4GvD,CAAC;AACL,MAAM,MAAM,8CAA8C,GACxD,OAAO,8CAA8C,CAAC,IAAI,CAAC;AAG7D;;;;;;;;GAQG;AACH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"discovery.d.ts","sourceRoot":"","sources":["../../src/services/discovery.ts"],"names":[],"mappings":"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"}
|
package/lib/services/events.d.ts
CHANGED
|
@@ -322,7 +322,7 @@ export declare const createEventsV1NamespacedEvent: API.OperationMethod<{
|
|
|
322
322
|
readonly lastObservedTime: string;
|
|
323
323
|
} | undefined;
|
|
324
324
|
readonly type?: string | undefined;
|
|
325
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
325
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
326
326
|
export declare const DeleteEventsV1CollectionNamespacedEventInput: Schema.Struct<{
|
|
327
327
|
readonly namespace: Schema.String;
|
|
328
328
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -490,7 +490,7 @@ export declare const deleteEventsV1CollectionNamespacedEvent: API.OperationMetho
|
|
|
490
490
|
} | undefined;
|
|
491
491
|
readonly reason?: string | undefined;
|
|
492
492
|
readonly status?: string | undefined;
|
|
493
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
493
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
494
494
|
export declare const DeleteEventsV1NamespacedEventInput: Schema.Struct<{
|
|
495
495
|
readonly name: Schema.String;
|
|
496
496
|
readonly namespace: Schema.String;
|
|
@@ -593,7 +593,7 @@ export declare const deleteEventsV1NamespacedEvent: API.OperationMethod<{
|
|
|
593
593
|
} | undefined;
|
|
594
594
|
readonly reason?: string | undefined;
|
|
595
595
|
readonly status?: string | undefined;
|
|
596
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
596
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
597
597
|
export declare const GetEventsAPIGroupInput: Schema.Struct<{}>;
|
|
598
598
|
export type GetEventsAPIGroupInput = typeof GetEventsAPIGroupInput.Type;
|
|
599
599
|
export declare const GetEventsAPIGroupOutput: Schema.Struct<{
|
|
@@ -633,7 +633,7 @@ export declare const getEventsAPIGroup: API.OperationMethod<{}, {
|
|
|
633
633
|
readonly groupVersion: string;
|
|
634
634
|
readonly version: string;
|
|
635
635
|
}[];
|
|
636
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
636
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
637
637
|
export declare const GetEventsV1APIResourcesInput: Schema.Struct<{}>;
|
|
638
638
|
export type GetEventsV1APIResourcesInput = typeof GetEventsV1APIResourcesInput.Type;
|
|
639
639
|
export declare const GetEventsV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -673,7 +673,7 @@ export declare const getEventsV1APIResources: API.OperationMethod<{}, {
|
|
|
673
673
|
readonly verbs: readonly string[];
|
|
674
674
|
readonly version?: string | undefined;
|
|
675
675
|
}[];
|
|
676
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
676
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
677
677
|
export declare const ListEventsV1EventForAllNamespacesInput: Schema.Struct<{
|
|
678
678
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
679
679
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -933,7 +933,7 @@ export declare const listEventsV1EventForAllNamespaces: API.OperationMethod<{
|
|
|
933
933
|
readonly selector: string;
|
|
934
934
|
} | undefined;
|
|
935
935
|
} | undefined;
|
|
936
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
936
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
937
937
|
export declare const ListEventsV1NamespacedEventInput: Schema.Struct<{
|
|
938
938
|
readonly namespace: Schema.String;
|
|
939
939
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -1196,7 +1196,7 @@ export declare const listEventsV1NamespacedEvent: API.OperationMethod<{
|
|
|
1196
1196
|
readonly selector: string;
|
|
1197
1197
|
} | undefined;
|
|
1198
1198
|
} | undefined;
|
|
1199
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1199
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1200
1200
|
export declare const PatchEventsV1NamespacedEventInput: Schema.Struct<{
|
|
1201
1201
|
readonly name: Schema.String;
|
|
1202
1202
|
readonly namespace: Schema.String;
|
|
@@ -1374,7 +1374,7 @@ export declare const patchEventsV1NamespacedEvent: API.OperationMethod<{
|
|
|
1374
1374
|
readonly lastObservedTime: string;
|
|
1375
1375
|
} | undefined;
|
|
1376
1376
|
readonly type?: string | undefined;
|
|
1377
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1377
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
1378
1378
|
export declare const ReadEventsV1NamespacedEventInput: Schema.Struct<{
|
|
1379
1379
|
readonly name: Schema.String;
|
|
1380
1380
|
readonly namespace: Schema.String;
|
|
@@ -1540,7 +1540,7 @@ export declare const readEventsV1NamespacedEvent: API.OperationMethod<{
|
|
|
1540
1540
|
readonly lastObservedTime: string;
|
|
1541
1541
|
} | undefined;
|
|
1542
1542
|
readonly type?: string | undefined;
|
|
1543
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
1543
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
1544
1544
|
export declare const ReplaceEventsV1NamespacedEventInput: Schema.Struct<{
|
|
1545
1545
|
readonly name: Schema.String;
|
|
1546
1546
|
readonly namespace: Schema.String;
|
|
@@ -1859,7 +1859,7 @@ export declare const replaceEventsV1NamespacedEvent: API.OperationMethod<{
|
|
|
1859
1859
|
readonly lastObservedTime: string;
|
|
1860
1860
|
} | undefined;
|
|
1861
1861
|
readonly type?: string | undefined;
|
|
1862
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1862
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
1863
1863
|
export declare const WatchEventsV1EventListForAllNamespacesInput: Schema.Struct<{
|
|
1864
1864
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
1865
1865
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -1953,7 +1953,7 @@ export declare const watchEventsV1EventListForAllNamespaces: API.OperationMethod
|
|
|
1953
1953
|
}, {
|
|
1954
1954
|
readonly object: unknown;
|
|
1955
1955
|
readonly type: string;
|
|
1956
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1956
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1957
1957
|
export declare const WatchEventsV1NamespacedEventInput: Schema.Struct<{
|
|
1958
1958
|
readonly name: Schema.String;
|
|
1959
1959
|
readonly namespace: Schema.String;
|
|
@@ -2053,7 +2053,7 @@ export declare const watchEventsV1NamespacedEvent: API.OperationMethod<{
|
|
|
2053
2053
|
}, {
|
|
2054
2054
|
readonly object: unknown;
|
|
2055
2055
|
readonly type: string;
|
|
2056
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
2056
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
2057
2057
|
export declare const WatchEventsV1NamespacedEventListInput: Schema.Struct<{
|
|
2058
2058
|
readonly namespace: Schema.String;
|
|
2059
2059
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -2150,5 +2150,5 @@ export declare const watchEventsV1NamespacedEventList: API.OperationMethod<{
|
|
|
2150
2150
|
}, {
|
|
2151
2151
|
readonly object: unknown;
|
|
2152
2152
|
readonly type: string;
|
|
2153
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
2153
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
2154
2154
|
//# sourceMappingURL=events.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../src/services/events.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,GAAG,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAGvE,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsG5C,CAAC;AACJ,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4F5C,CAAC;AACL,MAAM,MAAM,mCAAmC,GAC7C,OAAO,mCAAmC,CAAC,IAAI,CAAC;AAGlD;;;;;;;;GAQG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../src/services/events.ts"],"names":[],"mappings":"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"}
|
|
@@ -351,7 +351,7 @@ export declare const createFlowcontrolApiserverV1FlowSchema: API.OperationMethod
|
|
|
351
351
|
readonly type?: string | undefined;
|
|
352
352
|
}[] | undefined;
|
|
353
353
|
} | undefined;
|
|
354
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
354
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
355
355
|
export declare const CreateFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
356
356
|
readonly pretty: Schema.optional<Schema.String>;
|
|
357
357
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -636,7 +636,7 @@ export declare const createFlowcontrolApiserverV1PriorityLevelConfiguration: API
|
|
|
636
636
|
readonly type?: string | undefined;
|
|
637
637
|
}[] | undefined;
|
|
638
638
|
} | undefined;
|
|
639
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
639
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
640
640
|
export declare const DeleteFlowcontrolApiserverV1CollectionFlowSchemaInput: Schema.Struct<{
|
|
641
641
|
readonly pretty: Schema.optional<Schema.String>;
|
|
642
642
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -801,7 +801,7 @@ export declare const deleteFlowcontrolApiserverV1CollectionFlowSchema: API.Opera
|
|
|
801
801
|
} | undefined;
|
|
802
802
|
readonly reason?: string | undefined;
|
|
803
803
|
readonly status?: string | undefined;
|
|
804
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
804
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
805
805
|
export declare const DeleteFlowcontrolApiserverV1CollectionPriorityLevelConfigurationInput: Schema.Struct<{
|
|
806
806
|
readonly pretty: Schema.optional<Schema.String>;
|
|
807
807
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -966,7 +966,7 @@ export declare const deleteFlowcontrolApiserverV1CollectionPriorityLevelConfigur
|
|
|
966
966
|
} | undefined;
|
|
967
967
|
readonly reason?: string | undefined;
|
|
968
968
|
readonly status?: string | undefined;
|
|
969
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
969
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
970
970
|
export declare const DeleteFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{
|
|
971
971
|
readonly name: Schema.String;
|
|
972
972
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -1066,7 +1066,7 @@ export declare const deleteFlowcontrolApiserverV1FlowSchema: API.OperationMethod
|
|
|
1066
1066
|
} | undefined;
|
|
1067
1067
|
readonly reason?: string | undefined;
|
|
1068
1068
|
readonly status?: string | undefined;
|
|
1069
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
1069
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
1070
1070
|
export declare const DeleteFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
1071
1071
|
readonly name: Schema.String;
|
|
1072
1072
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -1166,7 +1166,7 @@ export declare const deleteFlowcontrolApiserverV1PriorityLevelConfiguration: API
|
|
|
1166
1166
|
} | undefined;
|
|
1167
1167
|
readonly reason?: string | undefined;
|
|
1168
1168
|
readonly status?: string | undefined;
|
|
1169
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
1169
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
1170
1170
|
export declare const GetFlowcontrolApiserverAPIGroupInput: Schema.Struct<{}>;
|
|
1171
1171
|
export type GetFlowcontrolApiserverAPIGroupInput = typeof GetFlowcontrolApiserverAPIGroupInput.Type;
|
|
1172
1172
|
export declare const GetFlowcontrolApiserverAPIGroupOutput: Schema.Struct<{
|
|
@@ -1206,7 +1206,7 @@ export declare const getFlowcontrolApiserverAPIGroup: API.OperationMethod<{}, {
|
|
|
1206
1206
|
readonly groupVersion: string;
|
|
1207
1207
|
readonly version: string;
|
|
1208
1208
|
}[];
|
|
1209
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1209
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1210
1210
|
export declare const GetFlowcontrolApiserverV1APIResourcesInput: Schema.Struct<{}>;
|
|
1211
1211
|
export type GetFlowcontrolApiserverV1APIResourcesInput = typeof GetFlowcontrolApiserverV1APIResourcesInput.Type;
|
|
1212
1212
|
export declare const GetFlowcontrolApiserverV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -1246,7 +1246,7 @@ export declare const getFlowcontrolApiserverV1APIResources: API.OperationMethod<
|
|
|
1246
1246
|
readonly verbs: readonly string[];
|
|
1247
1247
|
readonly version?: string | undefined;
|
|
1248
1248
|
}[];
|
|
1249
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1249
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1250
1250
|
export declare const ListFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{
|
|
1251
1251
|
readonly pretty: Schema.optional<Schema.String>;
|
|
1252
1252
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -1522,7 +1522,7 @@ export declare const listFlowcontrolApiserverV1FlowSchema: API.OperationMethod<{
|
|
|
1522
1522
|
readonly selector: string;
|
|
1523
1523
|
} | undefined;
|
|
1524
1524
|
} | undefined;
|
|
1525
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1525
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1526
1526
|
export declare const ListFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
1527
1527
|
readonly pretty: Schema.optional<Schema.String>;
|
|
1528
1528
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -1768,7 +1768,7 @@ export declare const listFlowcontrolApiserverV1PriorityLevelConfiguration: API.O
|
|
|
1768
1768
|
readonly selector: string;
|
|
1769
1769
|
} | undefined;
|
|
1770
1770
|
} | undefined;
|
|
1771
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
1771
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
1772
1772
|
export declare const PatchFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{
|
|
1773
1773
|
readonly name: Schema.String;
|
|
1774
1774
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -1959,7 +1959,7 @@ export declare const patchFlowcontrolApiserverV1FlowSchema: API.OperationMethod<
|
|
|
1959
1959
|
readonly type?: string | undefined;
|
|
1960
1960
|
}[] | undefined;
|
|
1961
1961
|
} | undefined;
|
|
1962
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1962
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
1963
1963
|
export declare const PatchFlowcontrolApiserverV1FlowSchemaStatusInput: Schema.Struct<{
|
|
1964
1964
|
readonly name: Schema.String;
|
|
1965
1965
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2150,7 +2150,7 @@ export declare const patchFlowcontrolApiserverV1FlowSchemaStatus: API.OperationM
|
|
|
2150
2150
|
readonly type?: string | undefined;
|
|
2151
2151
|
}[] | undefined;
|
|
2152
2152
|
} | undefined;
|
|
2153
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2153
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2154
2154
|
export declare const PatchFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
2155
2155
|
readonly name: Schema.String;
|
|
2156
2156
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2311,7 +2311,7 @@ export declare const patchFlowcontrolApiserverV1PriorityLevelConfiguration: API.
|
|
|
2311
2311
|
readonly type?: string | undefined;
|
|
2312
2312
|
}[] | undefined;
|
|
2313
2313
|
} | undefined;
|
|
2314
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2314
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2315
2315
|
export declare const PatchFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput: Schema.Struct<{
|
|
2316
2316
|
readonly name: Schema.String;
|
|
2317
2317
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2472,7 +2472,7 @@ export declare const patchFlowcontrolApiserverV1PriorityLevelConfigurationStatus
|
|
|
2472
2472
|
readonly type?: string | undefined;
|
|
2473
2473
|
}[] | undefined;
|
|
2474
2474
|
} | undefined;
|
|
2475
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2475
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2476
2476
|
export declare const ReadFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{
|
|
2477
2477
|
readonly name: Schema.String;
|
|
2478
2478
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2651,7 +2651,7 @@ export declare const readFlowcontrolApiserverV1FlowSchema: API.OperationMethod<{
|
|
|
2651
2651
|
readonly type?: string | undefined;
|
|
2652
2652
|
}[] | undefined;
|
|
2653
2653
|
} | undefined;
|
|
2654
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
2654
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
2655
2655
|
export declare const ReadFlowcontrolApiserverV1FlowSchemaStatusInput: Schema.Struct<{
|
|
2656
2656
|
readonly name: Schema.String;
|
|
2657
2657
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2830,7 +2830,7 @@ export declare const readFlowcontrolApiserverV1FlowSchemaStatus: API.OperationMe
|
|
|
2830
2830
|
readonly type?: string | undefined;
|
|
2831
2831
|
}[] | undefined;
|
|
2832
2832
|
} | undefined;
|
|
2833
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
2833
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
2834
2834
|
export declare const ReadFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
2835
2835
|
readonly name: Schema.String;
|
|
2836
2836
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2979,7 +2979,7 @@ export declare const readFlowcontrolApiserverV1PriorityLevelConfiguration: API.O
|
|
|
2979
2979
|
readonly type?: string | undefined;
|
|
2980
2980
|
}[] | undefined;
|
|
2981
2981
|
} | undefined;
|
|
2982
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
2982
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
2983
2983
|
export declare const ReadFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput: Schema.Struct<{
|
|
2984
2984
|
readonly name: Schema.String;
|
|
2985
2985
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -3128,7 +3128,7 @@ export declare const readFlowcontrolApiserverV1PriorityLevelConfigurationStatus:
|
|
|
3128
3128
|
readonly type?: string | undefined;
|
|
3129
3129
|
}[] | undefined;
|
|
3130
3130
|
} | undefined;
|
|
3131
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
3131
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
3132
3132
|
export declare const ReplaceFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{
|
|
3133
3133
|
readonly name: Schema.String;
|
|
3134
3134
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -3476,7 +3476,7 @@ export declare const replaceFlowcontrolApiserverV1FlowSchema: API.OperationMetho
|
|
|
3476
3476
|
readonly type?: string | undefined;
|
|
3477
3477
|
}[] | undefined;
|
|
3478
3478
|
} | undefined;
|
|
3479
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
3479
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
3480
3480
|
export declare const ReplaceFlowcontrolApiserverV1FlowSchemaStatusInput: Schema.Struct<{
|
|
3481
3481
|
readonly name: Schema.String;
|
|
3482
3482
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -3824,7 +3824,7 @@ export declare const replaceFlowcontrolApiserverV1FlowSchemaStatus: API.Operatio
|
|
|
3824
3824
|
readonly type?: string | undefined;
|
|
3825
3825
|
}[] | undefined;
|
|
3826
3826
|
} | undefined;
|
|
3827
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
3827
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
3828
3828
|
export declare const ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
3829
3829
|
readonly name: Schema.String;
|
|
3830
3830
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -4112,7 +4112,7 @@ export declare const replaceFlowcontrolApiserverV1PriorityLevelConfiguration: AP
|
|
|
4112
4112
|
readonly type?: string | undefined;
|
|
4113
4113
|
}[] | undefined;
|
|
4114
4114
|
} | undefined;
|
|
4115
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
4115
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
4116
4116
|
export declare const ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput: Schema.Struct<{
|
|
4117
4117
|
readonly name: Schema.String;
|
|
4118
4118
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -4400,7 +4400,7 @@ export declare const replaceFlowcontrolApiserverV1PriorityLevelConfigurationStat
|
|
|
4400
4400
|
readonly type?: string | undefined;
|
|
4401
4401
|
}[] | undefined;
|
|
4402
4402
|
} | undefined;
|
|
4403
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
4403
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
4404
4404
|
export declare const WatchFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{
|
|
4405
4405
|
readonly name: Schema.String;
|
|
4406
4406
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -4497,7 +4497,7 @@ export declare const watchFlowcontrolApiserverV1FlowSchema: API.OperationMethod<
|
|
|
4497
4497
|
}, {
|
|
4498
4498
|
readonly object: unknown;
|
|
4499
4499
|
readonly type: string;
|
|
4500
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4500
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4501
4501
|
export declare const WatchFlowcontrolApiserverV1FlowSchemaListInput: Schema.Struct<{
|
|
4502
4502
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
4503
4503
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -4591,7 +4591,7 @@ export declare const watchFlowcontrolApiserverV1FlowSchemaList: API.OperationMet
|
|
|
4591
4591
|
}, {
|
|
4592
4592
|
readonly object: unknown;
|
|
4593
4593
|
readonly type: string;
|
|
4594
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4594
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4595
4595
|
export declare const WatchFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
4596
4596
|
readonly name: Schema.String;
|
|
4597
4597
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -4688,7 +4688,7 @@ export declare const watchFlowcontrolApiserverV1PriorityLevelConfiguration: API.
|
|
|
4688
4688
|
}, {
|
|
4689
4689
|
readonly object: unknown;
|
|
4690
4690
|
readonly type: string;
|
|
4691
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4691
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4692
4692
|
export declare const WatchFlowcontrolApiserverV1PriorityLevelConfigurationListInput: Schema.Struct<{
|
|
4693
4693
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
4694
4694
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -4782,5 +4782,5 @@ export declare const watchFlowcontrolApiserverV1PriorityLevelConfigurationList:
|
|
|
4782
4782
|
}, {
|
|
4783
4783
|
readonly object: unknown;
|
|
4784
4784
|
readonly type: string;
|
|
4785
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4785
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4786
4786
|
//# sourceMappingURL=flowcontrol-apiserver.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flowcontrol-apiserver.d.ts","sourceRoot":"","sources":["../../src/services/flowcontrol-apiserver.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"flowcontrol-apiserver.d.ts","sourceRoot":"","sources":["../../src/services/flowcontrol-apiserver.ts"],"names":[],"mappings":"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"}
|