@kubernetes-models/flux-cd
Version:
8 lines (7 loc) • 430 B
TypeScript
/**
* UpdateStrategyName is the type for names that go in
* .update.strategy. NB the value in the const immediately below.
*/
export type IUpdateStrategyName = "Setters";
export type UpdateStrategyName = IUpdateStrategyName;
export type { IUpdateStrategyName as IComGithubFluxcdImageAutomationControllerApiV1beta1UpdateStrategyName, UpdateStrategyName as ComGithubFluxcdImageAutomationControllerApiV1beta1UpdateStrategyName };