Files
k8s-set-context/node_modules/@kubernetes/client-node/dist/gen/model/versionInfo.js
github-actions[bot] 52d71d28bd Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
2022-06-29 15:41:55 -04:00

72 lines
1.7 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.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