Skip to content

Commit cf0ebc0

Browse files
feat(connector cluster): add update command (#1789)
1 parent 34724cc commit cf0ebc0

File tree

294 files changed

+43131
-2366
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+43131
-2366
lines changed

docs/commands/rhoas_connector_cluster.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/commands/rhoas_connector_cluster_update.md

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
2424
github.com/pkg/errors v0.9.1
2525
github.com/redhat-developer/app-services-sdk-go/accountmgmt v0.3.0
26-
github.com/redhat-developer/app-services-sdk-go/connectormgmt v0.9.0
26+
github.com/redhat-developer/app-services-sdk-go/connectormgmt v0.10.0
2727
github.com/redhat-developer/app-services-sdk-go/kafkainstance v0.11.0
2828
github.com/redhat-developer/app-services-sdk-go/kafkamgmt v0.15.0
2929
github.com/redhat-developer/app-services-sdk-go/registryinstance v0.8.2
@@ -46,8 +46,11 @@ require (
4646
k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
4747
)
4848

49+
require github.com/spf13/viper v1.14.0
50+
4951
require (
50-
cloud.google.com/go/compute v1.7.0 // indirect
52+
cloud.google.com/go/compute v1.12.1 // indirect
53+
cloud.google.com/go/compute/metadata v0.2.1 // indirect
5154
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
5255
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
5356
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
@@ -63,30 +66,35 @@ require (
6366
github.com/dustin/go-humanize v1.0.0 // indirect
6467
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
6568
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
66-
github.com/fsnotify/fsnotify v1.4.9 // indirect
69+
github.com/fsnotify/fsnotify v1.6.0 // indirect
6770
github.com/go-logr/logr v0.4.0 // indirect
6871
github.com/go-resty/resty/v2 v2.3.0 // indirect
6972
github.com/gogo/protobuf v1.3.2 // indirect
7073
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7174
github.com/golang/protobuf v1.5.2 // indirect
72-
github.com/google/go-cmp v0.5.8 // indirect
75+
github.com/google/go-cmp v0.5.9 // indirect
7376
github.com/google/go-github/v30 v30.1.0 // indirect
7477
github.com/google/go-querystring v1.1.0 // indirect
7578
github.com/google/gofuzz v1.1.0 // indirect
7679
github.com/google/uuid v1.1.2 // indirect
7780
github.com/googleapis/gnostic v0.5.5 // indirect
81+
github.com/hashicorp/hcl v1.0.0 // indirect
7882
github.com/iancoleman/orderedmap v0.2.0 // indirect
7983
github.com/imdario/mergo v0.3.12 // indirect
8084
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
8185
github.com/inconshreveable/mousetrap v1.0.1 // indirect
82-
github.com/json-iterator/go v1.1.11 // indirect
86+
github.com/json-iterator/go v1.1.12 // indirect
8387
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
84-
github.com/mattn/go-colorable v0.1.9 // indirect
88+
github.com/magiconair/properties v1.8.6 // indirect
89+
github.com/mattn/go-colorable v0.1.12 // indirect
8590
github.com/mattn/go-runewidth v0.0.13 // indirect
8691
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
8792
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
93+
github.com/mitchellh/mapstructure v1.5.0 // indirect
8894
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
89-
github.com/modern-go/reflect2 v1.0.1 // indirect
95+
github.com/modern-go/reflect2 v1.0.2 // indirect
96+
github.com/pelletier/go-toml v1.9.5 // indirect
97+
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
9098
github.com/prometheus/client_golang v1.11.0 // indirect
9199
github.com/prometheus/client_model v0.2.0 // indirect
92100
github.com/prometheus/common v0.26.0 // indirect
@@ -96,17 +104,22 @@ require (
96104
github.com/russross/blackfriday/v2 v2.1.0 // indirect
97105
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
98106
github.com/segmentio/ksuid v1.0.3 // indirect
107+
github.com/spf13/afero v1.9.2 // indirect
108+
github.com/spf13/cast v1.5.0 // indirect
109+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
110+
github.com/subosito/gotenv v1.4.1 // indirect
99111
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
100112
github.com/ulikunitz/xz v0.5.10 // indirect
101-
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
113+
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
102114
golang.org/x/net v0.2.0 // indirect
103115
golang.org/x/sys v0.2.0 // indirect
104116
golang.org/x/term v0.2.0 // indirect
105-
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
117+
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
106118
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
107119
google.golang.org/appengine v1.6.7 // indirect
108120
google.golang.org/protobuf v1.28.1 // indirect
109121
gopkg.in/inf.v0 v0.9.1 // indirect
122+
gopkg.in/ini.v1 v1.67.0 // indirect
110123
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
111124
gopkg.in/yaml.v3 v3.0.1 // indirect
112125
k8s.io/apiextensions-apiserver v0.22.1 // indirect

0 commit comments

Comments
 (0)