Interface ExtensionAdapter<C>

    • Method Detail

      • getExtensionType

        Class<C> getExtensionType()
        Returns:
        The concrete class of the Client.
      • isAdaptable

        Boolean isAdaptable​(Client client)
        Checks if it is possible to adapt. It checks that the requirements of the target client are meet. (e.g. checks that openshift is available).
        Parameters:
        client - The instance of NamespacedKubernetesClient to adapt.
        Returns:
        boolean value indicating whether client is adaptable or not.