@intentius/chant-lexicon-k8s 0.1.18 → 0.1.20
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/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +115 -0
- package/dist/types/index.d.ts +55 -0
- package/package.json +1 -1
- package/src/crd/crd-sources.ts +25 -0
- package/src/generated/index.d.ts +55 -0
- package/src/generated/index.ts +15 -0
- package/src/generated/lexicon-k8s.json +115 -0
package/dist/integrity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"algorithm": "sha256",
|
|
3
3
|
"artifacts": {
|
|
4
|
-
"manifest.json": "
|
|
5
|
-
"meta.json": "
|
|
6
|
-
"types/index.d.ts": "
|
|
4
|
+
"manifest.json": "62d619a7f24cdaeee1db7c66d6eea98397944372dbbf5eb1353b9c42d2e295e4",
|
|
5
|
+
"meta.json": "f315a2abf6e1407dfdef268c3bf2464c0ce1e64efee2c0024e7988ccb998dbce",
|
|
6
|
+
"types/index.d.ts": "72113f9248f36975a96fea9adfddbd79d5b2c9b97d507cf5b3d11a413887d2e1",
|
|
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": "
|
|
53
|
+
"composite": "78c6b4b1315fa05bd804b6ae50b5c2ed6b17e0bfae360315552990651f5dd024"
|
|
54
54
|
}
|
package/dist/manifest.json
CHANGED
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",
|
|
@@ -590,6 +595,62 @@
|
|
|
590
595
|
"apiVersion": "flowcontrol.apiserver.k8s.io/v1",
|
|
591
596
|
"gvkKind": "FlowSchemaList"
|
|
592
597
|
},
|
|
598
|
+
"From": {
|
|
599
|
+
"resourceType": "K8s::Gateway::ReferenceGrant.from",
|
|
600
|
+
"kind": "property",
|
|
601
|
+
"lexicon": "k8s"
|
|
602
|
+
},
|
|
603
|
+
"GRPCRoute": {
|
|
604
|
+
"resourceType": "K8s::Gateway::GRPCRoute",
|
|
605
|
+
"kind": "resource",
|
|
606
|
+
"lexicon": "k8s",
|
|
607
|
+
"apiVersion": "gateway.networking.k8s.io/v1",
|
|
608
|
+
"gvkKind": "GRPCRoute"
|
|
609
|
+
},
|
|
610
|
+
"GRPCRoute_ParentRef": {
|
|
611
|
+
"resourceType": "K8s::Gateway::GRPCRoute.parentRefs",
|
|
612
|
+
"kind": "property",
|
|
613
|
+
"lexicon": "k8s"
|
|
614
|
+
},
|
|
615
|
+
"GRPCRoute_Rule": {
|
|
616
|
+
"resourceType": "K8s::Gateway::GRPCRoute.rules",
|
|
617
|
+
"kind": "property",
|
|
618
|
+
"lexicon": "k8s"
|
|
619
|
+
},
|
|
620
|
+
"Gateway": {
|
|
621
|
+
"resourceType": "K8s::Gateway::Gateway",
|
|
622
|
+
"kind": "resource",
|
|
623
|
+
"lexicon": "k8s",
|
|
624
|
+
"apiVersion": "gateway.networking.k8s.io/v1",
|
|
625
|
+
"gvkKind": "Gateway"
|
|
626
|
+
},
|
|
627
|
+
"GatewayClass": {
|
|
628
|
+
"resourceType": "K8s::Gateway::GatewayClass",
|
|
629
|
+
"kind": "resource",
|
|
630
|
+
"lexicon": "k8s",
|
|
631
|
+
"apiVersion": "gateway.networking.k8s.io/v1",
|
|
632
|
+
"gvkKind": "GatewayClass"
|
|
633
|
+
},
|
|
634
|
+
"GatewayClass_ParametersRef": {
|
|
635
|
+
"resourceType": "K8s::Gateway::GatewayClass.parametersRef",
|
|
636
|
+
"kind": "property",
|
|
637
|
+
"lexicon": "k8s"
|
|
638
|
+
},
|
|
639
|
+
"Gateway_Address": {
|
|
640
|
+
"resourceType": "K8s::Gateway::Gateway.addresses",
|
|
641
|
+
"kind": "property",
|
|
642
|
+
"lexicon": "k8s"
|
|
643
|
+
},
|
|
644
|
+
"Gateway_Infrastructure": {
|
|
645
|
+
"resourceType": "K8s::Gateway::Gateway.infrastructure",
|
|
646
|
+
"kind": "property",
|
|
647
|
+
"lexicon": "k8s"
|
|
648
|
+
},
|
|
649
|
+
"Gateway_Listener": {
|
|
650
|
+
"resourceType": "K8s::Gateway::Gateway.listeners",
|
|
651
|
+
"kind": "property",
|
|
652
|
+
"lexicon": "k8s"
|
|
653
|
+
},
|
|
593
654
|
"GcsFaultToleranceOptions": {
|
|
594
655
|
"resourceType": "K8s::Ray::RayCluster.gcsFaultToleranceOptions",
|
|
595
656
|
"kind": "property",
|
|
@@ -617,6 +678,23 @@
|
|
|
617
678
|
"kind": "property",
|
|
618
679
|
"lexicon": "k8s"
|
|
619
680
|
},
|
|
681
|
+
"HTTPRoute": {
|
|
682
|
+
"resourceType": "K8s::Gateway::HTTPRoute",
|
|
683
|
+
"kind": "resource",
|
|
684
|
+
"lexicon": "k8s",
|
|
685
|
+
"apiVersion": "gateway.networking.k8s.io/v1",
|
|
686
|
+
"gvkKind": "HTTPRoute"
|
|
687
|
+
},
|
|
688
|
+
"HTTPRoute_ParentRef": {
|
|
689
|
+
"resourceType": "K8s::Gateway::HTTPRoute.parentRefs",
|
|
690
|
+
"kind": "property",
|
|
691
|
+
"lexicon": "k8s"
|
|
692
|
+
},
|
|
693
|
+
"HTTPRoute_Rule": {
|
|
694
|
+
"resourceType": "K8s::Gateway::HTTPRoute.rules",
|
|
695
|
+
"kind": "property",
|
|
696
|
+
"lexicon": "k8s"
|
|
697
|
+
},
|
|
620
698
|
"HeadGroupSpec": {
|
|
621
699
|
"resourceType": "K8s::Ray::RayCluster.headGroupSpec",
|
|
622
700
|
"kind": "property",
|
|
@@ -675,6 +753,11 @@
|
|
|
675
753
|
"kind": "property",
|
|
676
754
|
"lexicon": "k8s"
|
|
677
755
|
},
|
|
756
|
+
"Infrastructure": {
|
|
757
|
+
"resourceType": "K8s::Gateway::Gateway.infrastructure",
|
|
758
|
+
"kind": "property",
|
|
759
|
+
"lexicon": "k8s"
|
|
760
|
+
},
|
|
678
761
|
"Ing": {
|
|
679
762
|
"resourceType": "K8s::Networking::Ingress",
|
|
680
763
|
"kind": "resource",
|
|
@@ -792,6 +875,11 @@
|
|
|
792
875
|
"apiVersion": "v1",
|
|
793
876
|
"gvkKind": "LimitRangeList"
|
|
794
877
|
},
|
|
878
|
+
"Listener": {
|
|
879
|
+
"resourceType": "K8s::Gateway::Gateway.listeners",
|
|
880
|
+
"kind": "property",
|
|
881
|
+
"lexicon": "k8s"
|
|
882
|
+
},
|
|
795
883
|
"LocalObjectReference": {
|
|
796
884
|
"resourceType": "K8s::Core::LocalObjectReference",
|
|
797
885
|
"kind": "property",
|
|
@@ -958,6 +1046,11 @@
|
|
|
958
1046
|
"apiVersion": "v1",
|
|
959
1047
|
"gvkKind": "PersistentVolumeClaim"
|
|
960
1048
|
},
|
|
1049
|
+
"ParametersRef": {
|
|
1050
|
+
"resourceType": "K8s::Gateway::GatewayClass.parametersRef",
|
|
1051
|
+
"kind": "property",
|
|
1052
|
+
"lexicon": "k8s"
|
|
1053
|
+
},
|
|
961
1054
|
"PersistentVolume": {
|
|
962
1055
|
"resourceType": "K8s::Core::PersistentVolume",
|
|
963
1056
|
"kind": "resource",
|
|
@@ -1224,6 +1317,23 @@
|
|
|
1224
1317
|
"kind": "property",
|
|
1225
1318
|
"lexicon": "k8s"
|
|
1226
1319
|
},
|
|
1320
|
+
"ReferenceGrant": {
|
|
1321
|
+
"resourceType": "K8s::Gateway::ReferenceGrant",
|
|
1322
|
+
"kind": "resource",
|
|
1323
|
+
"lexicon": "k8s",
|
|
1324
|
+
"apiVersion": "gateway.networking.k8s.io/v1beta1",
|
|
1325
|
+
"gvkKind": "ReferenceGrant"
|
|
1326
|
+
},
|
|
1327
|
+
"ReferenceGrant_From": {
|
|
1328
|
+
"resourceType": "K8s::Gateway::ReferenceGrant.from",
|
|
1329
|
+
"kind": "property",
|
|
1330
|
+
"lexicon": "k8s"
|
|
1331
|
+
},
|
|
1332
|
+
"ReferenceGrant_To": {
|
|
1333
|
+
"resourceType": "K8s::Gateway::ReferenceGrant.to",
|
|
1334
|
+
"kind": "property",
|
|
1335
|
+
"lexicon": "k8s"
|
|
1336
|
+
},
|
|
1227
1337
|
"ReplicaSet": {
|
|
1228
1338
|
"resourceType": "K8s::Apps::ReplicaSet",
|
|
1229
1339
|
"kind": "resource",
|
|
@@ -1613,6 +1723,11 @@
|
|
|
1613
1723
|
"kind": "property",
|
|
1614
1724
|
"lexicon": "k8s"
|
|
1615
1725
|
},
|
|
1726
|
+
"To": {
|
|
1727
|
+
"resourceType": "K8s::Gateway::ReferenceGrant.to",
|
|
1728
|
+
"kind": "property",
|
|
1729
|
+
"lexicon": "k8s"
|
|
1730
|
+
},
|
|
1616
1731
|
"TokenRequest": {
|
|
1617
1732
|
"resourceType": "K8s::Authentication::TokenRequest",
|
|
1618
1733
|
"kind": "resource",
|
package/dist/types/index.d.ts
CHANGED
|
@@ -744,6 +744,39 @@ export declare class FlowSchemaList {
|
|
|
744
744
|
readonly uid: string;
|
|
745
745
|
}
|
|
746
746
|
|
|
747
|
+
export declare class Gateway {
|
|
748
|
+
constructor(props: {
|
|
749
|
+
/** Spec defines the desired state of Gateway. */
|
|
750
|
+
spec: Record<string, unknown>;
|
|
751
|
+
metadata?: Record<string, unknown>;
|
|
752
|
+
});
|
|
753
|
+
readonly name: string;
|
|
754
|
+
readonly namespace: string;
|
|
755
|
+
readonly uid: string;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
export declare class GatewayClass {
|
|
759
|
+
constructor(props: {
|
|
760
|
+
/** Spec defines the desired state of GatewayClass. */
|
|
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 GRPCRoute {
|
|
770
|
+
constructor(props: {
|
|
771
|
+
metadata?: Record<string, unknown>;
|
|
772
|
+
/** Spec defines the desired state of GRPCRoute. */
|
|
773
|
+
spec?: Record<string, unknown>;
|
|
774
|
+
});
|
|
775
|
+
readonly name: string;
|
|
776
|
+
readonly namespace: string;
|
|
777
|
+
readonly uid: string;
|
|
778
|
+
}
|
|
779
|
+
|
|
747
780
|
export declare class HorizontalPodAutoscaler {
|
|
748
781
|
constructor(props: {
|
|
749
782
|
/** metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */
|
|
@@ -780,6 +813,17 @@ export declare class HPA {
|
|
|
780
813
|
readonly uid: string;
|
|
781
814
|
}
|
|
782
815
|
|
|
816
|
+
export declare class HTTPRoute {
|
|
817
|
+
constructor(props: {
|
|
818
|
+
/** Spec defines the desired state of HTTPRoute. */
|
|
819
|
+
spec: Record<string, unknown>;
|
|
820
|
+
metadata?: Record<string, unknown>;
|
|
821
|
+
});
|
|
822
|
+
readonly name: string;
|
|
823
|
+
readonly namespace: string;
|
|
824
|
+
readonly uid: string;
|
|
825
|
+
}
|
|
826
|
+
|
|
783
827
|
export declare class Ing {
|
|
784
828
|
constructor(props: {
|
|
785
829
|
/** Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */
|
|
@@ -1308,6 +1352,17 @@ export declare class RayService {
|
|
|
1308
1352
|
readonly uid: string;
|
|
1309
1353
|
}
|
|
1310
1354
|
|
|
1355
|
+
export declare class ReferenceGrant {
|
|
1356
|
+
constructor(props: {
|
|
1357
|
+
metadata?: Record<string, unknown>;
|
|
1358
|
+
/** Spec defines the desired state of ReferenceGrant. */
|
|
1359
|
+
spec?: Record<string, unknown>;
|
|
1360
|
+
});
|
|
1361
|
+
readonly name: string;
|
|
1362
|
+
readonly namespace: string;
|
|
1363
|
+
readonly uid: string;
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1311
1366
|
export declare class ReplicaSet {
|
|
1312
1367
|
constructor(props: {
|
|
1313
1368
|
/** 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
package/src/crd/crd-sources.ts
CHANGED
|
@@ -37,6 +37,26 @@ 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
|
+
|
|
40
60
|
export const CRD_SOURCES: CRDSource[] = [
|
|
41
61
|
{ type: "url", url: `${KUBERAY_CRD_BASE}/ray.io_rayclusters.yaml` },
|
|
42
62
|
{ type: "url", url: `${KUBERAY_CRD_BASE}/ray.io_rayjobs.yaml` },
|
|
@@ -44,4 +64,9 @@ export const CRD_SOURCES: CRDSource[] = [
|
|
|
44
64
|
{ type: "url", url: `${ARGOCD_CRD_BASE}/application-crd.yaml` },
|
|
45
65
|
{ type: "url", url: `${ARGOCD_CRD_BASE}/applicationset-crd.yaml` },
|
|
46
66
|
{ type: "url", url: `${ARGOCD_CRD_BASE}/appproject-crd.yaml` },
|
|
67
|
+
{ type: "url", url: `${GATEWAY_API_CRD_BASE}/gateway.networking.k8s.io_gatewayclasses.yaml` },
|
|
68
|
+
{ type: "url", url: `${GATEWAY_API_CRD_BASE}/gateway.networking.k8s.io_gateways.yaml` },
|
|
69
|
+
{ type: "url", url: `${GATEWAY_API_CRD_BASE}/gateway.networking.k8s.io_httproutes.yaml` },
|
|
70
|
+
{ type: "url", url: `${GATEWAY_API_CRD_BASE}/gateway.networking.k8s.io_grpcroutes.yaml` },
|
|
71
|
+
{ type: "url", url: `${GATEWAY_API_CRD_BASE}/gateway.networking.k8s.io_referencegrants.yaml` },
|
|
47
72
|
];
|
package/src/generated/index.d.ts
CHANGED
|
@@ -744,6 +744,39 @@ export declare class FlowSchemaList {
|
|
|
744
744
|
readonly uid: string;
|
|
745
745
|
}
|
|
746
746
|
|
|
747
|
+
export declare class Gateway {
|
|
748
|
+
constructor(props: {
|
|
749
|
+
/** Spec defines the desired state of Gateway. */
|
|
750
|
+
spec: Record<string, unknown>;
|
|
751
|
+
metadata?: Record<string, unknown>;
|
|
752
|
+
});
|
|
753
|
+
readonly name: string;
|
|
754
|
+
readonly namespace: string;
|
|
755
|
+
readonly uid: string;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
export declare class GatewayClass {
|
|
759
|
+
constructor(props: {
|
|
760
|
+
/** Spec defines the desired state of GatewayClass. */
|
|
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 GRPCRoute {
|
|
770
|
+
constructor(props: {
|
|
771
|
+
metadata?: Record<string, unknown>;
|
|
772
|
+
/** Spec defines the desired state of GRPCRoute. */
|
|
773
|
+
spec?: Record<string, unknown>;
|
|
774
|
+
});
|
|
775
|
+
readonly name: string;
|
|
776
|
+
readonly namespace: string;
|
|
777
|
+
readonly uid: string;
|
|
778
|
+
}
|
|
779
|
+
|
|
747
780
|
export declare class HorizontalPodAutoscaler {
|
|
748
781
|
constructor(props: {
|
|
749
782
|
/** metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */
|
|
@@ -780,6 +813,17 @@ export declare class HPA {
|
|
|
780
813
|
readonly uid: string;
|
|
781
814
|
}
|
|
782
815
|
|
|
816
|
+
export declare class HTTPRoute {
|
|
817
|
+
constructor(props: {
|
|
818
|
+
/** Spec defines the desired state of HTTPRoute. */
|
|
819
|
+
spec: Record<string, unknown>;
|
|
820
|
+
metadata?: Record<string, unknown>;
|
|
821
|
+
});
|
|
822
|
+
readonly name: string;
|
|
823
|
+
readonly namespace: string;
|
|
824
|
+
readonly uid: string;
|
|
825
|
+
}
|
|
826
|
+
|
|
783
827
|
export declare class Ing {
|
|
784
828
|
constructor(props: {
|
|
785
829
|
/** Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata */
|
|
@@ -1308,6 +1352,17 @@ export declare class RayService {
|
|
|
1308
1352
|
readonly uid: string;
|
|
1309
1353
|
}
|
|
1310
1354
|
|
|
1355
|
+
export declare class ReferenceGrant {
|
|
1356
|
+
constructor(props: {
|
|
1357
|
+
metadata?: Record<string, unknown>;
|
|
1358
|
+
/** Spec defines the desired state of ReferenceGrant. */
|
|
1359
|
+
spec?: Record<string, unknown>;
|
|
1360
|
+
});
|
|
1361
|
+
readonly name: string;
|
|
1362
|
+
readonly namespace: string;
|
|
1363
|
+
readonly uid: string;
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1311
1366
|
export declare class ReplicaSet {
|
|
1312
1367
|
constructor(props: {
|
|
1313
1368
|
/** 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/src/generated/index.ts
CHANGED
|
@@ -55,9 +55,13 @@ export const EventsEventList = createResource("K8s::Events::EventList", "k8s", {
|
|
|
55
55
|
export const Eviction = createResource("K8s::Policy::Eviction", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
56
56
|
export const FlowSchema = createResource("K8s::Flowcontrol::FlowSchema", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
57
57
|
export const FlowSchemaList = createResource("K8s::Flowcontrol::FlowSchemaList", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
58
|
+
export const Gateway = createResource("K8s::Gateway::Gateway", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
59
|
+
export const GatewayClass = createResource("K8s::Gateway::GatewayClass", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
60
|
+
export const GRPCRoute = createResource("K8s::Gateway::GRPCRoute", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
58
61
|
export const HorizontalPodAutoscaler = createResource("K8s::Autoscaling::HorizontalPodAutoscaler", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
59
62
|
export const HorizontalPodAutoscalerList = createResource("K8s::Autoscaling::HorizontalPodAutoscalerList", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
60
63
|
export const HPA = createResource("K8s::Autoscaling::HorizontalPodAutoscaler", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
64
|
+
export const HTTPRoute = createResource("K8s::Gateway::HTTPRoute", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
61
65
|
export const Ing = createResource("K8s::Networking::Ingress", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
62
66
|
export const Ingress = createResource("K8s::Networking::Ingress", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
63
67
|
export const IngressClass = createResource("K8s::Networking::IngressClass", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
@@ -102,6 +106,7 @@ export const PVC = createResource("K8s::Core::PersistentVolumeClaim", "k8s", {"n
|
|
|
102
106
|
export const RayCluster = createResource("K8s::Ray::RayCluster", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
103
107
|
export const RayJob = createResource("K8s::Ray::RayJob", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
104
108
|
export const RayService = createResource("K8s::Ray::RayService", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
109
|
+
export const ReferenceGrant = createResource("K8s::Gateway::ReferenceGrant", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
105
110
|
export const ReplicaSet = createResource("K8s::Apps::ReplicaSet", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
106
111
|
export const ReplicaSetList = createResource("K8s::Apps::ReplicaSetList", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
107
112
|
export const ReplicationController = createResource("K8s::Core::ReplicationController", "k8s", {"name":"name","namespace":"namespace","uid":"uid"});
|
|
@@ -188,10 +193,18 @@ export const EnvVar = createProperty("K8s::Core::EnvVar", "k8s");
|
|
|
188
193
|
export const EnvVarSource = createProperty("K8s::Core::EnvVarSource", "k8s");
|
|
189
194
|
export const EphemeralContainer = createProperty("K8s::Core::EphemeralContainer", "k8s");
|
|
190
195
|
export const ExecAction = createProperty("K8s::Core::ExecAction", "k8s");
|
|
196
|
+
export const Gateway_Address = createProperty("K8s::Gateway::Gateway.addresses", "k8s");
|
|
197
|
+
export const Gateway_Infrastructure = createProperty("K8s::Gateway::Gateway.infrastructure", "k8s");
|
|
198
|
+
export const Gateway_Listener = createProperty("K8s::Gateway::Gateway.listeners", "k8s");
|
|
199
|
+
export const GatewayClass_ParametersRef = createProperty("K8s::Gateway::GatewayClass.parametersRef", "k8s");
|
|
200
|
+
export const GRPCRoute_ParentRef = createProperty("K8s::Gateway::GRPCRoute.parentRefs", "k8s");
|
|
201
|
+
export const GRPCRoute_Rule = createProperty("K8s::Gateway::GRPCRoute.rules", "k8s");
|
|
191
202
|
export const HorizontalPodAutoscalerBehavior = createProperty("K8s::Autoscaling::HorizontalPodAutoscalerBehavior", "k8s");
|
|
192
203
|
export const HostAlias = createProperty("K8s::Core::HostAlias", "k8s");
|
|
193
204
|
export const HTTPGetAction = createProperty("K8s::Core::HTTPGetAction", "k8s");
|
|
194
205
|
export const HTTPIngressPath = createProperty("K8s::Networking::HTTPIngressPath", "k8s");
|
|
206
|
+
export const HTTPRoute_ParentRef = createProperty("K8s::Gateway::HTTPRoute.parentRefs", "k8s");
|
|
207
|
+
export const HTTPRoute_Rule = createProperty("K8s::Gateway::HTTPRoute.rules", "k8s");
|
|
195
208
|
export const IngressBackend = createProperty("K8s::Networking::IngressBackend", "k8s");
|
|
196
209
|
export const IngressRule = createProperty("K8s::Networking::IngressRule", "k8s");
|
|
197
210
|
export const IngressServiceBackend = createProperty("K8s::Networking::IngressServiceBackend", "k8s");
|
|
@@ -224,6 +237,8 @@ export const RayJob_SubmitterPodTemplate = createProperty("K8s::Ray::RayJob.subm
|
|
|
224
237
|
export const RayService_RayClusterConfig = createProperty("K8s::Ray::RayService.rayClusterConfig", "k8s");
|
|
225
238
|
export const RayService_ServeService = createProperty("K8s::Ray::RayService.serveService", "k8s");
|
|
226
239
|
export const RayService_UpgradeStrategy = createProperty("K8s::Ray::RayService.upgradeStrategy", "k8s");
|
|
240
|
+
export const ReferenceGrant_From = createProperty("K8s::Gateway::ReferenceGrant.from", "k8s");
|
|
241
|
+
export const ReferenceGrant_To = createProperty("K8s::Gateway::ReferenceGrant.to", "k8s");
|
|
227
242
|
export const ResourceRequirements = createProperty("K8s::Core::ResourceRequirements", "k8s");
|
|
228
243
|
export const RoleRef = createProperty("K8s::Rbac::RoleRef", "k8s");
|
|
229
244
|
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",
|
|
@@ -590,6 +595,62 @@
|
|
|
590
595
|
"apiVersion": "flowcontrol.apiserver.k8s.io/v1",
|
|
591
596
|
"gvkKind": "FlowSchemaList"
|
|
592
597
|
},
|
|
598
|
+
"From": {
|
|
599
|
+
"resourceType": "K8s::Gateway::ReferenceGrant.from",
|
|
600
|
+
"kind": "property",
|
|
601
|
+
"lexicon": "k8s"
|
|
602
|
+
},
|
|
603
|
+
"GRPCRoute": {
|
|
604
|
+
"resourceType": "K8s::Gateway::GRPCRoute",
|
|
605
|
+
"kind": "resource",
|
|
606
|
+
"lexicon": "k8s",
|
|
607
|
+
"apiVersion": "gateway.networking.k8s.io/v1",
|
|
608
|
+
"gvkKind": "GRPCRoute"
|
|
609
|
+
},
|
|
610
|
+
"GRPCRoute_ParentRef": {
|
|
611
|
+
"resourceType": "K8s::Gateway::GRPCRoute.parentRefs",
|
|
612
|
+
"kind": "property",
|
|
613
|
+
"lexicon": "k8s"
|
|
614
|
+
},
|
|
615
|
+
"GRPCRoute_Rule": {
|
|
616
|
+
"resourceType": "K8s::Gateway::GRPCRoute.rules",
|
|
617
|
+
"kind": "property",
|
|
618
|
+
"lexicon": "k8s"
|
|
619
|
+
},
|
|
620
|
+
"Gateway": {
|
|
621
|
+
"resourceType": "K8s::Gateway::Gateway",
|
|
622
|
+
"kind": "resource",
|
|
623
|
+
"lexicon": "k8s",
|
|
624
|
+
"apiVersion": "gateway.networking.k8s.io/v1",
|
|
625
|
+
"gvkKind": "Gateway"
|
|
626
|
+
},
|
|
627
|
+
"GatewayClass": {
|
|
628
|
+
"resourceType": "K8s::Gateway::GatewayClass",
|
|
629
|
+
"kind": "resource",
|
|
630
|
+
"lexicon": "k8s",
|
|
631
|
+
"apiVersion": "gateway.networking.k8s.io/v1",
|
|
632
|
+
"gvkKind": "GatewayClass"
|
|
633
|
+
},
|
|
634
|
+
"GatewayClass_ParametersRef": {
|
|
635
|
+
"resourceType": "K8s::Gateway::GatewayClass.parametersRef",
|
|
636
|
+
"kind": "property",
|
|
637
|
+
"lexicon": "k8s"
|
|
638
|
+
},
|
|
639
|
+
"Gateway_Address": {
|
|
640
|
+
"resourceType": "K8s::Gateway::Gateway.addresses",
|
|
641
|
+
"kind": "property",
|
|
642
|
+
"lexicon": "k8s"
|
|
643
|
+
},
|
|
644
|
+
"Gateway_Infrastructure": {
|
|
645
|
+
"resourceType": "K8s::Gateway::Gateway.infrastructure",
|
|
646
|
+
"kind": "property",
|
|
647
|
+
"lexicon": "k8s"
|
|
648
|
+
},
|
|
649
|
+
"Gateway_Listener": {
|
|
650
|
+
"resourceType": "K8s::Gateway::Gateway.listeners",
|
|
651
|
+
"kind": "property",
|
|
652
|
+
"lexicon": "k8s"
|
|
653
|
+
},
|
|
593
654
|
"GcsFaultToleranceOptions": {
|
|
594
655
|
"resourceType": "K8s::Ray::RayCluster.gcsFaultToleranceOptions",
|
|
595
656
|
"kind": "property",
|
|
@@ -617,6 +678,23 @@
|
|
|
617
678
|
"kind": "property",
|
|
618
679
|
"lexicon": "k8s"
|
|
619
680
|
},
|
|
681
|
+
"HTTPRoute": {
|
|
682
|
+
"resourceType": "K8s::Gateway::HTTPRoute",
|
|
683
|
+
"kind": "resource",
|
|
684
|
+
"lexicon": "k8s",
|
|
685
|
+
"apiVersion": "gateway.networking.k8s.io/v1",
|
|
686
|
+
"gvkKind": "HTTPRoute"
|
|
687
|
+
},
|
|
688
|
+
"HTTPRoute_ParentRef": {
|
|
689
|
+
"resourceType": "K8s::Gateway::HTTPRoute.parentRefs",
|
|
690
|
+
"kind": "property",
|
|
691
|
+
"lexicon": "k8s"
|
|
692
|
+
},
|
|
693
|
+
"HTTPRoute_Rule": {
|
|
694
|
+
"resourceType": "K8s::Gateway::HTTPRoute.rules",
|
|
695
|
+
"kind": "property",
|
|
696
|
+
"lexicon": "k8s"
|
|
697
|
+
},
|
|
620
698
|
"HeadGroupSpec": {
|
|
621
699
|
"resourceType": "K8s::Ray::RayCluster.headGroupSpec",
|
|
622
700
|
"kind": "property",
|
|
@@ -675,6 +753,11 @@
|
|
|
675
753
|
"kind": "property",
|
|
676
754
|
"lexicon": "k8s"
|
|
677
755
|
},
|
|
756
|
+
"Infrastructure": {
|
|
757
|
+
"resourceType": "K8s::Gateway::Gateway.infrastructure",
|
|
758
|
+
"kind": "property",
|
|
759
|
+
"lexicon": "k8s"
|
|
760
|
+
},
|
|
678
761
|
"Ing": {
|
|
679
762
|
"resourceType": "K8s::Networking::Ingress",
|
|
680
763
|
"kind": "resource",
|
|
@@ -792,6 +875,11 @@
|
|
|
792
875
|
"apiVersion": "v1",
|
|
793
876
|
"gvkKind": "LimitRangeList"
|
|
794
877
|
},
|
|
878
|
+
"Listener": {
|
|
879
|
+
"resourceType": "K8s::Gateway::Gateway.listeners",
|
|
880
|
+
"kind": "property",
|
|
881
|
+
"lexicon": "k8s"
|
|
882
|
+
},
|
|
795
883
|
"LocalObjectReference": {
|
|
796
884
|
"resourceType": "K8s::Core::LocalObjectReference",
|
|
797
885
|
"kind": "property",
|
|
@@ -958,6 +1046,11 @@
|
|
|
958
1046
|
"apiVersion": "v1",
|
|
959
1047
|
"gvkKind": "PersistentVolumeClaim"
|
|
960
1048
|
},
|
|
1049
|
+
"ParametersRef": {
|
|
1050
|
+
"resourceType": "K8s::Gateway::GatewayClass.parametersRef",
|
|
1051
|
+
"kind": "property",
|
|
1052
|
+
"lexicon": "k8s"
|
|
1053
|
+
},
|
|
961
1054
|
"PersistentVolume": {
|
|
962
1055
|
"resourceType": "K8s::Core::PersistentVolume",
|
|
963
1056
|
"kind": "resource",
|
|
@@ -1224,6 +1317,23 @@
|
|
|
1224
1317
|
"kind": "property",
|
|
1225
1318
|
"lexicon": "k8s"
|
|
1226
1319
|
},
|
|
1320
|
+
"ReferenceGrant": {
|
|
1321
|
+
"resourceType": "K8s::Gateway::ReferenceGrant",
|
|
1322
|
+
"kind": "resource",
|
|
1323
|
+
"lexicon": "k8s",
|
|
1324
|
+
"apiVersion": "gateway.networking.k8s.io/v1beta1",
|
|
1325
|
+
"gvkKind": "ReferenceGrant"
|
|
1326
|
+
},
|
|
1327
|
+
"ReferenceGrant_From": {
|
|
1328
|
+
"resourceType": "K8s::Gateway::ReferenceGrant.from",
|
|
1329
|
+
"kind": "property",
|
|
1330
|
+
"lexicon": "k8s"
|
|
1331
|
+
},
|
|
1332
|
+
"ReferenceGrant_To": {
|
|
1333
|
+
"resourceType": "K8s::Gateway::ReferenceGrant.to",
|
|
1334
|
+
"kind": "property",
|
|
1335
|
+
"lexicon": "k8s"
|
|
1336
|
+
},
|
|
1227
1337
|
"ReplicaSet": {
|
|
1228
1338
|
"resourceType": "K8s::Apps::ReplicaSet",
|
|
1229
1339
|
"kind": "resource",
|
|
@@ -1613,6 +1723,11 @@
|
|
|
1613
1723
|
"kind": "property",
|
|
1614
1724
|
"lexicon": "k8s"
|
|
1615
1725
|
},
|
|
1726
|
+
"To": {
|
|
1727
|
+
"resourceType": "K8s::Gateway::ReferenceGrant.to",
|
|
1728
|
+
"kind": "property",
|
|
1729
|
+
"lexicon": "k8s"
|
|
1730
|
+
},
|
|
1616
1731
|
"TokenRequest": {
|
|
1617
1732
|
"resourceType": "K8s::Authentication::TokenRequest",
|
|
1618
1733
|
"kind": "resource",
|