@kubernetes/client-node
Version:
NodeJS client for kubernetes
52 lines • 1.64 kB
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.V1alpha2PodSchedulingContext = void 0;
/**
* PodSchedulingContext objects hold information that is needed to schedule a Pod with ResourceClaims that use \"WaitForFirstConsumer\" allocation mode. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
*/
class V1alpha2PodSchedulingContext {
static getAttributeTypeMap() {
return V1alpha2PodSchedulingContext.attributeTypeMap;
}
}
exports.V1alpha2PodSchedulingContext = V1alpha2PodSchedulingContext;
V1alpha2PodSchedulingContext.discriminator = undefined;
V1alpha2PodSchedulingContext.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string"
},
{
"name": "kind",
"baseName": "kind",
"type": "string"
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta"
},
{
"name": "spec",
"baseName": "spec",
"type": "V1alpha2PodSchedulingContextSpec"
},
{
"name": "status",
"baseName": "status",
"type": "V1alpha2PodSchedulingContextStatus"
}
];
//# sourceMappingURL=v1alpha2PodSchedulingContext.js.map