Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions .local/application-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,27 @@ catalog:
packages:
- name: podinfo

- id: Dataviz
name: Dataviz catalog
description: My Dataviz packages
repoUrl: quay.io/okdp/sandbox-packages
packages:
- name: superset

- id: Notebooks
name: Notebooks catalog
description: My Notebooks packages
repoUrl: quay.io/okdp/sandbox-packages
packages:
- name: jupyterhub

- id: Spark
name: Spark catalog
description: My Spark packages
repoUrl: quay.io/okdp/sandbox-packages
packages:
- name: spark-history-server

clusters:
- id: kubo2
name: My k8s cluster 1
Expand All @@ -158,10 +179,10 @@ clusters:
auth:
# inCluster: true
kubeconfig:
apiServer: https://host.docker.internal:59370
apiServer: https://host.docker.internal:55192
path: /tmp/.kube/config
# When not provided, use current context
context: kind-kind
context: kind-okdp-sandbox
insecureSkipTlsVerify: true
# certificate:
# apiServer: https://k8s-api-server-url:6443
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.24
ARG GO_VERSION=1.24.5

FROM golang:${GO_VERSION} AS go-build

Expand Down
92 changes: 92 additions & 0 deletions api/openapi/v3/_api/k8s/k8s-server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

137 changes: 137 additions & 0 deletions api/openapi/v3/_api/pods/pods-server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading