57 lines
1.5 KiB
JavaScript
57 lines
1.5 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.V1CustomResourceDefinitionNames = void 0;
|
|
/**
|
|
* CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
|
|
*/
|
|
class V1CustomResourceDefinitionNames {
|
|
static getAttributeTypeMap() {
|
|
return V1CustomResourceDefinitionNames.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1CustomResourceDefinitionNames = V1CustomResourceDefinitionNames;
|
|
V1CustomResourceDefinitionNames.discriminator = undefined;
|
|
V1CustomResourceDefinitionNames.attributeTypeMap = [
|
|
{
|
|
"name": "categories",
|
|
"baseName": "categories",
|
|
"type": "Array<string>"
|
|
},
|
|
{
|
|
"name": "kind",
|
|
"baseName": "kind",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "listKind",
|
|
"baseName": "listKind",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "plural",
|
|
"baseName": "plural",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "shortNames",
|
|
"baseName": "shortNames",
|
|
"type": "Array<string>"
|
|
},
|
|
{
|
|
"name": "singular",
|
|
"baseName": "singular",
|
|
"type": "string"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1CustomResourceDefinitionNames.js.map
|