/** * MatchLabelsValue represents the value from the MatchLabels {key,value} pair. */ export type IMatchLabelsValue = string; export type MatchLabelsValue = IMatchLabelsValue; export type { IMatchLabelsValue as IComGithubCiliumCiliumPkgK8sSlimK8sApisMetaV1MatchLabelsValue, MatchLabelsValue as ComGithubCiliumCiliumPkgK8sSlimK8sApisMetaV1MatchLabelsValue };