"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.V1ContainerStateRunning = void 0; /** * ContainerStateRunning is a running state of a container. */ class V1ContainerStateRunning { static getAttributeTypeMap() { return V1ContainerStateRunning.attributeTypeMap; } } exports.V1ContainerStateRunning = V1ContainerStateRunning; V1ContainerStateRunning.discriminator = undefined; V1ContainerStateRunning.attributeTypeMap = [ { "name": "startedAt", "baseName": "startedAt", "type": "Date" } ]; //# sourceMappingURL=v1ContainerStateRunning.js.map