UNPKG

@kubernetes/client-node

Version:
32 lines 1.01 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. */ /** * NodeFeatures describes the set of features implemented by the CRI implementation. The features contained in the NodeFeatures should depend only on the cri implementation independent of runtime handlers. */ export class V1NodeFeatures { static getAttributeTypeMap() { return V1NodeFeatures.attributeTypeMap; } constructor() { } } V1NodeFeatures.discriminator = undefined; V1NodeFeatures.mapping = undefined; V1NodeFeatures.attributeTypeMap = [ { "name": "supplementalGroupsPolicy", "baseName": "supplementalGroupsPolicy", "type": "boolean", "format": "" } ]; //# sourceMappingURL=V1NodeFeatures.js.map