@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 | |
GoogleServiceAccountStrategy provides authentication using Google Service Account credentials. Credentials can be provided via configuration:
If no credentials are provided in config, falls back to GOOGLE_APPLICATION_CREDENTIALS or ADC. | |
A proxy that routes requests to the Kubernetes API. | |
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 options object expected to be passed as a parameter to KubernetesProxy.createRequestHandler(). | |
Options accepted as a parameter by the KubernetesProxy | |