@intentius/chant-lexicon-k8s 0.1.19 → 0.1.21

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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "algorithm": "sha256",
3
3
  "artifacts": {
4
- "manifest.json": "235f291b75c3204608d992ef00ef9880c36181aaca05a6e584868f403c1e8e02",
5
- "meta.json": "b16aba17feef7b62df4057b714b51e34f88330a843d77e3904ea207d6bb073c5",
6
- "types/index.d.ts": "be4a0a86c911d4407a22f1c252850d35d87c1234fac46eec8a0aebee248d60f5",
4
+ "manifest.json": "f40fc25f533fecde7d6d15bac92e1ba8317cda2b870af8c5a8615118794a49cf",
5
+ "meta.json": "4b5a8e54681b5968490520a0e166d8d4c14448e404bd6f1d890311a5425a348a",
6
+ "types/index.d.ts": "d4bb24d2e60e97dcc25d5c902b14a87ce34f2ba9c0ca6fc520bb908e9901609d",
7
7
  "rules/argo-appset-single-project.ts": "afa9f310753aa2d475f35012b13135b2dfaebed2a35d44edbe185ebc07673674",
8
8
  "rules/argo-ast.ts": "f57b7d84fef9c9cd326a7cad0dff290914e01299415d64bdab48e2f6eb4181c3",
9
9
  "rules/argo-automated-prune.ts": "176ac5441c3ccb7106a194abab3abe22fd8a29f976716761c66c243b72d57b14",
@@ -50,5 +50,5 @@
50
50
  "skills/chant-k8s-aks.md": "e18f0e2b055f72cd7a37deaf258d7027c2d4d3e286e8fd4975b27a1f981a3ad9",
51
51
  "skills/chant-k8s-argo.md": "b1a0b826559d8c5033a479c5781efaf650320f0aee4419d8841170bd3393cea5"
52
52
  },
53
- "composite": "f61fcf5a172ab16b9d1b6daa2c53c7f1d7bdeee583591a5b95cdafcb5b1fb9d7"
53
+ "composite": "37fec7d459f6ae28828bef835c044a6697cdacb752f128b1f36345fe130b6753"
54
54
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "k8s",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "K8s",
6
6
  "intrinsics": [],
package/dist/meta.json CHANGED
@@ -41,6 +41,11 @@
41
41
  "apiVersion": "v1",
42
42
  "gvkKind": "APIVersions"
43
43
  },
44
+ "Address": {
45
+ "resourceType": "K8s::Gateway::Gateway.addresses",
46
+ "kind": "property",
47
+ "lexicon": "k8s"
48
+ },
44
49
  "Affinity": {
45
50
  "resourceType": "K8s::Core::Affinity",
46
51
  "kind": "property",
@@ -379,6 +384,53 @@
379
384
  "apiVersion": "v1",
380
385
  "gvkKind": "EventList"
381
386
  },
387
+ "CrdbCluster": {
388
+ "resourceType": "K8s::Crdb::CrdbCluster",
389
+ "kind": "resource",
390
+ "lexicon": "k8s",
391
+ "apiVersion": "crdb.cockroachlabs.com/v1alpha1",
392
+ "gvkKind": "CrdbCluster"
393
+ },
394
+ "CrdbCluster_Affinity": {
395
+ "resourceType": "K8s::Crdb::CrdbCluster.affinity",
396
+ "kind": "property",
397
+ "lexicon": "k8s"
398
+ },
399
+ "CrdbCluster_DataStore": {
400
+ "resourceType": "K8s::Crdb::CrdbCluster.dataStore",
401
+ "kind": "property",
402
+ "lexicon": "k8s"
403
+ },
404
+ "CrdbCluster_Image": {
405
+ "resourceType": "K8s::Crdb::CrdbCluster.image",
406
+ "kind": "property",
407
+ "lexicon": "k8s"
408
+ },
409
+ "CrdbCluster_Ingress": {
410
+ "resourceType": "K8s::Crdb::CrdbCluster.ingress",
411
+ "kind": "property",
412
+ "lexicon": "k8s"
413
+ },
414
+ "CrdbCluster_PodEnvVariable": {
415
+ "resourceType": "K8s::Crdb::CrdbCluster.podEnvVariables",
416
+ "kind": "property",
417
+ "lexicon": "k8s"
418
+ },
419
+ "CrdbCluster_Resources": {
420
+ "resourceType": "K8s::Crdb::CrdbCluster.resources",
421
+ "kind": "property",
422
+ "lexicon": "k8s"
423
+ },
424
+ "CrdbCluster_Toleration": {
425
+ "resourceType": "K8s::Crdb::CrdbCluster.tolerations",
426
+ "kind": "property",
427
+ "lexicon": "k8s"
428
+ },
429
+ "CrdbCluster_TopologySpreadConstraint": {
430
+ "resourceType": "K8s::Crdb::CrdbCluster.topologySpreadConstraints",
431
+ "kind": "property",
432
+ "lexicon": "k8s"
433
+ },
382
434
  "CronJob": {
383
435
  "resourceType": "K8s::Batch::CronJob",
384
436
  "kind": "resource",
@@ -428,6 +480,11 @@
428
480
  "apiVersion": "apps/v1",
429
481
  "gvkKind": "DaemonSetList"
430
482
  },
483
+ "DataStore": {
484
+ "resourceType": "K8s::Crdb::CrdbCluster.dataStore",
485
+ "kind": "property",
486
+ "lexicon": "k8s"
487
+ },
431
488
  "DeleteOptions": {
432
489
  "resourceType": "K8s::Core::DeleteOptions",
433
490
  "kind": "resource",
@@ -590,6 +647,62 @@
590
647
  "apiVersion": "flowcontrol.apiserver.k8s.io/v1",
591
648
  "gvkKind": "FlowSchemaList"
592
649
  },
650
+ "From": {
651
+ "resourceType": "K8s::Gateway::ReferenceGrant.from",
652
+ "kind": "property",
653
+ "lexicon": "k8s"
654
+ },
655
+ "GRPCRoute": {
656
+ "resourceType": "K8s::Gateway::GRPCRoute",
657
+ "kind": "resource",
658
+ "lexicon": "k8s",
659
+ "apiVersion": "gateway.networking.k8s.io/v1",
660
+ "gvkKind": "GRPCRoute"
661
+ },
662
+ "GRPCRoute_ParentRef": {
663
+ "resourceType": "K8s::Gateway::GRPCRoute.parentRefs",
664
+ "kind": "property",
665
+ "lexicon": "k8s"
666
+ },
667
+ "GRPCRoute_Rule": {
668
+ "resourceType": "K8s::Gateway::GRPCRoute.rules",
669
+ "kind": "property",
670
+ "lexicon": "k8s"
671
+ },
672
+ "Gateway": {
673
+ "resourceType": "K8s::Gateway::Gateway",
674
+ "kind": "resource",
675
+ "lexicon": "k8s",
676
+ "apiVersion": "gateway.networking.k8s.io/v1",
677
+ "gvkKind": "Gateway"
678
+ },
679
+ "GatewayClass": {
680
+ "resourceType": "K8s::Gateway::GatewayClass",
681
+ "kind": "resource",
682
+ "lexicon": "k8s",
683
+ "apiVersion": "gateway.networking.k8s.io/v1",
684
+ "gvkKind": "GatewayClass"
685
+ },
686
+ "GatewayClass_ParametersRef": {
687
+ "resourceType": "K8s::Gateway::GatewayClass.parametersRef",
688
+ "kind": "property",
689
+ "lexicon": "k8s"
690
+ },
691
+ "Gateway_Address": {
692
+ "resourceType": "K8s::Gateway::Gateway.addresses",
693
+ "kind": "property",
694
+ "lexicon": "k8s"
695
+ },
696
+ "Gateway_Infrastructure": {
697
+ "resourceType": "K8s::Gateway::Gateway.infrastructure",
698
+ "kind": "property",
699
+ "lexicon": "k8s"
700
+ },
701
+ "Gateway_Listener": {
702
+ "resourceType": "K8s::Gateway::Gateway.listeners",
703
+ "kind": "property",
704
+ "lexicon": "k8s"
705
+ },
593
706
  "GcsFaultToleranceOptions": {
594
707
  "resourceType": "K8s::Ray::RayCluster.gcsFaultToleranceOptions",
595
708
  "kind": "property",
@@ -617,6 +730,23 @@
617
730
  "kind": "property",
618
731
  "lexicon": "k8s"
619
732
  },
733
+ "HTTPRoute": {
734
+ "resourceType": "K8s::Gateway::HTTPRoute",
735
+ "kind": "resource",
736
+ "lexicon": "k8s",
737
+ "apiVersion": "gateway.networking.k8s.io/v1",
738
+ "gvkKind": "HTTPRoute"
739
+ },
740
+ "HTTPRoute_ParentRef": {
741
+ "resourceType": "K8s::Gateway::HTTPRoute.parentRefs",
742
+ "kind": "property",
743
+ "lexicon": "k8s"
744
+ },
745
+ "HTTPRoute_Rule": {
746
+ "resourceType": "K8s::Gateway::HTTPRoute.rules",
747
+ "kind": "property",
748
+ "lexicon": "k8s"
749
+ },
620
750
  "HeadGroupSpec": {
621
751
  "resourceType": "K8s::Ray::RayCluster.headGroupSpec",
622
752
  "kind": "property",
@@ -670,11 +800,21 @@
670
800
  "kind": "property",
671
801
  "lexicon": "k8s"
672
802
  },
803
+ "Image": {
804
+ "resourceType": "K8s::Crdb::CrdbCluster.image",
805
+ "kind": "property",
806
+ "lexicon": "k8s"
807
+ },
673
808
  "Info": {
674
809
  "resourceType": "K8s::Argo::Application.info",
675
810
  "kind": "property",
676
811
  "lexicon": "k8s"
677
812
  },
813
+ "Infrastructure": {
814
+ "resourceType": "K8s::Gateway::Gateway.infrastructure",
815
+ "kind": "property",
816
+ "lexicon": "k8s"
817
+ },
678
818
  "Ing": {
679
819
  "resourceType": "K8s::Networking::Ingress",
680
820
  "kind": "resource",
@@ -792,6 +932,11 @@
792
932
  "apiVersion": "v1",
793
933
  "gvkKind": "LimitRangeList"
794
934
  },
935
+ "Listener": {
936
+ "resourceType": "K8s::Gateway::Gateway.listeners",
937
+ "kind": "property",
938
+ "lexicon": "k8s"
939
+ },
795
940
  "LocalObjectReference": {
796
941
  "resourceType": "K8s::Core::LocalObjectReference",
797
942
  "kind": "property",
@@ -958,6 +1103,11 @@
958
1103
  "apiVersion": "v1",
959
1104
  "gvkKind": "PersistentVolumeClaim"
960
1105
  },
1106
+ "ParametersRef": {
1107
+ "resourceType": "K8s::Gateway::GatewayClass.parametersRef",
1108
+ "kind": "property",
1109
+ "lexicon": "k8s"
1110
+ },
961
1111
  "PersistentVolume": {
962
1112
  "resourceType": "K8s::Core::PersistentVolume",
963
1113
  "kind": "resource",
@@ -1017,6 +1167,11 @@
1017
1167
  "kind": "property",
1018
1168
  "lexicon": "k8s"
1019
1169
  },
1170
+ "PodEnvVariable": {
1171
+ "resourceType": "K8s::Crdb::CrdbCluster.podEnvVariables",
1172
+ "kind": "property",
1173
+ "lexicon": "k8s"
1174
+ },
1020
1175
  "PodList": {
1021
1176
  "resourceType": "K8s::Core::PodList",
1022
1177
  "kind": "resource",
@@ -1224,6 +1379,23 @@
1224
1379
  "kind": "property",
1225
1380
  "lexicon": "k8s"
1226
1381
  },
1382
+ "ReferenceGrant": {
1383
+ "resourceType": "K8s::Gateway::ReferenceGrant",
1384
+ "kind": "resource",
1385
+ "lexicon": "k8s",
1386
+ "apiVersion": "gateway.networking.k8s.io/v1beta1",
1387
+ "gvkKind": "ReferenceGrant"
1388
+ },
1389
+ "ReferenceGrant_From": {
1390
+ "resourceType": "K8s::Gateway::ReferenceGrant.from",
1391
+ "kind": "property",
1392
+ "lexicon": "k8s"
1393
+ },
1394
+ "ReferenceGrant_To": {
1395
+ "resourceType": "K8s::Gateway::ReferenceGrant.to",
1396
+ "kind": "property",
1397
+ "lexicon": "k8s"
1398
+ },
1227
1399
  "ReplicaSet": {
1228
1400
  "resourceType": "K8s::Apps::ReplicaSet",
1229
1401
  "kind": "resource",
@@ -1313,6 +1485,11 @@
1313
1485
  "apiVersion": "resource.k8s.io/v1beta1",
1314
1486
  "gvkKind": "ResourceSliceList"
1315
1487
  },
1488
+ "Resources": {
1489
+ "resourceType": "K8s::Crdb::CrdbCluster.resources",
1490
+ "kind": "property",
1491
+ "lexicon": "k8s"
1492
+ },
1316
1493
  "Role": {
1317
1494
  "resourceType": "K8s::Rbac::Role",
1318
1495
  "kind": "resource",
@@ -1613,6 +1790,11 @@
1613
1790
  "kind": "property",
1614
1791
  "lexicon": "k8s"
1615
1792
  },
1793
+ "To": {
1794
+ "resourceType": "K8s::Gateway::ReferenceGrant.to",
1795
+ "kind": "property",
1796
+ "lexicon": "k8s"
1797
+ },
1616
1798
  "TokenRequest": {
1617
1799
  "resourceType": "K8s::Authentication::TokenRequest",
1618
1800
  "kind": "resource",
@@ -314,6 +314,17 @@ export declare class CoreEventList {
314
314
  readonly uid: string;
315
315
  }
316
316
 
317
+ export declare class CrdbCluster {
318
+ constructor(props: {
319
+ metadata?: Record<string, unknown>;
320
+ /** CrdbClusterSpec defines the desired state of a CockroachDB Cluster that the operator maintains. */
321
+ spec?: Record<string, unknown>;
322
+ });
323
+ readonly name: string;
324
+ readonly namespace: string;
325
+ readonly uid: string;
326
+ }
327
+
317
328
  export declare class CronJob {
318
329
  constructor(props: {
319
330
  /** Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */
@@ -744,6 +755,39 @@ export declare class FlowSchemaList {
744
755
  readonly uid: string;
745
756
  }
746
757
 
758
+ export declare class Gateway {
759
+ constructor(props: {
760
+ /** Spec defines the desired state of Gateway. */
761
+ spec: Record<string, unknown>;
762
+ metadata?: Record<string, unknown>;
763
+ });
764
+ readonly name: string;
765
+ readonly namespace: string;
766
+ readonly uid: string;
767
+ }
768
+
769
+ export declare class GatewayClass {
770
+ constructor(props: {
771
+ /** Spec defines the desired state of GatewayClass. */
772
+ spec: Record<string, unknown>;
773
+ metadata?: Record<string, unknown>;
774
+ });
775
+ readonly name: string;
776
+ readonly namespace: string;
777
+ readonly uid: string;
778
+ }
779
+
780
+ export declare class GRPCRoute {
781
+ constructor(props: {
782
+ metadata?: Record<string, unknown>;
783
+ /** Spec defines the desired state of GRPCRoute. */
784
+ spec?: Record<string, unknown>;
785
+ });
786
+ readonly name: string;
787
+ readonly namespace: string;
788
+ readonly uid: string;
789
+ }
790
+
747
791
  export declare class HorizontalPodAutoscaler {
748
792
  constructor(props: {
749
793
  /** metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */
@@ -780,6 +824,17 @@ export declare class HPA {
780
824
  readonly uid: string;
781
825
  }
782
826
 
827
+ export declare class HTTPRoute {
828
+ constructor(props: {
829
+ /** Spec defines the desired state of HTTPRoute. */
830
+ spec: Record<string, unknown>;
831
+ metadata?: Record<string, unknown>;
832
+ });
833
+ readonly name: string;
834
+ readonly namespace: string;
835
+ readonly uid: string;
836
+ }
837
+
783
838
  export declare class Ing {
784
839
  constructor(props: {
785
840
  /** Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */
@@ -1308,6 +1363,17 @@ export declare class RayService {
1308
1363
  readonly uid: string;
1309
1364
  }
1310
1365
 
1366
+ export declare class ReferenceGrant {
1367
+ constructor(props: {
1368
+ metadata?: Record<string, unknown>;
1369
+ /** Spec defines the desired state of ReferenceGrant. */
1370
+ spec?: Record<string, unknown>;
1371
+ });
1372
+ readonly name: string;
1373
+ readonly namespace: string;
1374
+ readonly uid: string;
1375
+ }
1376
+
1311
1377
  export declare class ReplicaSet {
1312
1378
  constructor(props: {
1313
1379
  /** If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's 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.1.19",
3
+ "version": "0.1.21",
4
4
  "description": "Kubernetes lexicon for chant — declarative IaC in TypeScript",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://intentius.io/chant",
@@ -37,6 +37,43 @@ const KUBERAY_CRD_BASE = `https://raw.githubusercontent.com/ray-project/kuberay/
37
37
  const ARGOCD_VERSION = "v2.13.3";
38
38
  const ARGOCD_CRD_BASE = `https://raw.githubusercontent.com/argoproj/argo-cd/${ARGOCD_VERSION}/manifests/crds`;
39
39
 
40
+ /**
41
+ * Gateway API CRDs — gateway.networking.k8s.io (standard channel)
42
+ *
43
+ * The modern, portable replacement for Ingress. GRPCRoute in particular is the
44
+ * native way to express a gRPC route (vs. ingress-controller annotations).
45
+ *
46
+ * Produces (the `gateway.networking.k8s.io` group maps to the `Gateway`
47
+ * namespace via the first-segment rule in crd/parser.ts):
48
+ * K8s::Gateway::GatewayClass → apiVersion: gateway.networking.k8s.io/v1, kind: GatewayClass
49
+ * K8s::Gateway::Gateway → apiVersion: gateway.networking.k8s.io/v1, kind: Gateway
50
+ * K8s::Gateway::HTTPRoute → apiVersion: gateway.networking.k8s.io/v1, kind: HTTPRoute
51
+ * K8s::Gateway::GRPCRoute → apiVersion: gateway.networking.k8s.io/v1, kind: GRPCRoute
52
+ * K8s::Gateway::ReferenceGrant → apiVersion: gateway.networking.k8s.io/v1beta1, kind: ReferenceGrant
53
+ *
54
+ * CRD install: kubectl apply -f
55
+ * https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.2.1/standard-install.yaml
56
+ */
57
+ const GATEWAY_API_VERSION = "v1.2.1";
58
+ const GATEWAY_API_CRD_BASE = `https://raw.githubusercontent.com/kubernetes-sigs/gateway-api/${GATEWAY_API_VERSION}/config/crd/standard`;
59
+
60
+ /**
61
+ * CockroachDB Kubernetes Operator CRD — crdb.cockroachlabs.com/v1alpha1
62
+ *
63
+ * The operator-managed path for a CockroachDB cluster (the operator handles
64
+ * version upgrades, scale-down decommissioning, and cert rotation). Complements
65
+ * the self-managed `CockroachDbCluster` StatefulSet composite.
66
+ *
67
+ * Produces (the `crdb.cockroachlabs.com` group maps to the `Crdb` namespace via
68
+ * the first-segment rule in crd/parser.ts):
69
+ * K8s::Crdb::CrdbCluster → apiVersion: crdb.cockroachlabs.com/v1alpha1, kind: CrdbCluster
70
+ *
71
+ * Operator install: kubectl apply -f
72
+ * https://github.com/cockroachdb/cockroach-operator/releases/download/v2.17.0/install/operator.yaml
73
+ */
74
+ const COCKROACH_OPERATOR_VERSION = "v2.17.0";
75
+ const COCKROACH_OPERATOR_CRD_BASE = `https://raw.githubusercontent.com/cockroachdb/cockroach-operator/${COCKROACH_OPERATOR_VERSION}/config/crd/bases`;
76
+
40
77
  export const CRD_SOURCES: CRDSource[] = [
41
78
  { type: "url", url: `${KUBERAY_CRD_BASE}/ray.io_rayclusters.yaml` },
42
79
  { type: "url", url: `${KUBERAY_CRD_BASE}/ray.io_rayjobs.yaml` },
@@ -44,4 +81,10 @@ export const CRD_SOURCES: CRDSource[] = [
44
81
  { type: "url", url: `${ARGOCD_CRD_BASE}/application-crd.yaml` },
45
82
  { type: "url", url: `${ARGOCD_CRD_BASE}/applicationset-crd.yaml` },
46
83
  { type: "url", url: `${ARGOCD_CRD_BASE}/appproject-crd.yaml` },
84
+ { type: "url", url: `${GATEWAY_API_CRD_BASE}/gateway.networking.k8s.io_gatewayclasses.yaml` },
85
+ { type: "url", url: `${GATEWAY_API_CRD_BASE}/gateway.networking.k8s.io_gateways.yaml` },
86
+ { type: "url", url: `${GATEWAY_API_CRD_BASE}/gateway.networking.k8s.io_httproutes.yaml` },
87
+ { type: "url", url: `${GATEWAY_API_CRD_BASE}/gateway.networking.k8s.io_grpcroutes.yaml` },
88
+ { type: "url", url: `${GATEWAY_API_CRD_BASE}/gateway.networking.k8s.io_referencegrants.yaml` },
89
+ { type: "url", url: `${COCKROACH_OPERATOR_CRD_BASE}/crdb.cockroachlabs.com_crdbclusters.yaml` },
47
90
  ];
@@ -314,6 +314,17 @@ export declare class CoreEventList {
314
314
  readonly uid: string;
315
315
  }
316
316
 
317
+ export declare class CrdbCluster {
318
+ constructor(props: {
319
+ metadata?: Record<string, unknown>;
320
+ /** CrdbClusterSpec defines the desired state of a CockroachDB Cluster that the operator maintains. */
321
+ spec?: Record<string, unknown>;
322
+ });
323
+ readonly name: string;
324
+ readonly namespace: string;
325
+ readonly uid: string;
326
+ }
327
+
317
328
  export declare class CronJob {
318
329
  constructor(props: {
319
330
  /** Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */
@@ -744,6 +755,39 @@ export declare class FlowSchemaList {
744
755
  readonly uid: string;
745
756
  }
746
757
 
758
+ export declare class Gateway {
759
+ constructor(props: {
760
+ /** Spec defines the desired state of Gateway. */
761
+ spec: Record<string, unknown>;
762
+ metadata?: Record<string, unknown>;
763
+ });
764
+ readonly name: string;
765
+ readonly namespace: string;
766
+ readonly uid: string;
767
+ }
768
+
769
+ export declare class GatewayClass {
770
+ constructor(props: {
771
+ /** Spec defines the desired state of GatewayClass. */
772
+ spec: Record<string, unknown>;
773
+ metadata?: Record<string, unknown>;
774
+ });
775
+ readonly name: string;
776
+ readonly namespace: string;
777
+ readonly uid: string;
778
+ }
779
+
780
+ export declare class GRPCRoute {
781
+ constructor(props: {
782
+ metadata?: Record<string, unknown>;
783
+ /** Spec defines the desired state of GRPCRoute. */
784
+ spec?: Record<string, unknown>;
785
+ });
786
+ readonly name: string;
787
+ readonly namespace: string;
788
+ readonly uid: string;
789
+ }
790
+
747
791
  export declare class HorizontalPodAutoscaler {
748
792
  constructor(props: {
749
793
  /** metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */
@@ -780,6 +824,17 @@ export declare class HPA {
780
824
  readonly uid: string;
781
825
  }
782
826
 
827
+ export declare class HTTPRoute {
828
+ constructor(props: {
829
+ /** Spec defines the desired state of HTTPRoute. */
830
+ spec: Record<string, unknown>;
831
+ metadata?: Record<string, unknown>;
832
+ });
833
+ readonly name: string;
834
+ readonly namespace: string;
835
+ readonly uid: string;
836
+ }
837
+
783
838
  export declare class Ing {
784
839
  constructor(props: {
785
840
  /** Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */
@@ -1308,6 +1363,17 @@ export declare class RayService {
1308
1363
  readonly uid: string;
1309
1364
  }
1310
1365
 
1366
+ export declare class ReferenceGrant {
1367
+ constructor(props: {
1368
+ metadata?: Record<string, unknown>;
1369
+ /** Spec defines the desired state of ReferenceGrant. */
1370
+ spec?: Record<string, unknown>;
1371
+ });
1372
+ readonly name: string;
1373
+ readonly namespace: string;
1374
+ readonly uid: string;
1375
+ }
1376
+
1311
1377
  export declare class ReplicaSet {
1312
1378
  constructor(props: {
1313
1379
  /** If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */
@@ -26,6 +26,7 @@ export const ConfigMapList = createResource("K8s::Core::ConfigMapList", "k8s", {
26
26
  export const ControllerRevision = createResource("K8s::Apps::ControllerRevision", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
27
27
  export const ControllerRevisionList = createResource("K8s::Apps::ControllerRevisionList", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
28
28
  export const CoreEventList = createResource("K8s::Core::EventList", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
29
+ export const CrdbCluster = createResource("K8s::Crdb::CrdbCluster", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
29
30
  export const CronJob = createResource("K8s::Batch::CronJob", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
30
31
  export const CronJobList = createResource("K8s::Batch::CronJobList", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
31
32
  export const CSIDriver = createResource("K8s::Storage::CSIDriver", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
@@ -55,9 +56,13 @@ export const EventsEventList = createResource("K8s::Events::EventList", "k8s", {
55
56
  export const Eviction = createResource("K8s::Policy::Eviction", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
56
57
  export const FlowSchema = createResource("K8s::Flowcontrol::FlowSchema", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
57
58
  export const FlowSchemaList = createResource("K8s::Flowcontrol::FlowSchemaList", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
59
+ export const Gateway = createResource("K8s::Gateway::Gateway", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
60
+ export const GatewayClass = createResource("K8s::Gateway::GatewayClass", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
61
+ export const GRPCRoute = createResource("K8s::Gateway::GRPCRoute", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
58
62
  export const HorizontalPodAutoscaler = createResource("K8s::Autoscaling::HorizontalPodAutoscaler", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
59
63
  export const HorizontalPodAutoscalerList = createResource("K8s::Autoscaling::HorizontalPodAutoscalerList", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
60
64
  export const HPA = createResource("K8s::Autoscaling::HorizontalPodAutoscaler", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
65
+ export const HTTPRoute = createResource("K8s::Gateway::HTTPRoute", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
61
66
  export const Ing = createResource("K8s::Networking::Ingress", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
62
67
  export const Ingress = createResource("K8s::Networking::Ingress", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
63
68
  export const IngressClass = createResource("K8s::Networking::IngressClass", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
@@ -102,6 +107,7 @@ export const PVC = createResource("K8s::Core::PersistentVolumeClaim", "k8s", {"n
102
107
  export const RayCluster = createResource("K8s::Ray::RayCluster", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
103
108
  export const RayJob = createResource("K8s::Ray::RayJob", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
104
109
  export const RayService = createResource("K8s::Ray::RayService", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
110
+ export const ReferenceGrant = createResource("K8s::Gateway::ReferenceGrant", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
105
111
  export const ReplicaSet = createResource("K8s::Apps::ReplicaSet", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
106
112
  export const ReplicaSetList = createResource("K8s::Apps::ReplicaSetList", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
107
113
  export const ReplicationController = createResource("K8s::Core::ReplicationController", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
@@ -182,16 +188,32 @@ export const Capabilities = createProperty("K8s::Core::Capabilities", "k8s");
182
188
  export const ConfigMapKeySelector = createProperty("K8s::Core::ConfigMapKeySelector", "k8s");
183
189
  export const Container = createProperty("K8s::Core::Container", "k8s");
184
190
  export const ContainerPort = createProperty("K8s::Core::ContainerPort", "k8s");
191
+ export const CrdbCluster_Affinity = createProperty("K8s::Crdb::CrdbCluster.affinity", "k8s");
192
+ export const CrdbCluster_DataStore = createProperty("K8s::Crdb::CrdbCluster.dataStore", "k8s");
193
+ export const CrdbCluster_Image = createProperty("K8s::Crdb::CrdbCluster.image", "k8s");
194
+ export const CrdbCluster_Ingress = createProperty("K8s::Crdb::CrdbCluster.ingress", "k8s");
195
+ export const CrdbCluster_PodEnvVariable = createProperty("K8s::Crdb::CrdbCluster.podEnvVariables", "k8s");
196
+ export const CrdbCluster_Resources = createProperty("K8s::Crdb::CrdbCluster.resources", "k8s");
197
+ export const CrdbCluster_Toleration = createProperty("K8s::Crdb::CrdbCluster.tolerations", "k8s");
198
+ export const CrdbCluster_TopologySpreadConstraint = createProperty("K8s::Crdb::CrdbCluster.topologySpreadConstraints", "k8s");
185
199
  export const DeploymentStrategy = createProperty("K8s::Apps::DeploymentStrategy", "k8s");
186
200
  export const EnvFromSource = createProperty("K8s::Core::EnvFromSource", "k8s");
187
201
  export const EnvVar = createProperty("K8s::Core::EnvVar", "k8s");
188
202
  export const EnvVarSource = createProperty("K8s::Core::EnvVarSource", "k8s");
189
203
  export const EphemeralContainer = createProperty("K8s::Core::EphemeralContainer", "k8s");
190
204
  export const ExecAction = createProperty("K8s::Core::ExecAction", "k8s");
205
+ export const Gateway_Address = createProperty("K8s::Gateway::Gateway.addresses", "k8s");
206
+ export const Gateway_Infrastructure = createProperty("K8s::Gateway::Gateway.infrastructure", "k8s");
207
+ export const Gateway_Listener = createProperty("K8s::Gateway::Gateway.listeners", "k8s");
208
+ export const GatewayClass_ParametersRef = createProperty("K8s::Gateway::GatewayClass.parametersRef", "k8s");
209
+ export const GRPCRoute_ParentRef = createProperty("K8s::Gateway::GRPCRoute.parentRefs", "k8s");
210
+ export const GRPCRoute_Rule = createProperty("K8s::Gateway::GRPCRoute.rules", "k8s");
191
211
  export const HorizontalPodAutoscalerBehavior = createProperty("K8s::Autoscaling::HorizontalPodAutoscalerBehavior", "k8s");
192
212
  export const HostAlias = createProperty("K8s::Core::HostAlias", "k8s");
193
213
  export const HTTPGetAction = createProperty("K8s::Core::HTTPGetAction", "k8s");
194
214
  export const HTTPIngressPath = createProperty("K8s::Networking::HTTPIngressPath", "k8s");
215
+ export const HTTPRoute_ParentRef = createProperty("K8s::Gateway::HTTPRoute.parentRefs", "k8s");
216
+ export const HTTPRoute_Rule = createProperty("K8s::Gateway::HTTPRoute.rules", "k8s");
195
217
  export const IngressBackend = createProperty("K8s::Networking::IngressBackend", "k8s");
196
218
  export const IngressRule = createProperty("K8s::Networking::IngressRule", "k8s");
197
219
  export const IngressServiceBackend = createProperty("K8s::Networking::IngressServiceBackend", "k8s");
@@ -224,6 +246,8 @@ export const RayJob_SubmitterPodTemplate = createProperty("K8s::Ray::RayJob.subm
224
246
  export const RayService_RayClusterConfig = createProperty("K8s::Ray::RayService.rayClusterConfig", "k8s");
225
247
  export const RayService_ServeService = createProperty("K8s::Ray::RayService.serveService", "k8s");
226
248
  export const RayService_UpgradeStrategy = createProperty("K8s::Ray::RayService.upgradeStrategy", "k8s");
249
+ export const ReferenceGrant_From = createProperty("K8s::Gateway::ReferenceGrant.from", "k8s");
250
+ export const ReferenceGrant_To = createProperty("K8s::Gateway::ReferenceGrant.to", "k8s");
227
251
  export const ResourceRequirements = createProperty("K8s::Core::ResourceRequirements", "k8s");
228
252
  export const RoleRef = createProperty("K8s::Rbac::RoleRef", "k8s");
229
253
  export const RollingUpdateDeployment = createProperty("K8s::Apps::RollingUpdateDeployment", "k8s");
@@ -41,6 +41,11 @@
41
41
  "apiVersion": "v1",
42
42
  "gvkKind": "APIVersions"
43
43
  },
44
+ "Address": {
45
+ "resourceType": "K8s::Gateway::Gateway.addresses",
46
+ "kind": "property",
47
+ "lexicon": "k8s"
48
+ },
44
49
  "Affinity": {
45
50
  "resourceType": "K8s::Core::Affinity",
46
51
  "kind": "property",
@@ -379,6 +384,53 @@
379
384
  "apiVersion": "v1",
380
385
  "gvkKind": "EventList"
381
386
  },
387
+ "CrdbCluster": {
388
+ "resourceType": "K8s::Crdb::CrdbCluster",
389
+ "kind": "resource",
390
+ "lexicon": "k8s",
391
+ "apiVersion": "crdb.cockroachlabs.com/v1alpha1",
392
+ "gvkKind": "CrdbCluster"
393
+ },
394
+ "CrdbCluster_Affinity": {
395
+ "resourceType": "K8s::Crdb::CrdbCluster.affinity",
396
+ "kind": "property",
397
+ "lexicon": "k8s"
398
+ },
399
+ "CrdbCluster_DataStore": {
400
+ "resourceType": "K8s::Crdb::CrdbCluster.dataStore",
401
+ "kind": "property",
402
+ "lexicon": "k8s"
403
+ },
404
+ "CrdbCluster_Image": {
405
+ "resourceType": "K8s::Crdb::CrdbCluster.image",
406
+ "kind": "property",
407
+ "lexicon": "k8s"
408
+ },
409
+ "CrdbCluster_Ingress": {
410
+ "resourceType": "K8s::Crdb::CrdbCluster.ingress",
411
+ "kind": "property",
412
+ "lexicon": "k8s"
413
+ },
414
+ "CrdbCluster_PodEnvVariable": {
415
+ "resourceType": "K8s::Crdb::CrdbCluster.podEnvVariables",
416
+ "kind": "property",
417
+ "lexicon": "k8s"
418
+ },
419
+ "CrdbCluster_Resources": {
420
+ "resourceType": "K8s::Crdb::CrdbCluster.resources",
421
+ "kind": "property",
422
+ "lexicon": "k8s"
423
+ },
424
+ "CrdbCluster_Toleration": {
425
+ "resourceType": "K8s::Crdb::CrdbCluster.tolerations",
426
+ "kind": "property",
427
+ "lexicon": "k8s"
428
+ },
429
+ "CrdbCluster_TopologySpreadConstraint": {
430
+ "resourceType": "K8s::Crdb::CrdbCluster.topologySpreadConstraints",
431
+ "kind": "property",
432
+ "lexicon": "k8s"
433
+ },
382
434
  "CronJob": {
383
435
  "resourceType": "K8s::Batch::CronJob",
384
436
  "kind": "resource",
@@ -428,6 +480,11 @@
428
480
  "apiVersion": "apps/v1",
429
481
  "gvkKind": "DaemonSetList"
430
482
  },
483
+ "DataStore": {
484
+ "resourceType": "K8s::Crdb::CrdbCluster.dataStore",
485
+ "kind": "property",
486
+ "lexicon": "k8s"
487
+ },
431
488
  "DeleteOptions": {
432
489
  "resourceType": "K8s::Core::DeleteOptions",
433
490
  "kind": "resource",
@@ -590,6 +647,62 @@
590
647
  "apiVersion": "flowcontrol.apiserver.k8s.io/v1",
591
648
  "gvkKind": "FlowSchemaList"
592
649
  },
650
+ "From": {
651
+ "resourceType": "K8s::Gateway::ReferenceGrant.from",
652
+ "kind": "property",
653
+ "lexicon": "k8s"
654
+ },
655
+ "GRPCRoute": {
656
+ "resourceType": "K8s::Gateway::GRPCRoute",
657
+ "kind": "resource",
658
+ "lexicon": "k8s",
659
+ "apiVersion": "gateway.networking.k8s.io/v1",
660
+ "gvkKind": "GRPCRoute"
661
+ },
662
+ "GRPCRoute_ParentRef": {
663
+ "resourceType": "K8s::Gateway::GRPCRoute.parentRefs",
664
+ "kind": "property",
665
+ "lexicon": "k8s"
666
+ },
667
+ "GRPCRoute_Rule": {
668
+ "resourceType": "K8s::Gateway::GRPCRoute.rules",
669
+ "kind": "property",
670
+ "lexicon": "k8s"
671
+ },
672
+ "Gateway": {
673
+ "resourceType": "K8s::Gateway::Gateway",
674
+ "kind": "resource",
675
+ "lexicon": "k8s",
676
+ "apiVersion": "gateway.networking.k8s.io/v1",
677
+ "gvkKind": "Gateway"
678
+ },
679
+ "GatewayClass": {
680
+ "resourceType": "K8s::Gateway::GatewayClass",
681
+ "kind": "resource",
682
+ "lexicon": "k8s",
683
+ "apiVersion": "gateway.networking.k8s.io/v1",
684
+ "gvkKind": "GatewayClass"
685
+ },
686
+ "GatewayClass_ParametersRef": {
687
+ "resourceType": "K8s::Gateway::GatewayClass.parametersRef",
688
+ "kind": "property",
689
+ "lexicon": "k8s"
690
+ },
691
+ "Gateway_Address": {
692
+ "resourceType": "K8s::Gateway::Gateway.addresses",
693
+ "kind": "property",
694
+ "lexicon": "k8s"
695
+ },
696
+ "Gateway_Infrastructure": {
697
+ "resourceType": "K8s::Gateway::Gateway.infrastructure",
698
+ "kind": "property",
699
+ "lexicon": "k8s"
700
+ },
701
+ "Gateway_Listener": {
702
+ "resourceType": "K8s::Gateway::Gateway.listeners",
703
+ "kind": "property",
704
+ "lexicon": "k8s"
705
+ },
593
706
  "GcsFaultToleranceOptions": {
594
707
  "resourceType": "K8s::Ray::RayCluster.gcsFaultToleranceOptions",
595
708
  "kind": "property",
@@ -617,6 +730,23 @@
617
730
  "kind": "property",
618
731
  "lexicon": "k8s"
619
732
  },
733
+ "HTTPRoute": {
734
+ "resourceType": "K8s::Gateway::HTTPRoute",
735
+ "kind": "resource",
736
+ "lexicon": "k8s",
737
+ "apiVersion": "gateway.networking.k8s.io/v1",
738
+ "gvkKind": "HTTPRoute"
739
+ },
740
+ "HTTPRoute_ParentRef": {
741
+ "resourceType": "K8s::Gateway::HTTPRoute.parentRefs",
742
+ "kind": "property",
743
+ "lexicon": "k8s"
744
+ },
745
+ "HTTPRoute_Rule": {
746
+ "resourceType": "K8s::Gateway::HTTPRoute.rules",
747
+ "kind": "property",
748
+ "lexicon": "k8s"
749
+ },
620
750
  "HeadGroupSpec": {
621
751
  "resourceType": "K8s::Ray::RayCluster.headGroupSpec",
622
752
  "kind": "property",
@@ -670,11 +800,21 @@
670
800
  "kind": "property",
671
801
  "lexicon": "k8s"
672
802
  },
803
+ "Image": {
804
+ "resourceType": "K8s::Crdb::CrdbCluster.image",
805
+ "kind": "property",
806
+ "lexicon": "k8s"
807
+ },
673
808
  "Info": {
674
809
  "resourceType": "K8s::Argo::Application.info",
675
810
  "kind": "property",
676
811
  "lexicon": "k8s"
677
812
  },
813
+ "Infrastructure": {
814
+ "resourceType": "K8s::Gateway::Gateway.infrastructure",
815
+ "kind": "property",
816
+ "lexicon": "k8s"
817
+ },
678
818
  "Ing": {
679
819
  "resourceType": "K8s::Networking::Ingress",
680
820
  "kind": "resource",
@@ -792,6 +932,11 @@
792
932
  "apiVersion": "v1",
793
933
  "gvkKind": "LimitRangeList"
794
934
  },
935
+ "Listener": {
936
+ "resourceType": "K8s::Gateway::Gateway.listeners",
937
+ "kind": "property",
938
+ "lexicon": "k8s"
939
+ },
795
940
  "LocalObjectReference": {
796
941
  "resourceType": "K8s::Core::LocalObjectReference",
797
942
  "kind": "property",
@@ -958,6 +1103,11 @@
958
1103
  "apiVersion": "v1",
959
1104
  "gvkKind": "PersistentVolumeClaim"
960
1105
  },
1106
+ "ParametersRef": {
1107
+ "resourceType": "K8s::Gateway::GatewayClass.parametersRef",
1108
+ "kind": "property",
1109
+ "lexicon": "k8s"
1110
+ },
961
1111
  "PersistentVolume": {
962
1112
  "resourceType": "K8s::Core::PersistentVolume",
963
1113
  "kind": "resource",
@@ -1017,6 +1167,11 @@
1017
1167
  "kind": "property",
1018
1168
  "lexicon": "k8s"
1019
1169
  },
1170
+ "PodEnvVariable": {
1171
+ "resourceType": "K8s::Crdb::CrdbCluster.podEnvVariables",
1172
+ "kind": "property",
1173
+ "lexicon": "k8s"
1174
+ },
1020
1175
  "PodList": {
1021
1176
  "resourceType": "K8s::Core::PodList",
1022
1177
  "kind": "resource",
@@ -1224,6 +1379,23 @@
1224
1379
  "kind": "property",
1225
1380
  "lexicon": "k8s"
1226
1381
  },
1382
+ "ReferenceGrant": {
1383
+ "resourceType": "K8s::Gateway::ReferenceGrant",
1384
+ "kind": "resource",
1385
+ "lexicon": "k8s",
1386
+ "apiVersion": "gateway.networking.k8s.io/v1beta1",
1387
+ "gvkKind": "ReferenceGrant"
1388
+ },
1389
+ "ReferenceGrant_From": {
1390
+ "resourceType": "K8s::Gateway::ReferenceGrant.from",
1391
+ "kind": "property",
1392
+ "lexicon": "k8s"
1393
+ },
1394
+ "ReferenceGrant_To": {
1395
+ "resourceType": "K8s::Gateway::ReferenceGrant.to",
1396
+ "kind": "property",
1397
+ "lexicon": "k8s"
1398
+ },
1227
1399
  "ReplicaSet": {
1228
1400
  "resourceType": "K8s::Apps::ReplicaSet",
1229
1401
  "kind": "resource",
@@ -1313,6 +1485,11 @@
1313
1485
  "apiVersion": "resource.k8s.io/v1beta1",
1314
1486
  "gvkKind": "ResourceSliceList"
1315
1487
  },
1488
+ "Resources": {
1489
+ "resourceType": "K8s::Crdb::CrdbCluster.resources",
1490
+ "kind": "property",
1491
+ "lexicon": "k8s"
1492
+ },
1316
1493
  "Role": {
1317
1494
  "resourceType": "K8s::Rbac::Role",
1318
1495
  "kind": "resource",
@@ -1613,6 +1790,11 @@
1613
1790
  "kind": "property",
1614
1791
  "lexicon": "k8s"
1615
1792
  },
1793
+ "To": {
1794
+ "resourceType": "K8s::Gateway::ReferenceGrant.to",
1795
+ "kind": "property",
1796
+ "lexicon": "k8s"
1797
+ },
1616
1798
  "TokenRequest": {
1617
1799
  "resourceType": "K8s::Authentication::TokenRequest",
1618
1800
  "kind": "resource",