UNPKG

@kubernetes-models/flux-cd

Version:
7 lines (6 loc) 362 B
/** * GitVerificationMode specifies the verification mode for a Git repository. */ export type IGitVerificationMode = string; export type GitVerificationMode = IGitVerificationMode; export type { IGitVerificationMode as IComGithubFluxcdSourceControllerApiV1GitVerificationMode, GitVerificationMode as ComGithubFluxcdSourceControllerApiV1GitVerificationMode };