UNPKG

@kubernetes/client-node

Version:
32 lines 981 B
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.27 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1alpha1IPAddressSpec = void 0; /** * IPAddressSpec describe the attributes in an IP Address. */ class V1alpha1IPAddressSpec { static getAttributeTypeMap() { return V1alpha1IPAddressSpec.attributeTypeMap; } } exports.V1alpha1IPAddressSpec = V1alpha1IPAddressSpec; V1alpha1IPAddressSpec.discriminator = undefined; V1alpha1IPAddressSpec.attributeTypeMap = [ { "name": "parentRef", "baseName": "parentRef", "type": "V1alpha1ParentReference" } ]; //# sourceMappingURL=v1alpha1IPAddressSpec.js.map