@kubernetes/client-node
Version:
NodeJS client for kubernetes
32 lines • 882 B
JavaScript
/**
* 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.
*/
/**
* PodFailurePolicy describes how failed pods influence the backoffLimit.
*/
export class V1PodFailurePolicy {
static getAttributeTypeMap() {
return V1PodFailurePolicy.attributeTypeMap;
}
constructor() {
}
}
V1PodFailurePolicy.discriminator = undefined;
V1PodFailurePolicy.mapping = undefined;
V1PodFailurePolicy.attributeTypeMap = [
{
"name": "rules",
"baseName": "rules",
"type": "Array<V1PodFailurePolicyRule>",
"format": ""
}
];
//# sourceMappingURL=V1PodFailurePolicy.js.map