@kubernetes/client-node
Version:
NodeJS client for kubernetes
32 lines • 948 B
JavaScript
;
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: release-1.28
*
*
* 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.V1PodSchedulingGate = void 0;
/**
* PodSchedulingGate is associated to a Pod to guard its scheduling.
*/
class V1PodSchedulingGate {
static getAttributeTypeMap() {
return V1PodSchedulingGate.attributeTypeMap;
}
}
exports.V1PodSchedulingGate = V1PodSchedulingGate;
V1PodSchedulingGate.discriminator = undefined;
V1PodSchedulingGate.attributeTypeMap = [
{
"name": "name",
"baseName": "name",
"type": "string"
}
];
//# sourceMappingURL=v1PodSchedulingGate.js.map