/** * MismatchAction specifies what to do when there is no header match * Empty string is the default for making the rule to fail the match. * Otherwise the rule is still considered as matching, but the mismatches * are logged in the access log. */ export type IMismatchAction = string; export type MismatchAction = IMismatchAction; export type { IMismatchAction as IComGithubCiliumCiliumPkgPolicyApiMismatchAction, MismatchAction as ComGithubCiliumCiliumPkgPolicyApiMismatchAction };