UNPKG

@kubernetes/client-node

Version:
32 lines 970 B
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.27 * * * 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.V1PodFailurePolicy = void 0; /** * PodFailurePolicy describes how failed pods influence the backoffLimit. */ class V1PodFailurePolicy { static getAttributeTypeMap() { return V1PodFailurePolicy.attributeTypeMap; } } exports.V1PodFailurePolicy = V1PodFailurePolicy; V1PodFailurePolicy.discriminator = undefined; V1PodFailurePolicy.attributeTypeMap = [ { "name": "rules", "baseName": "rules", "type": "Array<V1PodFailurePolicyRule>" } ]; //# sourceMappingURL=v1PodFailurePolicy.js.map