UNPKG

@kubernetes/client-node

Version:
38 lines 1.13 kB
/** * 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. */ /** * NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes. */ export class V1alpha2NamedResourcesInstance { static getAttributeTypeMap() { return V1alpha2NamedResourcesInstance.attributeTypeMap; } constructor() { } } V1alpha2NamedResourcesInstance.discriminator = undefined; V1alpha2NamedResourcesInstance.mapping = undefined; V1alpha2NamedResourcesInstance.attributeTypeMap = [ { "name": "attributes", "baseName": "attributes", "type": "Array<V1alpha2NamedResourcesAttribute>", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" } ]; //# sourceMappingURL=V1alpha2NamedResourcesInstance.js.map