update api reports

Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
This commit is contained in:
Raghunandan Balachandran
2025-08-11 17:09:57 +02:00
parent bd8046c1de
commit 01d7a497aa
+5 -1
View File
@@ -90,8 +90,12 @@ export type DispatchStrategyOptions = {
};
};
// @public (undocumented)
// @public @deprecated (undocumented)
export type FetchResponseWrapper = k8sAuthTypes.FetchResponseWrapper;
// @public
export class GoogleServiceAccountStrategy implements AuthenticationStrategy {
constructor(config: Config);
// (undocumented)
getCredential(): Promise<KubernetesCredential>;
// (undocumented)