@kubernetes/client-node
Version:
NodeJS client for kubernetes
44 lines • 1.32 kB
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.
*/
/**
* PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule.
*/
export class V1PodFailurePolicyRule {
static getAttributeTypeMap() {
return V1PodFailurePolicyRule.attributeTypeMap;
}
constructor() {
}
}
V1PodFailurePolicyRule.discriminator = undefined;
V1PodFailurePolicyRule.mapping = undefined;
V1PodFailurePolicyRule.attributeTypeMap = [
{
"name": "action",
"baseName": "action",
"type": "string",
"format": ""
},
{
"name": "onExitCodes",
"baseName": "onExitCodes",
"type": "V1PodFailurePolicyOnExitCodesRequirement",
"format": ""
},
{
"name": "onPodConditions",
"baseName": "onPodConditions",
"type": "Array<V1PodFailurePolicyOnPodConditionsPattern>",
"format": ""
}
];
//# sourceMappingURL=V1PodFailurePolicyRule.js.map