UNPKG

@kubernetes-models/argo-rollouts

Version:
7 lines (6 loc) 436 B
/** * ValueFromPodTemplateHash indicates which ReplicaSet pod template pod hash to use */ export type IValueFromPodTemplateHash = string; export type ValueFromPodTemplateHash = IValueFromPodTemplateHash; export type { IValueFromPodTemplateHash as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ValueFromPodTemplateHash, ValueFromPodTemplateHash as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ValueFromPodTemplateHash };