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,72 @@
"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.VersionInfo = void 0;
/**
* Info contains versioning information. how we\'ll want to distribute that information.
*/
class VersionInfo {
static getAttributeTypeMap() {
return VersionInfo.attributeTypeMap;
}
}
exports.VersionInfo = VersionInfo;
VersionInfo.discriminator = undefined;
VersionInfo.attributeTypeMap = [
{
"name": "buildDate",
"baseName": "buildDate",
"type": "string"
},
{
"name": "compiler",
"baseName": "compiler",
"type": "string"
},
{
"name": "gitCommit",
"baseName": "gitCommit",
"type": "string"
},
{
"name": "gitTreeState",
"baseName": "gitTreeState",
"type": "string"
},
{
"name": "gitVersion",
"baseName": "gitVersion",
"type": "string"
},
{
"name": "goVersion",
"baseName": "goVersion",
"type": "string"
},
{
"name": "major",
"baseName": "major",
"type": "string"
},
{
"name": "minor",
"baseName": "minor",
"type": "string"
},
{
"name": "platform",
"baseName": "platform",
"type": "string"
}
];
//# sourceMappingURL=versionInfo.js.map