* added checks for kubernetes-version, fission-services and fission-version

* refactor kuberntes and fission version check
This commit is contained in:
Shubham Nazare
2022-02-07 11:01:20 +05:30
committed by GitHub
parent 3ac188124e
commit 5cb3ebf262
7 changed files with 351 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@ const (
ClientOnly = "client-only"
KubeContext = "kube-context"
PreCheckOnly = "pre"
resourceName = "name"
force = "force"
Output = "output"