@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 946 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.
*/
/**
* ParamKind is a tuple of Group Kind and Version.
*/
export class V1beta1ParamKind {
static getAttributeTypeMap() {
return V1beta1ParamKind.attributeTypeMap;
}
constructor() {
}
}
V1beta1ParamKind.discriminator = undefined;
V1beta1ParamKind.mapping = undefined;
V1beta1ParamKind.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1beta1ParamKind.js.map