UNPKG

@kubernetes/client-node

Version:
38 lines 1.03 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. */ /** * ExternalDocumentation allows referencing an external resource for extended documentation. */ export class V1ExternalDocumentation { static getAttributeTypeMap() { return V1ExternalDocumentation.attributeTypeMap; } constructor() { } } V1ExternalDocumentation.discriminator = undefined; V1ExternalDocumentation.mapping = undefined; V1ExternalDocumentation.attributeTypeMap = [ { "name": "description", "baseName": "description", "type": "string", "format": "" }, { "name": "url", "baseName": "url", "type": "string", "format": "" } ]; //# sourceMappingURL=V1ExternalDocumentation.js.map