K8s: APIGroupBuilder runner admission support (#95705)

This commit is contained in:
Todd Treece
2024-11-05 23:57:20 +02:00
committed by GitHub
parent 6d8ee5fde0
commit cd9fcd08aa
15 changed files with 838 additions and 24 deletions
@@ -0,0 +1,25 @@
package core
externalName: {
kind: "Example"
group: "example"
apiResource: {
groupOverride: "example.grafana.app"
}
codegen: {
frontend: false
backend: true
}
pluralName: "Examples"
current: "v1"
versions: {
"v1": {
schema: {
spec: {
a: string
b: string
}
}
}
}
}