@distilled.cloud/kubernetes 0.13.0 → 0.13.1
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 +5 -4
- package/lib/client/api.d.ts.map +1 -1
- package/lib/client/api.js.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/src/client/api.ts +1 -1
|
@@ -171,7 +171,7 @@ export declare const createDiscoveryV1NamespacedEndpointSlice: API.OperationMeth
|
|
|
171
171
|
readonly port?: number | undefined;
|
|
172
172
|
readonly protocol?: string | undefined;
|
|
173
173
|
}[] | undefined;
|
|
174
|
-
}, Conflict | UnprocessableEntity,
|
|
174
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
175
175
|
export declare const DeleteDiscoveryV1CollectionNamespacedEndpointSliceInput: Schema.Struct<{
|
|
176
176
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
177
177
|
}>;
|
|
@@ -241,7 +241,7 @@ export declare const deleteDiscoveryV1CollectionNamespacedEndpointSlice: API.Ope
|
|
|
241
241
|
} | undefined;
|
|
242
242
|
readonly reason?: string | undefined;
|
|
243
243
|
readonly status?: string | undefined;
|
|
244
|
-
}, never,
|
|
244
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
245
245
|
export declare const DeleteDiscoveryV1NamespacedEndpointSliceInput: Schema.Struct<{
|
|
246
246
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
247
247
|
}>;
|
|
@@ -311,7 +311,7 @@ export declare const deleteDiscoveryV1NamespacedEndpointSlice: API.OperationMeth
|
|
|
311
311
|
} | undefined;
|
|
312
312
|
readonly reason?: string | undefined;
|
|
313
313
|
readonly status?: string | undefined;
|
|
314
|
-
}, Conflict | NotFound,
|
|
314
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
315
315
|
export declare const GetDiscoveryAPIGroupInput: Schema.Struct<{}>;
|
|
316
316
|
export type GetDiscoveryAPIGroupInput = typeof GetDiscoveryAPIGroupInput.Type;
|
|
317
317
|
export declare const GetDiscoveryAPIGroupOutput: Schema.Struct<{
|
|
@@ -351,7 +351,7 @@ export declare const getDiscoveryAPIGroup: API.OperationMethod<{}, {
|
|
|
351
351
|
readonly groupVersion: string;
|
|
352
352
|
readonly version: string;
|
|
353
353
|
}[];
|
|
354
|
-
}, never,
|
|
354
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
355
355
|
export declare const GetDiscoveryV1APIResourcesInput: Schema.Struct<{}>;
|
|
356
356
|
export type GetDiscoveryV1APIResourcesInput = typeof GetDiscoveryV1APIResourcesInput.Type;
|
|
357
357
|
export declare const GetDiscoveryV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -391,7 +391,7 @@ export declare const getDiscoveryV1APIResources: API.OperationMethod<{}, {
|
|
|
391
391
|
readonly verbs: readonly string[];
|
|
392
392
|
readonly version?: string | undefined;
|
|
393
393
|
}[];
|
|
394
|
-
}, never,
|
|
394
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
395
395
|
export declare const ListDiscoveryV1EndpointSliceForAllNamespacesInput: Schema.Struct<{}>;
|
|
396
396
|
export type ListDiscoveryV1EndpointSliceForAllNamespacesInput = typeof ListDiscoveryV1EndpointSliceForAllNamespacesInput.Type;
|
|
397
397
|
export declare const ListDiscoveryV1EndpointSliceForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -573,7 +573,7 @@ export declare const listDiscoveryV1EndpointSliceForAllNamespaces: API.Operation
|
|
|
573
573
|
readonly selector: string;
|
|
574
574
|
} | undefined;
|
|
575
575
|
} | undefined;
|
|
576
|
-
}, never,
|
|
576
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
577
577
|
export declare const ListDiscoveryV1NamespacedEndpointSliceInput: Schema.Struct<{}>;
|
|
578
578
|
export type ListDiscoveryV1NamespacedEndpointSliceInput = typeof ListDiscoveryV1NamespacedEndpointSliceInput.Type;
|
|
579
579
|
export declare const ListDiscoveryV1NamespacedEndpointSliceOutput: Schema.Struct<{
|
|
@@ -755,7 +755,7 @@ export declare const listDiscoveryV1NamespacedEndpointSlice: API.OperationMethod
|
|
|
755
755
|
readonly selector: string;
|
|
756
756
|
} | undefined;
|
|
757
757
|
} | undefined;
|
|
758
|
-
}, never,
|
|
758
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
759
759
|
export declare const PatchDiscoveryV1NamespacedEndpointSliceInput: Schema.Struct<{
|
|
760
760
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
761
761
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -920,7 +920,7 @@ export declare const patchDiscoveryV1NamespacedEndpointSlice: API.OperationMetho
|
|
|
920
920
|
readonly port?: number | undefined;
|
|
921
921
|
readonly protocol?: string | undefined;
|
|
922
922
|
}[] | undefined;
|
|
923
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
923
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
924
924
|
export declare const ReadDiscoveryV1NamespacedEndpointSliceInput: Schema.Struct<{}>;
|
|
925
925
|
export type ReadDiscoveryV1NamespacedEndpointSliceInput = typeof ReadDiscoveryV1NamespacedEndpointSliceInput.Type;
|
|
926
926
|
export declare const ReadDiscoveryV1NamespacedEndpointSliceOutput: Schema.Struct<{
|
|
@@ -1076,7 +1076,7 @@ export declare const readDiscoveryV1NamespacedEndpointSlice: API.OperationMethod
|
|
|
1076
1076
|
readonly port?: number | undefined;
|
|
1077
1077
|
readonly protocol?: string | undefined;
|
|
1078
1078
|
}[] | undefined;
|
|
1079
|
-
}, NotFound,
|
|
1079
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
1080
1080
|
export declare const ReplaceDiscoveryV1NamespacedEndpointSliceInput: Schema.Struct<{
|
|
1081
1081
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1082
1082
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1241,7 +1241,7 @@ export declare const replaceDiscoveryV1NamespacedEndpointSlice: API.OperationMet
|
|
|
1241
1241
|
readonly port?: number | undefined;
|
|
1242
1242
|
readonly protocol?: string | undefined;
|
|
1243
1243
|
}[] | undefined;
|
|
1244
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
1244
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1245
1245
|
export declare const WatchDiscoveryV1EndpointSliceListForAllNamespacesInput: Schema.Struct<{}>;
|
|
1246
1246
|
export type WatchDiscoveryV1EndpointSliceListForAllNamespacesInput = typeof WatchDiscoveryV1EndpointSliceListForAllNamespacesInput.Type;
|
|
1247
1247
|
export declare const WatchDiscoveryV1EndpointSliceListForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -1255,7 +1255,7 @@ export type WatchDiscoveryV1EndpointSliceListForAllNamespacesOutput = typeof Wat
|
|
|
1255
1255
|
export declare const watchDiscoveryV1EndpointSliceListForAllNamespaces: API.OperationMethod<{}, {
|
|
1256
1256
|
readonly object: unknown;
|
|
1257
1257
|
readonly type: string;
|
|
1258
|
-
}, never,
|
|
1258
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1259
1259
|
export declare const WatchDiscoveryV1NamespacedEndpointSliceInput: Schema.Struct<{}>;
|
|
1260
1260
|
export type WatchDiscoveryV1NamespacedEndpointSliceInput = typeof WatchDiscoveryV1NamespacedEndpointSliceInput.Type;
|
|
1261
1261
|
export declare const WatchDiscoveryV1NamespacedEndpointSliceOutput: Schema.Struct<{
|
|
@@ -1269,7 +1269,7 @@ export type WatchDiscoveryV1NamespacedEndpointSliceOutput = typeof WatchDiscover
|
|
|
1269
1269
|
export declare const watchDiscoveryV1NamespacedEndpointSlice: API.OperationMethod<{}, {
|
|
1270
1270
|
readonly object: unknown;
|
|
1271
1271
|
readonly type: string;
|
|
1272
|
-
}, never,
|
|
1272
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1273
1273
|
export declare const WatchDiscoveryV1NamespacedEndpointSliceListInput: Schema.Struct<{}>;
|
|
1274
1274
|
export type WatchDiscoveryV1NamespacedEndpointSliceListInput = typeof WatchDiscoveryV1NamespacedEndpointSliceListInput.Type;
|
|
1275
1275
|
export declare const WatchDiscoveryV1NamespacedEndpointSliceListOutput: Schema.Struct<{
|
|
@@ -1283,5 +1283,5 @@ export type WatchDiscoveryV1NamespacedEndpointSliceListOutput = typeof WatchDisc
|
|
|
1283
1283
|
export declare const watchDiscoveryV1NamespacedEndpointSliceList: API.OperationMethod<{}, {
|
|
1284
1284
|
readonly object: unknown;
|
|
1285
1285
|
readonly type: string;
|
|
1286
|
-
}, never,
|
|
1286
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1287
1287
|
//# 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;;;EASvD,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;;;;;GAKG;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
|
@@ -169,7 +169,7 @@ export declare const createEventsV1NamespacedEvent: API.OperationMethod<{
|
|
|
169
169
|
readonly lastObservedTime: string;
|
|
170
170
|
} | undefined;
|
|
171
171
|
readonly type?: string | undefined;
|
|
172
|
-
}, Conflict | UnprocessableEntity,
|
|
172
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
173
173
|
export declare const DeleteEventsV1CollectionNamespacedEventInput: Schema.Struct<{
|
|
174
174
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
175
175
|
}>;
|
|
@@ -239,7 +239,7 @@ export declare const deleteEventsV1CollectionNamespacedEvent: API.OperationMetho
|
|
|
239
239
|
} | undefined;
|
|
240
240
|
readonly reason?: string | undefined;
|
|
241
241
|
readonly status?: string | undefined;
|
|
242
|
-
}, never,
|
|
242
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
243
243
|
export declare const DeleteEventsV1NamespacedEventInput: Schema.Struct<{
|
|
244
244
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
245
245
|
}>;
|
|
@@ -309,7 +309,7 @@ export declare const deleteEventsV1NamespacedEvent: API.OperationMethod<{
|
|
|
309
309
|
} | undefined;
|
|
310
310
|
readonly reason?: string | undefined;
|
|
311
311
|
readonly status?: string | undefined;
|
|
312
|
-
}, Conflict | NotFound,
|
|
312
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
313
313
|
export declare const GetEventsAPIGroupInput: Schema.Struct<{}>;
|
|
314
314
|
export type GetEventsAPIGroupInput = typeof GetEventsAPIGroupInput.Type;
|
|
315
315
|
export declare const GetEventsAPIGroupOutput: Schema.Struct<{
|
|
@@ -349,7 +349,7 @@ export declare const getEventsAPIGroup: API.OperationMethod<{}, {
|
|
|
349
349
|
readonly groupVersion: string;
|
|
350
350
|
readonly version: string;
|
|
351
351
|
}[];
|
|
352
|
-
}, never,
|
|
352
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
353
353
|
export declare const GetEventsV1APIResourcesInput: Schema.Struct<{}>;
|
|
354
354
|
export type GetEventsV1APIResourcesInput = typeof GetEventsV1APIResourcesInput.Type;
|
|
355
355
|
export declare const GetEventsV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -389,7 +389,7 @@ export declare const getEventsV1APIResources: API.OperationMethod<{}, {
|
|
|
389
389
|
readonly verbs: readonly string[];
|
|
390
390
|
readonly version?: string | undefined;
|
|
391
391
|
}[];
|
|
392
|
-
}, never,
|
|
392
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
393
393
|
export declare const ListEventsV1EventForAllNamespacesInput: Schema.Struct<{}>;
|
|
394
394
|
export type ListEventsV1EventForAllNamespacesInput = typeof ListEventsV1EventForAllNamespacesInput.Type;
|
|
395
395
|
export declare const ListEventsV1EventForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -569,7 +569,7 @@ export declare const listEventsV1EventForAllNamespaces: API.OperationMethod<{},
|
|
|
569
569
|
readonly selector: string;
|
|
570
570
|
} | undefined;
|
|
571
571
|
} | undefined;
|
|
572
|
-
}, never,
|
|
572
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
573
573
|
export declare const ListEventsV1NamespacedEventInput: Schema.Struct<{}>;
|
|
574
574
|
export type ListEventsV1NamespacedEventInput = typeof ListEventsV1NamespacedEventInput.Type;
|
|
575
575
|
export declare const ListEventsV1NamespacedEventOutput: Schema.Struct<{
|
|
@@ -749,7 +749,7 @@ export declare const listEventsV1NamespacedEvent: API.OperationMethod<{}, {
|
|
|
749
749
|
readonly selector: string;
|
|
750
750
|
} | undefined;
|
|
751
751
|
} | undefined;
|
|
752
|
-
}, never,
|
|
752
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
753
753
|
export declare const PatchEventsV1NamespacedEventInput: Schema.Struct<{
|
|
754
754
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
755
755
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -912,7 +912,7 @@ export declare const patchEventsV1NamespacedEvent: API.OperationMethod<{
|
|
|
912
912
|
readonly lastObservedTime: string;
|
|
913
913
|
} | undefined;
|
|
914
914
|
readonly type?: string | undefined;
|
|
915
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
915
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
916
916
|
export declare const ReadEventsV1NamespacedEventInput: Schema.Struct<{}>;
|
|
917
917
|
export type ReadEventsV1NamespacedEventInput = typeof ReadEventsV1NamespacedEventInput.Type;
|
|
918
918
|
export declare const ReadEventsV1NamespacedEventOutput: Schema.Struct<{
|
|
@@ -1066,7 +1066,7 @@ export declare const readEventsV1NamespacedEvent: API.OperationMethod<{}, {
|
|
|
1066
1066
|
readonly lastObservedTime: string;
|
|
1067
1067
|
} | undefined;
|
|
1068
1068
|
readonly type?: string | undefined;
|
|
1069
|
-
}, NotFound,
|
|
1069
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
1070
1070
|
export declare const ReplaceEventsV1NamespacedEventInput: Schema.Struct<{
|
|
1071
1071
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1072
1072
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1229,7 +1229,7 @@ export declare const replaceEventsV1NamespacedEvent: API.OperationMethod<{
|
|
|
1229
1229
|
readonly lastObservedTime: string;
|
|
1230
1230
|
} | undefined;
|
|
1231
1231
|
readonly type?: string | undefined;
|
|
1232
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
1232
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1233
1233
|
export declare const WatchEventsV1EventListForAllNamespacesInput: Schema.Struct<{}>;
|
|
1234
1234
|
export type WatchEventsV1EventListForAllNamespacesInput = typeof WatchEventsV1EventListForAllNamespacesInput.Type;
|
|
1235
1235
|
export declare const WatchEventsV1EventListForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -1243,7 +1243,7 @@ export type WatchEventsV1EventListForAllNamespacesOutput = typeof WatchEventsV1E
|
|
|
1243
1243
|
export declare const watchEventsV1EventListForAllNamespaces: API.OperationMethod<{}, {
|
|
1244
1244
|
readonly object: unknown;
|
|
1245
1245
|
readonly type: string;
|
|
1246
|
-
}, never,
|
|
1246
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1247
1247
|
export declare const WatchEventsV1NamespacedEventInput: Schema.Struct<{}>;
|
|
1248
1248
|
export type WatchEventsV1NamespacedEventInput = typeof WatchEventsV1NamespacedEventInput.Type;
|
|
1249
1249
|
export declare const WatchEventsV1NamespacedEventOutput: Schema.Struct<{
|
|
@@ -1257,7 +1257,7 @@ export type WatchEventsV1NamespacedEventOutput = typeof WatchEventsV1NamespacedE
|
|
|
1257
1257
|
export declare const watchEventsV1NamespacedEvent: API.OperationMethod<{}, {
|
|
1258
1258
|
readonly object: unknown;
|
|
1259
1259
|
readonly type: string;
|
|
1260
|
-
}, never,
|
|
1260
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1261
1261
|
export declare const WatchEventsV1NamespacedEventListInput: Schema.Struct<{}>;
|
|
1262
1262
|
export type WatchEventsV1NamespacedEventListInput = typeof WatchEventsV1NamespacedEventListInput.Type;
|
|
1263
1263
|
export declare const WatchEventsV1NamespacedEventListOutput: Schema.Struct<{
|
|
@@ -1271,5 +1271,5 @@ export type WatchEventsV1NamespacedEventListOutput = typeof WatchEventsV1Namespa
|
|
|
1271
1271
|
export declare const watchEventsV1NamespacedEventList: API.OperationMethod<{}, {
|
|
1272
1272
|
readonly object: unknown;
|
|
1273
1273
|
readonly type: string;
|
|
1274
|
-
}, never,
|
|
1274
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1275
1275
|
//# 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;;;EAS5C,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;;;;;GAKG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../src/services/events.ts"],"names":[],"mappings":"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"}
|
|
@@ -185,7 +185,7 @@ export declare const createFlowcontrolApiserverV1FlowSchema: API.OperationMethod
|
|
|
185
185
|
readonly type?: string | undefined;
|
|
186
186
|
}[] | undefined;
|
|
187
187
|
} | undefined;
|
|
188
|
-
}, Conflict | UnprocessableEntity,
|
|
188
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
189
189
|
export declare const CreateFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
190
190
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
191
191
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -334,7 +334,7 @@ export declare const createFlowcontrolApiserverV1PriorityLevelConfiguration: API
|
|
|
334
334
|
readonly type?: string | undefined;
|
|
335
335
|
}[] | undefined;
|
|
336
336
|
} | undefined;
|
|
337
|
-
}, Conflict | UnprocessableEntity,
|
|
337
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
338
338
|
export declare const DeleteFlowcontrolApiserverV1CollectionFlowSchemaInput: Schema.Struct<{
|
|
339
339
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
340
340
|
}>;
|
|
@@ -404,7 +404,7 @@ export declare const deleteFlowcontrolApiserverV1CollectionFlowSchema: API.Opera
|
|
|
404
404
|
} | undefined;
|
|
405
405
|
readonly reason?: string | undefined;
|
|
406
406
|
readonly status?: string | undefined;
|
|
407
|
-
}, never,
|
|
407
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
408
408
|
export declare const DeleteFlowcontrolApiserverV1CollectionPriorityLevelConfigurationInput: Schema.Struct<{
|
|
409
409
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
410
410
|
}>;
|
|
@@ -474,7 +474,7 @@ export declare const deleteFlowcontrolApiserverV1CollectionPriorityLevelConfigur
|
|
|
474
474
|
} | undefined;
|
|
475
475
|
readonly reason?: string | undefined;
|
|
476
476
|
readonly status?: string | undefined;
|
|
477
|
-
}, never,
|
|
477
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
478
478
|
export declare const DeleteFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{
|
|
479
479
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
480
480
|
}>;
|
|
@@ -544,7 +544,7 @@ export declare const deleteFlowcontrolApiserverV1FlowSchema: API.OperationMethod
|
|
|
544
544
|
} | undefined;
|
|
545
545
|
readonly reason?: string | undefined;
|
|
546
546
|
readonly status?: string | undefined;
|
|
547
|
-
}, Conflict | NotFound,
|
|
547
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
548
548
|
export declare const DeleteFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
549
549
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
550
550
|
}>;
|
|
@@ -614,7 +614,7 @@ export declare const deleteFlowcontrolApiserverV1PriorityLevelConfiguration: API
|
|
|
614
614
|
} | undefined;
|
|
615
615
|
readonly reason?: string | undefined;
|
|
616
616
|
readonly status?: string | undefined;
|
|
617
|
-
}, Conflict | NotFound,
|
|
617
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
618
618
|
export declare const GetFlowcontrolApiserverAPIGroupInput: Schema.Struct<{}>;
|
|
619
619
|
export type GetFlowcontrolApiserverAPIGroupInput = typeof GetFlowcontrolApiserverAPIGroupInput.Type;
|
|
620
620
|
export declare const GetFlowcontrolApiserverAPIGroupOutput: Schema.Struct<{
|
|
@@ -654,7 +654,7 @@ export declare const getFlowcontrolApiserverAPIGroup: API.OperationMethod<{}, {
|
|
|
654
654
|
readonly groupVersion: string;
|
|
655
655
|
readonly version: string;
|
|
656
656
|
}[];
|
|
657
|
-
}, never,
|
|
657
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
658
658
|
export declare const GetFlowcontrolApiserverV1APIResourcesInput: Schema.Struct<{}>;
|
|
659
659
|
export type GetFlowcontrolApiserverV1APIResourcesInput = typeof GetFlowcontrolApiserverV1APIResourcesInput.Type;
|
|
660
660
|
export declare const GetFlowcontrolApiserverV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -694,7 +694,7 @@ export declare const getFlowcontrolApiserverV1APIResources: API.OperationMethod<
|
|
|
694
694
|
readonly verbs: readonly string[];
|
|
695
695
|
readonly version?: string | undefined;
|
|
696
696
|
}[];
|
|
697
|
-
}, never,
|
|
697
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
698
698
|
export declare const ListFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{}>;
|
|
699
699
|
export type ListFlowcontrolApiserverV1FlowSchemaInput = typeof ListFlowcontrolApiserverV1FlowSchemaInput.Type;
|
|
700
700
|
export declare const ListFlowcontrolApiserverV1FlowSchemaOutput: Schema.Struct<{
|
|
@@ -890,7 +890,7 @@ export declare const listFlowcontrolApiserverV1FlowSchema: API.OperationMethod<{
|
|
|
890
890
|
readonly selector: string;
|
|
891
891
|
} | undefined;
|
|
892
892
|
} | undefined;
|
|
893
|
-
}, never,
|
|
893
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
894
894
|
export declare const ListFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{}>;
|
|
895
895
|
export type ListFlowcontrolApiserverV1PriorityLevelConfigurationInput = typeof ListFlowcontrolApiserverV1PriorityLevelConfigurationInput.Type;
|
|
896
896
|
export declare const ListFlowcontrolApiserverV1PriorityLevelConfigurationOutput: Schema.Struct<{
|
|
@@ -1056,7 +1056,7 @@ export declare const listFlowcontrolApiserverV1PriorityLevelConfiguration: API.O
|
|
|
1056
1056
|
readonly selector: string;
|
|
1057
1057
|
} | undefined;
|
|
1058
1058
|
} | undefined;
|
|
1059
|
-
}, never,
|
|
1059
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1060
1060
|
export declare const PatchFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{
|
|
1061
1061
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1062
1062
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1235,7 +1235,7 @@ export declare const patchFlowcontrolApiserverV1FlowSchema: API.OperationMethod<
|
|
|
1235
1235
|
readonly type?: string | undefined;
|
|
1236
1236
|
}[] | undefined;
|
|
1237
1237
|
} | undefined;
|
|
1238
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
1238
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1239
1239
|
export declare const PatchFlowcontrolApiserverV1FlowSchemaStatusInput: Schema.Struct<{
|
|
1240
1240
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1241
1241
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1414,7 +1414,7 @@ export declare const patchFlowcontrolApiserverV1FlowSchemaStatus: API.OperationM
|
|
|
1414
1414
|
readonly type?: string | undefined;
|
|
1415
1415
|
}[] | undefined;
|
|
1416
1416
|
} | undefined;
|
|
1417
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
1417
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1418
1418
|
export declare const PatchFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
1419
1419
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1420
1420
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1563,7 +1563,7 @@ export declare const patchFlowcontrolApiserverV1PriorityLevelConfiguration: API.
|
|
|
1563
1563
|
readonly type?: string | undefined;
|
|
1564
1564
|
}[] | undefined;
|
|
1565
1565
|
} | undefined;
|
|
1566
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
1566
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1567
1567
|
export declare const PatchFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput: Schema.Struct<{
|
|
1568
1568
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1569
1569
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1712,7 +1712,7 @@ export declare const patchFlowcontrolApiserverV1PriorityLevelConfigurationStatus
|
|
|
1712
1712
|
readonly type?: string | undefined;
|
|
1713
1713
|
}[] | undefined;
|
|
1714
1714
|
} | undefined;
|
|
1715
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
1715
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1716
1716
|
export declare const ReadFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{}>;
|
|
1717
1717
|
export type ReadFlowcontrolApiserverV1FlowSchemaInput = typeof ReadFlowcontrolApiserverV1FlowSchemaInput.Type;
|
|
1718
1718
|
export declare const ReadFlowcontrolApiserverV1FlowSchemaOutput: Schema.Struct<{
|
|
@@ -1882,7 +1882,7 @@ export declare const readFlowcontrolApiserverV1FlowSchema: API.OperationMethod<{
|
|
|
1882
1882
|
readonly type?: string | undefined;
|
|
1883
1883
|
}[] | undefined;
|
|
1884
1884
|
} | undefined;
|
|
1885
|
-
}, NotFound,
|
|
1885
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
1886
1886
|
export declare const ReadFlowcontrolApiserverV1FlowSchemaStatusInput: Schema.Struct<{}>;
|
|
1887
1887
|
export type ReadFlowcontrolApiserverV1FlowSchemaStatusInput = typeof ReadFlowcontrolApiserverV1FlowSchemaStatusInput.Type;
|
|
1888
1888
|
export declare const ReadFlowcontrolApiserverV1FlowSchemaStatusOutput: Schema.Struct<{
|
|
@@ -2052,7 +2052,7 @@ export declare const readFlowcontrolApiserverV1FlowSchemaStatus: API.OperationMe
|
|
|
2052
2052
|
readonly type?: string | undefined;
|
|
2053
2053
|
}[] | undefined;
|
|
2054
2054
|
} | undefined;
|
|
2055
|
-
}, NotFound,
|
|
2055
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
2056
2056
|
export declare const ReadFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{}>;
|
|
2057
2057
|
export type ReadFlowcontrolApiserverV1PriorityLevelConfigurationInput = typeof ReadFlowcontrolApiserverV1PriorityLevelConfigurationInput.Type;
|
|
2058
2058
|
export declare const ReadFlowcontrolApiserverV1PriorityLevelConfigurationOutput: Schema.Struct<{
|
|
@@ -2192,7 +2192,7 @@ export declare const readFlowcontrolApiserverV1PriorityLevelConfiguration: API.O
|
|
|
2192
2192
|
readonly type?: string | undefined;
|
|
2193
2193
|
}[] | undefined;
|
|
2194
2194
|
} | undefined;
|
|
2195
|
-
}, NotFound,
|
|
2195
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
2196
2196
|
export declare const ReadFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput: Schema.Struct<{}>;
|
|
2197
2197
|
export type ReadFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput = typeof ReadFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput.Type;
|
|
2198
2198
|
export declare const ReadFlowcontrolApiserverV1PriorityLevelConfigurationStatusOutput: Schema.Struct<{
|
|
@@ -2332,7 +2332,7 @@ export declare const readFlowcontrolApiserverV1PriorityLevelConfigurationStatus:
|
|
|
2332
2332
|
readonly type?: string | undefined;
|
|
2333
2333
|
}[] | undefined;
|
|
2334
2334
|
} | undefined;
|
|
2335
|
-
}, NotFound,
|
|
2335
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
2336
2336
|
export declare const ReplaceFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{
|
|
2337
2337
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2338
2338
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2511,7 +2511,7 @@ export declare const replaceFlowcontrolApiserverV1FlowSchema: API.OperationMetho
|
|
|
2511
2511
|
readonly type?: string | undefined;
|
|
2512
2512
|
}[] | undefined;
|
|
2513
2513
|
} | undefined;
|
|
2514
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
2514
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2515
2515
|
export declare const ReplaceFlowcontrolApiserverV1FlowSchemaStatusInput: Schema.Struct<{
|
|
2516
2516
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2517
2517
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2690,7 +2690,7 @@ export declare const replaceFlowcontrolApiserverV1FlowSchemaStatus: API.Operatio
|
|
|
2690
2690
|
readonly type?: string | undefined;
|
|
2691
2691
|
}[] | undefined;
|
|
2692
2692
|
} | undefined;
|
|
2693
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
2693
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2694
2694
|
export declare const ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{
|
|
2695
2695
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2696
2696
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2839,7 +2839,7 @@ export declare const replaceFlowcontrolApiserverV1PriorityLevelConfiguration: AP
|
|
|
2839
2839
|
readonly type?: string | undefined;
|
|
2840
2840
|
}[] | undefined;
|
|
2841
2841
|
} | undefined;
|
|
2842
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
2842
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2843
2843
|
export declare const ReplaceFlowcontrolApiserverV1PriorityLevelConfigurationStatusInput: Schema.Struct<{
|
|
2844
2844
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
2845
2845
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -2988,7 +2988,7 @@ export declare const replaceFlowcontrolApiserverV1PriorityLevelConfigurationStat
|
|
|
2988
2988
|
readonly type?: string | undefined;
|
|
2989
2989
|
}[] | undefined;
|
|
2990
2990
|
} | undefined;
|
|
2991
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
2991
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2992
2992
|
export declare const WatchFlowcontrolApiserverV1FlowSchemaInput: Schema.Struct<{}>;
|
|
2993
2993
|
export type WatchFlowcontrolApiserverV1FlowSchemaInput = typeof WatchFlowcontrolApiserverV1FlowSchemaInput.Type;
|
|
2994
2994
|
export declare const WatchFlowcontrolApiserverV1FlowSchemaOutput: Schema.Struct<{
|
|
@@ -3002,7 +3002,7 @@ export type WatchFlowcontrolApiserverV1FlowSchemaOutput = typeof WatchFlowcontro
|
|
|
3002
3002
|
export declare const watchFlowcontrolApiserverV1FlowSchema: API.OperationMethod<{}, {
|
|
3003
3003
|
readonly object: unknown;
|
|
3004
3004
|
readonly type: string;
|
|
3005
|
-
}, never,
|
|
3005
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
3006
3006
|
export declare const WatchFlowcontrolApiserverV1FlowSchemaListInput: Schema.Struct<{}>;
|
|
3007
3007
|
export type WatchFlowcontrolApiserverV1FlowSchemaListInput = typeof WatchFlowcontrolApiserverV1FlowSchemaListInput.Type;
|
|
3008
3008
|
export declare const WatchFlowcontrolApiserverV1FlowSchemaListOutput: Schema.Struct<{
|
|
@@ -3016,7 +3016,7 @@ export type WatchFlowcontrolApiserverV1FlowSchemaListOutput = typeof WatchFlowco
|
|
|
3016
3016
|
export declare const watchFlowcontrolApiserverV1FlowSchemaList: API.OperationMethod<{}, {
|
|
3017
3017
|
readonly object: unknown;
|
|
3018
3018
|
readonly type: string;
|
|
3019
|
-
}, never,
|
|
3019
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
3020
3020
|
export declare const WatchFlowcontrolApiserverV1PriorityLevelConfigurationInput: Schema.Struct<{}>;
|
|
3021
3021
|
export type WatchFlowcontrolApiserverV1PriorityLevelConfigurationInput = typeof WatchFlowcontrolApiserverV1PriorityLevelConfigurationInput.Type;
|
|
3022
3022
|
export declare const WatchFlowcontrolApiserverV1PriorityLevelConfigurationOutput: Schema.Struct<{
|
|
@@ -3030,7 +3030,7 @@ export type WatchFlowcontrolApiserverV1PriorityLevelConfigurationOutput = typeof
|
|
|
3030
3030
|
export declare const watchFlowcontrolApiserverV1PriorityLevelConfiguration: API.OperationMethod<{}, {
|
|
3031
3031
|
readonly object: unknown;
|
|
3032
3032
|
readonly type: string;
|
|
3033
|
-
}, never,
|
|
3033
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
3034
3034
|
export declare const WatchFlowcontrolApiserverV1PriorityLevelConfigurationListInput: Schema.Struct<{}>;
|
|
3035
3035
|
export type WatchFlowcontrolApiserverV1PriorityLevelConfigurationListInput = typeof WatchFlowcontrolApiserverV1PriorityLevelConfigurationListInput.Type;
|
|
3036
3036
|
export declare const WatchFlowcontrolApiserverV1PriorityLevelConfigurationListOutput: Schema.Struct<{
|
|
@@ -3044,5 +3044,5 @@ export type WatchFlowcontrolApiserverV1PriorityLevelConfigurationListOutput = ty
|
|
|
3044
3044
|
export declare const watchFlowcontrolApiserverV1PriorityLevelConfigurationList: API.OperationMethod<{}, {
|
|
3045
3045
|
readonly object: unknown;
|
|
3046
3046
|
readonly type: string;
|
|
3047
|
-
}, never,
|
|
3047
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
3048
3048
|
//# 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":"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,2CAA2C;;;EASrD,CAAC;AACJ,MAAM,MAAM,2CAA2C,GACrD,OAAO,2CAA2C,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0HrD,CAAC;AACL,MAAM,MAAM,4CAA4C,GACtD,OAAO,4CAA4C,CAAC,IAAI,CAAC;AAG3D;;;;;GAKG;AACH,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"flowcontrol-apiserver.d.ts","sourceRoot":"","sources":["../../src/services/flowcontrol-apiserver.ts"],"names":[],"mappings":"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"}
|