UNPKG

@kubernetes/client-node

Version:
68 lines 1.65 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. */ /** * ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to. */ export class V1ManagedFieldsEntry { static getAttributeTypeMap() { return V1ManagedFieldsEntry.attributeTypeMap; } constructor() { } } V1ManagedFieldsEntry.discriminator = undefined; V1ManagedFieldsEntry.mapping = undefined; V1ManagedFieldsEntry.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "fieldsType", "baseName": "fieldsType", "type": "string", "format": "" }, { "name": "fieldsV1", "baseName": "fieldsV1", "type": "any", "format": "" }, { "name": "manager", "baseName": "manager", "type": "string", "format": "" }, { "name": "operation", "baseName": "operation", "type": "string", "format": "" }, { "name": "subresource", "baseName": "subresource", "type": "string", "format": "" }, { "name": "time", "baseName": "time", "type": "Date", "format": "date-time" } ]; //# sourceMappingURL=V1ManagedFieldsEntry.js.map