UNPKG

@kubernetes/client-node

Version:
32 lines 878 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. */ /** * SelectableField specifies the JSON path of a field that may be used with field selectors. */ export class V1SelectableField { static getAttributeTypeMap() { return V1SelectableField.attributeTypeMap; } constructor() { } } V1SelectableField.discriminator = undefined; V1SelectableField.mapping = undefined; V1SelectableField.attributeTypeMap = [ { "name": "jsonPath", "baseName": "jsonPath", "type": "string", "format": "" } ]; //# sourceMappingURL=V1SelectableField.js.map