We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f558d1 commit 7f9f2abCopy full SHA for 7f9f2ab
apiv2/converter.go
@@ -1,11 +1,5 @@
1
package apiv2
2
3
-/*
4
-* This MF will help me translate a file into another file
5
-
6
-SDK V2 file is a bit tricky/fancy
7
-But ig we can get this ish done quilicky lili
8
-*/
9
import (
10
"encoding/json"
11
"errors"
scripts/build-controller.sh
@@ -9,6 +9,8 @@ ROOT_DIR="$SCRIPTS_DIR/.."
source "$SCRIPTS_DIR/lib/common.sh"
12
+AWS_SDK_GO_VERSION=v1.32.6
13
+
14
check_is_installed controller-gen "You can install controller-gen with the helper scripts/install-controller-gen.sh"
15
16
if ! k8s_controller_gen_version_equals "$CONTROLLER_TOOLS_VERSION"; then
0 commit comments