@kubernetes/client-node
Version:
NodeJS client for kubernetes
128 lines • 3.19 kB
JavaScript
/**
* 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.
*/
/**
* 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.
*/
export class CoreV1Event {
static getAttributeTypeMap() {
return CoreV1Event.attributeTypeMap;
}
constructor() {
}
}
CoreV1Event.discriminator = undefined;
CoreV1Event.mapping = undefined;
CoreV1Event.attributeTypeMap = [
{
"name": "action",
"baseName": "action",
"type": "string",
"format": ""
},
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "count",
"baseName": "count",
"type": "number",
"format": "int32"
},
{
"name": "eventTime",
"baseName": "eventTime",
"type": "V1MicroTime",
"format": "date-time-micro"
},
{
"name": "firstTimestamp",
"baseName": "firstTimestamp",
"type": "Date",
"format": "date-time"
},
{
"name": "involvedObject",
"baseName": "involvedObject",
"type": "V1ObjectReference",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "lastTimestamp",
"baseName": "lastTimestamp",
"type": "Date",
"format": "date-time"
},
{
"name": "message",
"baseName": "message",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
},
{
"name": "reason",
"baseName": "reason",
"type": "string",
"format": ""
},
{
"name": "related",
"baseName": "related",
"type": "V1ObjectReference",
"format": ""
},
{
"name": "reportingComponent",
"baseName": "reportingComponent",
"type": "string",
"format": ""
},
{
"name": "reportingInstance",
"baseName": "reportingInstance",
"type": "string",
"format": ""
},
{
"name": "series",
"baseName": "series",
"type": "CoreV1EventSeries",
"format": ""
},
{
"name": "source",
"baseName": "source",
"type": "V1EventSource",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=CoreV1Event.js.map