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
82
node_modules/@kubernetes/client-node/dist/gen/model/v1NodeStatus.js
generated
vendored
Normal file
82
node_modules/@kubernetes/client-node/dist/gen/model/v1NodeStatus.js
generated
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
"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.V1NodeStatus = void 0;
|
||||
/**
|
||||
* NodeStatus is information about the current status of a node.
|
||||
*/
|
||||
class V1NodeStatus {
|
||||
static getAttributeTypeMap() {
|
||||
return V1NodeStatus.attributeTypeMap;
|
||||
}
|
||||
}
|
||||
exports.V1NodeStatus = V1NodeStatus;
|
||||
V1NodeStatus.discriminator = undefined;
|
||||
V1NodeStatus.attributeTypeMap = [
|
||||
{
|
||||
"name": "addresses",
|
||||
"baseName": "addresses",
|
||||
"type": "Array<V1NodeAddress>"
|
||||
},
|
||||
{
|
||||
"name": "allocatable",
|
||||
"baseName": "allocatable",
|
||||
"type": "{ [key: string]: string; }"
|
||||
},
|
||||
{
|
||||
"name": "capacity",
|
||||
"baseName": "capacity",
|
||||
"type": "{ [key: string]: string; }"
|
||||
},
|
||||
{
|
||||
"name": "conditions",
|
||||
"baseName": "conditions",
|
||||
"type": "Array<V1NodeCondition>"
|
||||
},
|
||||
{
|
||||
"name": "config",
|
||||
"baseName": "config",
|
||||
"type": "V1NodeConfigStatus"
|
||||
},
|
||||
{
|
||||
"name": "daemonEndpoints",
|
||||
"baseName": "daemonEndpoints",
|
||||
"type": "V1NodeDaemonEndpoints"
|
||||
},
|
||||
{
|
||||
"name": "images",
|
||||
"baseName": "images",
|
||||
"type": "Array<V1ContainerImage>"
|
||||
},
|
||||
{
|
||||
"name": "nodeInfo",
|
||||
"baseName": "nodeInfo",
|
||||
"type": "V1NodeSystemInfo"
|
||||
},
|
||||
{
|
||||
"name": "phase",
|
||||
"baseName": "phase",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "volumesAttached",
|
||||
"baseName": "volumesAttached",
|
||||
"type": "Array<V1AttachedVolume>"
|
||||
},
|
||||
{
|
||||
"name": "volumesInUse",
|
||||
"baseName": "volumesInUse",
|
||||
"type": "Array<string>"
|
||||
}
|
||||
];
|
||||
//# sourceMappingURL=v1NodeStatus.js.map
|
Reference in New Issue
Block a user