"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.V1TokenRequestSpec = void 0; /** * TokenRequestSpec contains client provided parameters of a token request. */ class V1TokenRequestSpec { static getAttributeTypeMap() { return V1TokenRequestSpec.attributeTypeMap; } } exports.V1TokenRequestSpec = V1TokenRequestSpec; V1TokenRequestSpec.discriminator = undefined; V1TokenRequestSpec.attributeTypeMap = [ { "name": "audiences", "baseName": "audiences", "type": "Array" }, { "name": "boundObjectRef", "baseName": "boundObjectRef", "type": "V1BoundObjectReference" }, { "name": "expirationSeconds", "baseName": "expirationSeconds", "type": "number" } ]; //# sourceMappingURL=v1TokenRequestSpec.js.map