UNPKG

@kubernetes/client-node

Version:
32 lines 1.02 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.30.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * PodSchedulingContextStatus describes where resources for the Pod can be allocated. */ export class V1alpha2PodSchedulingContextStatus { static getAttributeTypeMap() { return V1alpha2PodSchedulingContextStatus.attributeTypeMap; } constructor() { } } V1alpha2PodSchedulingContextStatus.discriminator = undefined; V1alpha2PodSchedulingContextStatus.mapping = undefined; V1alpha2PodSchedulingContextStatus.attributeTypeMap = [ { "name": "resourceClaims", "baseName": "resourceClaims", "type": "Array<V1alpha2ResourceClaimSchedulingStatus>", "format": "" } ]; //# sourceMappingURL=V1alpha2PodSchedulingContextStatus.js.map