@backstage/plugin-kubernetes-node
Home > @backstage/plugin-kubernetes-node
Node.js library for the kubernetes plugin.
Classes
|
Class |
Description |
|---|---|
Interfaces
|
Interface |
Description |
|---|---|
|
The interface for kubernetesAuthStrategyExtensionPoint. | |
|
Used to load cluster details from different sources | |
|
The interface for kubernetesClusterSupplierExtensionPoint. | |
|
Fetches information from a kubernetes cluster using the cluster details object to target a specific cluster | |
|
The interface for kubernetesFetcherExtensionPoint. | |
|
The interface for kubernetesObjectsProviderExtensionPoint. | |
|
Used to locate which cluster(s) a service is running on | |
|
The interface for kubernetesServiceLocatorExtensionPoint. | |
Variables
|
Variable |
Description |
|---|---|
|
An extension point the exposes the ability to add an Auth Strategy. | |
|
An extension point the exposes the ability to configure a cluster supplier. | |
|
An extension point the exposes the ability to configure a kubernetes fetcher. | |
|
An extension point the exposes the ability to configure a objects provider. | |
|
An extension point the exposes the ability to configure a kubernetes service locator. |
Type Aliases
|
Type Alias |
Description |
|---|---|
|
Provider-specific authentication configuration | |
|
A factory function for creating a KubernetesClustersSupplier. | |
|
Authentication data used to make a request to Kubernetes | |
|
A factory function for creating a KubernetesFetcher. | |
|
A factory function for creating a KubernetesObjectsProvider. | |
|
A factory function for creating a KubernetesServiceLocator. | |