UNPKG

@kubernetes/client-node

Version:
32 lines 880 B
/** * 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. */ /** * IPAddressSpec describe the attributes in an IP Address. */ export class V1beta1IPAddressSpec { static getAttributeTypeMap() { return V1beta1IPAddressSpec.attributeTypeMap; } constructor() { } } V1beta1IPAddressSpec.discriminator = undefined; V1beta1IPAddressSpec.mapping = undefined; V1beta1IPAddressSpec.attributeTypeMap = [ { "name": "parentRef", "baseName": "parentRef", "type": "V1beta1ParentReference", "format": "" } ]; //# sourceMappingURL=V1beta1IPAddressSpec.js.map