Backstage
Docs
Github
Preparing search index...
@backstage/plugin-kubernetes-node
KubernetesServiceLocator
Interface KubernetesServiceLocator
Used to locate which cluster(s) a service is running on
interface
KubernetesServiceLocator
{
getClustersByEntity
(
entity
:
Entity
,
requestContext
:
ServiceLocatorRequestContext
,
)
:
Promise
<
{
clusters
:
ClusterDetails
[]
}
>
;
}
Index
Methods
get
Clusters
By
Entity
Methods
get
Clusters
By
Entity
getClustersByEntity
(
entity
:
Entity
,
requestContext
:
ServiceLocatorRequestContext
,
)
:
Promise
<
{
clusters
:
ClusterDetails
[]
}
>
Parameters
entity
:
Entity
requestContext
:
ServiceLocatorRequestContext
Returns
Promise
<
{
clusters
:
ClusterDetails
[]
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Clusters
By
Entity
Docs
Github
Backstage
Loading...
Used to locate which cluster(s) a service is running on