UNPKG

@kubernetes/client-node

Version:
68 lines 1.65 kB
/** * 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. */ /** * ContainerStateTerminated is a terminated state of a container. */ export class V1ContainerStateTerminated { static getAttributeTypeMap() { return V1ContainerStateTerminated.attributeTypeMap; } constructor() { } } V1ContainerStateTerminated.discriminator = undefined; V1ContainerStateTerminated.mapping = undefined; V1ContainerStateTerminated.attributeTypeMap = [ { "name": "containerID", "baseName": "containerID", "type": "string", "format": "" }, { "name": "exitCode", "baseName": "exitCode", "type": "number", "format": "int32" }, { "name": "finishedAt", "baseName": "finishedAt", "type": "Date", "format": "date-time" }, { "name": "message", "baseName": "message", "type": "string", "format": "" }, { "name": "reason", "baseName": "reason", "type": "string", "format": "" }, { "name": "signal", "baseName": "signal", "type": "number", "format": "int32" }, { "name": "startedAt", "baseName": "startedAt", "type": "Date", "format": "date-time" } ]; //# sourceMappingURL=V1ContainerStateTerminated.js.map