import { IComGithubCiliumCiliumPkgAzureTypesAzureInterface } from "./AzureInterface.js"; import { ModelData, Model } from "@kubernetes-models/base"; /** * AzureStatus is the status of Azure addressing of the node. * This struct is embedded into v2.CiliumNode */ export interface IAzureStatus { /** * Interfaces is the list of interfaces on the node */ "interfaces"?: Array; } /** * AzureStatus is the status of Azure addressing of the node. * This struct is embedded into v2.CiliumNode */ export declare class AzureStatus extends Model implements IAzureStatus { "interfaces"?: Array; constructor(data?: ModelData); } export type { IAzureStatus as IComGithubCiliumCiliumPkgAzureTypesAzureStatus, AzureStatus as ComGithubCiliumCiliumPkgAzureTypesAzureStatus };