@kubernetes/client-node
Version:
NodeJS client for kubernetes
32 lines • 858 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.
*/
/**
* PodSchedulingGate is associated to a Pod to guard its scheduling.
*/
export class V1PodSchedulingGate {
static getAttributeTypeMap() {
return V1PodSchedulingGate.attributeTypeMap;
}
constructor() {
}
}
V1PodSchedulingGate.discriminator = undefined;
V1PodSchedulingGate.mapping = undefined;
V1PodSchedulingGate.attributeTypeMap = [
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1PodSchedulingGate.js.map