@kubernetes-models/flux-cd
Version:
9 lines (8 loc) • 483 B
TypeScript
/**
* DriftDetectionMode represents the modes in which a controller can detect and
* handle differences between the manifest in the Helm storage and the resources
* currently existing in the cluster.
*/
export type IDriftDetectionMode = string;
export type DriftDetectionMode = IDriftDetectionMode;
export type { IDriftDetectionMode as IComGithubFluxcdHelmControllerApiV2beta2DriftDetectionMode, DriftDetectionMode as ComGithubFluxcdHelmControllerApiV2beta2DriftDetectionMode };