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
57
node_modules/@kubernetes/client-node/dist/gen/model/v1Condition.js
generated
vendored
Normal file
57
node_modules/@kubernetes/client-node/dist/gen/model/v1Condition.js
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
"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.V1Condition = void 0;
|
||||
/**
|
||||
* Condition contains details for one aspect of the current state of this API Resource.
|
||||
*/
|
||||
class V1Condition {
|
||||
static getAttributeTypeMap() {
|
||||
return V1Condition.attributeTypeMap;
|
||||
}
|
||||
}
|
||||
exports.V1Condition = V1Condition;
|
||||
V1Condition.discriminator = undefined;
|
||||
V1Condition.attributeTypeMap = [
|
||||
{
|
||||
"name": "lastTransitionTime",
|
||||
"baseName": "lastTransitionTime",
|
||||
"type": "Date"
|
||||
},
|
||||
{
|
||||
"name": "message",
|
||||
"baseName": "message",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "observedGeneration",
|
||||
"baseName": "observedGeneration",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "reason",
|
||||
"baseName": "reason",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "status",
|
||||
"baseName": "status",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "type",
|
||||
"baseName": "type",
|
||||
"type": "string"
|
||||
}
|
||||
];
|
||||
//# sourceMappingURL=v1Condition.js.map
|
Reference in New Issue
Block a user