Skip to content

Commit

Permalink
Merge pull request #565 from rabbitmq/1-20-compatible-tests
Browse files Browse the repository at this point in the history
Bump controller-runtime to v0.8.0
  • Loading branch information
ChunyiLyu authored Jan 19, 2021
2 parents 8a75409 + b720cb5 commit 0bba785
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 49 deletions.
16 changes: 13 additions & 3 deletions config/crd/bases/rabbitmq.com_rabbitmqclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,15 @@ spec:
type: object
spec:
properties:
allocateLoadBalancerNodePorts:
type: boolean
clusterIP:
type: string
clusterIPs:
items:
type: string
type: array
x-kubernetes-list-type: atomic
externalIPs:
items:
type: string
Expand All @@ -432,7 +439,12 @@ spec:
healthCheckNodePort:
format: int32
type: integer
ipFamily:
ipFamilies:
items:
type: string
type: array
x-kubernetes-list-type: atomic
ipFamilyPolicy:
type: string
loadBalancerIP:
type: string
Expand Down Expand Up @@ -3217,8 +3229,6 @@ spec:
type: object
type: object
type: array
required:
- sources
type: object
quobyte:
properties:
Expand Down
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ require (
github.com/onsi/gomega v1.10.4
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/sclevine/yj v0.0.0-20200815061347-554173e71934
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
gopkg.in/ini.v1 v1.62.0
k8s.io/api v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/client-go v0.19.2
k8s.io/utils v0.0.0-20200912215256-4140de9c8800
sigs.k8s.io/controller-runtime v0.7.0
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
sigs.k8s.io/controller-runtime v0.8.0
sigs.k8s.io/controller-tools v0.4.1
sigs.k8s.io/kind v0.9.0
sigs.k8s.io/kustomize/kustomize/v3 v3.9.1
Expand Down
Loading

0 comments on commit 0bba785

Please sign in to comment.