KubernetesServiceLocator.getClustersByEntity()
Home > @backstage/plugin-kubernetes-node > KubernetesServiceLocator > getClustersByEntity
Signature:
getClustersByEntity(entity: Entity, requestContext: ServiceLocatorRequestContext): Promise<{
clusters: ClusterDetails[];
}>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
entity | ||
|
requestContext |
Promise<{ clusters: ClusterDetails[]; }>