UNPKG

@kubernetes/client-node

Version:
44 lines 1.29 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.32.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * NetworkDeviceData provides network-related details for the allocated device. This information may be filled by drivers or other components to configure or identify the device within a network context. */ export class V1beta1NetworkDeviceData { static getAttributeTypeMap() { return V1beta1NetworkDeviceData.attributeTypeMap; } constructor() { } } V1beta1NetworkDeviceData.discriminator = undefined; V1beta1NetworkDeviceData.mapping = undefined; V1beta1NetworkDeviceData.attributeTypeMap = [ { "name": "hardwareAddress", "baseName": "hardwareAddress", "type": "string", "format": "" }, { "name": "interfaceName", "baseName": "interfaceName", "type": "string", "format": "" }, { "name": "ips", "baseName": "ips", "type": "Array<string>", "format": "" } ]; //# sourceMappingURL=V1beta1NetworkDeviceData.js.map