@kubernetes-models/argo-rollouts
Version:
7 lines (6 loc) • 382 B
TypeScript
/**
* ProgressType is the type which could be used when specifying the replica progress threshold. Percentage | Pods
*/
export type IProgressType = string;
export type ProgressType = IProgressType;
export type { IProgressType as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ProgressType, ProgressType as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ProgressType };