UNPKG

@kubernetes/client-node

Version:
56 lines 1.36 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. */ /** * FlowSchemaCondition describes conditions for a FlowSchema. */ export class V1FlowSchemaCondition { static getAttributeTypeMap() { return V1FlowSchemaCondition.attributeTypeMap; } constructor() { } } V1FlowSchemaCondition.discriminator = undefined; V1FlowSchemaCondition.mapping = undefined; V1FlowSchemaCondition.attributeTypeMap = [ { "name": "lastTransitionTime", "baseName": "lastTransitionTime", "type": "Date", "format": "date-time" }, { "name": "message", "baseName": "message", "type": "string", "format": "" }, { "name": "reason", "baseName": "reason", "type": "string", "format": "" }, { "name": "status", "baseName": "status", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=V1FlowSchemaCondition.js.map