UNPKG

@kubernetes/client-node

Version:
32 lines 824 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. */ /** * JSONPatch defines a JSON Patch. */ export class V1alpha1JSONPatch { static getAttributeTypeMap() { return V1alpha1JSONPatch.attributeTypeMap; } constructor() { } } V1alpha1JSONPatch.discriminator = undefined; V1alpha1JSONPatch.mapping = undefined; V1alpha1JSONPatch.attributeTypeMap = [ { "name": "expression", "baseName": "expression", "type": "string", "format": "" } ]; //# sourceMappingURL=V1alpha1JSONPatch.js.map