Uses of Class
io.fabric8.kubernetes.client.utils.KubernetesVersionFactory.Version
-
Packages that use KubernetesVersionFactory.Version Package Description io.fabric8.kubernetes.client.utils -
-
Uses of KubernetesVersionFactory.Version in io.fabric8.kubernetes.client.utils
Classes in io.fabric8.kubernetes.client.utils with type parameters of type KubernetesVersionFactory.Version Modifier and Type Interface Description static interface
KubernetesVersionFactory.VersionFactory<T extends KubernetesVersionFactory.Version>
Subclasses of KubernetesVersionFactory.Version in io.fabric8.kubernetes.client.utils Modifier and Type Class Description static class
KubernetesVersionFactory.KubernetesVersion
A kubernetes version.static class
KubernetesVersionFactory.NonKubernetesVersion
A non kubernetes version which is any version string that does not start with a 'v'.Methods in io.fabric8.kubernetes.client.utils that return KubernetesVersionFactory.Version Modifier and Type Method Description static KubernetesVersionFactory.Version
KubernetesVersionFactory. create(String versionValue)
Methods in io.fabric8.kubernetes.client.utils with parameters of type KubernetesVersionFactory.Version Modifier and Type Method Description int
KubernetesVersionFactory.KubernetesVersion. compareTo(KubernetesVersionFactory.Version other)
Compares this version to another version and returns whether this version has a higher, equal or lower priority than the version that it is being compared to.int
KubernetesVersionFactory.NonKubernetesVersion. compareTo(KubernetesVersionFactory.Version other)
Non-Kubernetes versions have lower priority than kubernetes versions.
-