Skip to main content

KubernetesObjectsProvider.getCustomResourcesByEntity()

Home > @backstage/plugin-kubernetes-node > KubernetesObjectsProvider > getCustomResourcesByEntity

Signature:

getCustomResourcesByEntity(customResourcesByEntity: CustomResourcesByEntity, options: {
credentials: BackstageCredentials;
}): Promise<ObjectsByEntityResponse>;

Parameters

ParameterTypeDescription
customResourcesByEntityCustomResourcesByEntity
options{ credentials: BackstageCredentials; }

Returns:

Promise<ObjectsByEntityResponse>