Add node modules and compiled JavaScript from main (#54)

Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
github-actions[bot]
2022-06-29 15:41:55 -04:00
committed by GitHub
parent 4a983766a0
commit 52d71d28bd
6814 changed files with 2048539 additions and 2 deletions

View File

@@ -0,0 +1,112 @@
"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.V1beta1Event = 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 V1beta1Event {
static getAttributeTypeMap() {
return V1beta1Event.attributeTypeMap;
}
}
exports.V1beta1Event = V1beta1Event;
V1beta1Event.discriminator = undefined;
V1beta1Event.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": "V1beta1EventSeries"
},
{
"name": "type",
"baseName": "type",
"type": "string"
}
];
//# sourceMappingURL=v1beta1Event.js.map