@kubernetes-models/flux-cd
Version:
7 lines (6 loc) • 333 B
TypeScript
/**
* WaitStrategyName is a strategy for waiting for resources to be ready.
*/
export type IWaitStrategyName = string;
export type WaitStrategyName = IWaitStrategyName;
export type { IWaitStrategyName as IComGithubFluxcdHelmControllerApiV2WaitStrategyName, WaitStrategyName as ComGithubFluxcdHelmControllerApiV2WaitStrategyName };