2021-12-07 13:18:08 -05: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.V1ContainerStatus = void 0;
/**
* ContainerStatus contains details for the current status of this container.
*/
class V1ContainerStatus {
static getAttributeTypeMap() {
return V1ContainerStatus.attributeTypeMap;
}
}
exports.V1ContainerStatus = V1ContainerStatus;
V1ContainerStatus.discriminator = undefined;
V1ContainerStatus.attributeTypeMap = [
{
"name": "containerID",
"baseName": "containerID",
"type": "string"
},
{
"name": "image",
"baseName": "image",
"type": "string"
},
{
"name": "imageID",
"baseName": "imageID",
"type": "string"
},
{
"name": "lastState",
"baseName": "lastState",
"type": "V1ContainerState"
},
{
"name": "name",
"baseName": "name",
"type": "string"
},
{
"name": "ready",
"baseName": "ready",
"type": "boolean"
},
{
"name": "restartCount",
"baseName": "restartCount",
"type": "number"
},
{
"name": "started",
"baseName": "started",
"type": "boolean"
},
{
"name": "state",
"baseName": "state",
"type": "V1ContainerState"
}
];
//# sourceMappingURL=v1ContainerStatus.js.map