@kubernetes-models/flux-cd
Version:
7 lines (6 loc) • 297 B
TypeScript
/**
* ReleaseAction is the action to perform a Helm release.
*/
export type IReleaseAction = string;
export type ReleaseAction = IReleaseAction;
export type { IReleaseAction as IComGithubFluxcdHelmControllerApiV2ReleaseAction, ReleaseAction as ComGithubFluxcdHelmControllerApiV2ReleaseAction };