All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.strimzi.platform.PlatformFeatures Maven / Gradle / Ivy

There is a newer version: 0.44.0
Show newest version
/*
 * Copyright Strimzi authors.
 * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
 */
package io.strimzi.platform;

/**
 * Interface which describes the Kubernetes platform on which we run
 */
public interface PlatformFeatures {
    /**
     * @return Returns the Kubernetes version on which Strimzi is running.
     */
    KubernetesVersion getKubernetesVersion();

    /**
     * @return Returns true if the cluster Strimzi is running on was identified as OpenShift and false otherwise.
     */
    boolean isOpenshift();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy