Skip to content

Commit 9109a72

Browse files
committed
update controller tools
Signed-off-by: Ashima-Ashima1 <[email protected]>
1 parent ac76f75 commit 9109a72

File tree

3 files changed

+117
-53
lines changed

3 files changed

+117
-53
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
184184

185185
## Tool Versions
186186
KUSTOMIZE_VERSION ?= v3.8.7
187-
CONTROLLER_TOOLS_VERSION ?= v0.14.0
187+
CONTROLLER_TOOLS_VERSION ?= v0.15.0
188188

189189
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
190190
.PHONY: kustomize

api/v1alpha1/ibmobjectcsi_types.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ type ReqLimits struct {
5353

5454
// IBMObjectCSINodeSpec defines the desired state of IBMObjectCSINode
5555
type IBMObjectCSINodeSpec struct {
56-
// ObjectCSIComponent `json:"objectCSIComponent"`
57-
5856
Repository string `json:"repository"`
5957
Tag string `json:"tag"`
6058

@@ -72,8 +70,6 @@ type IBMObjectCSINodeSpec struct {
7270

7371
// IBMObjectCSIControllerSpec defines the desired state of IBMObjectCSIController
7472
type IBMObjectCSIControllerSpec struct {
75-
// ObjectCSIComponent `json:"objectCSIComponent"`
76-
7773
Repository string `json:"repository"`
7874
Tag string `json:"tag"`
7975

0 commit comments

Comments
 (0)