@kubernetes/client-node
Version:
NodeJS client for kubernetes
47 lines • 1.31 kB
JavaScript
;
/**
* 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.V1ListMeta = void 0;
/**
* ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
*/
class V1ListMeta {
static getAttributeTypeMap() {
return V1ListMeta.attributeTypeMap;
}
}
exports.V1ListMeta = V1ListMeta;
V1ListMeta.discriminator = undefined;
V1ListMeta.attributeTypeMap = [
{
"name": "_continue",
"baseName": "continue",
"type": "string"
},
{
"name": "remainingItemCount",
"baseName": "remainingItemCount",
"type": "number"
},
{
"name": "resourceVersion",
"baseName": "resourceVersion",
"type": "string"
},
{
"name": "selfLink",
"baseName": "selfLink",
"type": "string"
}
];
//# sourceMappingURL=v1ListMeta.js.map