@kubernetes/client-node
Version:
NodeJS client for kubernetes
32 lines • 835 B
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.
*/
/**
* ContainerUser represents user identity information
*/
export class V1ContainerUser {
static getAttributeTypeMap() {
return V1ContainerUser.attributeTypeMap;
}
constructor() {
}
}
V1ContainerUser.discriminator = undefined;
V1ContainerUser.mapping = undefined;
V1ContainerUser.attributeTypeMap = [
{
"name": "linux",
"baseName": "linux",
"type": "V1LinuxContainerUser",
"format": ""
}
];
//# sourceMappingURL=V1ContainerUser.js.map