@kubernetes-models/argo-cd
Version:
10 lines (9 loc) • 611 B
TypeScript
/**
* ApplicationSetConditionType represents type of application condition. Type name has following convention:
* prefix "Error" means error condition
* prefix "Warning" means warning condition
* prefix "Info" means informational condition
*/
export type IApplicationSetConditionType = string;
export type ApplicationSetConditionType = IApplicationSetConditionType;
export type { IApplicationSetConditionType as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSetConditionType, ApplicationSetConditionType as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSetConditionType };