Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for onPodConditions (0.22 sec)

  1. pkg/apis/batch/validation/validation.go

    	}
    	if len(rule.OnPodConditions) > 0 {
    		allErrs = append(allErrs, validatePodFailurePolicyRuleOnPodConditions(rule.OnPodConditions, rulePath.Child("onPodConditions"))...)
    	}
    	if rule.OnExitCodes != nil && len(rule.OnPodConditions) > 0 {
    		allErrs = append(allErrs, field.Invalid(rulePath, field.OmitValueType{}, "specifying both OnExitCodes and OnPodConditions is not supported"))
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 16:43:24 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1beta1.CronJob.json

                    "containerName": "containerNameValue",
                    "operator": "operatorValue",
                    "values": [
                      3
                    ]
                  },
                  "onPodConditions": [
                    {
                      "type": "typeValue",
                      "status": "statusValue"
                    }
                  ]
                }
              ]
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 62.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json

                    "containerName": "containerNameValue",
                    "operator": "operatorValue",
                    "values": [
                      3
                    ]
                  },
                  "onPodConditions": [
                    {
                      "type": "typeValue",
                      "status": "statusValue"
                    }
                  ]
                }
              ]
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.json

              "onExitCodes": {
                "containerName": "containerNameValue",
                "operator": "operatorValue",
                "values": [
                  3
                ]
              },
              "onPodConditions": [
                {
                  "type": "typeValue",
                  "status": "statusValue"
                }
              ]
            }
          ]
        },
        "successPolicy": {
          "rules": [
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 55.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.CronJob.json

                    "containerName": "containerNameValue",
                    "operator": "operatorValue",
                    "values": [
                      3
                    ]
                  },
                  "onPodConditions": [
                    {
                      "type": "typeValue",
                      "status": "statusValue"
                    }
                  ]
                }
              ]
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 62.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json

              "onExitCodes": {
                "containerName": "containerNameValue",
                "operator": "operatorValue",
                "values": [
                  3
                ]
              },
              "onPodConditions": [
                {
                  "type": "typeValue",
                  "status": "statusValue"
                }
              ]
            }
          ]
        },
        "successPolicy": {
          "rules": [
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.json

                    "containerName": "containerNameValue",
                    "operator": "operatorValue",
                    "values": [
                      3
                    ]
                  },
                  "onPodConditions": [
                    {
                      "type": "typeValue",
                      "status": "statusValue"
                    }
                  ]
                }
              ]
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.Job.json

              "onExitCodes": {
                "containerName": "containerNameValue",
                "operator": "operatorValue",
                "values": [
                  3
                ]
              },
              "onPodConditions": [
                {
                  "type": "typeValue",
                  "status": "statusValue"
                }
              ]
            }
          ]
        },
        "backoffLimit": 7,
        "backoffLimitPerIndex": 12,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 54.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

                    "containerName": "containerNameValue",
                    "operator": "operatorValue",
                    "values": [
                      3
                    ]
                  },
                  "onPodConditions": [
                    {
                      "type": "typeValue",
                      "status": "statusValue"
                    }
                  ]
                }
              ]
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.json

                    "containerName": "containerNameValue",
                    "operator": "operatorValue",
                    "values": [
                      3
                    ]
                  },
                  "onPodConditions": [
                    {
                      "type": "typeValue",
                      "status": "statusValue"
                    }
                  ]
                }
              ]
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
Back to top