@backstage/plugin-kubernetes-backend
Home > @backstage/plugin-kubernetes-backend
A Backstage backend plugin that integrates towards Kubernetes
Classes
Class |
Description |
---|---|
used to direct a KubernetesAuthProvider to its corresponding AuthenticationStrategy | |
A proxy that routes requests to the Kubernetes API. | |
Functions
Function |
Description |
---|---|
creates and configure a new router for handling the kubernetes backend APIs |
Interfaces
Interface |
Description |
---|---|
Variables
Variable |
Description |
---|---|
The header that is used to specify the Authentication Authorities token. e.x if using the google auth provider as your authentication authority then this field would be the google provided bearer token. | |
The header that is used to specify the cluster name. | |
This is the backend plugin that provides the Kubernetes integration. |
Type Aliases
Type Alias |
Description |
---|---|
The return type of the | |
The options object expected to be passed as a parameter to KubernetesProxy.createRequestHandler(). | |
Options accepted as a parameter by the KubernetesProxy | |