KubernetesProxyOptions
Home > @backstage/plugin-kubernetes-backend
> KubernetesProxyOptions
Options accepted as a parameter by the KubernetesProxy
Signature:
export type KubernetesProxyOptions = {
logger: LoggerService;
clusterSupplier: KubernetesClustersSupplier;
authStrategy: AuthenticationStrategy;
discovery: DiscoveryService;
httpAuth?: HttpAuthService;
};
References: LoggerService, KubernetesClustersSupplier, AuthenticationStrategy, DiscoveryService, HttpAuthService