forked from cryostatio/cryostat-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update operator-sdk to 0.15.2 and update related dependencies, replace deprecated openapi code generation command with new binary, and first pass of updated generated CRDs and openapi code Related to cryostatio#73
- Loading branch information
1 parent
7993b2a
commit a64f146
Showing
10 changed files
with
612 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,4 +76,4 @@ tags | |
.history | ||
# End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode | ||
|
||
bundle/*.crd.yaml | ||
vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,45 @@ | ||
module github.com/rh-jmc-team/container-jfr-operator | ||
|
||
require ( | ||
github.com/go-openapi/spec v0.17.2 | ||
github.com/go-openapi/spec v0.19.4 | ||
github.com/gorilla/websocket v1.4.1 | ||
github.com/openshift/api v3.9.0+incompatible | ||
github.com/operator-framework/operator-sdk v0.11.0 | ||
github.com/spf13/pflag v1.0.3 | ||
k8s.io/api v0.0.0-20190918155943-95b840bb6a1f | ||
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655 | ||
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible | ||
k8s.io/kube-openapi v0.0.0-20190401085232-94e1e7b7574c | ||
sigs.k8s.io/controller-runtime v0.2.2 | ||
github.com/openshift/api v3.9.1-0.20190924102528-32369d4db2ad+incompatible | ||
github.com/operator-framework/operator-sdk v0.15.2 | ||
github.com/spf13/pflag v1.0.5 | ||
k8s.io/api v0.0.0 | ||
k8s.io/apimachinery v0.0.0 | ||
k8s.io/client-go v12.0.0+incompatible | ||
k8s.io/kube-openapi v0.0.0-20190918143330-0270cf2f1c1d | ||
sigs.k8s.io/controller-runtime v0.4.0 | ||
) | ||
|
||
// Pinned to kubernetes-1.14.1 | ||
// Pinned to kubernetes-1.16.2 | ||
replace ( | ||
k8s.io/api => k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b | ||
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20190409022649-727a075fdec8 | ||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d | ||
k8s.io/client-go => k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible | ||
k8s.io/cloud-provider => k8s.io/cloud-provider v0.0.0-20190409023720-1bc0c81fa51d | ||
k8s.io/api => k8s.io/api v0.0.0-20191016110408-35e52d86657a | ||
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20191016113550-5357c4baaf65 | ||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20191004115801-a2eda9f80ab8 | ||
k8s.io/apiserver => k8s.io/apiserver v0.0.0-20191016112112-5190913f932d | ||
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20191016114015-74ad18325ed5 | ||
k8s.io/client-go => k8s.io/client-go v0.0.0-20191016111102-bec269661e48 | ||
k8s.io/cloud-provider => k8s.io/cloud-provider v0.0.0-20191016115326-20453efc2458 | ||
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.0.0-20191016115129-c07a134afb42 | ||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20191004115455-8e001e5d1894 | ||
k8s.io/component-base => k8s.io/component-base v0.0.0-20191016111319-039242c015a9 | ||
k8s.io/cri-api => k8s.io/cri-api v0.0.0-20190828162817-608eb1dad4ac | ||
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.0.0-20191016115521-756ffa5af0bd | ||
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.0.0-20191016112429-9587704a8ad4 | ||
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.0.0-20191016114939-2b2b218dc1df | ||
k8s.io/kube-proxy => k8s.io/kube-proxy v0.0.0-20191016114407-2e83b6f20229 | ||
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.0.0-20191016114748-65049c67a58b | ||
k8s.io/kubectl => k8s.io/kubectl v0.0.0-20191016120415-2ed914427d51 | ||
k8s.io/kubelet => k8s.io/kubelet v0.0.0-20191016114556-7841ed97f1b2 | ||
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.0.0-20191016115753-cf0698c3a16b | ||
k8s.io/metrics => k8s.io/metrics v0.0.0-20191016113814-3b1a734dba6e | ||
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.0.0-20191016112829-06bb3c9d77c9 | ||
) | ||
|
||
replace ( | ||
// Indirect operator-sdk dependencies use git.apache.org, which is frequently | ||
// down. The github mirror should be used instead. | ||
// Locking to a specific version (from 'go mod graph'): | ||
git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999 | ||
github.com/coreos/prometheus-operator => github.com/coreos/prometheus-operator v0.31.1 | ||
// Pinned to v2.10.0 (kubernetes-1.14.1) so https://proxy.golang.org can | ||
// resolve it correctly. | ||
github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.0.0-20190525122359-d20e84d0fb64 | ||
) | ||
replace github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190826074503-38ab9da00309 // Required by Helm | ||
|
||
replace github.com/openshift/api => github.com/openshift/api v0.0.0-20190924102528-32369d4db2ad // Required until https://github.com/operator-framework/operator-lifecycle-manager/pull/1241 is resolved | ||
|
||
replace github.com/operator-framework/operator-sdk => github.com/operator-framework/operator-sdk v0.11.0 | ||
go 1.13 |
Oops, something went wrong.