We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5654655 commit 7b3e3e4Copy full SHA for 7b3e3e4
hack/e2e.sh
@@ -128,13 +128,6 @@ function fatal() { error "${@}" || exit "${?}"; }
128
# safe for linux and darwin
129
function base64d() { base64 -D 2>/dev/null || base64 -d; }
130
131
-# safe for linux and darwin
132
-function base64e() { base64 -w0 2>/dev/null || base64; }
133
-
134
-function md5safe() { md5sum 2>/dev/null || md5; }
135
136
-# base64e encodes STDIN to base64
137
138
# kubectl_mgc executes kubectl against management cluster.
139
function kubectl_mgc() { kubectl --context "kind-${KIND_MANAGEMENT_CLUSTER}" "${@}"; }
140
0 commit comments