UNPKG

@kubernetes/client-node

Version:
32 lines 890 B
/** * 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. */ /** * ContainerStateRunning is a running state of a container. */ export class V1ContainerStateRunning { static getAttributeTypeMap() { return V1ContainerStateRunning.attributeTypeMap; } constructor() { } } V1ContainerStateRunning.discriminator = undefined; V1ContainerStateRunning.mapping = undefined; V1ContainerStateRunning.attributeTypeMap = [ { "name": "startedAt", "baseName": "startedAt", "type": "Date", "format": "date-time" } ]; //# sourceMappingURL=V1ContainerStateRunning.js.map