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 interfaceKubernetesVersionFactory.VersionFactory<T extends KubernetesVersionFactory.Version>Subclasses of KubernetesVersionFactory.Version in io.fabric8.kubernetes.client.utils Modifier and Type Class Description static classKubernetesVersionFactory.KubernetesVersionA kubernetes version.static classKubernetesVersionFactory.NonKubernetesVersionA 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.VersionKubernetesVersionFactory. create(String versionValue)Methods in io.fabric8.kubernetes.client.utils with parameters of type KubernetesVersionFactory.Version Modifier and Type Method Description intKubernetesVersionFactory.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.intKubernetesVersionFactory.NonKubernetesVersion. compareTo(KubernetesVersionFactory.Version other)Non-Kubernetes versions have lower priority than kubernetes versions.
-