chore: updating api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-05 11:17:09 +02:00
parent 022f1953cb
commit c28f142454
2 changed files with 12 additions and 1 deletions
+3
View File
@@ -190,6 +190,7 @@ export class KubernetesBuilder {
protected buildProxy(
logger: Logger,
clusterSupplier: KubernetesClustersSupplier_2,
httpAuth: HttpAuthService,
): KubernetesProxy;
// (undocumented)
protected buildRouter(
@@ -239,6 +240,7 @@ export class KubernetesBuilder {
protected getProxy(
logger: Logger,
clusterSupplier: KubernetesClustersSupplier_2,
httpAuth: HttpAuthService,
): KubernetesProxy;
// (undocumented)
protected getServiceLocator(): KubernetesServiceLocator_2;
@@ -345,6 +347,7 @@ export type KubernetesProxyOptions = {
logger: Logger;
clusterSupplier: KubernetesClustersSupplier;
authStrategy: AuthenticationStrategy;
httpAuth: HttpAuthService;
};
// @public @deprecated (undocumented)