@kubernetes-models/argo-cd
Version:
7 lines (6 loc) • 394 B
TypeScript
/**
* KustomizeImage represents a Kustomize image definition in the format [old_image_name=]<image_name>:<image_tag>
*/
export type IKustomizeImage = string;
export type KustomizeImage = IKustomizeImage;
export type { IKustomizeImage as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1KustomizeImage, KustomizeImage as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1KustomizeImage };