@kubernetes-models/argo-cd
Version:
7 lines (6 loc) • 427 B
TypeScript
/**
* HydrateOperationPhase indicates the status of a hydrate operation
*/
export type IHydrateOperationPhase = "Hydrating" | "Failed" | "Hydrated";
export type HydrateOperationPhase = IHydrateOperationPhase;
export type { IHydrateOperationPhase as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1HydrateOperationPhase, HydrateOperationPhase as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1HydrateOperationPhase };