UNPKG

@kubernetes-models/flux-cd

Version:
7 lines (6 loc) 307 B
/** * ReleaseAction is the action to perform a Helm release. */ export type IReleaseAction = string; export type ReleaseAction = IReleaseAction; export type { IReleaseAction as IComGithubFluxcdHelmControllerApiV2beta2ReleaseAction, ReleaseAction as ComGithubFluxcdHelmControllerApiV2beta2ReleaseAction };