UNPKG

@mittwald/kubernetes

Version:

Kubernetes client library

7 lines (6 loc) 263 B
export interface ListWatchErrorReaction { resync: boolean; backoff: number; } export declare type ListWatchErrorStrategy = (err: any, errCount: number) => ListWatchErrorReaction; export declare const DefaultListWatchErrorStrategy: ListWatchErrorStrategy;