@intentius/chant-lexicon-k8s 0.30.0 → 0.31.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.
Files changed (54) hide show
  1. package/dist/api/classify.d.ts +55 -0
  2. package/dist/api/classify.d.ts.map +1 -0
  3. package/dist/api/connect.d.ts +58 -0
  4. package/dist/api/connect.d.ts.map +1 -0
  5. package/dist/api/fake-cluster.d.ts +55 -0
  6. package/dist/api/fake-cluster.d.ts.map +1 -0
  7. package/dist/api/operation-surface.d.ts +64 -0
  8. package/dist/api/operation-surface.d.ts.map +1 -0
  9. package/dist/codegen/generate-operations.d.ts +29 -0
  10. package/dist/codegen/generate-operations.d.ts.map +1 -0
  11. package/dist/codegen/generate.d.ts.map +1 -1
  12. package/dist/config.d.ts +17 -0
  13. package/dist/config.d.ts.map +1 -1
  14. package/dist/crd/parser.d.ts.map +1 -1
  15. package/dist/crd/types.d.ts +7 -0
  16. package/dist/crd/types.d.ts.map +1 -1
  17. package/dist/describe-resources.d.ts +41 -24
  18. package/dist/describe-resources.d.ts.map +1 -1
  19. package/dist/export-resources.d.ts +27 -1
  20. package/dist/export-resources.d.ts.map +1 -1
  21. package/dist/integrity.json +2 -2
  22. package/dist/manifest.json +1 -1
  23. package/dist/op/activities/index.d.ts +2 -2
  24. package/dist/op/activities/index.d.ts.map +1 -1
  25. package/dist/op/activities/kubectl.d.ts +38 -2
  26. package/dist/op/activities/kubectl.d.ts.map +1 -1
  27. package/dist/op/activities/wait-for-ready.d.ts +30 -3
  28. package/dist/op/activities/wait-for-ready.d.ts.map +1 -1
  29. package/dist/spec/parse.d.ts +42 -0
  30. package/dist/spec/parse.d.ts.map +1 -1
  31. package/package.json +5 -2
  32. package/src/api/classify.test.ts +133 -0
  33. package/src/api/classify.ts +131 -0
  34. package/src/api/connect.ts +104 -0
  35. package/src/api/fake-cluster.ts +218 -0
  36. package/src/api/operation-surface.test.ts +116 -0
  37. package/src/api/operation-surface.ts +129 -0
  38. package/src/codegen/generate-operations.ts +56 -0
  39. package/src/codegen/generate.ts +9 -0
  40. package/src/config.ts +17 -0
  41. package/src/crd/parser.ts +8 -0
  42. package/src/crd/types.ts +7 -0
  43. package/src/describe-resources.test.ts +396 -191
  44. package/src/describe-resources.ts +134 -118
  45. package/src/export-resources-io.test.ts +76 -51
  46. package/src/export-resources.ts +63 -35
  47. package/src/generated/operations.json +2156 -0
  48. package/src/lifecycle-integration.test.ts +132 -92
  49. package/src/op/activities/index.ts +2 -1
  50. package/src/op/activities/kubectl.test.ts +148 -0
  51. package/src/op/activities/kubectl.ts +86 -13
  52. package/src/op/activities/wait-for-ready.test.ts +94 -0
  53. package/src/op/activities/wait-for-ready.ts +66 -15
  54. package/src/spec/parse.ts +93 -1
@@ -0,0 +1,2156 @@
1
+ {
2
+ "K8s::Acme::Challenge": {
3
+ "entityType": "K8s::Acme::Challenge",
4
+ "apiVersion": "acme.cert-manager.io/v1",
5
+ "kind": "Challenge",
6
+ "plural": "challenges",
7
+ "scope": "Namespaced",
8
+ "verbs": [
9
+ "delete",
10
+ "get",
11
+ "list",
12
+ "patch",
13
+ "post",
14
+ "put",
15
+ "watch"
16
+ ]
17
+ },
18
+ "K8s::Acme::Order": {
19
+ "entityType": "K8s::Acme::Order",
20
+ "apiVersion": "acme.cert-manager.io/v1",
21
+ "kind": "Order",
22
+ "plural": "orders",
23
+ "scope": "Namespaced",
24
+ "verbs": [
25
+ "delete",
26
+ "get",
27
+ "list",
28
+ "patch",
29
+ "post",
30
+ "put",
31
+ "watch"
32
+ ]
33
+ },
34
+ "K8s::Admissionregistration::MutatingAdmissionPolicy": {
35
+ "entityType": "K8s::Admissionregistration::MutatingAdmissionPolicy",
36
+ "apiVersion": "admissionregistration.k8s.io/v1",
37
+ "kind": "MutatingAdmissionPolicy",
38
+ "plural": "mutatingadmissionpolicies",
39
+ "scope": "Cluster",
40
+ "verbs": [
41
+ "delete",
42
+ "get",
43
+ "patch",
44
+ "put",
45
+ "watch"
46
+ ]
47
+ },
48
+ "K8s::Admissionregistration::MutatingAdmissionPolicyBinding": {
49
+ "entityType": "K8s::Admissionregistration::MutatingAdmissionPolicyBinding",
50
+ "apiVersion": "admissionregistration.k8s.io/v1",
51
+ "kind": "MutatingAdmissionPolicyBinding",
52
+ "plural": "mutatingadmissionpolicybindings",
53
+ "scope": "Cluster",
54
+ "verbs": [
55
+ "delete",
56
+ "get",
57
+ "patch",
58
+ "put",
59
+ "watch"
60
+ ]
61
+ },
62
+ "K8s::Admissionregistration::MutatingAdmissionPolicyBindingList": {
63
+ "entityType": "K8s::Admissionregistration::MutatingAdmissionPolicyBindingList",
64
+ "apiVersion": "admissionregistration.k8s.io/v1",
65
+ "kind": "MutatingAdmissionPolicyBindingList",
66
+ "plural": "mutatingadmissionpolicybindinglists",
67
+ "scope": "Namespaced",
68
+ "verbs": []
69
+ },
70
+ "K8s::Admissionregistration::MutatingAdmissionPolicyList": {
71
+ "entityType": "K8s::Admissionregistration::MutatingAdmissionPolicyList",
72
+ "apiVersion": "admissionregistration.k8s.io/v1",
73
+ "kind": "MutatingAdmissionPolicyList",
74
+ "plural": "mutatingadmissionpolicylists",
75
+ "scope": "Namespaced",
76
+ "verbs": []
77
+ },
78
+ "K8s::Admissionregistration::MutatingWebhookConfiguration": {
79
+ "entityType": "K8s::Admissionregistration::MutatingWebhookConfiguration",
80
+ "apiVersion": "admissionregistration.k8s.io/v1",
81
+ "kind": "MutatingWebhookConfiguration",
82
+ "plural": "mutatingwebhookconfigurations",
83
+ "scope": "Cluster",
84
+ "verbs": [
85
+ "delete",
86
+ "get",
87
+ "patch",
88
+ "put",
89
+ "watch"
90
+ ]
91
+ },
92
+ "K8s::Admissionregistration::MutatingWebhookConfigurationList": {
93
+ "entityType": "K8s::Admissionregistration::MutatingWebhookConfigurationList",
94
+ "apiVersion": "admissionregistration.k8s.io/v1",
95
+ "kind": "MutatingWebhookConfigurationList",
96
+ "plural": "mutatingwebhookconfigurationlists",
97
+ "scope": "Namespaced",
98
+ "verbs": []
99
+ },
100
+ "K8s::Admissionregistration::ValidatingAdmissionPolicy": {
101
+ "entityType": "K8s::Admissionregistration::ValidatingAdmissionPolicy",
102
+ "apiVersion": "admissionregistration.k8s.io/v1",
103
+ "kind": "ValidatingAdmissionPolicy",
104
+ "plural": "validatingadmissionpolicies",
105
+ "scope": "Cluster",
106
+ "verbs": [
107
+ "delete",
108
+ "get",
109
+ "patch",
110
+ "put",
111
+ "watch"
112
+ ]
113
+ },
114
+ "K8s::Admissionregistration::ValidatingAdmissionPolicyBinding": {
115
+ "entityType": "K8s::Admissionregistration::ValidatingAdmissionPolicyBinding",
116
+ "apiVersion": "admissionregistration.k8s.io/v1",
117
+ "kind": "ValidatingAdmissionPolicyBinding",
118
+ "plural": "validatingadmissionpolicybindings",
119
+ "scope": "Cluster",
120
+ "verbs": [
121
+ "delete",
122
+ "get",
123
+ "patch",
124
+ "put",
125
+ "watch"
126
+ ]
127
+ },
128
+ "K8s::Admissionregistration::ValidatingAdmissionPolicyBindingList": {
129
+ "entityType": "K8s::Admissionregistration::ValidatingAdmissionPolicyBindingList",
130
+ "apiVersion": "admissionregistration.k8s.io/v1",
131
+ "kind": "ValidatingAdmissionPolicyBindingList",
132
+ "plural": "validatingadmissionpolicybindinglists",
133
+ "scope": "Namespaced",
134
+ "verbs": []
135
+ },
136
+ "K8s::Admissionregistration::ValidatingAdmissionPolicyList": {
137
+ "entityType": "K8s::Admissionregistration::ValidatingAdmissionPolicyList",
138
+ "apiVersion": "admissionregistration.k8s.io/v1",
139
+ "kind": "ValidatingAdmissionPolicyList",
140
+ "plural": "validatingadmissionpolicylists",
141
+ "scope": "Namespaced",
142
+ "verbs": []
143
+ },
144
+ "K8s::Admissionregistration::ValidatingWebhookConfiguration": {
145
+ "entityType": "K8s::Admissionregistration::ValidatingWebhookConfiguration",
146
+ "apiVersion": "admissionregistration.k8s.io/v1",
147
+ "kind": "ValidatingWebhookConfiguration",
148
+ "plural": "validatingwebhookconfigurations",
149
+ "scope": "Cluster",
150
+ "verbs": [
151
+ "delete",
152
+ "get",
153
+ "patch",
154
+ "put",
155
+ "watch"
156
+ ]
157
+ },
158
+ "K8s::Admissionregistration::ValidatingWebhookConfigurationList": {
159
+ "entityType": "K8s::Admissionregistration::ValidatingWebhookConfigurationList",
160
+ "apiVersion": "admissionregistration.k8s.io/v1",
161
+ "kind": "ValidatingWebhookConfigurationList",
162
+ "plural": "validatingwebhookconfigurationlists",
163
+ "scope": "Namespaced",
164
+ "verbs": []
165
+ },
166
+ "K8s::Apiextensions::CustomResourceDefinition": {
167
+ "entityType": "K8s::Apiextensions::CustomResourceDefinition",
168
+ "apiVersion": "apiextensions.k8s.io/v1",
169
+ "kind": "CustomResourceDefinition",
170
+ "plural": "customresourcedefinitions",
171
+ "scope": "Cluster",
172
+ "verbs": [
173
+ "delete",
174
+ "get",
175
+ "patch",
176
+ "put",
177
+ "watch"
178
+ ]
179
+ },
180
+ "K8s::Apiextensions::CustomResourceDefinitionList": {
181
+ "entityType": "K8s::Apiextensions::CustomResourceDefinitionList",
182
+ "apiVersion": "apiextensions.k8s.io/v1",
183
+ "kind": "CustomResourceDefinitionList",
184
+ "plural": "customresourcedefinitionlists",
185
+ "scope": "Namespaced",
186
+ "verbs": []
187
+ },
188
+ "K8s::Apiregistration::APIService": {
189
+ "entityType": "K8s::Apiregistration::APIService",
190
+ "apiVersion": "apiregistration.k8s.io/v1",
191
+ "kind": "APIService",
192
+ "plural": "apiservices",
193
+ "scope": "Cluster",
194
+ "verbs": [
195
+ "delete",
196
+ "get",
197
+ "patch",
198
+ "put",
199
+ "watch"
200
+ ]
201
+ },
202
+ "K8s::Apiregistration::APIServiceList": {
203
+ "entityType": "K8s::Apiregistration::APIServiceList",
204
+ "apiVersion": "apiregistration.k8s.io/v1",
205
+ "kind": "APIServiceList",
206
+ "plural": "apiservicelists",
207
+ "scope": "Namespaced",
208
+ "verbs": []
209
+ },
210
+ "K8s::Apps::ControllerRevision": {
211
+ "entityType": "K8s::Apps::ControllerRevision",
212
+ "apiVersion": "apps/v1",
213
+ "kind": "ControllerRevision",
214
+ "plural": "controllerrevisions",
215
+ "scope": "Namespaced",
216
+ "verbs": [
217
+ "delete",
218
+ "get",
219
+ "patch",
220
+ "put",
221
+ "watch"
222
+ ]
223
+ },
224
+ "K8s::Apps::ControllerRevisionList": {
225
+ "entityType": "K8s::Apps::ControllerRevisionList",
226
+ "apiVersion": "apps/v1",
227
+ "kind": "ControllerRevisionList",
228
+ "plural": "controllerrevisionlists",
229
+ "scope": "Namespaced",
230
+ "verbs": []
231
+ },
232
+ "K8s::Apps::DaemonSet": {
233
+ "entityType": "K8s::Apps::DaemonSet",
234
+ "apiVersion": "apps/v1",
235
+ "kind": "DaemonSet",
236
+ "plural": "daemonsets",
237
+ "scope": "Namespaced",
238
+ "verbs": [
239
+ "delete",
240
+ "get",
241
+ "patch",
242
+ "put",
243
+ "watch"
244
+ ]
245
+ },
246
+ "K8s::Apps::DaemonSetList": {
247
+ "entityType": "K8s::Apps::DaemonSetList",
248
+ "apiVersion": "apps/v1",
249
+ "kind": "DaemonSetList",
250
+ "plural": "daemonsetlists",
251
+ "scope": "Namespaced",
252
+ "verbs": []
253
+ },
254
+ "K8s::Apps::Deployment": {
255
+ "entityType": "K8s::Apps::Deployment",
256
+ "apiVersion": "apps/v1",
257
+ "kind": "Deployment",
258
+ "plural": "deployments",
259
+ "scope": "Namespaced",
260
+ "verbs": [
261
+ "delete",
262
+ "get",
263
+ "patch",
264
+ "put",
265
+ "watch"
266
+ ]
267
+ },
268
+ "K8s::Apps::DeploymentList": {
269
+ "entityType": "K8s::Apps::DeploymentList",
270
+ "apiVersion": "apps/v1",
271
+ "kind": "DeploymentList",
272
+ "plural": "deploymentlists",
273
+ "scope": "Namespaced",
274
+ "verbs": []
275
+ },
276
+ "K8s::Apps::ReplicaSet": {
277
+ "entityType": "K8s::Apps::ReplicaSet",
278
+ "apiVersion": "apps/v1",
279
+ "kind": "ReplicaSet",
280
+ "plural": "replicasets",
281
+ "scope": "Namespaced",
282
+ "verbs": [
283
+ "delete",
284
+ "get",
285
+ "patch",
286
+ "put",
287
+ "watch"
288
+ ]
289
+ },
290
+ "K8s::Apps::ReplicaSetList": {
291
+ "entityType": "K8s::Apps::ReplicaSetList",
292
+ "apiVersion": "apps/v1",
293
+ "kind": "ReplicaSetList",
294
+ "plural": "replicasetlists",
295
+ "scope": "Namespaced",
296
+ "verbs": []
297
+ },
298
+ "K8s::Apps::StatefulSet": {
299
+ "entityType": "K8s::Apps::StatefulSet",
300
+ "apiVersion": "apps/v1",
301
+ "kind": "StatefulSet",
302
+ "plural": "statefulsets",
303
+ "scope": "Namespaced",
304
+ "verbs": [
305
+ "delete",
306
+ "get",
307
+ "patch",
308
+ "put",
309
+ "watch"
310
+ ]
311
+ },
312
+ "K8s::Apps::StatefulSetList": {
313
+ "entityType": "K8s::Apps::StatefulSetList",
314
+ "apiVersion": "apps/v1",
315
+ "kind": "StatefulSetList",
316
+ "plural": "statefulsetlists",
317
+ "scope": "Namespaced",
318
+ "verbs": []
319
+ },
320
+ "K8s::Argo::AppProject": {
321
+ "entityType": "K8s::Argo::AppProject",
322
+ "apiVersion": "argoproj.io/v1alpha1",
323
+ "kind": "AppProject",
324
+ "plural": "appprojects",
325
+ "scope": "Namespaced",
326
+ "verbs": [
327
+ "delete",
328
+ "get",
329
+ "list",
330
+ "patch",
331
+ "post",
332
+ "put",
333
+ "watch"
334
+ ]
335
+ },
336
+ "K8s::Argo::Application": {
337
+ "entityType": "K8s::Argo::Application",
338
+ "apiVersion": "argoproj.io/v1alpha1",
339
+ "kind": "Application",
340
+ "plural": "applications",
341
+ "scope": "Namespaced",
342
+ "verbs": [
343
+ "delete",
344
+ "get",
345
+ "list",
346
+ "patch",
347
+ "post",
348
+ "put",
349
+ "watch"
350
+ ]
351
+ },
352
+ "K8s::Argo::ApplicationSet": {
353
+ "entityType": "K8s::Argo::ApplicationSet",
354
+ "apiVersion": "argoproj.io/v1alpha1",
355
+ "kind": "ApplicationSet",
356
+ "plural": "applicationsets",
357
+ "scope": "Namespaced",
358
+ "verbs": [
359
+ "delete",
360
+ "get",
361
+ "list",
362
+ "patch",
363
+ "post",
364
+ "put",
365
+ "watch"
366
+ ]
367
+ },
368
+ "K8s::Authentication::SelfSubjectReview": {
369
+ "entityType": "K8s::Authentication::SelfSubjectReview",
370
+ "apiVersion": "authentication.k8s.io/v1",
371
+ "kind": "SelfSubjectReview",
372
+ "plural": "selfsubjectreviews",
373
+ "scope": "Namespaced",
374
+ "verbs": []
375
+ },
376
+ "K8s::Authentication::TokenRequest": {
377
+ "entityType": "K8s::Authentication::TokenRequest",
378
+ "apiVersion": "authentication.k8s.io/v1",
379
+ "kind": "TokenRequest",
380
+ "plural": "tokenrequests",
381
+ "scope": "Namespaced",
382
+ "verbs": []
383
+ },
384
+ "K8s::Authentication::TokenReview": {
385
+ "entityType": "K8s::Authentication::TokenReview",
386
+ "apiVersion": "authentication.k8s.io/v1",
387
+ "kind": "TokenReview",
388
+ "plural": "tokenreviews",
389
+ "scope": "Namespaced",
390
+ "verbs": []
391
+ },
392
+ "K8s::Authorization::LocalSubjectAccessReview": {
393
+ "entityType": "K8s::Authorization::LocalSubjectAccessReview",
394
+ "apiVersion": "authorization.k8s.io/v1",
395
+ "kind": "LocalSubjectAccessReview",
396
+ "plural": "localsubjectaccessreviews",
397
+ "scope": "Namespaced",
398
+ "verbs": []
399
+ },
400
+ "K8s::Authorization::SelfSubjectAccessReview": {
401
+ "entityType": "K8s::Authorization::SelfSubjectAccessReview",
402
+ "apiVersion": "authorization.k8s.io/v1",
403
+ "kind": "SelfSubjectAccessReview",
404
+ "plural": "selfsubjectaccessreviews",
405
+ "scope": "Namespaced",
406
+ "verbs": []
407
+ },
408
+ "K8s::Authorization::SelfSubjectRulesReview": {
409
+ "entityType": "K8s::Authorization::SelfSubjectRulesReview",
410
+ "apiVersion": "authorization.k8s.io/v1",
411
+ "kind": "SelfSubjectRulesReview",
412
+ "plural": "selfsubjectrulesreviews",
413
+ "scope": "Namespaced",
414
+ "verbs": []
415
+ },
416
+ "K8s::Authorization::SubjectAccessReview": {
417
+ "entityType": "K8s::Authorization::SubjectAccessReview",
418
+ "apiVersion": "authorization.k8s.io/v1",
419
+ "kind": "SubjectAccessReview",
420
+ "plural": "subjectaccessreviews",
421
+ "scope": "Namespaced",
422
+ "verbs": []
423
+ },
424
+ "K8s::Autoscaling::HorizontalPodAutoscaler": {
425
+ "entityType": "K8s::Autoscaling::HorizontalPodAutoscaler",
426
+ "apiVersion": "autoscaling/v2",
427
+ "kind": "HorizontalPodAutoscaler",
428
+ "plural": "horizontalpodautoscalers",
429
+ "scope": "Namespaced",
430
+ "verbs": [
431
+ "delete",
432
+ "get",
433
+ "patch",
434
+ "put",
435
+ "watch"
436
+ ]
437
+ },
438
+ "K8s::Autoscaling::HorizontalPodAutoscalerList": {
439
+ "entityType": "K8s::Autoscaling::HorizontalPodAutoscalerList",
440
+ "apiVersion": "autoscaling/v2",
441
+ "kind": "HorizontalPodAutoscalerList",
442
+ "plural": "horizontalpodautoscalerlists",
443
+ "scope": "Namespaced",
444
+ "verbs": []
445
+ },
446
+ "K8s::Autoscaling::Scale": {
447
+ "entityType": "K8s::Autoscaling::Scale",
448
+ "apiVersion": "autoscaling/v1",
449
+ "kind": "Scale",
450
+ "plural": "scales",
451
+ "scope": "Namespaced",
452
+ "verbs": []
453
+ },
454
+ "K8s::Batch::CronJob": {
455
+ "entityType": "K8s::Batch::CronJob",
456
+ "apiVersion": "batch/v1",
457
+ "kind": "CronJob",
458
+ "plural": "cronjobs",
459
+ "scope": "Namespaced",
460
+ "verbs": [
461
+ "delete",
462
+ "get",
463
+ "patch",
464
+ "put",
465
+ "watch"
466
+ ]
467
+ },
468
+ "K8s::Batch::CronJobList": {
469
+ "entityType": "K8s::Batch::CronJobList",
470
+ "apiVersion": "batch/v1",
471
+ "kind": "CronJobList",
472
+ "plural": "cronjoblists",
473
+ "scope": "Namespaced",
474
+ "verbs": []
475
+ },
476
+ "K8s::Batch::Job": {
477
+ "entityType": "K8s::Batch::Job",
478
+ "apiVersion": "batch/v1",
479
+ "kind": "Job",
480
+ "plural": "jobs",
481
+ "scope": "Namespaced",
482
+ "verbs": [
483
+ "delete",
484
+ "get",
485
+ "patch",
486
+ "put",
487
+ "watch"
488
+ ]
489
+ },
490
+ "K8s::Batch::JobList": {
491
+ "entityType": "K8s::Batch::JobList",
492
+ "apiVersion": "batch/v1",
493
+ "kind": "JobList",
494
+ "plural": "joblists",
495
+ "scope": "Namespaced",
496
+ "verbs": []
497
+ },
498
+ "K8s::CertManager::Certificate": {
499
+ "entityType": "K8s::CertManager::Certificate",
500
+ "apiVersion": "cert-manager.io/v1",
501
+ "kind": "Certificate",
502
+ "plural": "certificates",
503
+ "scope": "Namespaced",
504
+ "verbs": [
505
+ "delete",
506
+ "get",
507
+ "list",
508
+ "patch",
509
+ "post",
510
+ "put",
511
+ "watch"
512
+ ]
513
+ },
514
+ "K8s::CertManager::CertificateRequest": {
515
+ "entityType": "K8s::CertManager::CertificateRequest",
516
+ "apiVersion": "cert-manager.io/v1",
517
+ "kind": "CertificateRequest",
518
+ "plural": "certificaterequests",
519
+ "scope": "Namespaced",
520
+ "verbs": [
521
+ "delete",
522
+ "get",
523
+ "list",
524
+ "patch",
525
+ "post",
526
+ "put",
527
+ "watch"
528
+ ]
529
+ },
530
+ "K8s::CertManager::ClusterIssuer": {
531
+ "entityType": "K8s::CertManager::ClusterIssuer",
532
+ "apiVersion": "cert-manager.io/v1",
533
+ "kind": "ClusterIssuer",
534
+ "plural": "clusterissuers",
535
+ "scope": "Cluster",
536
+ "verbs": [
537
+ "delete",
538
+ "get",
539
+ "list",
540
+ "patch",
541
+ "post",
542
+ "put",
543
+ "watch"
544
+ ]
545
+ },
546
+ "K8s::CertManager::Issuer": {
547
+ "entityType": "K8s::CertManager::Issuer",
548
+ "apiVersion": "cert-manager.io/v1",
549
+ "kind": "Issuer",
550
+ "plural": "issuers",
551
+ "scope": "Namespaced",
552
+ "verbs": [
553
+ "delete",
554
+ "get",
555
+ "list",
556
+ "patch",
557
+ "post",
558
+ "put",
559
+ "watch"
560
+ ]
561
+ },
562
+ "K8s::Certificates::CertificateSigningRequest": {
563
+ "entityType": "K8s::Certificates::CertificateSigningRequest",
564
+ "apiVersion": "certificates.k8s.io/v1",
565
+ "kind": "CertificateSigningRequest",
566
+ "plural": "certificatesigningrequests",
567
+ "scope": "Cluster",
568
+ "verbs": [
569
+ "delete",
570
+ "get",
571
+ "patch",
572
+ "put",
573
+ "watch"
574
+ ]
575
+ },
576
+ "K8s::Certificates::CertificateSigningRequestList": {
577
+ "entityType": "K8s::Certificates::CertificateSigningRequestList",
578
+ "apiVersion": "certificates.k8s.io/v1",
579
+ "kind": "CertificateSigningRequestList",
580
+ "plural": "certificatesigningrequestlists",
581
+ "scope": "Namespaced",
582
+ "verbs": []
583
+ },
584
+ "K8s::Certificates::ClusterTrustBundle": {
585
+ "entityType": "K8s::Certificates::ClusterTrustBundle",
586
+ "apiVersion": "certificates.k8s.io/v1beta1",
587
+ "kind": "ClusterTrustBundle",
588
+ "plural": "clustertrustbundles",
589
+ "scope": "Cluster",
590
+ "verbs": [
591
+ "delete",
592
+ "get",
593
+ "patch",
594
+ "put",
595
+ "watch"
596
+ ]
597
+ },
598
+ "K8s::Certificates::ClusterTrustBundleList": {
599
+ "entityType": "K8s::Certificates::ClusterTrustBundleList",
600
+ "apiVersion": "certificates.k8s.io/v1beta1",
601
+ "kind": "ClusterTrustBundleList",
602
+ "plural": "clustertrustbundlelists",
603
+ "scope": "Namespaced",
604
+ "verbs": []
605
+ },
606
+ "K8s::Certificates::PodCertificateRequest": {
607
+ "entityType": "K8s::Certificates::PodCertificateRequest",
608
+ "apiVersion": "certificates.k8s.io/v1beta1",
609
+ "kind": "PodCertificateRequest",
610
+ "plural": "podcertificaterequests",
611
+ "scope": "Namespaced",
612
+ "verbs": [
613
+ "delete",
614
+ "get",
615
+ "patch",
616
+ "put",
617
+ "watch"
618
+ ]
619
+ },
620
+ "K8s::Certificates::PodCertificateRequestList": {
621
+ "entityType": "K8s::Certificates::PodCertificateRequestList",
622
+ "apiVersion": "certificates.k8s.io/v1beta1",
623
+ "kind": "PodCertificateRequestList",
624
+ "plural": "podcertificaterequestlists",
625
+ "scope": "Namespaced",
626
+ "verbs": []
627
+ },
628
+ "K8s::Coordination::Lease": {
629
+ "entityType": "K8s::Coordination::Lease",
630
+ "apiVersion": "coordination.k8s.io/v1",
631
+ "kind": "Lease",
632
+ "plural": "leases",
633
+ "scope": "Namespaced",
634
+ "verbs": [
635
+ "delete",
636
+ "get",
637
+ "patch",
638
+ "put",
639
+ "watch"
640
+ ]
641
+ },
642
+ "K8s::Coordination::LeaseCandidate": {
643
+ "entityType": "K8s::Coordination::LeaseCandidate",
644
+ "apiVersion": "coordination.k8s.io/v1beta1",
645
+ "kind": "LeaseCandidate",
646
+ "plural": "leasecandidates",
647
+ "scope": "Namespaced",
648
+ "verbs": [
649
+ "delete",
650
+ "get",
651
+ "patch",
652
+ "put",
653
+ "watch"
654
+ ]
655
+ },
656
+ "K8s::Coordination::LeaseCandidateList": {
657
+ "entityType": "K8s::Coordination::LeaseCandidateList",
658
+ "apiVersion": "coordination.k8s.io/v1beta1",
659
+ "kind": "LeaseCandidateList",
660
+ "plural": "leasecandidatelists",
661
+ "scope": "Namespaced",
662
+ "verbs": []
663
+ },
664
+ "K8s::Coordination::LeaseList": {
665
+ "entityType": "K8s::Coordination::LeaseList",
666
+ "apiVersion": "coordination.k8s.io/v1",
667
+ "kind": "LeaseList",
668
+ "plural": "leaselists",
669
+ "scope": "Namespaced",
670
+ "verbs": []
671
+ },
672
+ "K8s::Core::APIGroup": {
673
+ "entityType": "K8s::Core::APIGroup",
674
+ "apiVersion": "v1",
675
+ "kind": "APIGroup",
676
+ "plural": "apigroups",
677
+ "scope": "Namespaced",
678
+ "verbs": []
679
+ },
680
+ "K8s::Core::APIGroupList": {
681
+ "entityType": "K8s::Core::APIGroupList",
682
+ "apiVersion": "v1",
683
+ "kind": "APIGroupList",
684
+ "plural": "apigrouplists",
685
+ "scope": "Namespaced",
686
+ "verbs": []
687
+ },
688
+ "K8s::Core::APIResourceList": {
689
+ "entityType": "K8s::Core::APIResourceList",
690
+ "apiVersion": "v1",
691
+ "kind": "APIResourceList",
692
+ "plural": "apiresourcelists",
693
+ "scope": "Namespaced",
694
+ "verbs": []
695
+ },
696
+ "K8s::Core::APIVersions": {
697
+ "entityType": "K8s::Core::APIVersions",
698
+ "apiVersion": "v1",
699
+ "kind": "APIVersions",
700
+ "plural": "apiversionses",
701
+ "scope": "Namespaced",
702
+ "verbs": []
703
+ },
704
+ "K8s::Core::Binding": {
705
+ "entityType": "K8s::Core::Binding",
706
+ "apiVersion": "v1",
707
+ "kind": "Binding",
708
+ "plural": "bindings",
709
+ "scope": "Namespaced",
710
+ "verbs": []
711
+ },
712
+ "K8s::Core::ComponentStatus": {
713
+ "entityType": "K8s::Core::ComponentStatus",
714
+ "apiVersion": "v1",
715
+ "kind": "ComponentStatus",
716
+ "plural": "componentstatuses",
717
+ "scope": "Cluster",
718
+ "verbs": [
719
+ "get"
720
+ ]
721
+ },
722
+ "K8s::Core::ComponentStatusList": {
723
+ "entityType": "K8s::Core::ComponentStatusList",
724
+ "apiVersion": "v1",
725
+ "kind": "ComponentStatusList",
726
+ "plural": "componentstatuslists",
727
+ "scope": "Namespaced",
728
+ "verbs": []
729
+ },
730
+ "K8s::Core::ConfigMap": {
731
+ "entityType": "K8s::Core::ConfigMap",
732
+ "apiVersion": "v1",
733
+ "kind": "ConfigMap",
734
+ "plural": "configmaps",
735
+ "scope": "Namespaced",
736
+ "verbs": [
737
+ "delete",
738
+ "get",
739
+ "patch",
740
+ "put",
741
+ "watch"
742
+ ]
743
+ },
744
+ "K8s::Core::ConfigMapList": {
745
+ "entityType": "K8s::Core::ConfigMapList",
746
+ "apiVersion": "v1",
747
+ "kind": "ConfigMapList",
748
+ "plural": "configmaplists",
749
+ "scope": "Namespaced",
750
+ "verbs": []
751
+ },
752
+ "K8s::Core::DeleteOptions": {
753
+ "entityType": "K8s::Core::DeleteOptions",
754
+ "apiVersion": "v1",
755
+ "kind": "DeleteOptions",
756
+ "plural": "deleteoptionses",
757
+ "scope": "Namespaced",
758
+ "verbs": []
759
+ },
760
+ "K8s::Core::Endpoints": {
761
+ "entityType": "K8s::Core::Endpoints",
762
+ "apiVersion": "v1",
763
+ "kind": "Endpoints",
764
+ "plural": "endpoints",
765
+ "scope": "Namespaced",
766
+ "verbs": [
767
+ "delete",
768
+ "get",
769
+ "patch",
770
+ "put",
771
+ "watch"
772
+ ]
773
+ },
774
+ "K8s::Core::EndpointsList": {
775
+ "entityType": "K8s::Core::EndpointsList",
776
+ "apiVersion": "v1",
777
+ "kind": "EndpointsList",
778
+ "plural": "endpointslists",
779
+ "scope": "Namespaced",
780
+ "verbs": []
781
+ },
782
+ "K8s::Core::Event": {
783
+ "entityType": "K8s::Core::Event",
784
+ "apiVersion": "v1",
785
+ "kind": "Event",
786
+ "plural": "events",
787
+ "scope": "Namespaced",
788
+ "verbs": [
789
+ "delete",
790
+ "get",
791
+ "patch",
792
+ "put",
793
+ "watch"
794
+ ]
795
+ },
796
+ "K8s::Core::EventList": {
797
+ "entityType": "K8s::Core::EventList",
798
+ "apiVersion": "v1",
799
+ "kind": "EventList",
800
+ "plural": "eventlists",
801
+ "scope": "Namespaced",
802
+ "verbs": []
803
+ },
804
+ "K8s::Core::LimitRange": {
805
+ "entityType": "K8s::Core::LimitRange",
806
+ "apiVersion": "v1",
807
+ "kind": "LimitRange",
808
+ "plural": "limitranges",
809
+ "scope": "Namespaced",
810
+ "verbs": [
811
+ "delete",
812
+ "get",
813
+ "patch",
814
+ "put",
815
+ "watch"
816
+ ]
817
+ },
818
+ "K8s::Core::LimitRangeList": {
819
+ "entityType": "K8s::Core::LimitRangeList",
820
+ "apiVersion": "v1",
821
+ "kind": "LimitRangeList",
822
+ "plural": "limitrangelists",
823
+ "scope": "Namespaced",
824
+ "verbs": []
825
+ },
826
+ "K8s::Core::Namespace": {
827
+ "entityType": "K8s::Core::Namespace",
828
+ "apiVersion": "v1",
829
+ "kind": "Namespace",
830
+ "plural": "namespaces",
831
+ "scope": "Cluster",
832
+ "verbs": [
833
+ "delete",
834
+ "get",
835
+ "patch",
836
+ "put",
837
+ "watch"
838
+ ]
839
+ },
840
+ "K8s::Core::NamespaceList": {
841
+ "entityType": "K8s::Core::NamespaceList",
842
+ "apiVersion": "v1",
843
+ "kind": "NamespaceList",
844
+ "plural": "namespacelists",
845
+ "scope": "Namespaced",
846
+ "verbs": []
847
+ },
848
+ "K8s::Core::Node": {
849
+ "entityType": "K8s::Core::Node",
850
+ "apiVersion": "v1",
851
+ "kind": "Node",
852
+ "plural": "nodes",
853
+ "scope": "Cluster",
854
+ "verbs": [
855
+ "delete",
856
+ "get",
857
+ "patch",
858
+ "put",
859
+ "watch"
860
+ ]
861
+ },
862
+ "K8s::Core::NodeList": {
863
+ "entityType": "K8s::Core::NodeList",
864
+ "apiVersion": "v1",
865
+ "kind": "NodeList",
866
+ "plural": "nodelists",
867
+ "scope": "Namespaced",
868
+ "verbs": []
869
+ },
870
+ "K8s::Core::PersistentVolume": {
871
+ "entityType": "K8s::Core::PersistentVolume",
872
+ "apiVersion": "v1",
873
+ "kind": "PersistentVolume",
874
+ "plural": "persistentvolumes",
875
+ "scope": "Cluster",
876
+ "verbs": [
877
+ "delete",
878
+ "get",
879
+ "patch",
880
+ "put",
881
+ "watch"
882
+ ]
883
+ },
884
+ "K8s::Core::PersistentVolumeClaim": {
885
+ "entityType": "K8s::Core::PersistentVolumeClaim",
886
+ "apiVersion": "v1",
887
+ "kind": "PersistentVolumeClaim",
888
+ "plural": "persistentvolumeclaims",
889
+ "scope": "Namespaced",
890
+ "verbs": [
891
+ "delete",
892
+ "get",
893
+ "patch",
894
+ "put",
895
+ "watch"
896
+ ]
897
+ },
898
+ "K8s::Core::PersistentVolumeClaimList": {
899
+ "entityType": "K8s::Core::PersistentVolumeClaimList",
900
+ "apiVersion": "v1",
901
+ "kind": "PersistentVolumeClaimList",
902
+ "plural": "persistentvolumeclaimlists",
903
+ "scope": "Namespaced",
904
+ "verbs": []
905
+ },
906
+ "K8s::Core::PersistentVolumeList": {
907
+ "entityType": "K8s::Core::PersistentVolumeList",
908
+ "apiVersion": "v1",
909
+ "kind": "PersistentVolumeList",
910
+ "plural": "persistentvolumelists",
911
+ "scope": "Namespaced",
912
+ "verbs": []
913
+ },
914
+ "K8s::Core::Pod": {
915
+ "entityType": "K8s::Core::Pod",
916
+ "apiVersion": "v1",
917
+ "kind": "Pod",
918
+ "plural": "pods",
919
+ "scope": "Namespaced",
920
+ "verbs": [
921
+ "delete",
922
+ "get",
923
+ "patch",
924
+ "put",
925
+ "watch"
926
+ ]
927
+ },
928
+ "K8s::Core::PodList": {
929
+ "entityType": "K8s::Core::PodList",
930
+ "apiVersion": "v1",
931
+ "kind": "PodList",
932
+ "plural": "podlists",
933
+ "scope": "Namespaced",
934
+ "verbs": []
935
+ },
936
+ "K8s::Core::PodTemplate": {
937
+ "entityType": "K8s::Core::PodTemplate",
938
+ "apiVersion": "v1",
939
+ "kind": "PodTemplate",
940
+ "plural": "podtemplates",
941
+ "scope": "Namespaced",
942
+ "verbs": [
943
+ "delete",
944
+ "get",
945
+ "patch",
946
+ "put",
947
+ "watch"
948
+ ]
949
+ },
950
+ "K8s::Core::PodTemplateList": {
951
+ "entityType": "K8s::Core::PodTemplateList",
952
+ "apiVersion": "v1",
953
+ "kind": "PodTemplateList",
954
+ "plural": "podtemplatelists",
955
+ "scope": "Namespaced",
956
+ "verbs": []
957
+ },
958
+ "K8s::Core::ReplicationController": {
959
+ "entityType": "K8s::Core::ReplicationController",
960
+ "apiVersion": "v1",
961
+ "kind": "ReplicationController",
962
+ "plural": "replicationcontrollers",
963
+ "scope": "Namespaced",
964
+ "verbs": [
965
+ "delete",
966
+ "get",
967
+ "patch",
968
+ "put",
969
+ "watch"
970
+ ]
971
+ },
972
+ "K8s::Core::ReplicationControllerList": {
973
+ "entityType": "K8s::Core::ReplicationControllerList",
974
+ "apiVersion": "v1",
975
+ "kind": "ReplicationControllerList",
976
+ "plural": "replicationcontrollerlists",
977
+ "scope": "Namespaced",
978
+ "verbs": []
979
+ },
980
+ "K8s::Core::ResourceQuota": {
981
+ "entityType": "K8s::Core::ResourceQuota",
982
+ "apiVersion": "v1",
983
+ "kind": "ResourceQuota",
984
+ "plural": "resourcequotas",
985
+ "scope": "Namespaced",
986
+ "verbs": [
987
+ "delete",
988
+ "get",
989
+ "patch",
990
+ "put",
991
+ "watch"
992
+ ]
993
+ },
994
+ "K8s::Core::ResourceQuotaList": {
995
+ "entityType": "K8s::Core::ResourceQuotaList",
996
+ "apiVersion": "v1",
997
+ "kind": "ResourceQuotaList",
998
+ "plural": "resourcequotalists",
999
+ "scope": "Namespaced",
1000
+ "verbs": []
1001
+ },
1002
+ "K8s::Core::Secret": {
1003
+ "entityType": "K8s::Core::Secret",
1004
+ "apiVersion": "v1",
1005
+ "kind": "Secret",
1006
+ "plural": "secrets",
1007
+ "scope": "Namespaced",
1008
+ "verbs": [
1009
+ "delete",
1010
+ "get",
1011
+ "patch",
1012
+ "put",
1013
+ "watch"
1014
+ ]
1015
+ },
1016
+ "K8s::Core::SecretList": {
1017
+ "entityType": "K8s::Core::SecretList",
1018
+ "apiVersion": "v1",
1019
+ "kind": "SecretList",
1020
+ "plural": "secretlists",
1021
+ "scope": "Namespaced",
1022
+ "verbs": []
1023
+ },
1024
+ "K8s::Core::Service": {
1025
+ "entityType": "K8s::Core::Service",
1026
+ "apiVersion": "v1",
1027
+ "kind": "Service",
1028
+ "plural": "services",
1029
+ "scope": "Namespaced",
1030
+ "verbs": [
1031
+ "delete",
1032
+ "get",
1033
+ "patch",
1034
+ "put",
1035
+ "watch"
1036
+ ]
1037
+ },
1038
+ "K8s::Core::ServiceAccount": {
1039
+ "entityType": "K8s::Core::ServiceAccount",
1040
+ "apiVersion": "v1",
1041
+ "kind": "ServiceAccount",
1042
+ "plural": "serviceaccounts",
1043
+ "scope": "Namespaced",
1044
+ "verbs": [
1045
+ "delete",
1046
+ "get",
1047
+ "patch",
1048
+ "put",
1049
+ "watch"
1050
+ ]
1051
+ },
1052
+ "K8s::Core::ServiceAccountList": {
1053
+ "entityType": "K8s::Core::ServiceAccountList",
1054
+ "apiVersion": "v1",
1055
+ "kind": "ServiceAccountList",
1056
+ "plural": "serviceaccountlists",
1057
+ "scope": "Namespaced",
1058
+ "verbs": []
1059
+ },
1060
+ "K8s::Core::ServiceList": {
1061
+ "entityType": "K8s::Core::ServiceList",
1062
+ "apiVersion": "v1",
1063
+ "kind": "ServiceList",
1064
+ "plural": "servicelists",
1065
+ "scope": "Namespaced",
1066
+ "verbs": []
1067
+ },
1068
+ "K8s::Core::Status": {
1069
+ "entityType": "K8s::Core::Status",
1070
+ "apiVersion": "v1",
1071
+ "kind": "Status",
1072
+ "plural": "statuses",
1073
+ "scope": "Namespaced",
1074
+ "verbs": []
1075
+ },
1076
+ "K8s::Core::WatchEvent": {
1077
+ "entityType": "K8s::Core::WatchEvent",
1078
+ "apiVersion": "v1",
1079
+ "kind": "WatchEvent",
1080
+ "plural": "watchevents",
1081
+ "scope": "Namespaced",
1082
+ "verbs": []
1083
+ },
1084
+ "K8s::Crdb::CrdbCluster": {
1085
+ "entityType": "K8s::Crdb::CrdbCluster",
1086
+ "apiVersion": "crdb.cockroachlabs.com/v1alpha1",
1087
+ "kind": "CrdbCluster",
1088
+ "plural": "crdbclusters",
1089
+ "scope": "Namespaced",
1090
+ "verbs": [
1091
+ "delete",
1092
+ "get",
1093
+ "list",
1094
+ "patch",
1095
+ "post",
1096
+ "put",
1097
+ "watch"
1098
+ ]
1099
+ },
1100
+ "K8s::Discovery::EndpointSlice": {
1101
+ "entityType": "K8s::Discovery::EndpointSlice",
1102
+ "apiVersion": "discovery.k8s.io/v1",
1103
+ "kind": "EndpointSlice",
1104
+ "plural": "endpointslices",
1105
+ "scope": "Namespaced",
1106
+ "verbs": [
1107
+ "delete",
1108
+ "get",
1109
+ "patch",
1110
+ "put",
1111
+ "watch"
1112
+ ]
1113
+ },
1114
+ "K8s::Discovery::EndpointSliceList": {
1115
+ "entityType": "K8s::Discovery::EndpointSliceList",
1116
+ "apiVersion": "discovery.k8s.io/v1",
1117
+ "kind": "EndpointSliceList",
1118
+ "plural": "endpointslicelists",
1119
+ "scope": "Namespaced",
1120
+ "verbs": []
1121
+ },
1122
+ "K8s::Events::Event": {
1123
+ "entityType": "K8s::Events::Event",
1124
+ "apiVersion": "events.k8s.io/v1",
1125
+ "kind": "Event",
1126
+ "plural": "events",
1127
+ "scope": "Namespaced",
1128
+ "verbs": [
1129
+ "delete",
1130
+ "get",
1131
+ "patch",
1132
+ "put",
1133
+ "watch"
1134
+ ]
1135
+ },
1136
+ "K8s::Events::EventList": {
1137
+ "entityType": "K8s::Events::EventList",
1138
+ "apiVersion": "events.k8s.io/v1",
1139
+ "kind": "EventList",
1140
+ "plural": "eventlists",
1141
+ "scope": "Namespaced",
1142
+ "verbs": []
1143
+ },
1144
+ "K8s::Flowcontrol::FlowSchema": {
1145
+ "entityType": "K8s::Flowcontrol::FlowSchema",
1146
+ "apiVersion": "flowcontrol.apiserver.k8s.io/v1",
1147
+ "kind": "FlowSchema",
1148
+ "plural": "flowschemas",
1149
+ "scope": "Cluster",
1150
+ "verbs": [
1151
+ "delete",
1152
+ "get",
1153
+ "patch",
1154
+ "put",
1155
+ "watch"
1156
+ ]
1157
+ },
1158
+ "K8s::Flowcontrol::FlowSchemaList": {
1159
+ "entityType": "K8s::Flowcontrol::FlowSchemaList",
1160
+ "apiVersion": "flowcontrol.apiserver.k8s.io/v1",
1161
+ "kind": "FlowSchemaList",
1162
+ "plural": "flowschemalists",
1163
+ "scope": "Namespaced",
1164
+ "verbs": []
1165
+ },
1166
+ "K8s::Flowcontrol::PriorityLevelConfiguration": {
1167
+ "entityType": "K8s::Flowcontrol::PriorityLevelConfiguration",
1168
+ "apiVersion": "flowcontrol.apiserver.k8s.io/v1",
1169
+ "kind": "PriorityLevelConfiguration",
1170
+ "plural": "prioritylevelconfigurations",
1171
+ "scope": "Cluster",
1172
+ "verbs": [
1173
+ "delete",
1174
+ "get",
1175
+ "patch",
1176
+ "put",
1177
+ "watch"
1178
+ ]
1179
+ },
1180
+ "K8s::Flowcontrol::PriorityLevelConfigurationList": {
1181
+ "entityType": "K8s::Flowcontrol::PriorityLevelConfigurationList",
1182
+ "apiVersion": "flowcontrol.apiserver.k8s.io/v1",
1183
+ "kind": "PriorityLevelConfigurationList",
1184
+ "plural": "prioritylevelconfigurationlists",
1185
+ "scope": "Namespaced",
1186
+ "verbs": []
1187
+ },
1188
+ "K8s::Flux::Alert": {
1189
+ "entityType": "K8s::Flux::Alert",
1190
+ "apiVersion": "notification.toolkit.fluxcd.io/v1beta3",
1191
+ "kind": "Alert",
1192
+ "plural": "alerts",
1193
+ "scope": "Namespaced",
1194
+ "verbs": [
1195
+ "delete",
1196
+ "get",
1197
+ "list",
1198
+ "patch",
1199
+ "post",
1200
+ "put",
1201
+ "watch"
1202
+ ]
1203
+ },
1204
+ "K8s::Flux::Bucket": {
1205
+ "entityType": "K8s::Flux::Bucket",
1206
+ "apiVersion": "source.toolkit.fluxcd.io/v1",
1207
+ "kind": "Bucket",
1208
+ "plural": "buckets",
1209
+ "scope": "Namespaced",
1210
+ "verbs": [
1211
+ "delete",
1212
+ "get",
1213
+ "list",
1214
+ "patch",
1215
+ "post",
1216
+ "put",
1217
+ "watch"
1218
+ ]
1219
+ },
1220
+ "K8s::Flux::FluxInstance": {
1221
+ "entityType": "K8s::Flux::FluxInstance",
1222
+ "apiVersion": "fluxcd.controlplane.io/v1",
1223
+ "kind": "FluxInstance",
1224
+ "plural": "fluxinstances",
1225
+ "scope": "Namespaced",
1226
+ "verbs": [
1227
+ "delete",
1228
+ "get",
1229
+ "list",
1230
+ "patch",
1231
+ "post",
1232
+ "put",
1233
+ "watch"
1234
+ ]
1235
+ },
1236
+ "K8s::Flux::FluxReport": {
1237
+ "entityType": "K8s::Flux::FluxReport",
1238
+ "apiVersion": "fluxcd.controlplane.io/v1",
1239
+ "kind": "FluxReport",
1240
+ "plural": "fluxreports",
1241
+ "scope": "Namespaced",
1242
+ "verbs": [
1243
+ "delete",
1244
+ "get",
1245
+ "list",
1246
+ "patch",
1247
+ "post",
1248
+ "put",
1249
+ "watch"
1250
+ ]
1251
+ },
1252
+ "K8s::Flux::GitRepository": {
1253
+ "entityType": "K8s::Flux::GitRepository",
1254
+ "apiVersion": "source.toolkit.fluxcd.io/v1",
1255
+ "kind": "GitRepository",
1256
+ "plural": "gitrepositories",
1257
+ "scope": "Namespaced",
1258
+ "verbs": [
1259
+ "delete",
1260
+ "get",
1261
+ "list",
1262
+ "patch",
1263
+ "post",
1264
+ "put",
1265
+ "watch"
1266
+ ]
1267
+ },
1268
+ "K8s::Flux::HelmChart": {
1269
+ "entityType": "K8s::Flux::HelmChart",
1270
+ "apiVersion": "source.toolkit.fluxcd.io/v1",
1271
+ "kind": "HelmChart",
1272
+ "plural": "helmcharts",
1273
+ "scope": "Namespaced",
1274
+ "verbs": [
1275
+ "delete",
1276
+ "get",
1277
+ "list",
1278
+ "patch",
1279
+ "post",
1280
+ "put",
1281
+ "watch"
1282
+ ]
1283
+ },
1284
+ "K8s::Flux::HelmRelease": {
1285
+ "entityType": "K8s::Flux::HelmRelease",
1286
+ "apiVersion": "helm.toolkit.fluxcd.io/v2",
1287
+ "kind": "HelmRelease",
1288
+ "plural": "helmreleases",
1289
+ "scope": "Namespaced",
1290
+ "verbs": [
1291
+ "delete",
1292
+ "get",
1293
+ "list",
1294
+ "patch",
1295
+ "post",
1296
+ "put",
1297
+ "watch"
1298
+ ]
1299
+ },
1300
+ "K8s::Flux::HelmRepository": {
1301
+ "entityType": "K8s::Flux::HelmRepository",
1302
+ "apiVersion": "source.toolkit.fluxcd.io/v1",
1303
+ "kind": "HelmRepository",
1304
+ "plural": "helmrepositories",
1305
+ "scope": "Namespaced",
1306
+ "verbs": [
1307
+ "delete",
1308
+ "get",
1309
+ "list",
1310
+ "patch",
1311
+ "post",
1312
+ "put",
1313
+ "watch"
1314
+ ]
1315
+ },
1316
+ "K8s::Flux::ImagePolicy": {
1317
+ "entityType": "K8s::Flux::ImagePolicy",
1318
+ "apiVersion": "image.toolkit.fluxcd.io/v1",
1319
+ "kind": "ImagePolicy",
1320
+ "plural": "imagepolicies",
1321
+ "scope": "Namespaced",
1322
+ "verbs": [
1323
+ "delete",
1324
+ "get",
1325
+ "list",
1326
+ "patch",
1327
+ "post",
1328
+ "put",
1329
+ "watch"
1330
+ ]
1331
+ },
1332
+ "K8s::Flux::ImageRepository": {
1333
+ "entityType": "K8s::Flux::ImageRepository",
1334
+ "apiVersion": "image.toolkit.fluxcd.io/v1",
1335
+ "kind": "ImageRepository",
1336
+ "plural": "imagerepositories",
1337
+ "scope": "Namespaced",
1338
+ "verbs": [
1339
+ "delete",
1340
+ "get",
1341
+ "list",
1342
+ "patch",
1343
+ "post",
1344
+ "put",
1345
+ "watch"
1346
+ ]
1347
+ },
1348
+ "K8s::Flux::ImageUpdateAutomation": {
1349
+ "entityType": "K8s::Flux::ImageUpdateAutomation",
1350
+ "apiVersion": "image.toolkit.fluxcd.io/v1",
1351
+ "kind": "ImageUpdateAutomation",
1352
+ "plural": "imageupdateautomations",
1353
+ "scope": "Namespaced",
1354
+ "verbs": [
1355
+ "delete",
1356
+ "get",
1357
+ "list",
1358
+ "patch",
1359
+ "post",
1360
+ "put",
1361
+ "watch"
1362
+ ]
1363
+ },
1364
+ "K8s::Flux::Kustomization": {
1365
+ "entityType": "K8s::Flux::Kustomization",
1366
+ "apiVersion": "kustomize.toolkit.fluxcd.io/v1",
1367
+ "kind": "Kustomization",
1368
+ "plural": "kustomizations",
1369
+ "scope": "Namespaced",
1370
+ "verbs": [
1371
+ "delete",
1372
+ "get",
1373
+ "list",
1374
+ "patch",
1375
+ "post",
1376
+ "put",
1377
+ "watch"
1378
+ ]
1379
+ },
1380
+ "K8s::Flux::OCIRepository": {
1381
+ "entityType": "K8s::Flux::OCIRepository",
1382
+ "apiVersion": "source.toolkit.fluxcd.io/v1",
1383
+ "kind": "OCIRepository",
1384
+ "plural": "ocirepositories",
1385
+ "scope": "Namespaced",
1386
+ "verbs": [
1387
+ "delete",
1388
+ "get",
1389
+ "list",
1390
+ "patch",
1391
+ "post",
1392
+ "put",
1393
+ "watch"
1394
+ ]
1395
+ },
1396
+ "K8s::Flux::Provider": {
1397
+ "entityType": "K8s::Flux::Provider",
1398
+ "apiVersion": "notification.toolkit.fluxcd.io/v1beta3",
1399
+ "kind": "Provider",
1400
+ "plural": "providers",
1401
+ "scope": "Namespaced",
1402
+ "verbs": [
1403
+ "delete",
1404
+ "get",
1405
+ "list",
1406
+ "patch",
1407
+ "post",
1408
+ "put",
1409
+ "watch"
1410
+ ]
1411
+ },
1412
+ "K8s::Flux::Receiver": {
1413
+ "entityType": "K8s::Flux::Receiver",
1414
+ "apiVersion": "notification.toolkit.fluxcd.io/v1",
1415
+ "kind": "Receiver",
1416
+ "plural": "receivers",
1417
+ "scope": "Namespaced",
1418
+ "verbs": [
1419
+ "delete",
1420
+ "get",
1421
+ "list",
1422
+ "patch",
1423
+ "post",
1424
+ "put",
1425
+ "watch"
1426
+ ]
1427
+ },
1428
+ "K8s::Flux::ResourceSet": {
1429
+ "entityType": "K8s::Flux::ResourceSet",
1430
+ "apiVersion": "fluxcd.controlplane.io/v1",
1431
+ "kind": "ResourceSet",
1432
+ "plural": "resourcesets",
1433
+ "scope": "Namespaced",
1434
+ "verbs": [
1435
+ "delete",
1436
+ "get",
1437
+ "list",
1438
+ "patch",
1439
+ "post",
1440
+ "put",
1441
+ "watch"
1442
+ ]
1443
+ },
1444
+ "K8s::Flux::ResourceSetInputProvider": {
1445
+ "entityType": "K8s::Flux::ResourceSetInputProvider",
1446
+ "apiVersion": "fluxcd.controlplane.io/v1",
1447
+ "kind": "ResourceSetInputProvider",
1448
+ "plural": "resourcesetinputproviders",
1449
+ "scope": "Namespaced",
1450
+ "verbs": [
1451
+ "delete",
1452
+ "get",
1453
+ "list",
1454
+ "patch",
1455
+ "post",
1456
+ "put",
1457
+ "watch"
1458
+ ]
1459
+ },
1460
+ "K8s::Gateway::GRPCRoute": {
1461
+ "entityType": "K8s::Gateway::GRPCRoute",
1462
+ "apiVersion": "gateway.networking.k8s.io/v1",
1463
+ "kind": "GRPCRoute",
1464
+ "plural": "grpcroutes",
1465
+ "scope": "Namespaced",
1466
+ "verbs": [
1467
+ "delete",
1468
+ "get",
1469
+ "list",
1470
+ "patch",
1471
+ "post",
1472
+ "put",
1473
+ "watch"
1474
+ ]
1475
+ },
1476
+ "K8s::Gateway::Gateway": {
1477
+ "entityType": "K8s::Gateway::Gateway",
1478
+ "apiVersion": "gateway.networking.k8s.io/v1",
1479
+ "kind": "Gateway",
1480
+ "plural": "gateways",
1481
+ "scope": "Namespaced",
1482
+ "verbs": [
1483
+ "delete",
1484
+ "get",
1485
+ "list",
1486
+ "patch",
1487
+ "post",
1488
+ "put",
1489
+ "watch"
1490
+ ]
1491
+ },
1492
+ "K8s::Gateway::GatewayClass": {
1493
+ "entityType": "K8s::Gateway::GatewayClass",
1494
+ "apiVersion": "gateway.networking.k8s.io/v1",
1495
+ "kind": "GatewayClass",
1496
+ "plural": "gatewayclasses",
1497
+ "scope": "Cluster",
1498
+ "verbs": [
1499
+ "delete",
1500
+ "get",
1501
+ "list",
1502
+ "patch",
1503
+ "post",
1504
+ "put",
1505
+ "watch"
1506
+ ]
1507
+ },
1508
+ "K8s::Gateway::HTTPRoute": {
1509
+ "entityType": "K8s::Gateway::HTTPRoute",
1510
+ "apiVersion": "gateway.networking.k8s.io/v1",
1511
+ "kind": "HTTPRoute",
1512
+ "plural": "httproutes",
1513
+ "scope": "Namespaced",
1514
+ "verbs": [
1515
+ "delete",
1516
+ "get",
1517
+ "list",
1518
+ "patch",
1519
+ "post",
1520
+ "put",
1521
+ "watch"
1522
+ ]
1523
+ },
1524
+ "K8s::Gateway::ReferenceGrant": {
1525
+ "entityType": "K8s::Gateway::ReferenceGrant",
1526
+ "apiVersion": "gateway.networking.k8s.io/v1beta1",
1527
+ "kind": "ReferenceGrant",
1528
+ "plural": "referencegrants",
1529
+ "scope": "Namespaced",
1530
+ "verbs": [
1531
+ "delete",
1532
+ "get",
1533
+ "list",
1534
+ "patch",
1535
+ "post",
1536
+ "put",
1537
+ "watch"
1538
+ ]
1539
+ },
1540
+ "K8s::Monitoring::PrometheusRule": {
1541
+ "entityType": "K8s::Monitoring::PrometheusRule",
1542
+ "apiVersion": "monitoring.coreos.com/v1",
1543
+ "kind": "PrometheusRule",
1544
+ "plural": "prometheusrules",
1545
+ "scope": "Namespaced",
1546
+ "verbs": [
1547
+ "delete",
1548
+ "get",
1549
+ "list",
1550
+ "patch",
1551
+ "post",
1552
+ "put",
1553
+ "watch"
1554
+ ]
1555
+ },
1556
+ "K8s::Monitoring::ServiceMonitor": {
1557
+ "entityType": "K8s::Monitoring::ServiceMonitor",
1558
+ "apiVersion": "monitoring.coreos.com/v1",
1559
+ "kind": "ServiceMonitor",
1560
+ "plural": "servicemonitors",
1561
+ "scope": "Namespaced",
1562
+ "verbs": [
1563
+ "delete",
1564
+ "get",
1565
+ "list",
1566
+ "patch",
1567
+ "post",
1568
+ "put",
1569
+ "watch"
1570
+ ]
1571
+ },
1572
+ "K8s::Networking::IPAddress": {
1573
+ "entityType": "K8s::Networking::IPAddress",
1574
+ "apiVersion": "networking.k8s.io/v1",
1575
+ "kind": "IPAddress",
1576
+ "plural": "ipaddresses",
1577
+ "scope": "Cluster",
1578
+ "verbs": [
1579
+ "delete",
1580
+ "get",
1581
+ "patch",
1582
+ "put",
1583
+ "watch"
1584
+ ]
1585
+ },
1586
+ "K8s::Networking::IPAddressList": {
1587
+ "entityType": "K8s::Networking::IPAddressList",
1588
+ "apiVersion": "networking.k8s.io/v1",
1589
+ "kind": "IPAddressList",
1590
+ "plural": "ipaddresslists",
1591
+ "scope": "Namespaced",
1592
+ "verbs": []
1593
+ },
1594
+ "K8s::Networking::Ingress": {
1595
+ "entityType": "K8s::Networking::Ingress",
1596
+ "apiVersion": "networking.k8s.io/v1",
1597
+ "kind": "Ingress",
1598
+ "plural": "ingresses",
1599
+ "scope": "Namespaced",
1600
+ "verbs": [
1601
+ "delete",
1602
+ "get",
1603
+ "patch",
1604
+ "put",
1605
+ "watch"
1606
+ ]
1607
+ },
1608
+ "K8s::Networking::IngressClass": {
1609
+ "entityType": "K8s::Networking::IngressClass",
1610
+ "apiVersion": "networking.k8s.io/v1",
1611
+ "kind": "IngressClass",
1612
+ "plural": "ingressclasses",
1613
+ "scope": "Cluster",
1614
+ "verbs": [
1615
+ "delete",
1616
+ "get",
1617
+ "patch",
1618
+ "put",
1619
+ "watch"
1620
+ ]
1621
+ },
1622
+ "K8s::Networking::IngressClassList": {
1623
+ "entityType": "K8s::Networking::IngressClassList",
1624
+ "apiVersion": "networking.k8s.io/v1",
1625
+ "kind": "IngressClassList",
1626
+ "plural": "ingressclasslists",
1627
+ "scope": "Namespaced",
1628
+ "verbs": []
1629
+ },
1630
+ "K8s::Networking::IngressList": {
1631
+ "entityType": "K8s::Networking::IngressList",
1632
+ "apiVersion": "networking.k8s.io/v1",
1633
+ "kind": "IngressList",
1634
+ "plural": "ingresslists",
1635
+ "scope": "Namespaced",
1636
+ "verbs": []
1637
+ },
1638
+ "K8s::Networking::NetworkPolicy": {
1639
+ "entityType": "K8s::Networking::NetworkPolicy",
1640
+ "apiVersion": "networking.k8s.io/v1",
1641
+ "kind": "NetworkPolicy",
1642
+ "plural": "networkpolicies",
1643
+ "scope": "Namespaced",
1644
+ "verbs": [
1645
+ "delete",
1646
+ "get",
1647
+ "patch",
1648
+ "put",
1649
+ "watch"
1650
+ ]
1651
+ },
1652
+ "K8s::Networking::NetworkPolicyList": {
1653
+ "entityType": "K8s::Networking::NetworkPolicyList",
1654
+ "apiVersion": "networking.k8s.io/v1",
1655
+ "kind": "NetworkPolicyList",
1656
+ "plural": "networkpolicylists",
1657
+ "scope": "Namespaced",
1658
+ "verbs": []
1659
+ },
1660
+ "K8s::Networking::ServiceCIDR": {
1661
+ "entityType": "K8s::Networking::ServiceCIDR",
1662
+ "apiVersion": "networking.k8s.io/v1",
1663
+ "kind": "ServiceCIDR",
1664
+ "plural": "servicecidrs",
1665
+ "scope": "Cluster",
1666
+ "verbs": [
1667
+ "delete",
1668
+ "get",
1669
+ "patch",
1670
+ "put",
1671
+ "watch"
1672
+ ]
1673
+ },
1674
+ "K8s::Networking::ServiceCIDRList": {
1675
+ "entityType": "K8s::Networking::ServiceCIDRList",
1676
+ "apiVersion": "networking.k8s.io/v1",
1677
+ "kind": "ServiceCIDRList",
1678
+ "plural": "servicecidrlists",
1679
+ "scope": "Namespaced",
1680
+ "verbs": []
1681
+ },
1682
+ "K8s::Node::RuntimeClass": {
1683
+ "entityType": "K8s::Node::RuntimeClass",
1684
+ "apiVersion": "node.k8s.io/v1",
1685
+ "kind": "RuntimeClass",
1686
+ "plural": "runtimeclasses",
1687
+ "scope": "Cluster",
1688
+ "verbs": [
1689
+ "delete",
1690
+ "get",
1691
+ "patch",
1692
+ "put",
1693
+ "watch"
1694
+ ]
1695
+ },
1696
+ "K8s::Node::RuntimeClassList": {
1697
+ "entityType": "K8s::Node::RuntimeClassList",
1698
+ "apiVersion": "node.k8s.io/v1",
1699
+ "kind": "RuntimeClassList",
1700
+ "plural": "runtimeclasslists",
1701
+ "scope": "Namespaced",
1702
+ "verbs": []
1703
+ },
1704
+ "K8s::Policy::Eviction": {
1705
+ "entityType": "K8s::Policy::Eviction",
1706
+ "apiVersion": "policy/v1",
1707
+ "kind": "Eviction",
1708
+ "plural": "evictions",
1709
+ "scope": "Namespaced",
1710
+ "verbs": []
1711
+ },
1712
+ "K8s::Policy::PodDisruptionBudget": {
1713
+ "entityType": "K8s::Policy::PodDisruptionBudget",
1714
+ "apiVersion": "policy/v1",
1715
+ "kind": "PodDisruptionBudget",
1716
+ "plural": "poddisruptionbudgets",
1717
+ "scope": "Namespaced",
1718
+ "verbs": [
1719
+ "delete",
1720
+ "get",
1721
+ "patch",
1722
+ "put",
1723
+ "watch"
1724
+ ]
1725
+ },
1726
+ "K8s::Policy::PodDisruptionBudgetList": {
1727
+ "entityType": "K8s::Policy::PodDisruptionBudgetList",
1728
+ "apiVersion": "policy/v1",
1729
+ "kind": "PodDisruptionBudgetList",
1730
+ "plural": "poddisruptionbudgetlists",
1731
+ "scope": "Namespaced",
1732
+ "verbs": []
1733
+ },
1734
+ "K8s::Ray::RayCluster": {
1735
+ "entityType": "K8s::Ray::RayCluster",
1736
+ "apiVersion": "ray.io/v1",
1737
+ "kind": "RayCluster",
1738
+ "plural": "rayclusters",
1739
+ "scope": "Namespaced",
1740
+ "verbs": [
1741
+ "delete",
1742
+ "get",
1743
+ "list",
1744
+ "patch",
1745
+ "post",
1746
+ "put",
1747
+ "watch"
1748
+ ]
1749
+ },
1750
+ "K8s::Ray::RayJob": {
1751
+ "entityType": "K8s::Ray::RayJob",
1752
+ "apiVersion": "ray.io/v1",
1753
+ "kind": "RayJob",
1754
+ "plural": "rayjobs",
1755
+ "scope": "Namespaced",
1756
+ "verbs": [
1757
+ "delete",
1758
+ "get",
1759
+ "list",
1760
+ "patch",
1761
+ "post",
1762
+ "put",
1763
+ "watch"
1764
+ ]
1765
+ },
1766
+ "K8s::Ray::RayService": {
1767
+ "entityType": "K8s::Ray::RayService",
1768
+ "apiVersion": "ray.io/v1",
1769
+ "kind": "RayService",
1770
+ "plural": "rayservices",
1771
+ "scope": "Namespaced",
1772
+ "verbs": [
1773
+ "delete",
1774
+ "get",
1775
+ "list",
1776
+ "patch",
1777
+ "post",
1778
+ "put",
1779
+ "watch"
1780
+ ]
1781
+ },
1782
+ "K8s::Rbac::ClusterRole": {
1783
+ "entityType": "K8s::Rbac::ClusterRole",
1784
+ "apiVersion": "rbac.authorization.k8s.io/v1",
1785
+ "kind": "ClusterRole",
1786
+ "plural": "clusterroles",
1787
+ "scope": "Cluster",
1788
+ "verbs": [
1789
+ "delete",
1790
+ "get",
1791
+ "patch",
1792
+ "put",
1793
+ "watch"
1794
+ ]
1795
+ },
1796
+ "K8s::Rbac::ClusterRoleBinding": {
1797
+ "entityType": "K8s::Rbac::ClusterRoleBinding",
1798
+ "apiVersion": "rbac.authorization.k8s.io/v1",
1799
+ "kind": "ClusterRoleBinding",
1800
+ "plural": "clusterrolebindings",
1801
+ "scope": "Cluster",
1802
+ "verbs": [
1803
+ "delete",
1804
+ "get",
1805
+ "patch",
1806
+ "put",
1807
+ "watch"
1808
+ ]
1809
+ },
1810
+ "K8s::Rbac::ClusterRoleBindingList": {
1811
+ "entityType": "K8s::Rbac::ClusterRoleBindingList",
1812
+ "apiVersion": "rbac.authorization.k8s.io/v1",
1813
+ "kind": "ClusterRoleBindingList",
1814
+ "plural": "clusterrolebindinglists",
1815
+ "scope": "Namespaced",
1816
+ "verbs": []
1817
+ },
1818
+ "K8s::Rbac::ClusterRoleList": {
1819
+ "entityType": "K8s::Rbac::ClusterRoleList",
1820
+ "apiVersion": "rbac.authorization.k8s.io/v1",
1821
+ "kind": "ClusterRoleList",
1822
+ "plural": "clusterrolelists",
1823
+ "scope": "Namespaced",
1824
+ "verbs": []
1825
+ },
1826
+ "K8s::Rbac::Role": {
1827
+ "entityType": "K8s::Rbac::Role",
1828
+ "apiVersion": "rbac.authorization.k8s.io/v1",
1829
+ "kind": "Role",
1830
+ "plural": "roles",
1831
+ "scope": "Namespaced",
1832
+ "verbs": [
1833
+ "delete",
1834
+ "get",
1835
+ "patch",
1836
+ "put",
1837
+ "watch"
1838
+ ]
1839
+ },
1840
+ "K8s::Rbac::RoleBinding": {
1841
+ "entityType": "K8s::Rbac::RoleBinding",
1842
+ "apiVersion": "rbac.authorization.k8s.io/v1",
1843
+ "kind": "RoleBinding",
1844
+ "plural": "rolebindings",
1845
+ "scope": "Namespaced",
1846
+ "verbs": [
1847
+ "delete",
1848
+ "get",
1849
+ "patch",
1850
+ "put",
1851
+ "watch"
1852
+ ]
1853
+ },
1854
+ "K8s::Rbac::RoleBindingList": {
1855
+ "entityType": "K8s::Rbac::RoleBindingList",
1856
+ "apiVersion": "rbac.authorization.k8s.io/v1",
1857
+ "kind": "RoleBindingList",
1858
+ "plural": "rolebindinglists",
1859
+ "scope": "Namespaced",
1860
+ "verbs": []
1861
+ },
1862
+ "K8s::Rbac::RoleList": {
1863
+ "entityType": "K8s::Rbac::RoleList",
1864
+ "apiVersion": "rbac.authorization.k8s.io/v1",
1865
+ "kind": "RoleList",
1866
+ "plural": "rolelists",
1867
+ "scope": "Namespaced",
1868
+ "verbs": []
1869
+ },
1870
+ "K8s::Resource::DeviceClass": {
1871
+ "entityType": "K8s::Resource::DeviceClass",
1872
+ "apiVersion": "resource.k8s.io/v1",
1873
+ "kind": "DeviceClass",
1874
+ "plural": "deviceclasses",
1875
+ "scope": "Cluster",
1876
+ "verbs": [
1877
+ "delete",
1878
+ "get",
1879
+ "patch",
1880
+ "put",
1881
+ "watch"
1882
+ ]
1883
+ },
1884
+ "K8s::Resource::DeviceClassList": {
1885
+ "entityType": "K8s::Resource::DeviceClassList",
1886
+ "apiVersion": "resource.k8s.io/v1",
1887
+ "kind": "DeviceClassList",
1888
+ "plural": "deviceclasslists",
1889
+ "scope": "Namespaced",
1890
+ "verbs": []
1891
+ },
1892
+ "K8s::Resource::DeviceTaintRule": {
1893
+ "entityType": "K8s::Resource::DeviceTaintRule",
1894
+ "apiVersion": "resource.k8s.io/v1beta2",
1895
+ "kind": "DeviceTaintRule",
1896
+ "plural": "devicetaintrules",
1897
+ "scope": "Cluster",
1898
+ "verbs": [
1899
+ "delete",
1900
+ "get",
1901
+ "patch",
1902
+ "put",
1903
+ "watch"
1904
+ ]
1905
+ },
1906
+ "K8s::Resource::DeviceTaintRuleList": {
1907
+ "entityType": "K8s::Resource::DeviceTaintRuleList",
1908
+ "apiVersion": "resource.k8s.io/v1beta2",
1909
+ "kind": "DeviceTaintRuleList",
1910
+ "plural": "devicetaintrulelists",
1911
+ "scope": "Namespaced",
1912
+ "verbs": []
1913
+ },
1914
+ "K8s::Resource::ResourceClaim": {
1915
+ "entityType": "K8s::Resource::ResourceClaim",
1916
+ "apiVersion": "resource.k8s.io/v1",
1917
+ "kind": "ResourceClaim",
1918
+ "plural": "resourceclaims",
1919
+ "scope": "Namespaced",
1920
+ "verbs": [
1921
+ "delete",
1922
+ "get",
1923
+ "patch",
1924
+ "put",
1925
+ "watch"
1926
+ ]
1927
+ },
1928
+ "K8s::Resource::ResourceClaimList": {
1929
+ "entityType": "K8s::Resource::ResourceClaimList",
1930
+ "apiVersion": "resource.k8s.io/v1",
1931
+ "kind": "ResourceClaimList",
1932
+ "plural": "resourceclaimlists",
1933
+ "scope": "Namespaced",
1934
+ "verbs": []
1935
+ },
1936
+ "K8s::Resource::ResourceClaimTemplate": {
1937
+ "entityType": "K8s::Resource::ResourceClaimTemplate",
1938
+ "apiVersion": "resource.k8s.io/v1",
1939
+ "kind": "ResourceClaimTemplate",
1940
+ "plural": "resourceclaimtemplates",
1941
+ "scope": "Namespaced",
1942
+ "verbs": [
1943
+ "delete",
1944
+ "get",
1945
+ "patch",
1946
+ "put",
1947
+ "watch"
1948
+ ]
1949
+ },
1950
+ "K8s::Resource::ResourceClaimTemplateList": {
1951
+ "entityType": "K8s::Resource::ResourceClaimTemplateList",
1952
+ "apiVersion": "resource.k8s.io/v1",
1953
+ "kind": "ResourceClaimTemplateList",
1954
+ "plural": "resourceclaimtemplatelists",
1955
+ "scope": "Namespaced",
1956
+ "verbs": []
1957
+ },
1958
+ "K8s::Resource::ResourceSlice": {
1959
+ "entityType": "K8s::Resource::ResourceSlice",
1960
+ "apiVersion": "resource.k8s.io/v1",
1961
+ "kind": "ResourceSlice",
1962
+ "plural": "resourceslices",
1963
+ "scope": "Cluster",
1964
+ "verbs": [
1965
+ "delete",
1966
+ "get",
1967
+ "patch",
1968
+ "put",
1969
+ "watch"
1970
+ ]
1971
+ },
1972
+ "K8s::Resource::ResourceSliceList": {
1973
+ "entityType": "K8s::Resource::ResourceSliceList",
1974
+ "apiVersion": "resource.k8s.io/v1",
1975
+ "kind": "ResourceSliceList",
1976
+ "plural": "resourceslicelists",
1977
+ "scope": "Namespaced",
1978
+ "verbs": []
1979
+ },
1980
+ "K8s::Scheduling::PriorityClass": {
1981
+ "entityType": "K8s::Scheduling::PriorityClass",
1982
+ "apiVersion": "scheduling.k8s.io/v1",
1983
+ "kind": "PriorityClass",
1984
+ "plural": "priorityclasses",
1985
+ "scope": "Cluster",
1986
+ "verbs": [
1987
+ "delete",
1988
+ "get",
1989
+ "patch",
1990
+ "put",
1991
+ "watch"
1992
+ ]
1993
+ },
1994
+ "K8s::Scheduling::PriorityClassList": {
1995
+ "entityType": "K8s::Scheduling::PriorityClassList",
1996
+ "apiVersion": "scheduling.k8s.io/v1",
1997
+ "kind": "PriorityClassList",
1998
+ "plural": "priorityclasslists",
1999
+ "scope": "Namespaced",
2000
+ "verbs": []
2001
+ },
2002
+ "K8s::Storage::CSIDriver": {
2003
+ "entityType": "K8s::Storage::CSIDriver",
2004
+ "apiVersion": "storage.k8s.io/v1",
2005
+ "kind": "CSIDriver",
2006
+ "plural": "csidrivers",
2007
+ "scope": "Cluster",
2008
+ "verbs": [
2009
+ "delete",
2010
+ "get",
2011
+ "patch",
2012
+ "put",
2013
+ "watch"
2014
+ ]
2015
+ },
2016
+ "K8s::Storage::CSIDriverList": {
2017
+ "entityType": "K8s::Storage::CSIDriverList",
2018
+ "apiVersion": "storage.k8s.io/v1",
2019
+ "kind": "CSIDriverList",
2020
+ "plural": "csidriverlists",
2021
+ "scope": "Namespaced",
2022
+ "verbs": []
2023
+ },
2024
+ "K8s::Storage::CSINode": {
2025
+ "entityType": "K8s::Storage::CSINode",
2026
+ "apiVersion": "storage.k8s.io/v1",
2027
+ "kind": "CSINode",
2028
+ "plural": "csinodes",
2029
+ "scope": "Cluster",
2030
+ "verbs": [
2031
+ "delete",
2032
+ "get",
2033
+ "patch",
2034
+ "put",
2035
+ "watch"
2036
+ ]
2037
+ },
2038
+ "K8s::Storage::CSINodeList": {
2039
+ "entityType": "K8s::Storage::CSINodeList",
2040
+ "apiVersion": "storage.k8s.io/v1",
2041
+ "kind": "CSINodeList",
2042
+ "plural": "csinodelists",
2043
+ "scope": "Namespaced",
2044
+ "verbs": []
2045
+ },
2046
+ "K8s::Storage::CSIStorageCapacity": {
2047
+ "entityType": "K8s::Storage::CSIStorageCapacity",
2048
+ "apiVersion": "storage.k8s.io/v1",
2049
+ "kind": "CSIStorageCapacity",
2050
+ "plural": "csistoragecapacities",
2051
+ "scope": "Namespaced",
2052
+ "verbs": [
2053
+ "delete",
2054
+ "get",
2055
+ "patch",
2056
+ "put",
2057
+ "watch"
2058
+ ]
2059
+ },
2060
+ "K8s::Storage::CSIStorageCapacityList": {
2061
+ "entityType": "K8s::Storage::CSIStorageCapacityList",
2062
+ "apiVersion": "storage.k8s.io/v1",
2063
+ "kind": "CSIStorageCapacityList",
2064
+ "plural": "csistoragecapacitylists",
2065
+ "scope": "Namespaced",
2066
+ "verbs": []
2067
+ },
2068
+ "K8s::Storage::StorageClass": {
2069
+ "entityType": "K8s::Storage::StorageClass",
2070
+ "apiVersion": "storage.k8s.io/v1",
2071
+ "kind": "StorageClass",
2072
+ "plural": "storageclasses",
2073
+ "scope": "Cluster",
2074
+ "verbs": [
2075
+ "delete",
2076
+ "get",
2077
+ "patch",
2078
+ "put",
2079
+ "watch"
2080
+ ]
2081
+ },
2082
+ "K8s::Storage::StorageClassList": {
2083
+ "entityType": "K8s::Storage::StorageClassList",
2084
+ "apiVersion": "storage.k8s.io/v1",
2085
+ "kind": "StorageClassList",
2086
+ "plural": "storageclasslists",
2087
+ "scope": "Namespaced",
2088
+ "verbs": []
2089
+ },
2090
+ "K8s::Storage::VolumeAttachment": {
2091
+ "entityType": "K8s::Storage::VolumeAttachment",
2092
+ "apiVersion": "storage.k8s.io/v1",
2093
+ "kind": "VolumeAttachment",
2094
+ "plural": "volumeattachments",
2095
+ "scope": "Cluster",
2096
+ "verbs": [
2097
+ "delete",
2098
+ "get",
2099
+ "patch",
2100
+ "put",
2101
+ "watch"
2102
+ ]
2103
+ },
2104
+ "K8s::Storage::VolumeAttachmentList": {
2105
+ "entityType": "K8s::Storage::VolumeAttachmentList",
2106
+ "apiVersion": "storage.k8s.io/v1",
2107
+ "kind": "VolumeAttachmentList",
2108
+ "plural": "volumeattachmentlists",
2109
+ "scope": "Namespaced",
2110
+ "verbs": []
2111
+ },
2112
+ "K8s::Storage::VolumeAttributesClass": {
2113
+ "entityType": "K8s::Storage::VolumeAttributesClass",
2114
+ "apiVersion": "storage.k8s.io/v1",
2115
+ "kind": "VolumeAttributesClass",
2116
+ "plural": "volumeattributesclasses",
2117
+ "scope": "Cluster",
2118
+ "verbs": [
2119
+ "delete",
2120
+ "get",
2121
+ "patch",
2122
+ "put",
2123
+ "watch"
2124
+ ]
2125
+ },
2126
+ "K8s::Storage::VolumeAttributesClassList": {
2127
+ "entityType": "K8s::Storage::VolumeAttributesClassList",
2128
+ "apiVersion": "storage.k8s.io/v1",
2129
+ "kind": "VolumeAttributesClassList",
2130
+ "plural": "volumeattributesclasslists",
2131
+ "scope": "Namespaced",
2132
+ "verbs": []
2133
+ },
2134
+ "K8s::Storagemigration::StorageVersionMigration": {
2135
+ "entityType": "K8s::Storagemigration::StorageVersionMigration",
2136
+ "apiVersion": "storagemigration.k8s.io/v1beta1",
2137
+ "kind": "StorageVersionMigration",
2138
+ "plural": "storageversionmigrations",
2139
+ "scope": "Cluster",
2140
+ "verbs": [
2141
+ "delete",
2142
+ "get",
2143
+ "patch",
2144
+ "put",
2145
+ "watch"
2146
+ ]
2147
+ },
2148
+ "K8s::Storagemigration::StorageVersionMigrationList": {
2149
+ "entityType": "K8s::Storagemigration::StorageVersionMigrationList",
2150
+ "apiVersion": "storagemigration.k8s.io/v1beta1",
2151
+ "kind": "StorageVersionMigrationList",
2152
+ "plural": "storageversionmigrationlists",
2153
+ "scope": "Namespaced",
2154
+ "verbs": []
2155
+ }
2156
+ }