/**
 * 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 };
