@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.34 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.
*/
/**
* Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/<pod name>/evictions.
*/
export class V1Eviction {
static getAttributeTypeMap() {
return V1Eviction.attributeTypeMap;
}
constructor() {
}
}
V1Eviction.discriminator = undefined;
V1Eviction.mapping = undefined;
V1Eviction.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "deleteOptions",
"baseName": "deleteOptions",
"type": "V1DeleteOptions",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
}
];
//# sourceMappingURL=V1Eviction.js.map