UNPKG

@kubernetes-models/argo-rollouts

Version:
7 lines (6 loc) 361 B
/** * AnalysisPhase is the overall phase of an AnalysisRun, MetricResult, or Measurement */ export type IAnalysisPhase = string; export type AnalysisPhase = IAnalysisPhase; export type { IAnalysisPhase as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1AnalysisPhase, AnalysisPhase as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1AnalysisPhase };