Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike committed Sep 7, 2023
1 parent f7dcc38 commit 68ea620
Show file tree
Hide file tree
Showing 6 changed files with 509 additions and 1,210 deletions.
786 changes: 187 additions & 599 deletions charts/humio-operator/crds/core.humio.com_humioclusters.yaml

Large diffs are not rendered by default.

786 changes: 187 additions & 599 deletions config/crd/bases/core.humio.com_humioclusters.yaml

Large diffs are not rendered by default.

27 changes: 18 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,33 @@ go 1.20

require (
github.com/Masterminds/semver v1.5.0
github.com/cert-manager/cert-manager v1.12.4
github.com/cert-manager/cert-manager v1.10.2
github.com/go-logr/logr v1.2.4
github.com/go-logr/zapr v1.2.4
github.com/google/go-cmp v0.5.9
github.com/google/martian v2.1.0+incompatible
github.com/humio/cli v0.31.2-0.20230907075308-556012080752
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.11-0.20230807134635-babe25fc5472
github.com/openshift/api v0.0.0-20230831095235-8891815aa476
github.com/openshift/api v3.9.0+incompatible
github.com/prometheus/client_golang v1.15.1
go.uber.org/zap v1.25.0
gopkg.in/square/go-jose.v2 v2.6.0
k8s.io/api v0.27.2
k8s.io/apimachinery v0.27.2
k8s.io/client-go v0.27.2
sigs.k8s.io/controller-runtime v0.15.0
k8s.io/api v0.25.13
k8s.io/apimachinery v0.25.13
k8s.io/client-go v0.25.13
sigs.k8s.io/controller-runtime v0.13.1
)

require (
cloud.google.com/go/compute v1.14.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand All @@ -35,6 +43,7 @@ require (
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.6.9 // indirect
Expand Down Expand Up @@ -72,13 +81,13 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.27.2 // indirect
k8s.io/component-base v0.27.2 // indirect
k8s.io/apiextensions-apiserver v0.25.13 // indirect
k8s.io/component-base v0.25.13 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230515203736-54b630e78af5 // indirect
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
nhooyr.io/websocket v1.8.7 // indirect
sigs.k8s.io/gateway-api v0.7.0 // indirect
sigs.k8s.io/gateway-api v0.6.0-rc1 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
Expand Down
Loading

0 comments on commit 68ea620

Please sign in to comment.