UNPKG

@kubernetes/client-node

Version:
32 lines 842 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. */ /** * NamespaceSpec describes the attributes on a Namespace. */ export class V1NamespaceSpec { static getAttributeTypeMap() { return V1NamespaceSpec.attributeTypeMap; } constructor() { } } V1NamespaceSpec.discriminator = undefined; V1NamespaceSpec.mapping = undefined; V1NamespaceSpec.attributeTypeMap = [ { "name": "finalizers", "baseName": "finalizers", "type": "Array<string>", "format": "" } ]; //# sourceMappingURL=V1NamespaceSpec.js.map