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
77
node_modules/@kubernetes/client-node/dist/gen/model/v1StatefulSetStatus.js
generated
vendored
Normal file
77
node_modules/@kubernetes/client-node/dist/gen/model/v1StatefulSetStatus.js
generated
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
"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.V1StatefulSetStatus = void 0;
|
||||
/**
|
||||
* StatefulSetStatus represents the current state of a StatefulSet.
|
||||
*/
|
||||
class V1StatefulSetStatus {
|
||||
static getAttributeTypeMap() {
|
||||
return V1StatefulSetStatus.attributeTypeMap;
|
||||
}
|
||||
}
|
||||
exports.V1StatefulSetStatus = V1StatefulSetStatus;
|
||||
V1StatefulSetStatus.discriminator = undefined;
|
||||
V1StatefulSetStatus.attributeTypeMap = [
|
||||
{
|
||||
"name": "availableReplicas",
|
||||
"baseName": "availableReplicas",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "collisionCount",
|
||||
"baseName": "collisionCount",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "conditions",
|
||||
"baseName": "conditions",
|
||||
"type": "Array<V1StatefulSetCondition>"
|
||||
},
|
||||
{
|
||||
"name": "currentReplicas",
|
||||
"baseName": "currentReplicas",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "currentRevision",
|
||||
"baseName": "currentRevision",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "observedGeneration",
|
||||
"baseName": "observedGeneration",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "readyReplicas",
|
||||
"baseName": "readyReplicas",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "replicas",
|
||||
"baseName": "replicas",
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"name": "updateRevision",
|
||||
"baseName": "updateRevision",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "updatedReplicas",
|
||||
"baseName": "updatedReplicas",
|
||||
"type": "number"
|
||||
}
|
||||
];
|
||||
//# sourceMappingURL=v1StatefulSetStatus.js.map
|
Reference in New Issue
Block a user