Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 45 for onPodConditions (0.28 sec)

  1. staging/src/k8s.io/api/batch/v1/generated.proto

      // Defaults to True.
      optional string status = 2;
    }
    
    // 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.
    message PodFailurePolicyRule {
      // Specifies the action taken on a pod failure when the requirements are satisfied.
      // Possible values are:
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.CronJob.yaml

            rules:
            - action: actionValue
              onExitCodes:
                containerName: containerNameValue
                operator: operatorValue
                values:
                - 3
              onPodConditions:
              - status: statusValue
                type: typeValue
          podReplacementPolicy: podReplacementPolicyValue
          selector:
            matchExpressions:
            - key: keyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  3. 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)
  4. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.yaml

            rules:
            - action: actionValue
              onExitCodes:
                containerName: containerNameValue
                operator: operatorValue
                values:
                - 3
              onPodConditions:
              - status: statusValue
                type: typeValue
          podReplacementPolicy: podReplacementPolicyValue
          selector:
            matchExpressions:
            - key: keyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.yaml

      parallelism: 1
      podFailurePolicy:
        rules:
        - action: actionValue
          onExitCodes:
            containerName: containerNameValue
            operator: operatorValue
            values:
            - 3
          onPodConditions:
          - status: statusValue
            type: typeValue
      podReplacementPolicy: podReplacementPolicyValue
      selector:
        matchExpressions:
        - key: keyValue
          operator: operatorValue
          values:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.6K 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/v1.29.0/batch.v1beta1.CronJob.yaml

            rules:
            - action: actionValue
              onExitCodes:
                containerName: containerNameValue
                operator: operatorValue
                values:
                - 3
              onPodConditions:
              - status: statusValue
                type: typeValue
          podReplacementPolicy: podReplacementPolicyValue
          selector:
            matchExpressions:
            - key: keyValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  10. 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)
Back to top