KubernetesClusterLinkFormatter.(constructor)
Home > @backstage/plugin-kubernetes-react
> KubernetesClusterLinkFormatter
> (constructor)
Constructs a new instance of the KubernetesClusterLinkFormatter
class
Signature:
constructor(options: {
formatters: Record<string, ClusterLinksFormatter>;
defaultFormatterName: string;
});
Parameters
Parameter |
Type |
Description |
---|---|---|
options |
{ formatters: Record<string, ClusterLinksFormatter>; defaultFormatterName: string; } |