52 lines
1.4 KiB
JavaScript
52 lines
1.4 KiB
JavaScript
"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.AuthenticationV1TokenRequest = void 0;
|
|
/**
|
|
* TokenRequest requests a token for a given service account.
|
|
*/
|
|
class AuthenticationV1TokenRequest {
|
|
static getAttributeTypeMap() {
|
|
return AuthenticationV1TokenRequest.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.AuthenticationV1TokenRequest = AuthenticationV1TokenRequest;
|
|
AuthenticationV1TokenRequest.discriminator = undefined;
|
|
AuthenticationV1TokenRequest.attributeTypeMap = [
|
|
{
|
|
"name": "apiVersion",
|
|
"baseName": "apiVersion",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "kind",
|
|
"baseName": "kind",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "metadata",
|
|
"baseName": "metadata",
|
|
"type": "V1ObjectMeta"
|
|
},
|
|
{
|
|
"name": "spec",
|
|
"baseName": "spec",
|
|
"type": "V1TokenRequestSpec"
|
|
},
|
|
{
|
|
"name": "status",
|
|
"baseName": "status",
|
|
"type": "V1TokenRequestStatus"
|
|
}
|
|
];
|
|
//# sourceMappingURL=authenticationV1TokenRequest.js.map
|