Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for succeededCount (0.27 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.yaml

        matchExpressions:
        - key: keyValue
          operator: operatorValue
          values:
          - valuesValue
        matchLabels:
          matchLabelsKey: matchLabelsValue
      successPolicy:
        rules:
        - succeededCount: 2
          succeededIndexes: succeededIndexesValue
      suspend: true
      template:
        metadata:
          annotations:
            annotationsKey: annotationsValue
          creationTimestamp: "2008-01-01T01:01:01Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

                  ]
                }
              ]
            },
            "successPolicy": {
              "rules": [
                {
                  "succeededIndexes": "succeededIndexesValue",
                  "succeededCount": 2
                }
              ]
            },
            "backoffLimit": 7,
            "backoffLimitPerIndex": 12,
            "maxFailedIndexes": 13,
            "selector": {
              "matchLabels": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.yaml

              operator: operatorValue
              values:
              - valuesValue
            matchLabels:
              matchLabelsKey: matchLabelsValue
          successPolicy:
            rules:
            - succeededCount: 2
              succeededIndexes: succeededIndexesValue
          suspend: true
          template:
            metadata:
              annotations:
                annotationsKey: annotationsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.yaml

              operator: operatorValue
              values:
              - valuesValue
            matchLabels:
              matchLabelsKey: matchLabelsValue
          successPolicy:
            rules:
            - succeededCount: 2
              succeededIndexes: succeededIndexesValue
          suspend: true
          template:
            metadata:
              annotations:
                annotationsKey: annotationsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.yaml

              operator: operatorValue
              values:
              - valuesValue
            matchLabels:
              matchLabelsKey: matchLabelsValue
          successPolicy:
            rules:
            - succeededCount: 2
              succeededIndexes: succeededIndexesValue
          suspend: true
          template:
            metadata:
              annotations:
                annotationsKey: annotationsValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.json

                  ]
                }
              ]
            },
            "successPolicy": {
              "rules": [
                {
                  "succeededIndexes": "succeededIndexesValue",
                  "succeededCount": 2
                }
              ]
            },
            "backoffLimit": 7,
            "backoffLimitPerIndex": 12,
            "maxFailedIndexes": 13,
            "selector": {
              "matchLabels": {
    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. pkg/registry/batch/job/strategy_test.go

    		Rules: []batch.SuccessPolicyRule{
    			{
    				SucceededIndexes: ptr.To("1,3-7"),
    				SucceededCount:   ptr.To[int32](4),
    			},
    		},
    	}
    	updatedSuccessPolicy := &batch.SuccessPolicy{
    		Rules: []batch.SuccessPolicyRule{
    			{
    				SucceededIndexes: ptr.To("1,3-7"),
    				SucceededCount:   ptr.To[int32](5),
    			},
    		},
    	}
    
    	cases := map[string]struct {
    		enableJobPodFailurePolicy     bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "properties": {
              "succeededCount": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"succeededCount": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. api/openapi-spec/swagger.json

          "properties": {
            "succeededCount": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top