import "istio.io/istio/istioctl/pkg/install/k8sversion"
const ( // MinK8SVersion is the minimum k8s version required to run this version of Istio // https://istio.io/docs/setup/platform-setup/ MinK8SVersion = 17 )
CheckKubernetesVersion checks if this Istio version is supported in the k8s version
GetKubernetesVersion fetches the Kubernetes minor version. For example, `v1.19.1` will return `19`
IsK8VersionSupported checks minimum supported Kubernetes version for istio
Package k8sversion imports 7 packages (graph) and is imported by 5 packages. Updated 2021-01-26. Refresh now. Tools for package owners.