UNPKG

@kubernetes/client-node

Version:
32 lines 815 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. */ /** * ExecAction describes a \"run in container\" action. */ export class V1ExecAction { static getAttributeTypeMap() { return V1ExecAction.attributeTypeMap; } constructor() { } } V1ExecAction.discriminator = undefined; V1ExecAction.mapping = undefined; V1ExecAction.attributeTypeMap = [ { "name": "command", "baseName": "command", "type": "Array<string>", "format": "" } ]; //# sourceMappingURL=V1ExecAction.js.map