UNPKG

@kubernetes-models/flux-cd

Version:
8 lines (7 loc) 430 B
/** * 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 IComGithubFluxcdImageAutomationControllerApiV1beta2UpdateStrategyName, UpdateStrategyName as ComGithubFluxcdImageAutomationControllerApiV1beta2UpdateStrategyName };