Skip to content

Commit c8dce2b

Browse files
committed
publish module gke
Some CRDs are automatically added to Google Kubernetes Engine clusters such as computeclasses.cloud.google.com. Add a basic module with the CRDs converted into schemas Signed-off-by: Hans Arnholm <hans@arnholm.com>
1 parent 988d8c1 commit c8dce2b

10 files changed

+2313
-0
lines changed

gke/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## GKE CRDs
2+
3+
Schemas for Kubernetes CRDs pre-installed in Google Kubernetes Engine (GKE) clusters.
4+
5+
Documentation; https://cloud.google.com/kubernetes-engine/docs/reference/crds/computeclass

gke/kcl.mod

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[package]
2+
name = "gke"
3+
edition = "v0.11.1"
4+
version = "0.0.1"
5+
6+
[dependencies]
7+
k8s = "1.32.4"

gke/kcl.mod.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[dependencies]
2+
[dependencies.k8s]
3+
name = "k8s"
4+
full_name = "k8s_1.32.4"
5+
version = "1.32.4"
6+
sum = "WrltC/mTXtdzmhBZxlvM71wJL5C/UZ/vW+bF3nFvNbM="
7+
reg = "ghcr.io"
8+
repo = "kcl-lang/k8s"
9+
oci_tag = "1.32.4"

0 commit comments

Comments
 (0)