Backstage
Docs
Github
Preparing search index...
@backstage/plugin-kubernetes-backend
DispatchStrategy
Class DispatchStrategy
used to direct a KubernetesAuthProvider to its corresponding AuthenticationStrategy
Implements
AuthenticationStrategy
Index
Constructors
constructor
Methods
get
Credential
present
Auth
Metadata
validate
Cluster
Constructors
constructor
new
DispatchStrategy
(
options
:
DispatchStrategyOptions
)
:
DispatchStrategy
Parameters
options
:
DispatchStrategyOptions
Returns
DispatchStrategy
Methods
get
Credential
getCredential
(
clusterDetails
:
ClusterDetails
,
auth
:
KubernetesRequestAuth
,
)
:
Promise
<
KubernetesCredential
>
Parameters
clusterDetails
:
ClusterDetails
auth
:
KubernetesRequestAuth
Returns
Promise
<
KubernetesCredential
>
present
Auth
Metadata
presentAuthMetadata
(
_authMetadata
:
AuthMetadata
)
:
AuthMetadata
Parameters
_authMetadata
:
AuthMetadata
Returns
AuthMetadata
validate
Cluster
validateCluster
(
authMetadata
:
AuthMetadata
)
:
Error
[]
Parameters
authMetadata
:
AuthMetadata
Returns
Error
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Credential
present
Auth
Metadata
validate
Cluster
Docs
Github
Backstage
Loading...
used to direct a KubernetesAuthProvider to its corresponding AuthenticationStrategy