* 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
+4
View File
@@ -16,6 +16,10 @@ limitations under the License.
package v1
var (
MinimumKubernetesVersion = [3]int{1, 19, 0}
)
const (
EXECUTOR_INSTANCEID_LABEL string = "executorInstanceId"
DEFAULT_FUNCTION_TIMEOUT int = 60