Skip to content

Commit

Permalink
updates post review
Browse files Browse the repository at this point in the history
  • Loading branch information
maleck13 committed Mar 11, 2024
1 parent 8e2feda commit a8b5246
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ resources:
kind: DNSRecord
path: github.com/kuadrant/dns-operator/api/v1alpha1
version: v1alpha1
version: "3"
version: "3"
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: DNSHealthCheckProbe is the Schema for the dnshealthcheckprobes
API
displayName: DNSHealth Check Probe
kind: DNSHealthCheckProbe
name: dnshealthcheckprobes.kuadrant.io
version: v1alpha1
- description: DNSRecord is the Schema for the dnsrecords API
displayName: DNSRecord
kind: DNSRecord
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ require (
github.com/onsi/ginkgo/v2 v2.11.0
github.com/onsi/gomega v1.27.10
github.com/prometheus/client_golang v1.17.0
github.com/sirupsen/logrus v1.9.3
google.golang.org/api v0.134.0
k8s.io/api v0.28.3
k8s.io/apimachinery v0.28.3
k8s.io/client-go v0.28.3
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
sigs.k8s.io/controller-runtime v0.16.3
sigs.k8s.io/external-dns v0.14.0
sigs.k8s.io/gateway-api v0.7.1
)

require (
Expand Down Expand Up @@ -69,6 +67,7 @@ require (
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
Expand Down Expand Up @@ -98,6 +97,7 @@ require (
k8s.io/component-base v0.28.3 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
sigs.k8s.io/gateway-api v0.7.1 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
Expand Down

0 comments on commit a8b5246

Please sign in to comment.