112 lines
2.9 KiB
JavaScript
112 lines
2.9 KiB
JavaScript
"use strict";
|
|
/**
|
|
* 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.EventsV1Event = void 0;
|
|
/**
|
|
* Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system. 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 EventsV1Event {
|
|
static getAttributeTypeMap() {
|
|
return EventsV1Event.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.EventsV1Event = EventsV1Event;
|
|
EventsV1Event.discriminator = undefined;
|
|
EventsV1Event.attributeTypeMap = [
|
|
{
|
|
"name": "action",
|
|
"baseName": "action",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "apiVersion",
|
|
"baseName": "apiVersion",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "deprecatedCount",
|
|
"baseName": "deprecatedCount",
|
|
"type": "number"
|
|
},
|
|
{
|
|
"name": "deprecatedFirstTimestamp",
|
|
"baseName": "deprecatedFirstTimestamp",
|
|
"type": "Date"
|
|
},
|
|
{
|
|
"name": "deprecatedLastTimestamp",
|
|
"baseName": "deprecatedLastTimestamp",
|
|
"type": "Date"
|
|
},
|
|
{
|
|
"name": "deprecatedSource",
|
|
"baseName": "deprecatedSource",
|
|
"type": "V1EventSource"
|
|
},
|
|
{
|
|
"name": "eventTime",
|
|
"baseName": "eventTime",
|
|
"type": "Date"
|
|
},
|
|
{
|
|
"name": "kind",
|
|
"baseName": "kind",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "metadata",
|
|
"baseName": "metadata",
|
|
"type": "V1ObjectMeta"
|
|
},
|
|
{
|
|
"name": "note",
|
|
"baseName": "note",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "reason",
|
|
"baseName": "reason",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "regarding",
|
|
"baseName": "regarding",
|
|
"type": "V1ObjectReference"
|
|
},
|
|
{
|
|
"name": "related",
|
|
"baseName": "related",
|
|
"type": "V1ObjectReference"
|
|
},
|
|
{
|
|
"name": "reportingController",
|
|
"baseName": "reportingController",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "reportingInstance",
|
|
"baseName": "reportingInstance",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "series",
|
|
"baseName": "series",
|
|
"type": "EventsV1EventSeries"
|
|
},
|
|
{
|
|
"name": "type",
|
|
"baseName": "type",
|
|
"type": "string"
|
|
}
|
|
];
|
|
//# sourceMappingURL=eventsV1Event.js.map
|