UNPKG

@kubernetes/client-node

Version:
32 lines 909 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. */ /** * VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from. */ export class V1VolumeNodeAffinity { static getAttributeTypeMap() { return V1VolumeNodeAffinity.attributeTypeMap; } constructor() { } } V1VolumeNodeAffinity.discriminator = undefined; V1VolumeNodeAffinity.mapping = undefined; V1VolumeNodeAffinity.attributeTypeMap = [ { "name": "required", "baseName": "required", "type": "V1NodeSelector", "format": "" } ]; //# sourceMappingURL=V1VolumeNodeAffinity.js.map