cluster: remove kube-push

This commit is contained in:
Mike Danese
2018-01-13 08:08:48 -08:00
parent 3b40702586
commit 9ac650c437
3 changed files with 0 additions and 161 deletions

View File

@@ -55,11 +55,6 @@ function kube-down {
echo "Skeleton Provider: kube-down not implemented" 1>&2
}
# Update a kubernetes cluster
function kube-push {
echo "Skeleton Provider: kube-push not implemented" 1>&2
}
# Prepare update a kubernetes component
function prepare-push {
echo "Skeleton Provider: prepare-push not implemented" 1>&2