Class KubernetesVersion

java.lang.Object
io.strimzi.platform.KubernetesVersion
All Implemented Interfaces:
Comparable<KubernetesVersion>

public class KubernetesVersion extends Object implements Comparable<KubernetesVersion>
Represents Kubernetes version which Strimzi runs on
  • Field Details

    • V1_25

      public static final KubernetesVersion V1_25
    • MINIMAL_SUPPORTED_VERSION

      public static final KubernetesVersion MINIMAL_SUPPORTED_VERSION
    • MINIMAL_SUPPORTED_MAJOR

      public static final int MINIMAL_SUPPORTED_MAJOR
    • MINIMAL_SUPPORTED_MINOR

      public static final int MINIMAL_SUPPORTED_MINOR
  • Constructor Details

    • KubernetesVersion

      public KubernetesVersion(int major, int minor)
      Constructs the Kubernetes version from major and minor version
      Parameters:
      major - Major Kubernetes version
      minor - Minor Kubernetes version
  • Method Details