Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
committed by
GitHub
parent
4a983766a0
commit
52d71d28bd
37
node_modules/@kubernetes/client-node/dist/gen/model/eventsV1EventSeries.js
generated
vendored
Normal file
37
node_modules/@kubernetes/client-node/dist/gen/model/eventsV1EventSeries.js
generated
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
"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.EventsV1EventSeries = void 0;
|
||||
/**
|
||||
* EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. How often to update the EventSeries is up to the event reporters. The default event reporter in \"k8s.io/client-go/tools/events/event_broadcaster.go\" shows how this struct is updated on heartbeats and can guide customized reporter implementations.
|
||||
*/
|
||||
class EventsV1EventSeries {
|
||||
static getAttributeTypeMap() {
|
||||
return EventsV1EventSeries.attributeTypeMap;
|
||||
}
|
||||
}
|
||||
exports.EventsV1EventSeries = EventsV1EventSeries;
|
||||
EventsV1EventSeries.discriminator = undefined;
|
||||
EventsV1EventSeries.attributeTypeMap = [
|
||||
{
|
||||
"name": "count",
|
||||
"baseName": "count",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "lastObservedTime",
|
||||
"baseName": "lastObservedTime",
|
||||
"type": "Date"
|
||||
}
|
||||
];
|
||||
//# sourceMappingURL=eventsV1EventSeries.js.map
|
Reference in New Issue
Block a user