UNPKG

@kubernetes/client-node

Version:
32 lines 809 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. */ /** * SleepAction describes a \"sleep\" action. */ export class V1SleepAction { static getAttributeTypeMap() { return V1SleepAction.attributeTypeMap; } constructor() { } } V1SleepAction.discriminator = undefined; V1SleepAction.mapping = undefined; V1SleepAction.attributeTypeMap = [ { "name": "seconds", "baseName": "seconds", "type": "number", "format": "int64" } ]; //# sourceMappingURL=V1SleepAction.js.map