File tree Expand file tree Collapse file tree 3 files changed +117
-53
lines changed Expand file tree Collapse file tree 3 files changed +117
-53
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
184
184
185
185
# # Tool Versions
186
186
KUSTOMIZE_VERSION ?= v3.8.7
187
- CONTROLLER_TOOLS_VERSION ?= v0.14 .0
187
+ CONTROLLER_TOOLS_VERSION ?= v0.15 .0
188
188
189
189
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
190
190
.PHONY : kustomize
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ type ReqLimits struct {
53
53
54
54
// IBMObjectCSINodeSpec defines the desired state of IBMObjectCSINode
55
55
type IBMObjectCSINodeSpec struct {
56
- // ObjectCSIComponent `json:"objectCSIComponent"`
57
-
58
56
Repository string `json:"repository"`
59
57
Tag string `json:"tag"`
60
58
@@ -72,8 +70,6 @@ type IBMObjectCSINodeSpec struct {
72
70
73
71
// IBMObjectCSIControllerSpec defines the desired state of IBMObjectCSIController
74
72
type IBMObjectCSIControllerSpec struct {
75
- // ObjectCSIComponent `json:"objectCSIComponent"`
76
-
77
73
Repository string `json:"repository"`
78
74
Tag string `json:"tag"`
79
75
You can’t perform that action at this time.
0 commit comments