/** * PortRuleL7 is a list of key-value pairs interpreted by a L7 protocol as * protocol constraints. All fields are optional, if all fields are empty or * missing, the rule does not have any effect. */ export type IPortRuleL7 = { [key: string]: string; }; export type PortRuleL7 = IPortRuleL7; export type { IPortRuleL7 as IComGithubCiliumCiliumPkgPolicyApiPortRuleL7, PortRuleL7 as ComGithubCiliumCiliumPkgPolicyApiPortRuleL7 };