backend-common: api reports

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-06-17 14:38:06 +02:00
parent 1a6f38a9e1
commit 09a9be8967
3 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -137,7 +137,7 @@ export function cacheToPluginCacheManager(cache: CacheService): {
// @public @deprecated
export const coloredFormat: winston.Logform.Format;
// @public
// @public @deprecated
export interface ContainerRunner {
runContainer(opts: RunContainerOptions): Promise<void>;
}
@@ -212,7 +212,7 @@ export type DatabaseManagerOptions = {
logger?: LoggerService;
};
// @public
// @public @deprecated
export class DockerContainerRunner implements ContainerRunner {
constructor(options: { dockerClient: Docker });
// (undocumented)
@@ -365,20 +365,20 @@ export const isChildPath: typeof isChildPath_2;
// @public @deprecated (undocumented)
export const isDatabaseConflictError: typeof isDatabaseConflictError_2;
// @public
// @public @deprecated
export class KubernetesContainerRunner implements ContainerRunner {
constructor(options: KubernetesContainerRunnerOptions);
// (undocumented)
runContainer(options: RunContainerOptions): Promise<void>;
}
// @public
// @public @deprecated
export type KubernetesContainerRunnerMountBase = {
volumeName: string;
basePath: string;
};
// @public
// @public @deprecated
export type KubernetesContainerRunnerOptions = {
kubeConfig: KubeConfig;
name: string;
@@ -471,7 +471,7 @@ export { PluginDatabaseManager };
// @public @deprecated (undocumented)
export type PluginEndpointDiscovery = DiscoveryService;
// @public
// @public @deprecated
export interface PullOptions {
// (undocumented)
[key: string]: unknown;
@@ -549,7 +549,7 @@ export const resolvePackagePath: typeof resolvePackagePath_2;
// @public @deprecated (undocumented)
export const resolveSafeChildPath: typeof resolveSafeChildPath_2;
// @public
// @public @deprecated
export type RunContainerOptions = {
imageName: string;
command?: string | string[];
@@ -91,6 +91,7 @@ export * from './tokens';
export * from './logging';
export * from './service';
export * from './middleware';
export * from './util';
/**
* @public
-1
View File
@@ -31,4 +31,3 @@ export * from './hot';
export * from './logging';
export * from './middleware';
export * from './service';
export * from './util';