UNPKG

@kubernetes-models/argo-rollouts

Version:
7 lines (6 loc) 338 B
/** * WebMetricMethod is the available HTTP methods */ export type IWebMetricMethod = string; export type WebMetricMethod = IWebMetricMethod; export type { IWebMetricMethod as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1WebMetricMethod, WebMetricMethod as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1WebMetricMethod };