UNPKG

@kubernetes-models/argo-cd

Version:
9 lines (8 loc) 826 B
import { IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSetResourceIgnoreDifferences } from "./ApplicationSetResourceIgnoreDifferences.js"; /** * ApplicationSetIgnoreDifferences configures how the ApplicationSet controller will ignore differences in live * applications when applying changes from generated applications. */ export type IApplicationSetIgnoreDifferences = Array<IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSetResourceIgnoreDifferences>; export type ApplicationSetIgnoreDifferences = IApplicationSetIgnoreDifferences; export type { IApplicationSetIgnoreDifferences as IComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSetIgnoreDifferences, ApplicationSetIgnoreDifferences as ComGithubArgoprojArgoCdV3PkgApisApplicationV1alpha1ApplicationSetIgnoreDifferences };