Skip to content

Commit 2fa9df9

Browse files
committed
ut3
1 parent 87a50ef commit 2fa9df9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/parts/linux/cloud-init/artifacts/cse_config_spec.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,10 @@ Describe 'cse_config.sh'
629629
echo "installKubeletKubectlPkgFromPMC $1"
630630
}
631631

632+
installKubeletKubectlFromURL() {
633+
echo "installKubeletKubectlFromURL"
634+
}
635+
632636
installKubeletKubectlFromBootstrapProfileRegistry() {
633637
echo "installKubeletKubectlFromBootstrapProfileRegistry $1 $2"
634638
}

0 commit comments

Comments
 (0)