1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Add check command

- verify minimum supported version of kubectl, kustomize and
Kubernetes API
This commit is contained in:
stefanprodan
2020-04-24 19:43:12 +03:00
parent 94e0b3c9c3
commit 403a0f2882
3 changed files with 96 additions and 6 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/fluxcd/toolkit
go 1.14
require (
github.com/blang/semver v3.5.1+incompatible
github.com/spf13/cobra v0.0.6
k8s.io/client-go v0.18.0
)