@intentius/chant-lexicon-k8s 0.45.0 → 0.49.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 (160) hide show
  1. package/dist/components/kubectl-apply.d.ts +5 -0
  2. package/dist/components/kubectl-apply.d.ts.map +1 -1
  3. package/dist/composites/flux-app.d.ts +12 -0
  4. package/dist/composites/flux-app.d.ts.map +1 -1
  5. package/dist/composites/index.d.ts +6 -0
  6. package/dist/composites/index.d.ts.map +1 -1
  7. package/dist/composites/inference-service.d.ts +86 -0
  8. package/dist/composites/inference-service.d.ts.map +1 -0
  9. package/dist/composites/model.d.ts +80 -0
  10. package/dist/composites/model.d.ts.map +1 -0
  11. package/dist/composites/vllm-serving-runtime.d.ts +100 -0
  12. package/dist/composites/vllm-serving-runtime.d.ts.map +1 -0
  13. package/dist/crd/crd-sources.d.ts.map +1 -1
  14. package/dist/deep-observe-hooks.d.ts.map +1 -1
  15. package/dist/describe-resources.d.ts.map +1 -1
  16. package/dist/generated/index.d.ts +167 -40
  17. package/dist/generated/index.d.ts.map +1 -1
  18. package/dist/group-namespace.d.ts.map +1 -1
  19. package/dist/index.d.ts +3 -2
  20. package/dist/index.d.ts.map +1 -1
  21. package/dist/integrity.json +13 -5
  22. package/dist/kube/apply.d.ts.map +1 -1
  23. package/dist/lint/audit-catalog.d.ts.map +1 -1
  24. package/dist/lint/post-synth/index.d.ts.map +1 -1
  25. package/dist/lint/post-synth/k8s-helpers.d.ts +28 -1
  26. package/dist/lint/post-synth/k8s-helpers.d.ts.map +1 -1
  27. package/dist/lint/post-synth/sops-helpers.d.ts +38 -0
  28. package/dist/lint/post-synth/sops-helpers.d.ts.map +1 -0
  29. package/dist/lint/post-synth/wk8404.d.ts +12 -0
  30. package/dist/lint/post-synth/wk8404.d.ts.map +1 -0
  31. package/dist/lint/post-synth/wk8405.d.ts +13 -0
  32. package/dist/lint/post-synth/wk8405.d.ts.map +1 -0
  33. package/dist/lint/post-synth/wk8406.d.ts +12 -0
  34. package/dist/lint/post-synth/wk8406.d.ts.map +1 -0
  35. package/dist/lint/post-synth/wk8407.d.ts +21 -0
  36. package/dist/lint/post-synth/wk8407.d.ts.map +1 -0
  37. package/dist/lint/post-synth/wk8503.d.ts +39 -0
  38. package/dist/lint/post-synth/wk8503.d.ts.map +1 -0
  39. package/dist/lint/post-synth/wk8504.d.ts +28 -0
  40. package/dist/lint/post-synth/wk8504.d.ts.map +1 -0
  41. package/dist/lint/post-synth/wk8505.d.ts +28 -0
  42. package/dist/lint/post-synth/wk8505.d.ts.map +1 -0
  43. package/dist/manifest.json +1 -1
  44. package/dist/meta.json +1039 -68
  45. package/dist/okf/index.md +26 -2
  46. package/dist/okf/rules/FLUX002.md +0 -1
  47. package/dist/okf/rules/WK8404.md +11 -0
  48. package/dist/okf/rules/WK8405.md +17 -0
  49. package/dist/okf/rules/WK8406.md +11 -0
  50. package/dist/okf/rules/WK8407.md +15 -0
  51. package/dist/okf/rules/WK8503.md +17 -0
  52. package/dist/okf/rules/WK8504.md +11 -0
  53. package/dist/okf/rules/WK8505.md +15 -0
  54. package/dist/okf/types/AWSClusterControllerIdentity.md +14 -0
  55. package/dist/okf/types/AWSManagedCluster.md +14 -0
  56. package/dist/okf/types/AWSManagedControlPlane.md +14 -0
  57. package/dist/okf/types/AWSManagedMachinePool.md +14 -0
  58. package/dist/okf/types/CAPICluster.md +14 -0
  59. package/dist/okf/types/Certificate.md +1 -0
  60. package/dist/okf/types/ClusterResourceSet.md +14 -0
  61. package/dist/okf/types/ClusterServingRuntime.md +14 -0
  62. package/dist/okf/types/{Cluster.md → CnpgCluster.md} +2 -2
  63. package/dist/okf/types/DBInstance.md +14 -0
  64. package/dist/okf/types/{Bucket.md → FluxBucket.md} +2 -6
  65. package/dist/okf/types/HelmChartProxy.md +14 -0
  66. package/dist/okf/types/IamRole.md +14 -0
  67. package/dist/okf/types/InferenceService.md +19 -0
  68. package/dist/okf/types/InfisicalDynamicSecret.md +4 -0
  69. package/dist/okf/types/InfisicalSecret.md +4 -0
  70. package/dist/okf/types/Kustomization.md +1 -0
  71. package/dist/okf/types/MachinePool.md +14 -0
  72. package/dist/okf/types/PDB.md +1 -0
  73. package/dist/okf/types/PodIdentityAssociation.md +14 -0
  74. package/dist/okf/types/Policy.md +14 -0
  75. package/dist/okf/types/S3Bucket.md +14 -0
  76. package/dist/okf/types/ServingRuntime.md +14 -0
  77. package/dist/okf/types/StatefulSet.md +1 -0
  78. package/dist/okf/types/User.md +14 -0
  79. package/dist/op/activities/ensure-secret.d.ts +41 -0
  80. package/dist/op/activities/ensure-secret.d.ts.map +1 -0
  81. package/dist/op/activities/index.d.ts +2 -0
  82. package/dist/op/activities/index.d.ts.map +1 -1
  83. package/dist/op/activities/kubectl.d.ts +9 -0
  84. package/dist/op/activities/kubectl.d.ts.map +1 -1
  85. package/dist/op/activities/wait-for-ready.d.ts.map +1 -1
  86. package/dist/plugin.d.ts.map +1 -1
  87. package/dist/rules/k8s-helpers.ts +55 -1
  88. package/dist/rules/sops-helpers.ts +76 -0
  89. package/dist/rules/wk8404.ts +55 -0
  90. package/dist/rules/wk8405.ts +88 -0
  91. package/dist/rules/wk8406.ts +60 -0
  92. package/dist/rules/wk8407.ts +71 -0
  93. package/dist/rules/wk8503.ts +220 -0
  94. package/dist/rules/wk8504.ts +51 -0
  95. package/dist/rules/wk8505.ts +63 -0
  96. package/dist/secret-labels.d.ts +31 -0
  97. package/dist/secret-labels.d.ts.map +1 -0
  98. package/dist/secret-store.d.ts +73 -0
  99. package/dist/secret-store.d.ts.map +1 -0
  100. package/dist/serializer.d.ts.map +1 -1
  101. package/dist/sops/encrypted-secret-file.d.ts +52 -0
  102. package/dist/sops/encrypted-secret-file.d.ts.map +1 -0
  103. package/dist/sops/entity.d.ts +31 -0
  104. package/dist/sops/entity.d.ts.map +1 -0
  105. package/dist/teardown.d.ts +46 -0
  106. package/dist/teardown.d.ts.map +1 -0
  107. package/dist/types/index.d.ts +261 -9
  108. package/package.json +4 -4
  109. package/src/components/kubectl-apply.ts +5 -0
  110. package/src/composites/composites.test.ts +273 -0
  111. package/src/composites/flux-app.ts +23 -0
  112. package/src/composites/index.ts +11 -0
  113. package/src/composites/inference-service.ts +140 -0
  114. package/src/composites/model.ts +150 -0
  115. package/src/composites/vllm-serving-runtime.test.ts +167 -0
  116. package/src/composites/vllm-serving-runtime.ts +196 -0
  117. package/src/crd/cnpg.test.ts +8 -3
  118. package/src/crd/crd-sources.ts +183 -0
  119. package/src/crd/parser.test.ts +14 -0
  120. package/src/deep-observe-hooks.ts +24 -0
  121. package/src/deep-observe.test.ts +89 -0
  122. package/src/describe-resources.ts +6 -1
  123. package/src/generated/index.d.ts +261 -9
  124. package/src/generated/index.ts +167 -40
  125. package/src/generated/lexicon-k8s.json +1039 -68
  126. package/src/generated/operations.json +272 -0
  127. package/src/group-namespace.test.ts +31 -0
  128. package/src/group-namespace.ts +13 -0
  129. package/src/index.ts +6 -0
  130. package/src/kube/apply.ts +5 -0
  131. package/src/lifecycle-integration.test.ts +42 -0
  132. package/src/lint/audit-catalog.ts +7 -0
  133. package/src/lint/post-synth/index.ts +14 -0
  134. package/src/lint/post-synth/k8s-helpers.ts +55 -1
  135. package/src/lint/post-synth/post-synth.test.ts +826 -0
  136. package/src/lint/post-synth/sops-helpers.ts +76 -0
  137. package/src/lint/post-synth/wk8404.ts +55 -0
  138. package/src/lint/post-synth/wk8405.ts +88 -0
  139. package/src/lint/post-synth/wk8406.ts +60 -0
  140. package/src/lint/post-synth/wk8407.ts +71 -0
  141. package/src/lint/post-synth/wk8503.ts +220 -0
  142. package/src/lint/post-synth/wk8504.ts +51 -0
  143. package/src/lint/post-synth/wk8505.ts +63 -0
  144. package/src/op/activities/ensure-secret.ts +71 -0
  145. package/src/op/activities/index.ts +7 -0
  146. package/src/op/activities/kubectl.test.ts +32 -0
  147. package/src/op/activities/kubectl.ts +28 -5
  148. package/src/op/activities/wait-for-ready.test.ts +34 -0
  149. package/src/op/activities/wait-for-ready.ts +26 -0
  150. package/src/plugin.ts +34 -2
  151. package/src/secret-labels.ts +36 -0
  152. package/src/secret-store.test.ts +184 -0
  153. package/src/secret-store.ts +165 -0
  154. package/src/serializer.ts +33 -2
  155. package/src/sops/encrypted-secret-file.test.ts +333 -0
  156. package/src/sops/encrypted-secret-file.ts +264 -0
  157. package/src/sops/entity.ts +53 -0
  158. package/src/teardown.test.ts +240 -0
  159. package/src/teardown.ts +239 -0
  160. package/src/testdata/sops/db-credentials.sops.yaml +23 -0
@@ -140,6 +140,57 @@ export declare class AppProject {
140
140
  readonly uid: string;
141
141
  }
142
142
 
143
+ export declare class AWSClusterControllerIdentity {
144
+ constructor(props: {
145
+ /** Standard object's metadata. */
146
+ metadata?: ObjectMeta;
147
+ /** Spec for this AWSClusterControllerIdentity. */
148
+ spec?: Record<string, unknown>;
149
+ });
150
+ readonly name: string;
151
+ readonly namespace: string;
152
+ readonly uid: string;
153
+ }
154
+
155
+ export declare class AWSManagedCluster {
156
+ constructor(props: {
157
+ /** Standard object's metadata. */
158
+ metadata?: ObjectMeta;
159
+ /** AWSManagedClusterSpec defines the desired state of AWSManagedCluster */
160
+ spec?: Record<string, unknown>;
161
+ });
162
+ readonly name: string;
163
+ readonly namespace: string;
164
+ readonly status: Record<string, unknown>;
165
+ readonly uid: string;
166
+ }
167
+
168
+ export declare class AWSManagedControlPlane {
169
+ constructor(props: {
170
+ /** Standard object's metadata. */
171
+ metadata?: ObjectMeta;
172
+ /** AWSManagedControlPlaneSpec defines the desired state of an Amazon EKS Cluster. */
173
+ spec?: Record<string, unknown>;
174
+ });
175
+ readonly name: string;
176
+ readonly namespace: string;
177
+ readonly status: Record<string, unknown>;
178
+ readonly uid: string;
179
+ }
180
+
181
+ export declare class AWSManagedMachinePool {
182
+ constructor(props: {
183
+ /** Standard object's metadata. */
184
+ metadata?: ObjectMeta;
185
+ /** AWSManagedMachinePoolSpec defines the desired state of AWSManagedMachinePool. */
186
+ spec?: Record<string, unknown>;
187
+ });
188
+ readonly name: string;
189
+ readonly namespace: string;
190
+ readonly status: Record<string, unknown>;
191
+ readonly uid: string;
192
+ }
193
+
143
194
  export declare class Backup {
144
195
  constructor(props: {
145
196
  /** Specification of the desired behavior of the backup.
@@ -178,13 +229,12 @@ export declare class Binding {
178
229
  readonly uid: string;
179
230
  }
180
231
 
181
- export declare class Bucket {
232
+ export declare class CAPICluster {
182
233
  constructor(props: {
234
+ /** spec is the desired state of Cluster. */
235
+ spec: Record<string, unknown>;
183
236
  /** Standard object's metadata. */
184
237
  metadata?: ObjectMeta;
185
- /** BucketSpec specifies the required configuration to produce an Artifact for
186
- an object storage bucket. */
187
- spec?: Record<string, unknown>;
188
238
  });
189
239
  readonly name: string;
190
240
  readonly namespace: string;
@@ -254,10 +304,9 @@ export declare class Challenge {
254
304
  readonly uid: string;
255
305
  }
256
306
 
257
- export declare class Cluster {
307
+ export declare class ClusterIssuer {
258
308
  constructor(props: {
259
- /** Specification of the desired behavior of the cluster.
260
- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status */
309
+ /** Desired state of the ClusterIssuer resource. */
261
310
  spec: Record<string, unknown>;
262
311
  /** Standard object's metadata. */
263
312
  metadata?: ObjectMeta;
@@ -268,9 +317,9 @@ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-
268
317
  readonly uid: string;
269
318
  }
270
319
 
271
- export declare class ClusterIssuer {
320
+ export declare class ClusterResourceSet {
272
321
  constructor(props: {
273
- /** Desired state of the ClusterIssuer resource. */
322
+ /** spec is the desired state of ClusterResourceSet. */
274
323
  spec: Record<string, unknown>;
275
324
  /** Standard object's metadata. */
276
325
  metadata?: ObjectMeta;
@@ -333,6 +382,18 @@ export declare class ClusterRoleList {
333
382
  readonly uid: string;
334
383
  }
335
384
 
385
+ export declare class ClusterServingRuntime {
386
+ constructor(props: {
387
+ /** Standard object's metadata. */
388
+ metadata?: ObjectMeta;
389
+ spec?: Record<string, unknown>;
390
+ });
391
+ readonly name: string;
392
+ readonly namespace: string;
393
+ readonly status: Record<string, unknown>;
394
+ readonly uid: string;
395
+ }
396
+
336
397
  export declare class ClusterTrustBundle {
337
398
  constructor(props: {
338
399
  /** spec contains the signer (if any) and trust anchors. */
@@ -373,6 +434,20 @@ export declare class CM {
373
434
  readonly uid: string;
374
435
  }
375
436
 
437
+ export declare class CnpgCluster {
438
+ constructor(props: {
439
+ /** Specification of the desired behavior of the cluster.
440
+ More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status */
441
+ spec: Record<string, unknown>;
442
+ /** Standard object's metadata. */
443
+ metadata?: ObjectMeta;
444
+ });
445
+ readonly name: string;
446
+ readonly namespace: string;
447
+ readonly status: Record<string, unknown>;
448
+ readonly uid: string;
449
+ }
450
+
376
451
  export declare class ComponentStatus {
377
452
  constructor(props: {
378
453
  /** List of component conditions observed */
@@ -634,6 +709,26 @@ export declare class DaemonSetList {
634
709
  readonly uid: string;
635
710
  }
636
711
 
712
+ export declare class DBInstance {
713
+ constructor(props: {
714
+ /** Standard object's metadata. */
715
+ metadata?: ObjectMeta;
716
+ /** DBInstanceSpec defines the desired state of DBInstance.
717
+
718
+ Contains the details of an Amazon RDS DB instance.
719
+
720
+ This data type is used as a response element in the operations CreateDBInstance,
721
+ CreateDBInstanceReadReplica, DeleteDBInstance, DescribeDBInstances, ModifyDBInstance,
722
+ PromoteReadReplica, RebootDBInstance, RestoreDBInstanceFromDBSnapshot, RestoreDBInstanceFromS3,
723
+ RestoreDBInstanceToPointInTime, StartDBInstance, and StopDBInstance. */
724
+ spec?: Record<string, unknown>;
725
+ });
726
+ readonly name: string;
727
+ readonly namespace: string;
728
+ readonly status: Record<string, unknown>;
729
+ readonly uid: string;
730
+ }
731
+
637
732
  export declare class DeleteOptions {
638
733
  constructor(props: {
639
734
  /** When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed */
@@ -932,6 +1027,20 @@ export declare class FlowSchemaList {
932
1027
  readonly uid: string;
933
1028
  }
934
1029
 
1030
+ export declare class FluxBucket {
1031
+ constructor(props: {
1032
+ /** Standard object's metadata. */
1033
+ metadata?: ObjectMeta;
1034
+ /** BucketSpec specifies the required configuration to produce an Artifact for
1035
+ an object storage bucket. */
1036
+ spec?: Record<string, unknown>;
1037
+ });
1038
+ readonly name: string;
1039
+ readonly namespace: string;
1040
+ readonly status: Record<string, unknown>;
1041
+ readonly uid: string;
1042
+ }
1043
+
935
1044
  export declare class FluxHelmChart {
936
1045
  constructor(props: {
937
1046
  /** Standard object's metadata. */
@@ -1037,6 +1146,19 @@ These fields are merged with or override the corresponding fields on the related
1037
1146
  readonly uid: string;
1038
1147
  }
1039
1148
 
1149
+ export declare class HelmChartProxy {
1150
+ constructor(props: {
1151
+ /** Standard object's metadata. */
1152
+ metadata?: ObjectMeta;
1153
+ /** HelmChartProxySpec defines the desired state of HelmChartProxy. */
1154
+ spec?: Record<string, unknown>;
1155
+ });
1156
+ readonly name: string;
1157
+ readonly namespace: string;
1158
+ readonly status: Record<string, unknown>;
1159
+ readonly uid: string;
1160
+ }
1161
+
1040
1162
  export declare class HelmRelease {
1041
1163
  constructor(props: {
1042
1164
  /** Standard object's metadata. */
@@ -1113,6 +1235,22 @@ export declare class HTTPRoute {
1113
1235
  readonly uid: string;
1114
1236
  }
1115
1237
 
1238
+ export declare class IamRole {
1239
+ constructor(props: {
1240
+ /** Standard object's metadata. */
1241
+ metadata?: ObjectMeta;
1242
+ /** RoleSpec defines the desired state of Role.
1243
+
1244
+ Contains information about an IAM role. This structure is returned as a response
1245
+ element in several API operations that interact with roles. */
1246
+ spec?: Record<string, unknown>;
1247
+ });
1248
+ readonly name: string;
1249
+ readonly namespace: string;
1250
+ readonly status: Record<string, unknown>;
1251
+ readonly uid: string;
1252
+ }
1253
+
1116
1254
  export declare class ImagePolicy {
1117
1255
  constructor(props: {
1118
1256
  /** Standard object's metadata. */
@@ -1154,6 +1292,18 @@ export declare class ImageUpdateAutomation {
1154
1292
  readonly uid: string;
1155
1293
  }
1156
1294
 
1295
+ export declare class InferenceService {
1296
+ constructor(props: {
1297
+ /** Standard object's metadata. */
1298
+ metadata?: ObjectMeta;
1299
+ spec?: Record<string, unknown>;
1300
+ });
1301
+ readonly name: string;
1302
+ readonly namespace: string;
1303
+ readonly status: Record<string, unknown>;
1304
+ readonly uid: string;
1305
+ }
1306
+
1157
1307
  export declare class InfisicalDynamicSecret {
1158
1308
  constructor(props: {
1159
1309
  /** Standard object's metadata. */
@@ -1461,6 +1611,19 @@ export declare class LocalSubjectAccessReview {
1461
1611
  readonly uid: string;
1462
1612
  }
1463
1613
 
1614
+ export declare class MachinePool {
1615
+ constructor(props: {
1616
+ /** spec is the desired state of MachinePool. */
1617
+ spec: Record<string, unknown>;
1618
+ /** Standard object's metadata. */
1619
+ metadata?: ObjectMeta;
1620
+ });
1621
+ readonly name: string;
1622
+ readonly namespace: string;
1623
+ readonly status: Record<string, unknown>;
1624
+ readonly uid: string;
1625
+ }
1626
+
1464
1627
  export declare class MicroVM {
1465
1628
  constructor(props: {
1466
1629
  /** Standard object's metadata. */
@@ -1871,6 +2034,23 @@ export declare class PodDisruptionBudgetList {
1871
2034
  readonly uid: string;
1872
2035
  }
1873
2036
 
2037
+ export declare class PodIdentityAssociation {
2038
+ constructor(props: {
2039
+ /** Standard object's metadata. */
2040
+ metadata?: ObjectMeta;
2041
+ /** PodIdentityAssociationSpec defines the desired state of PodIdentityAssociation.
2042
+
2043
+ Amazon EKS Pod Identity associations provide the ability to manage credentials
2044
+ for your applications, similar to the way that Amazon EC2 instance profiles
2045
+ provide credentials to Amazon EC2 instances. */
2046
+ spec?: Record<string, unknown>;
2047
+ });
2048
+ readonly name: string;
2049
+ readonly namespace: string;
2050
+ readonly status: Record<string, unknown>;
2051
+ readonly uid: string;
2052
+ }
2053
+
1874
2054
  export declare class PodList {
1875
2055
  constructor(props: {
1876
2056
  /** List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md */
@@ -1907,6 +2087,28 @@ export declare class PodTemplateList {
1907
2087
  readonly uid: string;
1908
2088
  }
1909
2089
 
2090
+ export declare class Policy {
2091
+ constructor(props: {
2092
+ /** Standard object's metadata. */
2093
+ metadata?: ObjectMeta;
2094
+ /** PolicySpec defines the desired state of Policy.
2095
+
2096
+ Contains information about a managed policy.
2097
+
2098
+ This data type is used as a response element in the CreatePolicy, GetPolicy,
2099
+ and ListPolicies operations.
2100
+
2101
+ For more information about managed policies, refer to Managed policies and
2102
+ inline policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html)
2103
+ in the IAM User Guide. */
2104
+ spec?: Record<string, unknown>;
2105
+ });
2106
+ readonly name: string;
2107
+ readonly namespace: string;
2108
+ readonly status: Record<string, unknown>;
2109
+ readonly uid: string;
2110
+ }
2111
+
1910
2112
  export declare class Pooler {
1911
2113
  constructor(props: {
1912
2114
  /** Specification of the desired behavior of the Pooler.
@@ -2337,6 +2539,21 @@ export declare class RuntimeClassList {
2337
2539
  readonly uid: string;
2338
2540
  }
2339
2541
 
2542
+ export declare class S3Bucket {
2543
+ constructor(props: {
2544
+ /** Standard object's metadata. */
2545
+ metadata?: ObjectMeta;
2546
+ /** BucketSpec defines the desired state of Bucket.
2547
+
2548
+ In terms of implementation, a Bucket is a resource. */
2549
+ spec?: Record<string, unknown>;
2550
+ });
2551
+ readonly name: string;
2552
+ readonly namespace: string;
2553
+ readonly status: Record<string, unknown>;
2554
+ readonly uid: string;
2555
+ }
2556
+
2340
2557
  export declare class SA {
2341
2558
  constructor(props: {
2342
2559
  /** AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted. Can be overridden at the pod level. */
@@ -2574,6 +2791,18 @@ Prometheus. */
2574
2791
  readonly uid: string;
2575
2792
  }
2576
2793
 
2794
+ export declare class ServingRuntime {
2795
+ constructor(props: {
2796
+ /** Standard object's metadata. */
2797
+ metadata?: ObjectMeta;
2798
+ spec?: Record<string, unknown>;
2799
+ });
2800
+ readonly name: string;
2801
+ readonly namespace: string;
2802
+ readonly status: Record<string, unknown>;
2803
+ readonly uid: string;
2804
+ }
2805
+
2577
2806
  export declare class StatefulSet {
2578
2807
  constructor(props: {
2579
2808
  /** Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */
@@ -2760,6 +2989,29 @@ export declare class TraefikService {
2760
2989
  readonly uid: string;
2761
2990
  }
2762
2991
 
2992
+ export declare class User {
2993
+ constructor(props: {
2994
+ /** Standard object's metadata. */
2995
+ metadata?: ObjectMeta;
2996
+ /** UserSpec defines the desired state of User.
2997
+
2998
+ Contains information about an IAM user entity.
2999
+
3000
+ This data type is used as a response element in the following operations:
3001
+
3002
+ * CreateUser
3003
+
3004
+ * GetUser
3005
+
3006
+ * ListUsers */
3007
+ spec?: Record<string, unknown>;
3008
+ });
3009
+ readonly name: string;
3010
+ readonly namespace: string;
3011
+ readonly status: Record<string, unknown>;
3012
+ readonly uid: string;
3013
+ }
3014
+
2763
3015
  export declare class ValidatingAdmissionPolicy {
2764
3016
  constructor(props: {
2765
3017
  /** metadata is the standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-k8s",
3
- "version": "0.45.0",
3
+ "version": "0.49.0",
4
4
  "description": "Kubernetes lexicon for chant — declarative IaC in TypeScript",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://intentius.io/chant",
@@ -72,11 +72,11 @@
72
72
  "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && find dist -type f \\( -name \"*.js\" -o -name \"*.js.map\" \\) -delete"
73
73
  },
74
74
  "dependencies": {
75
- "js-yaml": "^4.1.1",
75
+ "js-yaml": "^4.3.1",
76
76
  "@types/js-yaml": "^4.0.9"
77
77
  },
78
78
  "optionalDependencies": {
79
- "@intentius/chant-k8s-client": "^0.45.0"
79
+ "@intentius/chant-k8s-client": "^0.49.0"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@intentius/chant": "*",
@@ -84,7 +84,7 @@
84
84
  },
85
85
  "peerDependencies": {
86
86
  "zod": "^4.3.6",
87
- "@intentius/chant": "^0.45.0",
87
+ "@intentius/chant": "^0.49.0",
88
88
  "typescript": "^5.9.3"
89
89
  }
90
90
  }
@@ -42,6 +42,11 @@ export interface KubectlApplyOutcome {
42
42
  applied: AppliedRef[];
43
43
  /** Objects deleted because they carried chant's marker and are no longer declared. */
44
44
  pruned: AppliedRef[];
45
+ /**
46
+ * Owned, undeclared, deliberately KEPT (#1830): generated-once Secrets never
47
+ * enter the prunable set. Present whenever the prune ran.
48
+ */
49
+ retained?: AppliedRef[];
45
50
  }
46
51
 
47
52
  interface ApplierArgs {