UNPKG

@kubernetes/client-node

Version:
50 lines 1.36 kB
/** * 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. */ /** * PodDisruptionBudgetSpec is a description of a PodDisruptionBudget. */ export class V1PodDisruptionBudgetSpec { static getAttributeTypeMap() { return V1PodDisruptionBudgetSpec.attributeTypeMap; } constructor() { } } V1PodDisruptionBudgetSpec.discriminator = undefined; V1PodDisruptionBudgetSpec.mapping = undefined; V1PodDisruptionBudgetSpec.attributeTypeMap = [ { "name": "maxUnavailable", "baseName": "maxUnavailable", "type": "IntOrString", "format": "int-or-string" }, { "name": "minAvailable", "baseName": "minAvailable", "type": "IntOrString", "format": "int-or-string" }, { "name": "selector", "baseName": "selector", "type": "V1LabelSelector", "format": "" }, { "name": "unhealthyPodEvictionPolicy", "baseName": "unhealthyPodEvictionPolicy", "type": "string", "format": "" } ]; //# sourceMappingURL=V1PodDisruptionBudgetSpec.js.map