Class KubernetesVersionFactory.Version
- java.lang.Object
-
- io.fabric8.kubernetes.client.utils.KubernetesVersionFactory.Version
-
- All Implemented Interfaces:
Comparable<KubernetesVersionFactory.Version>
- Direct Known Subclasses:
KubernetesVersionFactory.KubernetesVersion
,KubernetesVersionFactory.NonKubernetesVersion
- Enclosing class:
- KubernetesVersionFactory
protected abstract static class KubernetesVersionFactory.Version extends Object implements Comparable<KubernetesVersionFactory.Version>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description String
getFull()
abstract boolean
isKubernetes()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-