@kubernetes/client-node
Version:
NodeJS client for kubernetes
44 lines • 1.1 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.
*/
/**
* APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.
*/
export class V1APIGroupList {
static getAttributeTypeMap() {
return V1APIGroupList.attributeTypeMap;
}
constructor() {
}
}
V1APIGroupList.discriminator = undefined;
V1APIGroupList.mapping = undefined;
V1APIGroupList.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "groups",
"baseName": "groups",
"type": "Array<V1APIGroup>",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1APIGroupList.js.map