@kubernetes/client-node
Version:
NodeJS client for kubernetes
62 lines • 1.57 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.
*/
/**
* CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
*/
export class V1CustomResourceDefinitionNames {
static getAttributeTypeMap() {
return V1CustomResourceDefinitionNames.attributeTypeMap;
}
constructor() {
}
}
V1CustomResourceDefinitionNames.discriminator = undefined;
V1CustomResourceDefinitionNames.mapping = undefined;
V1CustomResourceDefinitionNames.attributeTypeMap = [
{
"name": "categories",
"baseName": "categories",
"type": "Array<string>",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "listKind",
"baseName": "listKind",
"type": "string",
"format": ""
},
{
"name": "plural",
"baseName": "plural",
"type": "string",
"format": ""
},
{
"name": "shortNames",
"baseName": "shortNames",
"type": "Array<string>",
"format": ""
},
{
"name": "singular",
"baseName": "singular",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1CustomResourceDefinitionNames.js.map