UNPKG

@kubernetes/client-node

Version:
32 lines 971 B
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.30.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * NamedResourcesAllocationResult is used in AllocationResultModel. */ export class V1alpha2NamedResourcesAllocationResult { static getAttributeTypeMap() { return V1alpha2NamedResourcesAllocationResult.attributeTypeMap; } constructor() { } } V1alpha2NamedResourcesAllocationResult.discriminator = undefined; V1alpha2NamedResourcesAllocationResult.mapping = undefined; V1alpha2NamedResourcesAllocationResult.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string", "format": "" } ]; //# sourceMappingURL=V1alpha2NamedResourcesAllocationResult.js.map