@kubernetes/client-node
Version:
NodeJS client for kubernetes
110 lines • 2.57 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.32.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* ContainerStatus contains details for the current status of this container.
*/
export class V1ContainerStatus {
static getAttributeTypeMap() {
return V1ContainerStatus.attributeTypeMap;
}
constructor() {
}
}
V1ContainerStatus.discriminator = undefined;
V1ContainerStatus.mapping = undefined;
V1ContainerStatus.attributeTypeMap = [
{
"name": "allocatedResources",
"baseName": "allocatedResources",
"type": "{ [key: string]: string; }",
"format": ""
},
{
"name": "allocatedResourcesStatus",
"baseName": "allocatedResourcesStatus",
"type": "Array<V1ResourceStatus>",
"format": ""
},
{
"name": "containerID",
"baseName": "containerID",
"type": "string",
"format": ""
},
{
"name": "image",
"baseName": "image",
"type": "string",
"format": ""
},
{
"name": "imageID",
"baseName": "imageID",
"type": "string",
"format": ""
},
{
"name": "lastState",
"baseName": "lastState",
"type": "V1ContainerState",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "ready",
"baseName": "ready",
"type": "boolean",
"format": ""
},
{
"name": "resources",
"baseName": "resources",
"type": "V1ResourceRequirements",
"format": ""
},
{
"name": "restartCount",
"baseName": "restartCount",
"type": "number",
"format": "int32"
},
{
"name": "started",
"baseName": "started",
"type": "boolean",
"format": ""
},
{
"name": "state",
"baseName": "state",
"type": "V1ContainerState",
"format": ""
},
{
"name": "user",
"baseName": "user",
"type": "V1ContainerUser",
"format": ""
},
{
"name": "volumeMounts",
"baseName": "volumeMounts",
"type": "Array<V1VolumeMountStatus>",
"format": ""
}
];
//# sourceMappingURL=V1ContainerStatus.js.map