@distilled.cloud/kubernetes 0.10.2 → 0.12.0
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 +6364 -97
- package/lib/services/admissionregistration.d.ts.map +1 -1
- package/lib/services/admissionregistration.js +54 -0
- package/lib/services/admissionregistration.js.map +1 -1
- package/lib/services/apiextensions.d.ts +1582 -14
- package/lib/services/apiextensions.d.ts.map +1 -1
- package/lib/services/apiextensions.js +9 -0
- package/lib/services/apiextensions.js.map +1 -1
- package/lib/services/apiregistration.d.ts +630 -14
- package/lib/services/apiregistration.d.ts.map +1 -1
- package/lib/services/apiregistration.js +9 -0
- package/lib/services/apiregistration.js.map +1 -1
- package/lib/services/apps.d.ts +58511 -78
- package/lib/services/apps.d.ts.map +1 -1
- package/lib/services/apps.js +47 -0
- package/lib/services/apps.js.map +1 -1
- package/lib/services/authentication.d.ts +143 -4
- package/lib/services/authentication.d.ts.map +1 -1
- package/lib/services/authentication.js +3 -0
- package/lib/services/authentication.js.map +1 -1
- package/lib/services/authorization.d.ts +336 -6
- package/lib/services/authorization.d.ts.map +1 -1
- package/lib/services/authorization.js +5 -0
- package/lib/services/authorization.js.map +1 -1
- package/lib/services/autoscaling.d.ts +3127 -31
- package/lib/services/autoscaling.d.ts.map +1 -1
- package/lib/services/autoscaling.js +17 -0
- package/lib/services/autoscaling.js.map +1 -1
- package/lib/services/batch.d.ts +28710 -30
- package/lib/services/batch.d.ts.map +1 -1
- package/lib/services/batch.js +17 -0
- package/lib/services/batch.js.map +1 -1
- package/lib/services/certificates.d.ts +2236 -51
- package/lib/services/certificates.d.ts.map +1 -1
- package/lib/services/certificates.js +30 -0
- package/lib/services/certificates.js.map +1 -1
- package/lib/services/coordination.d.ts +1267 -37
- package/lib/services/coordination.d.ts.map +1 -1
- package/lib/services/coordination.js +16 -0
- package/lib/services/coordination.js.map +1 -1
- package/lib/services/core.d.ts +64516 -243
- package/lib/services/core.d.ts.map +1 -1
- package/lib/services/core.js +116 -0
- package/lib/services/core.js.map +1 -1
- package/lib/services/discovery.d.ts +613 -13
- package/lib/services/discovery.d.ts.map +1 -1
- package/lib/services/discovery.js +6 -0
- package/lib/services/discovery.js.map +1 -1
- package/lib/services/events.d.ts +601 -13
- package/lib/services/events.d.ts.map +1 -1
- package/lib/services/events.js +6 -0
- package/lib/services/events.js.map +1 -1
- package/lib/services/flowcontrol-apiserver.d.ts +1456 -26
- package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
- package/lib/services/flowcontrol-apiserver.js +17 -0
- package/lib/services/flowcontrol-apiserver.js.map +1 -1
- package/lib/services/internal-apiserver.d.ts +598 -14
- package/lib/services/internal-apiserver.d.ts.map +1 -1
- package/lib/services/internal-apiserver.js +9 -0
- package/lib/services/internal-apiserver.js.map +1 -1
- package/lib/services/networking.d.ts +3914 -79
- package/lib/services/networking.d.ts.map +1 -1
- package/lib/services/networking.js +45 -0
- package/lib/services/networking.js.map +1 -1
- package/lib/services/node.d.ts +418 -11
- package/lib/services/node.d.ts.map +1 -1
- package/lib/services/node.js +6 -0
- package/lib/services/node.js.map +1 -1
- package/lib/services/policy.d.ts +808 -16
- package/lib/services/policy.d.ts.map +1 -1
- package/lib/services/policy.js +9 -0
- package/lib/services/policy.js.map +1 -1
- package/lib/services/rbac-authorization.d.ts +1576 -42
- package/lib/services/rbac-authorization.d.ts.map +1 -1
- package/lib/services/rbac-authorization.js +21 -0
- package/lib/services/rbac-authorization.js.map +1 -1
- package/lib/services/resource.d.ts +14825 -170
- package/lib/services/resource.d.ts.map +1 -1
- package/lib/services/resource.js +86 -0
- package/lib/services/resource.js.map +1 -1
- package/lib/services/scheduling.d.ts +1732 -37
- package/lib/services/scheduling.d.ts.map +1 -1
- package/lib/services/scheduling.js +19 -0
- package/lib/services/scheduling.js.map +1 -1
- package/lib/services/storage.d.ts +5034 -71
- package/lib/services/storage.d.ts.map +1 -1
- package/lib/services/storage.js +39 -0
- package/lib/services/storage.js.map +1 -1
- package/lib/services/storagemigration.d.ts +590 -14
- package/lib/services/storagemigration.d.ts.map +1 -1
- package/lib/services/storagemigration.js +9 -0
- package/lib/services/storagemigration.js.map +1 -1
- package/package.json +3 -2
- package/src/services/admissionregistration.ts +54 -0
- package/src/services/apiextensions.ts +9 -0
- package/src/services/apiregistration.ts +9 -0
- package/src/services/apps.ts +47 -0
- package/src/services/authentication.ts +3 -0
- package/src/services/authorization.ts +5 -0
- package/src/services/autoscaling.ts +17 -0
- package/src/services/batch.ts +17 -0
- package/src/services/certificates.ts +30 -0
- package/src/services/coordination.ts +16 -0
- package/src/services/core.ts +116 -0
- package/src/services/discovery.ts +6 -0
- package/src/services/events.ts +6 -0
- package/src/services/flowcontrol-apiserver.ts +17 -0
- package/src/services/internal-apiserver.ts +9 -0
- package/src/services/networking.ts +45 -0
- package/src/services/node.ts +6 -0
- package/src/services/policy.ts +9 -0
- package/src/services/rbac-authorization.ts +21 -0
- package/src/services/resource.ts +86 -0
- package/src/services/scheduling.ts +19 -0
- package/src/services/storage.ts +39 -0
- package/src/services/storagemigration.ts +9 -0
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
* DO NOT EDIT - regenerate with: bun run generate
|
|
6
6
|
*/
|
|
7
7
|
import * as Schema from "effect/Schema";
|
|
8
|
+
import * as API from "../client/api.ts";
|
|
9
|
+
import { Conflict, UnprocessableEntity } from "../errors.ts";
|
|
8
10
|
export declare const CreateAuthenticationV1SelfSubjectReviewInput: Schema.Struct<{}>;
|
|
9
11
|
export type CreateAuthenticationV1SelfSubjectReviewInput = typeof CreateAuthenticationV1SelfSubjectReviewInput.Type;
|
|
10
12
|
export declare const CreateAuthenticationV1SelfSubjectReviewOutput: Schema.Struct<{
|
|
@@ -55,7 +57,56 @@ export type CreateAuthenticationV1SelfSubjectReviewOutput = typeof CreateAuthent
|
|
|
55
57
|
/**
|
|
56
58
|
* create a SelfSubjectReview
|
|
57
59
|
*/
|
|
58
|
-
export declare const createAuthenticationV1SelfSubjectReview:
|
|
60
|
+
export declare const createAuthenticationV1SelfSubjectReview: API.OperationMethod<{}, {
|
|
61
|
+
readonly apiVersion?: string | undefined;
|
|
62
|
+
readonly kind?: string | undefined;
|
|
63
|
+
readonly metadata?: {
|
|
64
|
+
readonly annotations?: {
|
|
65
|
+
readonly [x: string]: string;
|
|
66
|
+
} | undefined;
|
|
67
|
+
readonly creationTimestamp?: string | undefined;
|
|
68
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
69
|
+
readonly deletionTimestamp?: string | undefined;
|
|
70
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
71
|
+
readonly generateName?: string | undefined;
|
|
72
|
+
readonly generation?: number | undefined;
|
|
73
|
+
readonly labels?: {
|
|
74
|
+
readonly [x: string]: string;
|
|
75
|
+
} | undefined;
|
|
76
|
+
readonly managedFields?: readonly {
|
|
77
|
+
readonly apiVersion?: string | undefined;
|
|
78
|
+
readonly fieldsType?: string | undefined;
|
|
79
|
+
readonly fieldsV1?: unknown;
|
|
80
|
+
readonly manager?: string | undefined;
|
|
81
|
+
readonly operation?: string | undefined;
|
|
82
|
+
readonly subresource?: string | undefined;
|
|
83
|
+
readonly time?: string | undefined;
|
|
84
|
+
}[] | undefined;
|
|
85
|
+
readonly name?: string | undefined;
|
|
86
|
+
readonly namespace?: string | undefined;
|
|
87
|
+
readonly ownerReferences?: readonly {
|
|
88
|
+
readonly apiVersion: string;
|
|
89
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
90
|
+
readonly controller?: boolean | undefined;
|
|
91
|
+
readonly kind: string;
|
|
92
|
+
readonly name: string;
|
|
93
|
+
readonly uid: string;
|
|
94
|
+
}[] | undefined;
|
|
95
|
+
readonly resourceVersion?: string | undefined;
|
|
96
|
+
readonly selfLink?: string | undefined;
|
|
97
|
+
readonly uid?: string | undefined;
|
|
98
|
+
} | undefined;
|
|
99
|
+
readonly status?: {
|
|
100
|
+
readonly userInfo?: {
|
|
101
|
+
readonly extra?: {
|
|
102
|
+
readonly [x: string]: readonly string[];
|
|
103
|
+
} | undefined;
|
|
104
|
+
readonly groups?: readonly string[] | undefined;
|
|
105
|
+
readonly uid?: string | undefined;
|
|
106
|
+
readonly username?: string | undefined;
|
|
107
|
+
} | undefined;
|
|
108
|
+
} | undefined;
|
|
109
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
59
110
|
export declare const CreateAuthenticationV1TokenReviewInput: Schema.Struct<{}>;
|
|
60
111
|
export type CreateAuthenticationV1TokenReviewInput = typeof CreateAuthenticationV1TokenReviewInput.Type;
|
|
61
112
|
export declare const CreateAuthenticationV1TokenReviewOutput: Schema.Struct<{
|
|
@@ -113,7 +164,63 @@ export type CreateAuthenticationV1TokenReviewOutput = typeof CreateAuthenticatio
|
|
|
113
164
|
/**
|
|
114
165
|
* create a TokenReview
|
|
115
166
|
*/
|
|
116
|
-
export declare const createAuthenticationV1TokenReview:
|
|
167
|
+
export declare const createAuthenticationV1TokenReview: API.OperationMethod<{}, {
|
|
168
|
+
readonly apiVersion?: string | undefined;
|
|
169
|
+
readonly kind?: string | undefined;
|
|
170
|
+
readonly metadata?: {
|
|
171
|
+
readonly annotations?: {
|
|
172
|
+
readonly [x: string]: string;
|
|
173
|
+
} | undefined;
|
|
174
|
+
readonly creationTimestamp?: string | undefined;
|
|
175
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
176
|
+
readonly deletionTimestamp?: string | undefined;
|
|
177
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
178
|
+
readonly generateName?: string | undefined;
|
|
179
|
+
readonly generation?: number | undefined;
|
|
180
|
+
readonly labels?: {
|
|
181
|
+
readonly [x: string]: string;
|
|
182
|
+
} | undefined;
|
|
183
|
+
readonly managedFields?: readonly {
|
|
184
|
+
readonly apiVersion?: string | undefined;
|
|
185
|
+
readonly fieldsType?: string | undefined;
|
|
186
|
+
readonly fieldsV1?: unknown;
|
|
187
|
+
readonly manager?: string | undefined;
|
|
188
|
+
readonly operation?: string | undefined;
|
|
189
|
+
readonly subresource?: string | undefined;
|
|
190
|
+
readonly time?: string | undefined;
|
|
191
|
+
}[] | undefined;
|
|
192
|
+
readonly name?: string | undefined;
|
|
193
|
+
readonly namespace?: string | undefined;
|
|
194
|
+
readonly ownerReferences?: readonly {
|
|
195
|
+
readonly apiVersion: string;
|
|
196
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
197
|
+
readonly controller?: boolean | undefined;
|
|
198
|
+
readonly kind: string;
|
|
199
|
+
readonly name: string;
|
|
200
|
+
readonly uid: string;
|
|
201
|
+
}[] | undefined;
|
|
202
|
+
readonly resourceVersion?: string | undefined;
|
|
203
|
+
readonly selfLink?: string | undefined;
|
|
204
|
+
readonly uid?: string | undefined;
|
|
205
|
+
} | undefined;
|
|
206
|
+
readonly spec: {
|
|
207
|
+
readonly audiences?: readonly string[] | undefined;
|
|
208
|
+
readonly token: string;
|
|
209
|
+
};
|
|
210
|
+
readonly status?: {
|
|
211
|
+
readonly audiences?: readonly string[] | undefined;
|
|
212
|
+
readonly authenticated?: boolean | undefined;
|
|
213
|
+
readonly error?: string | undefined;
|
|
214
|
+
readonly user?: {
|
|
215
|
+
readonly extra?: {
|
|
216
|
+
readonly [x: string]: readonly string[];
|
|
217
|
+
} | undefined;
|
|
218
|
+
readonly groups?: readonly string[] | undefined;
|
|
219
|
+
readonly uid?: string | undefined;
|
|
220
|
+
readonly username?: string | undefined;
|
|
221
|
+
} | undefined;
|
|
222
|
+
} | undefined;
|
|
223
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
117
224
|
export declare const GetAuthenticationAPIGroupInput: Schema.Struct<{}>;
|
|
118
225
|
export type GetAuthenticationAPIGroupInput = typeof GetAuthenticationAPIGroupInput.Type;
|
|
119
226
|
export declare const GetAuthenticationAPIGroupOutput: Schema.Struct<{
|
|
@@ -137,7 +244,23 @@ export type GetAuthenticationAPIGroupOutput = typeof GetAuthenticationAPIGroupOu
|
|
|
137
244
|
/**
|
|
138
245
|
* get information of a group
|
|
139
246
|
*/
|
|
140
|
-
export declare const getAuthenticationAPIGroup:
|
|
247
|
+
export declare const getAuthenticationAPIGroup: API.OperationMethod<{}, {
|
|
248
|
+
readonly apiVersion?: string | undefined;
|
|
249
|
+
readonly kind?: string | undefined;
|
|
250
|
+
readonly name: string;
|
|
251
|
+
readonly preferredVersion?: {
|
|
252
|
+
readonly groupVersion: string;
|
|
253
|
+
readonly version: string;
|
|
254
|
+
} | undefined;
|
|
255
|
+
readonly serverAddressByClientCIDRs?: readonly {
|
|
256
|
+
readonly clientCIDR: string;
|
|
257
|
+
readonly serverAddress: string;
|
|
258
|
+
}[] | undefined;
|
|
259
|
+
readonly versions: readonly {
|
|
260
|
+
readonly groupVersion: string;
|
|
261
|
+
readonly version: string;
|
|
262
|
+
}[];
|
|
263
|
+
}, never, any>;
|
|
141
264
|
export declare const GetAuthenticationV1APIResourcesInput: Schema.Struct<{}>;
|
|
142
265
|
export type GetAuthenticationV1APIResourcesInput = typeof GetAuthenticationV1APIResourcesInput.Type;
|
|
143
266
|
export declare const GetAuthenticationV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -161,5 +284,21 @@ export type GetAuthenticationV1APIResourcesOutput = typeof GetAuthenticationV1AP
|
|
|
161
284
|
/**
|
|
162
285
|
* get available resources
|
|
163
286
|
*/
|
|
164
|
-
export declare const getAuthenticationV1APIResources:
|
|
287
|
+
export declare const getAuthenticationV1APIResources: API.OperationMethod<{}, {
|
|
288
|
+
readonly apiVersion?: string | undefined;
|
|
289
|
+
readonly groupVersion: string;
|
|
290
|
+
readonly kind?: string | undefined;
|
|
291
|
+
readonly resources: readonly {
|
|
292
|
+
readonly categories?: readonly string[] | undefined;
|
|
293
|
+
readonly group?: string | undefined;
|
|
294
|
+
readonly kind: string;
|
|
295
|
+
readonly name: string;
|
|
296
|
+
readonly namespaced: boolean;
|
|
297
|
+
readonly shortNames?: readonly string[] | undefined;
|
|
298
|
+
readonly singularName: string;
|
|
299
|
+
readonly storageVersionHash?: string | undefined;
|
|
300
|
+
readonly verbs: readonly string[];
|
|
301
|
+
readonly version?: string | undefined;
|
|
302
|
+
}[];
|
|
303
|
+
}, never, any>;
|
|
165
304
|
//# sourceMappingURL=authentication.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authentication.d.ts","sourceRoot":"","sources":["../../src/services/authentication.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"authentication.d.ts","sourceRoot":"","sources":["../../src/services/authentication.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,GAAG,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAG7D,eAAO,MAAM,4CAA4C,mBAMtD,CAAC;AACJ,MAAM,MAAM,4CAA4C,GACtD,OAAO,4CAA4C,CAAC,IAAI,CAAC;AAG3D,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8DtD,CAAC;AACL,MAAM,MAAM,6CAA6C,GACvD,OAAO,6CAA6C,CAAC,IAAI,CAAC;AAG5D;;GAEG;AACH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAK/C,CAAC;AAEN,eAAO,MAAM,sCAAsC,mBAMhD,CAAC;AACJ,MAAM,MAAM,sCAAsC,GAChD,OAAO,sCAAsC,CAAC,IAAI,CAAC;AAGrD,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqEhD,CAAC;AACL,MAAM,MAAM,uCAAuC,GACjD,OAAO,uCAAuC,CAAC,IAAI,CAAC;AAGtD;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAKzC,CAAC;AAEN,eAAO,MAAM,8BAA8B,mBAGxC,CAAC;AACJ,MAAM,MAAM,8BAA8B,GACxC,OAAO,8BAA8B,CAAC,IAAI,CAAC;AAG7C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;EAyBxC,CAAC;AACL,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;cAKrC,CAAC;AAEF,eAAO,MAAM,oCAAoC,mBAG9C,CAAC;AACJ,MAAM,MAAM,oCAAoC,GAC9C,OAAO,oCAAoC,CAAC,IAAI,CAAC;AAGnD,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;EAmB9C,CAAC;AACL,MAAM,MAAM,qCAAqC,GAC/C,OAAO,qCAAqC,CAAC,IAAI,CAAC;AAGpD;;GAEG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;cAIvC,CAAC"}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
import * as Schema from "effect/Schema";
|
|
8
8
|
import * as API from "../client/api.js";
|
|
9
9
|
import * as T from "../traits.js";
|
|
10
|
+
import { Conflict, UnprocessableEntity } from "../errors.js";
|
|
10
11
|
// Input Schema
|
|
11
12
|
export const CreateAuthenticationV1SelfSubjectReviewInput =
|
|
12
13
|
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({}).pipe(T.Http({
|
|
@@ -67,6 +68,7 @@ export const createAuthenticationV1SelfSubjectReview =
|
|
|
67
68
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
68
69
|
inputSchema: CreateAuthenticationV1SelfSubjectReviewInput,
|
|
69
70
|
outputSchema: CreateAuthenticationV1SelfSubjectReviewOutput,
|
|
71
|
+
errors: [Conflict, UnprocessableEntity],
|
|
70
72
|
}));
|
|
71
73
|
// Input Schema
|
|
72
74
|
export const CreateAuthenticationV1TokenReviewInput =
|
|
@@ -135,6 +137,7 @@ export const createAuthenticationV1TokenReview =
|
|
|
135
137
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
136
138
|
inputSchema: CreateAuthenticationV1TokenReviewInput,
|
|
137
139
|
outputSchema: CreateAuthenticationV1TokenReviewOutput,
|
|
140
|
+
errors: [Conflict, UnprocessableEntity],
|
|
138
141
|
}));
|
|
139
142
|
// Input Schema
|
|
140
143
|
export const GetAuthenticationAPIGroupInput =
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authentication.js","sourceRoot":"","sources":["../../src/services/authentication.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,GAAG,MAAM,kBAAkB,CAAC;AACxC,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"authentication.js","sourceRoot":"","sources":["../../src/services/authentication.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
* DO NOT EDIT - regenerate with: bun run generate
|
|
6
6
|
*/
|
|
7
7
|
import * as Schema from "effect/Schema";
|
|
8
|
+
import * as API from "../client/api.ts";
|
|
9
|
+
import { Conflict, UnprocessableEntity } from "../errors.ts";
|
|
8
10
|
export declare const CreateAuthorizationV1NamespacedLocalSubjectAccessReviewInput: Schema.Struct<{}>;
|
|
9
11
|
export type CreateAuthorizationV1NamespacedLocalSubjectAccessReviewInput = typeof CreateAuthorizationV1NamespacedLocalSubjectAccessReviewInput.Type;
|
|
10
12
|
export declare const CreateAuthorizationV1NamespacedLocalSubjectAccessReviewOutput: Schema.Struct<{
|
|
@@ -88,7 +90,89 @@ export type CreateAuthorizationV1NamespacedLocalSubjectAccessReviewOutput = type
|
|
|
88
90
|
/**
|
|
89
91
|
* create a LocalSubjectAccessReview
|
|
90
92
|
*/
|
|
91
|
-
export declare const createAuthorizationV1NamespacedLocalSubjectAccessReview:
|
|
93
|
+
export declare const createAuthorizationV1NamespacedLocalSubjectAccessReview: API.OperationMethod<{}, {
|
|
94
|
+
readonly apiVersion?: string | undefined;
|
|
95
|
+
readonly kind?: string | undefined;
|
|
96
|
+
readonly metadata?: {
|
|
97
|
+
readonly annotations?: {
|
|
98
|
+
readonly [x: string]: string;
|
|
99
|
+
} | undefined;
|
|
100
|
+
readonly creationTimestamp?: string | undefined;
|
|
101
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
102
|
+
readonly deletionTimestamp?: string | undefined;
|
|
103
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
104
|
+
readonly generateName?: string | undefined;
|
|
105
|
+
readonly generation?: number | undefined;
|
|
106
|
+
readonly labels?: {
|
|
107
|
+
readonly [x: string]: string;
|
|
108
|
+
} | undefined;
|
|
109
|
+
readonly managedFields?: readonly {
|
|
110
|
+
readonly apiVersion?: string | undefined;
|
|
111
|
+
readonly fieldsType?: string | undefined;
|
|
112
|
+
readonly fieldsV1?: unknown;
|
|
113
|
+
readonly manager?: string | undefined;
|
|
114
|
+
readonly operation?: string | undefined;
|
|
115
|
+
readonly subresource?: string | undefined;
|
|
116
|
+
readonly time?: string | undefined;
|
|
117
|
+
}[] | undefined;
|
|
118
|
+
readonly name?: string | undefined;
|
|
119
|
+
readonly namespace?: string | undefined;
|
|
120
|
+
readonly ownerReferences?: readonly {
|
|
121
|
+
readonly apiVersion: string;
|
|
122
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
123
|
+
readonly controller?: boolean | undefined;
|
|
124
|
+
readonly kind: string;
|
|
125
|
+
readonly name: string;
|
|
126
|
+
readonly uid: string;
|
|
127
|
+
}[] | undefined;
|
|
128
|
+
readonly resourceVersion?: string | undefined;
|
|
129
|
+
readonly selfLink?: string | undefined;
|
|
130
|
+
readonly uid?: string | undefined;
|
|
131
|
+
} | undefined;
|
|
132
|
+
readonly spec: {
|
|
133
|
+
readonly extra?: {
|
|
134
|
+
readonly [x: string]: readonly string[];
|
|
135
|
+
} | undefined;
|
|
136
|
+
readonly groups?: readonly string[] | undefined;
|
|
137
|
+
readonly nonResourceAttributes?: {
|
|
138
|
+
readonly path?: string | undefined;
|
|
139
|
+
readonly verb?: string | undefined;
|
|
140
|
+
} | undefined;
|
|
141
|
+
readonly resourceAttributes?: {
|
|
142
|
+
readonly fieldSelector?: {
|
|
143
|
+
readonly rawSelector?: string | undefined;
|
|
144
|
+
readonly requirements?: readonly {
|
|
145
|
+
readonly key: string;
|
|
146
|
+
readonly operator: string;
|
|
147
|
+
readonly values?: readonly string[] | undefined;
|
|
148
|
+
}[] | undefined;
|
|
149
|
+
} | undefined;
|
|
150
|
+
readonly group?: string | undefined;
|
|
151
|
+
readonly labelSelector?: {
|
|
152
|
+
readonly rawSelector?: string | undefined;
|
|
153
|
+
readonly requirements?: readonly {
|
|
154
|
+
readonly key: string;
|
|
155
|
+
readonly operator: string;
|
|
156
|
+
readonly values?: readonly string[] | undefined;
|
|
157
|
+
}[] | undefined;
|
|
158
|
+
} | undefined;
|
|
159
|
+
readonly name?: string | undefined;
|
|
160
|
+
readonly namespace?: string | undefined;
|
|
161
|
+
readonly resource?: string | undefined;
|
|
162
|
+
readonly subresource?: string | undefined;
|
|
163
|
+
readonly verb?: string | undefined;
|
|
164
|
+
readonly version?: string | undefined;
|
|
165
|
+
} | undefined;
|
|
166
|
+
readonly uid?: string | undefined;
|
|
167
|
+
readonly user?: string | undefined;
|
|
168
|
+
};
|
|
169
|
+
readonly status?: {
|
|
170
|
+
readonly allowed: boolean;
|
|
171
|
+
readonly denied?: boolean | undefined;
|
|
172
|
+
readonly evaluationError?: string | undefined;
|
|
173
|
+
readonly reason?: string | undefined;
|
|
174
|
+
} | undefined;
|
|
175
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
92
176
|
export declare const CreateAuthorizationV1SelfSubjectAccessReviewInput: Schema.Struct<{}>;
|
|
93
177
|
export type CreateAuthorizationV1SelfSubjectAccessReviewInput = typeof CreateAuthorizationV1SelfSubjectAccessReviewInput.Type;
|
|
94
178
|
export declare const CreateAuthorizationV1SelfSubjectAccessReviewOutput: Schema.Struct<{
|
|
@@ -168,7 +252,83 @@ export type CreateAuthorizationV1SelfSubjectAccessReviewOutput = typeof CreateAu
|
|
|
168
252
|
/**
|
|
169
253
|
* create a SelfSubjectAccessReview
|
|
170
254
|
*/
|
|
171
|
-
export declare const createAuthorizationV1SelfSubjectAccessReview:
|
|
255
|
+
export declare const createAuthorizationV1SelfSubjectAccessReview: API.OperationMethod<{}, {
|
|
256
|
+
readonly apiVersion?: string | undefined;
|
|
257
|
+
readonly kind?: string | undefined;
|
|
258
|
+
readonly metadata?: {
|
|
259
|
+
readonly annotations?: {
|
|
260
|
+
readonly [x: string]: string;
|
|
261
|
+
} | undefined;
|
|
262
|
+
readonly creationTimestamp?: string | undefined;
|
|
263
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
264
|
+
readonly deletionTimestamp?: string | undefined;
|
|
265
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
266
|
+
readonly generateName?: string | undefined;
|
|
267
|
+
readonly generation?: number | undefined;
|
|
268
|
+
readonly labels?: {
|
|
269
|
+
readonly [x: string]: string;
|
|
270
|
+
} | undefined;
|
|
271
|
+
readonly managedFields?: readonly {
|
|
272
|
+
readonly apiVersion?: string | undefined;
|
|
273
|
+
readonly fieldsType?: string | undefined;
|
|
274
|
+
readonly fieldsV1?: unknown;
|
|
275
|
+
readonly manager?: string | undefined;
|
|
276
|
+
readonly operation?: string | undefined;
|
|
277
|
+
readonly subresource?: string | undefined;
|
|
278
|
+
readonly time?: string | undefined;
|
|
279
|
+
}[] | undefined;
|
|
280
|
+
readonly name?: string | undefined;
|
|
281
|
+
readonly namespace?: string | undefined;
|
|
282
|
+
readonly ownerReferences?: readonly {
|
|
283
|
+
readonly apiVersion: string;
|
|
284
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
285
|
+
readonly controller?: boolean | undefined;
|
|
286
|
+
readonly kind: string;
|
|
287
|
+
readonly name: string;
|
|
288
|
+
readonly uid: string;
|
|
289
|
+
}[] | undefined;
|
|
290
|
+
readonly resourceVersion?: string | undefined;
|
|
291
|
+
readonly selfLink?: string | undefined;
|
|
292
|
+
readonly uid?: string | undefined;
|
|
293
|
+
} | undefined;
|
|
294
|
+
readonly spec: {
|
|
295
|
+
readonly nonResourceAttributes?: {
|
|
296
|
+
readonly path?: string | undefined;
|
|
297
|
+
readonly verb?: string | undefined;
|
|
298
|
+
} | undefined;
|
|
299
|
+
readonly resourceAttributes?: {
|
|
300
|
+
readonly fieldSelector?: {
|
|
301
|
+
readonly rawSelector?: string | undefined;
|
|
302
|
+
readonly requirements?: readonly {
|
|
303
|
+
readonly key: string;
|
|
304
|
+
readonly operator: string;
|
|
305
|
+
readonly values?: readonly string[] | undefined;
|
|
306
|
+
}[] | undefined;
|
|
307
|
+
} | undefined;
|
|
308
|
+
readonly group?: string | undefined;
|
|
309
|
+
readonly labelSelector?: {
|
|
310
|
+
readonly rawSelector?: string | undefined;
|
|
311
|
+
readonly requirements?: readonly {
|
|
312
|
+
readonly key: string;
|
|
313
|
+
readonly operator: string;
|
|
314
|
+
readonly values?: readonly string[] | undefined;
|
|
315
|
+
}[] | undefined;
|
|
316
|
+
} | undefined;
|
|
317
|
+
readonly name?: string | undefined;
|
|
318
|
+
readonly namespace?: string | undefined;
|
|
319
|
+
readonly resource?: string | undefined;
|
|
320
|
+
readonly subresource?: string | undefined;
|
|
321
|
+
readonly verb?: string | undefined;
|
|
322
|
+
readonly version?: string | undefined;
|
|
323
|
+
} | undefined;
|
|
324
|
+
};
|
|
325
|
+
readonly status?: {
|
|
326
|
+
readonly allowed: boolean;
|
|
327
|
+
readonly denied?: boolean | undefined;
|
|
328
|
+
readonly evaluationError?: string | undefined;
|
|
329
|
+
readonly reason?: string | undefined;
|
|
330
|
+
} | undefined;
|
|
331
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
172
332
|
export declare const CreateAuthorizationV1SelfSubjectRulesReviewInput: Schema.Struct<{}>;
|
|
173
333
|
export type CreateAuthorizationV1SelfSubjectRulesReviewInput = typeof CreateAuthorizationV1SelfSubjectRulesReviewInput.Type;
|
|
174
334
|
export declare const CreateAuthorizationV1SelfSubjectRulesReviewOutput: Schema.Struct<{
|
|
@@ -228,7 +388,63 @@ export type CreateAuthorizationV1SelfSubjectRulesReviewOutput = typeof CreateAut
|
|
|
228
388
|
/**
|
|
229
389
|
* create a SelfSubjectRulesReview
|
|
230
390
|
*/
|
|
231
|
-
export declare const createAuthorizationV1SelfSubjectRulesReview:
|
|
391
|
+
export declare const createAuthorizationV1SelfSubjectRulesReview: API.OperationMethod<{}, {
|
|
392
|
+
readonly apiVersion?: string | undefined;
|
|
393
|
+
readonly kind?: string | undefined;
|
|
394
|
+
readonly metadata?: {
|
|
395
|
+
readonly annotations?: {
|
|
396
|
+
readonly [x: string]: string;
|
|
397
|
+
} | undefined;
|
|
398
|
+
readonly creationTimestamp?: string | undefined;
|
|
399
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
400
|
+
readonly deletionTimestamp?: string | undefined;
|
|
401
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
402
|
+
readonly generateName?: string | undefined;
|
|
403
|
+
readonly generation?: number | undefined;
|
|
404
|
+
readonly labels?: {
|
|
405
|
+
readonly [x: string]: string;
|
|
406
|
+
} | undefined;
|
|
407
|
+
readonly managedFields?: readonly {
|
|
408
|
+
readonly apiVersion?: string | undefined;
|
|
409
|
+
readonly fieldsType?: string | undefined;
|
|
410
|
+
readonly fieldsV1?: unknown;
|
|
411
|
+
readonly manager?: string | undefined;
|
|
412
|
+
readonly operation?: string | undefined;
|
|
413
|
+
readonly subresource?: string | undefined;
|
|
414
|
+
readonly time?: string | undefined;
|
|
415
|
+
}[] | undefined;
|
|
416
|
+
readonly name?: string | undefined;
|
|
417
|
+
readonly namespace?: string | undefined;
|
|
418
|
+
readonly ownerReferences?: readonly {
|
|
419
|
+
readonly apiVersion: string;
|
|
420
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
421
|
+
readonly controller?: boolean | undefined;
|
|
422
|
+
readonly kind: string;
|
|
423
|
+
readonly name: string;
|
|
424
|
+
readonly uid: string;
|
|
425
|
+
}[] | undefined;
|
|
426
|
+
readonly resourceVersion?: string | undefined;
|
|
427
|
+
readonly selfLink?: string | undefined;
|
|
428
|
+
readonly uid?: string | undefined;
|
|
429
|
+
} | undefined;
|
|
430
|
+
readonly spec: {
|
|
431
|
+
readonly namespace?: string | undefined;
|
|
432
|
+
};
|
|
433
|
+
readonly status?: {
|
|
434
|
+
readonly evaluationError?: string | undefined;
|
|
435
|
+
readonly incomplete: boolean;
|
|
436
|
+
readonly nonResourceRules: readonly {
|
|
437
|
+
readonly nonResourceURLs?: readonly string[] | undefined;
|
|
438
|
+
readonly verbs: readonly string[];
|
|
439
|
+
}[];
|
|
440
|
+
readonly resourceRules: readonly {
|
|
441
|
+
readonly apiGroups?: readonly string[] | undefined;
|
|
442
|
+
readonly resourceNames?: readonly string[] | undefined;
|
|
443
|
+
readonly resources?: readonly string[] | undefined;
|
|
444
|
+
readonly verbs: readonly string[];
|
|
445
|
+
}[];
|
|
446
|
+
} | undefined;
|
|
447
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
232
448
|
export declare const CreateAuthorizationV1SubjectAccessReviewInput: Schema.Struct<{}>;
|
|
233
449
|
export type CreateAuthorizationV1SubjectAccessReviewInput = typeof CreateAuthorizationV1SubjectAccessReviewInput.Type;
|
|
234
450
|
export declare const CreateAuthorizationV1SubjectAccessReviewOutput: Schema.Struct<{
|
|
@@ -312,7 +528,89 @@ export type CreateAuthorizationV1SubjectAccessReviewOutput = typeof CreateAuthor
|
|
|
312
528
|
/**
|
|
313
529
|
* create a SubjectAccessReview
|
|
314
530
|
*/
|
|
315
|
-
export declare const createAuthorizationV1SubjectAccessReview:
|
|
531
|
+
export declare const createAuthorizationV1SubjectAccessReview: API.OperationMethod<{}, {
|
|
532
|
+
readonly apiVersion?: string | undefined;
|
|
533
|
+
readonly kind?: string | undefined;
|
|
534
|
+
readonly metadata?: {
|
|
535
|
+
readonly annotations?: {
|
|
536
|
+
readonly [x: string]: string;
|
|
537
|
+
} | undefined;
|
|
538
|
+
readonly creationTimestamp?: string | undefined;
|
|
539
|
+
readonly deletionGracePeriodSeconds?: number | undefined;
|
|
540
|
+
readonly deletionTimestamp?: string | undefined;
|
|
541
|
+
readonly finalizers?: readonly string[] | undefined;
|
|
542
|
+
readonly generateName?: string | undefined;
|
|
543
|
+
readonly generation?: number | undefined;
|
|
544
|
+
readonly labels?: {
|
|
545
|
+
readonly [x: string]: string;
|
|
546
|
+
} | undefined;
|
|
547
|
+
readonly managedFields?: readonly {
|
|
548
|
+
readonly apiVersion?: string | undefined;
|
|
549
|
+
readonly fieldsType?: string | undefined;
|
|
550
|
+
readonly fieldsV1?: unknown;
|
|
551
|
+
readonly manager?: string | undefined;
|
|
552
|
+
readonly operation?: string | undefined;
|
|
553
|
+
readonly subresource?: string | undefined;
|
|
554
|
+
readonly time?: string | undefined;
|
|
555
|
+
}[] | undefined;
|
|
556
|
+
readonly name?: string | undefined;
|
|
557
|
+
readonly namespace?: string | undefined;
|
|
558
|
+
readonly ownerReferences?: readonly {
|
|
559
|
+
readonly apiVersion: string;
|
|
560
|
+
readonly blockOwnerDeletion?: boolean | undefined;
|
|
561
|
+
readonly controller?: boolean | undefined;
|
|
562
|
+
readonly kind: string;
|
|
563
|
+
readonly name: string;
|
|
564
|
+
readonly uid: string;
|
|
565
|
+
}[] | undefined;
|
|
566
|
+
readonly resourceVersion?: string | undefined;
|
|
567
|
+
readonly selfLink?: string | undefined;
|
|
568
|
+
readonly uid?: string | undefined;
|
|
569
|
+
} | undefined;
|
|
570
|
+
readonly spec: {
|
|
571
|
+
readonly extra?: {
|
|
572
|
+
readonly [x: string]: readonly string[];
|
|
573
|
+
} | undefined;
|
|
574
|
+
readonly groups?: readonly string[] | undefined;
|
|
575
|
+
readonly nonResourceAttributes?: {
|
|
576
|
+
readonly path?: string | undefined;
|
|
577
|
+
readonly verb?: string | undefined;
|
|
578
|
+
} | undefined;
|
|
579
|
+
readonly resourceAttributes?: {
|
|
580
|
+
readonly fieldSelector?: {
|
|
581
|
+
readonly rawSelector?: string | undefined;
|
|
582
|
+
readonly requirements?: readonly {
|
|
583
|
+
readonly key: string;
|
|
584
|
+
readonly operator: string;
|
|
585
|
+
readonly values?: readonly string[] | undefined;
|
|
586
|
+
}[] | undefined;
|
|
587
|
+
} | undefined;
|
|
588
|
+
readonly group?: string | undefined;
|
|
589
|
+
readonly labelSelector?: {
|
|
590
|
+
readonly rawSelector?: string | undefined;
|
|
591
|
+
readonly requirements?: readonly {
|
|
592
|
+
readonly key: string;
|
|
593
|
+
readonly operator: string;
|
|
594
|
+
readonly values?: readonly string[] | undefined;
|
|
595
|
+
}[] | undefined;
|
|
596
|
+
} | undefined;
|
|
597
|
+
readonly name?: string | undefined;
|
|
598
|
+
readonly namespace?: string | undefined;
|
|
599
|
+
readonly resource?: string | undefined;
|
|
600
|
+
readonly subresource?: string | undefined;
|
|
601
|
+
readonly verb?: string | undefined;
|
|
602
|
+
readonly version?: string | undefined;
|
|
603
|
+
} | undefined;
|
|
604
|
+
readonly uid?: string | undefined;
|
|
605
|
+
readonly user?: string | undefined;
|
|
606
|
+
};
|
|
607
|
+
readonly status?: {
|
|
608
|
+
readonly allowed: boolean;
|
|
609
|
+
readonly denied?: boolean | undefined;
|
|
610
|
+
readonly evaluationError?: string | undefined;
|
|
611
|
+
readonly reason?: string | undefined;
|
|
612
|
+
} | undefined;
|
|
613
|
+
}, Conflict | UnprocessableEntity, any>;
|
|
316
614
|
export declare const GetAuthorizationAPIGroupInput: Schema.Struct<{}>;
|
|
317
615
|
export type GetAuthorizationAPIGroupInput = typeof GetAuthorizationAPIGroupInput.Type;
|
|
318
616
|
export declare const GetAuthorizationAPIGroupOutput: Schema.Struct<{
|
|
@@ -336,7 +634,23 @@ export type GetAuthorizationAPIGroupOutput = typeof GetAuthorizationAPIGroupOutp
|
|
|
336
634
|
/**
|
|
337
635
|
* get information of a group
|
|
338
636
|
*/
|
|
339
|
-
export declare const getAuthorizationAPIGroup:
|
|
637
|
+
export declare const getAuthorizationAPIGroup: API.OperationMethod<{}, {
|
|
638
|
+
readonly apiVersion?: string | undefined;
|
|
639
|
+
readonly kind?: string | undefined;
|
|
640
|
+
readonly name: string;
|
|
641
|
+
readonly preferredVersion?: {
|
|
642
|
+
readonly groupVersion: string;
|
|
643
|
+
readonly version: string;
|
|
644
|
+
} | undefined;
|
|
645
|
+
readonly serverAddressByClientCIDRs?: readonly {
|
|
646
|
+
readonly clientCIDR: string;
|
|
647
|
+
readonly serverAddress: string;
|
|
648
|
+
}[] | undefined;
|
|
649
|
+
readonly versions: readonly {
|
|
650
|
+
readonly groupVersion: string;
|
|
651
|
+
readonly version: string;
|
|
652
|
+
}[];
|
|
653
|
+
}, never, any>;
|
|
340
654
|
export declare const GetAuthorizationV1APIResourcesInput: Schema.Struct<{}>;
|
|
341
655
|
export type GetAuthorizationV1APIResourcesInput = typeof GetAuthorizationV1APIResourcesInput.Type;
|
|
342
656
|
export declare const GetAuthorizationV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -360,5 +674,21 @@ export type GetAuthorizationV1APIResourcesOutput = typeof GetAuthorizationV1APIR
|
|
|
360
674
|
/**
|
|
361
675
|
* get available resources
|
|
362
676
|
*/
|
|
363
|
-
export declare const getAuthorizationV1APIResources:
|
|
677
|
+
export declare const getAuthorizationV1APIResources: API.OperationMethod<{}, {
|
|
678
|
+
readonly apiVersion?: string | undefined;
|
|
679
|
+
readonly groupVersion: string;
|
|
680
|
+
readonly kind?: string | undefined;
|
|
681
|
+
readonly resources: readonly {
|
|
682
|
+
readonly categories?: readonly string[] | undefined;
|
|
683
|
+
readonly group?: string | undefined;
|
|
684
|
+
readonly kind: string;
|
|
685
|
+
readonly name: string;
|
|
686
|
+
readonly namespaced: boolean;
|
|
687
|
+
readonly shortNames?: readonly string[] | undefined;
|
|
688
|
+
readonly singularName: string;
|
|
689
|
+
readonly storageVersionHash?: string | undefined;
|
|
690
|
+
readonly verbs: readonly string[];
|
|
691
|
+
readonly version?: string | undefined;
|
|
692
|
+
}[];
|
|
693
|
+
}, never, any>;
|
|
364
694
|
//# sourceMappingURL=authorization.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authorization.d.ts","sourceRoot":"","sources":["../../src/services/authorization.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"authorization.d.ts","sourceRoot":"","sources":["../../src/services/authorization.ts"],"names":[],"mappings":"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"}
|