"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.V1TokenReview = void 0; /** * TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver. */ class V1TokenReview { static getAttributeTypeMap() { return V1TokenReview.attributeTypeMap; } } exports.V1TokenReview = V1TokenReview; V1TokenReview.discriminator = undefined; V1TokenReview.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string" }, { "name": "kind", "baseName": "kind", "type": "string" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta" }, { "name": "spec", "baseName": "spec", "type": "V1TokenReviewSpec" }, { "name": "status", "baseName": "status", "type": "V1TokenReviewStatus" } ]; //# sourceMappingURL=v1TokenReview.js.map