UNPKG

@kubernetes/client-node

Version:
44 lines 1.17 kB
/** * 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. */ /** * TokenRequestSpec contains client provided parameters of a token request. */ export class V1TokenRequestSpec { static getAttributeTypeMap() { return V1TokenRequestSpec.attributeTypeMap; } constructor() { } } V1TokenRequestSpec.discriminator = undefined; V1TokenRequestSpec.mapping = undefined; V1TokenRequestSpec.attributeTypeMap = [ { "name": "audiences", "baseName": "audiences", "type": "Array<string>", "format": "" }, { "name": "boundObjectRef", "baseName": "boundObjectRef", "type": "V1BoundObjectReference", "format": "" }, { "name": "expirationSeconds", "baseName": "expirationSeconds", "type": "number", "format": "int64" } ]; //# sourceMappingURL=V1TokenRequestSpec.js.map