chore: fix api reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-05 15:44:39 +02:00
parent 96eeea82e4
commit c78134f989
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -192,6 +192,7 @@ export class KubernetesBuilder {
logger: Logger,
clusterSupplier: KubernetesClustersSupplier_2,
discovery: DiscoveryService,
httpAuth: HttpAuthService,
): KubernetesProxy;
// (undocumented)
protected buildRouter(
@@ -242,6 +243,7 @@ export class KubernetesBuilder {
logger: Logger,
clusterSupplier: KubernetesClustersSupplier_2,
discovery: DiscoveryService,
httpAuth: HttpAuthService,
): KubernetesProxy;
// (undocumented)
protected getServiceLocator(): KubernetesServiceLocator_2;
@@ -349,6 +351,7 @@ export type KubernetesProxyOptions = {
clusterSupplier: KubernetesClustersSupplier;
authStrategy: AuthenticationStrategy;
discovery: DiscoveryService;
httpAuth?: HttpAuthService;
};
// @public @deprecated (undocumented)
@@ -238,7 +238,7 @@ export class KubernetesFanOutHandler implements KubernetesObjectsProvider {
entity,
auth,
{
credentials: options?.credentials,
credentials: options.credentials,
},
this.objectTypesToFetch,
);