@kubernetes/client-node
Version:
NodeJS client for kubernetes
112 lines • 2.86 kB
JavaScript
;
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1.22.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.CoreV1Event = void 0;
/**
* Event is a report of an event somewhere in the cluster. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data.
*/
class CoreV1Event {
static getAttributeTypeMap() {
return CoreV1Event.attributeTypeMap;
}
}
exports.CoreV1Event = CoreV1Event;
CoreV1Event.discriminator = undefined;
CoreV1Event.attributeTypeMap = [
{
"name": "action",
"baseName": "action",
"type": "string"
},
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string"
},
{
"name": "count",
"baseName": "count",
"type": "number"
},
{
"name": "eventTime",
"baseName": "eventTime",
"type": "Date"
},
{
"name": "firstTimestamp",
"baseName": "firstTimestamp",
"type": "Date"
},
{
"name": "involvedObject",
"baseName": "involvedObject",
"type": "V1ObjectReference"
},
{
"name": "kind",
"baseName": "kind",
"type": "string"
},
{
"name": "lastTimestamp",
"baseName": "lastTimestamp",
"type": "Date"
},
{
"name": "message",
"baseName": "message",
"type": "string"
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta"
},
{
"name": "reason",
"baseName": "reason",
"type": "string"
},
{
"name": "related",
"baseName": "related",
"type": "V1ObjectReference"
},
{
"name": "reportingComponent",
"baseName": "reportingComponent",
"type": "string"
},
{
"name": "reportingInstance",
"baseName": "reportingInstance",
"type": "string"
},
{
"name": "series",
"baseName": "series",
"type": "CoreV1EventSeries"
},
{
"name": "source",
"baseName": "source",
"type": "V1EventSource"
},
{
"name": "type",
"baseName": "type",
"type": "string"
}
];
//# sourceMappingURL=coreV1Event.js.map