import { IComGithubCiliumCiliumPkgK8sApisCiliumIoV2ControllerStatus } from "./ControllerStatus.js"; /** * ControllerList is a list of ControllerStatus. */ export type IControllerList = Array; export type ControllerList = IControllerList; export type { IControllerList as IComGithubCiliumCiliumPkgK8sApisCiliumIoV2ControllerList, ControllerList as ComGithubCiliumCiliumPkgK8sApisCiliumIoV2ControllerList };