Backstage
    Preparing search index...

    Used to load cluster details from different sources

    interface KubernetesClustersSupplier {
        getClusters(
            options: { credentials: BackstageCredentials },
        ): Promise<ClusterDetails[]>;
    }
    Index

    Methods

    Methods