@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.21 kB
JavaScript
/**
* 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.
*/
/**
* UserInfo holds the information about the user needed to implement the user.Info interface.
*/
export class V1UserInfo {
static getAttributeTypeMap() {
return V1UserInfo.attributeTypeMap;
}
constructor() {
}
}
V1UserInfo.discriminator = undefined;
V1UserInfo.mapping = undefined;
V1UserInfo.attributeTypeMap = [
{
"name": "extra",
"baseName": "extra",
"type": "{ [key: string]: Array<string>; }",
"format": ""
},
{
"name": "groups",
"baseName": "groups",
"type": "Array<string>",
"format": ""
},
{
"name": "uid",
"baseName": "uid",
"type": "string",
"format": ""
},
{
"name": "username",
"baseName": "username",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1UserInfo.js.map