File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ func (r *CloudStackClusterReconciliationRunner) GetOrCreateCluster() (ctrl.Resul
110
110
r .Log .Info ("Kubernetes Service plugin is disabled on CloudStack. Skipping ExternalManaged kubernetes cluster creation" )
111
111
return ctrl.Result {}, nil
112
112
}
113
- // Not requeing the failure to support CloudStack v4.18 and before
113
+ // Not requeueing the failure to support CloudStack v4.18 and before
114
114
r .Log .Info (fmt .Sprintf ("Failed creating ExternalManaged kubernetes cluster on CloudStack. Error: %s" , err .Error ()))
115
115
}
116
116
return ctrl.Result {}, nil
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/ReneKroon/ttlcache v1.7.0
7
- github.com/apache/cloudstack-go/v2 v2.13.0
7
+ github.com/apache/cloudstack-go/v2 v2.16.0-rc.1
8
8
github.com/go-logr/logr v1.2.3
9
9
github.com/golang/mock v1.6.0
10
10
github.com/hashicorp/go-multierror v1.1.1
@@ -108,5 +108,3 @@ replace github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.0.0 // In
108
108
replace sigs.k8s.io/cluster-api/test => sigs.k8s.io/cluster-api/test v1.2.12
109
109
110
110
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.2.12
111
-
112
- replace github.com/apache/cloudstack-go/v2 => github.com/shapeblue/cloudstack-go/v2 v2.9.1-0.20230717062313-73e4efc8a510
Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk5
89
89
github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
90
90
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 h1:yL7+Jz0jTC6yykIK/Wh74gnTJnrGr5AyrNMXuA0gves =
91
91
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 /go.mod h1:F7bn7fEU90QkQ3tnmaTx3LTKLEDqnwWODIYppRQ5hnY =
92
+ github.com/apache/cloudstack-go/v2 v2.16.0-rc.1 h1:Jzp5XG9dxnYJMU9F7+7jXR5fuD2KlcIXaxe3JzkcYdo =
93
+ github.com/apache/cloudstack-go/v2 v2.16.0-rc.1 /go.mod h1:Mc+tXpujtslBuZFk5atoGT2LanVxOrXS2GGgidAoz1A =
92
94
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e /go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o =
93
95
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da /go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY =
94
96
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 /go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8 =
@@ -450,8 +452,6 @@ github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTE
450
452
github.com/russross/blackfriday/v2 v2.0.1 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
451
453
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f /go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts =
452
454
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 /go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc =
453
- github.com/shapeblue/cloudstack-go/v2 v2.9.1-0.20230717062313-73e4efc8a510 h1:FPRBv784robz6sZSqDGfZDZMse31lj96i+enH02Xzds =
454
- github.com/shapeblue/cloudstack-go/v2 v2.9.1-0.20230717062313-73e4efc8a510 /go.mod h1:Mc+tXpujtslBuZFk5atoGT2LanVxOrXS2GGgidAoz1A =
455
455
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8 =
456
456
github.com/shopspring/decimal v1.3.1 /go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o =
457
457
github.com/shurcooL/sanitized_anchor_name v1.0.0 /go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc =
You can’t perform that action at this time.
0 commit comments