UNPKG

@kubernetes/client-node

Version:
32 lines 892 B
/** * 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. */ /** * SuccessPolicy describes when a Job can be declared as succeeded based on the success of some indexes. */ export class V1SuccessPolicy { static getAttributeTypeMap() { return V1SuccessPolicy.attributeTypeMap; } constructor() { } } V1SuccessPolicy.discriminator = undefined; V1SuccessPolicy.mapping = undefined; V1SuccessPolicy.attributeTypeMap = [ { "name": "rules", "baseName": "rules", "type": "Array<V1SuccessPolicyRule>", "format": "" } ]; //# sourceMappingURL=V1SuccessPolicy.js.map