Interface Client

    • Method Detail

      • isAdaptable

        <C> Boolean isAdaptable​(Class<C> type)
        Checks if the client can be adapted to an other client type.
        Type Parameters:
        C - The target client type.
        Parameters:
        type - The target client class.
        Returns:
        Returns true if a working ExtensionAdapter is found.
      • adapt

        <C> C adapt​(Class<C> type)
      • getMasterUrl

        URL getMasterUrl()
      • getApiVersion

        String getApiVersion()
      • getNamespace

        String getNamespace()
      • rootPaths

        io.fabric8.kubernetes.api.model.RootPaths rootPaths()
      • supportsApiPath

        boolean supportsApiPath​(String path)
        Returns true if this cluster supports the given API path or API Group ID
        Parameters:
        path - Path as string
        Returns:
        returns boolean value indicating whether it supports.