UNPKG

@kubernetes/client-node

Version:
38 lines 1.15 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. */ /** * An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it\'s a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). */ export class V1PreferredSchedulingTerm { static getAttributeTypeMap() { return V1PreferredSchedulingTerm.attributeTypeMap; } constructor() { } } V1PreferredSchedulingTerm.discriminator = undefined; V1PreferredSchedulingTerm.mapping = undefined; V1PreferredSchedulingTerm.attributeTypeMap = [ { "name": "preference", "baseName": "preference", "type": "V1NodeSelectorTerm", "format": "" }, { "name": "weight", "baseName": "weight", "type": "number", "format": "int32" } ]; //# sourceMappingURL=V1PreferredSchedulingTerm.js.map