@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.
- package/dist/components/kubectl-apply.d.ts +5 -0
- package/dist/components/kubectl-apply.d.ts.map +1 -1
- package/dist/composites/flux-app.d.ts +12 -0
- package/dist/composites/flux-app.d.ts.map +1 -1
- package/dist/composites/index.d.ts +6 -0
- package/dist/composites/index.d.ts.map +1 -1
- package/dist/composites/inference-service.d.ts +86 -0
- package/dist/composites/inference-service.d.ts.map +1 -0
- package/dist/composites/model.d.ts +80 -0
- package/dist/composites/model.d.ts.map +1 -0
- package/dist/composites/vllm-serving-runtime.d.ts +100 -0
- package/dist/composites/vllm-serving-runtime.d.ts.map +1 -0
- package/dist/crd/crd-sources.d.ts.map +1 -1
- package/dist/deep-observe-hooks.d.ts.map +1 -1
- package/dist/describe-resources.d.ts.map +1 -1
- package/dist/generated/index.d.ts +167 -40
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/group-namespace.d.ts.map +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/integrity.json +13 -5
- package/dist/kube/apply.d.ts.map +1 -1
- package/dist/lint/audit-catalog.d.ts.map +1 -1
- package/dist/lint/post-synth/index.d.ts.map +1 -1
- package/dist/lint/post-synth/k8s-helpers.d.ts +28 -1
- package/dist/lint/post-synth/k8s-helpers.d.ts.map +1 -1
- package/dist/lint/post-synth/sops-helpers.d.ts +38 -0
- package/dist/lint/post-synth/sops-helpers.d.ts.map +1 -0
- package/dist/lint/post-synth/wk8404.d.ts +12 -0
- package/dist/lint/post-synth/wk8404.d.ts.map +1 -0
- package/dist/lint/post-synth/wk8405.d.ts +13 -0
- package/dist/lint/post-synth/wk8405.d.ts.map +1 -0
- package/dist/lint/post-synth/wk8406.d.ts +12 -0
- package/dist/lint/post-synth/wk8406.d.ts.map +1 -0
- package/dist/lint/post-synth/wk8407.d.ts +21 -0
- package/dist/lint/post-synth/wk8407.d.ts.map +1 -0
- package/dist/lint/post-synth/wk8503.d.ts +39 -0
- package/dist/lint/post-synth/wk8503.d.ts.map +1 -0
- package/dist/lint/post-synth/wk8504.d.ts +28 -0
- package/dist/lint/post-synth/wk8504.d.ts.map +1 -0
- package/dist/lint/post-synth/wk8505.d.ts +28 -0
- package/dist/lint/post-synth/wk8505.d.ts.map +1 -0
- package/dist/manifest.json +1 -1
- package/dist/meta.json +1039 -68
- package/dist/okf/index.md +26 -2
- package/dist/okf/rules/FLUX002.md +0 -1
- package/dist/okf/rules/WK8404.md +11 -0
- package/dist/okf/rules/WK8405.md +17 -0
- package/dist/okf/rules/WK8406.md +11 -0
- package/dist/okf/rules/WK8407.md +15 -0
- package/dist/okf/rules/WK8503.md +17 -0
- package/dist/okf/rules/WK8504.md +11 -0
- package/dist/okf/rules/WK8505.md +15 -0
- package/dist/okf/types/AWSClusterControllerIdentity.md +14 -0
- package/dist/okf/types/AWSManagedCluster.md +14 -0
- package/dist/okf/types/AWSManagedControlPlane.md +14 -0
- package/dist/okf/types/AWSManagedMachinePool.md +14 -0
- package/dist/okf/types/CAPICluster.md +14 -0
- package/dist/okf/types/Certificate.md +1 -0
- package/dist/okf/types/ClusterResourceSet.md +14 -0
- package/dist/okf/types/ClusterServingRuntime.md +14 -0
- package/dist/okf/types/{Cluster.md → CnpgCluster.md} +2 -2
- package/dist/okf/types/DBInstance.md +14 -0
- package/dist/okf/types/{Bucket.md → FluxBucket.md} +2 -6
- package/dist/okf/types/HelmChartProxy.md +14 -0
- package/dist/okf/types/IamRole.md +14 -0
- package/dist/okf/types/InferenceService.md +19 -0
- package/dist/okf/types/InfisicalDynamicSecret.md +4 -0
- package/dist/okf/types/InfisicalSecret.md +4 -0
- package/dist/okf/types/Kustomization.md +1 -0
- package/dist/okf/types/MachinePool.md +14 -0
- package/dist/okf/types/PDB.md +1 -0
- package/dist/okf/types/PodIdentityAssociation.md +14 -0
- package/dist/okf/types/Policy.md +14 -0
- package/dist/okf/types/S3Bucket.md +14 -0
- package/dist/okf/types/ServingRuntime.md +14 -0
- package/dist/okf/types/StatefulSet.md +1 -0
- package/dist/okf/types/User.md +14 -0
- package/dist/op/activities/ensure-secret.d.ts +41 -0
- package/dist/op/activities/ensure-secret.d.ts.map +1 -0
- package/dist/op/activities/index.d.ts +2 -0
- package/dist/op/activities/index.d.ts.map +1 -1
- package/dist/op/activities/kubectl.d.ts +9 -0
- package/dist/op/activities/kubectl.d.ts.map +1 -1
- package/dist/op/activities/wait-for-ready.d.ts.map +1 -1
- package/dist/plugin.d.ts.map +1 -1
- package/dist/rules/k8s-helpers.ts +55 -1
- package/dist/rules/sops-helpers.ts +76 -0
- package/dist/rules/wk8404.ts +55 -0
- package/dist/rules/wk8405.ts +88 -0
- package/dist/rules/wk8406.ts +60 -0
- package/dist/rules/wk8407.ts +71 -0
- package/dist/rules/wk8503.ts +220 -0
- package/dist/rules/wk8504.ts +51 -0
- package/dist/rules/wk8505.ts +63 -0
- package/dist/secret-labels.d.ts +31 -0
- package/dist/secret-labels.d.ts.map +1 -0
- package/dist/secret-store.d.ts +73 -0
- package/dist/secret-store.d.ts.map +1 -0
- package/dist/serializer.d.ts.map +1 -1
- package/dist/sops/encrypted-secret-file.d.ts +52 -0
- package/dist/sops/encrypted-secret-file.d.ts.map +1 -0
- package/dist/sops/entity.d.ts +31 -0
- package/dist/sops/entity.d.ts.map +1 -0
- package/dist/teardown.d.ts +46 -0
- package/dist/teardown.d.ts.map +1 -0
- package/dist/types/index.d.ts +261 -9
- package/package.json +4 -4
- package/src/components/kubectl-apply.ts +5 -0
- package/src/composites/composites.test.ts +273 -0
- package/src/composites/flux-app.ts +23 -0
- package/src/composites/index.ts +11 -0
- package/src/composites/inference-service.ts +140 -0
- package/src/composites/model.ts +150 -0
- package/src/composites/vllm-serving-runtime.test.ts +167 -0
- package/src/composites/vllm-serving-runtime.ts +196 -0
- package/src/crd/cnpg.test.ts +8 -3
- package/src/crd/crd-sources.ts +183 -0
- package/src/crd/parser.test.ts +14 -0
- package/src/deep-observe-hooks.ts +24 -0
- package/src/deep-observe.test.ts +89 -0
- package/src/describe-resources.ts +6 -1
- package/src/generated/index.d.ts +261 -9
- package/src/generated/index.ts +167 -40
- package/src/generated/lexicon-k8s.json +1039 -68
- package/src/generated/operations.json +272 -0
- package/src/group-namespace.test.ts +31 -0
- package/src/group-namespace.ts +13 -0
- package/src/index.ts +6 -0
- package/src/kube/apply.ts +5 -0
- package/src/lifecycle-integration.test.ts +42 -0
- package/src/lint/audit-catalog.ts +7 -0
- package/src/lint/post-synth/index.ts +14 -0
- package/src/lint/post-synth/k8s-helpers.ts +55 -1
- package/src/lint/post-synth/post-synth.test.ts +826 -0
- package/src/lint/post-synth/sops-helpers.ts +76 -0
- package/src/lint/post-synth/wk8404.ts +55 -0
- package/src/lint/post-synth/wk8405.ts +88 -0
- package/src/lint/post-synth/wk8406.ts +60 -0
- package/src/lint/post-synth/wk8407.ts +71 -0
- package/src/lint/post-synth/wk8503.ts +220 -0
- package/src/lint/post-synth/wk8504.ts +51 -0
- package/src/lint/post-synth/wk8505.ts +63 -0
- package/src/op/activities/ensure-secret.ts +71 -0
- package/src/op/activities/index.ts +7 -0
- package/src/op/activities/kubectl.test.ts +32 -0
- package/src/op/activities/kubectl.ts +28 -5
- package/src/op/activities/wait-for-ready.test.ts +34 -0
- package/src/op/activities/wait-for-ready.ts +26 -0
- package/src/plugin.ts +34 -2
- package/src/secret-labels.ts +36 -0
- package/src/secret-store.test.ts +184 -0
- package/src/secret-store.ts +165 -0
- package/src/serializer.ts +33 -2
- package/src/sops/encrypted-secret-file.test.ts +333 -0
- package/src/sops/encrypted-secret-file.ts +264 -0
- package/src/sops/entity.ts +53 -0
- package/src/teardown.test.ts +240 -0
- package/src/teardown.ts +239 -0
- package/src/testdata/sops/db-credentials.sops.yaml +23 -0
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
307
|
+
export declare class ClusterIssuer {
|
|
258
308
|
constructor(props: {
|
|
259
|
-
/**
|
|
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
|
|
320
|
+
export declare class ClusterResourceSet {
|
|
272
321
|
constructor(props: {
|
|
273
|
-
/**
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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 {
|