Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for successThreshold (0.7 sec)

  1. pkg/apis/core/validation/validation_test.go

    						Port: intstr.FromInt32(80),
    					},
    				},
    				SuccessThreshold: 2,
    			},
    			ImagePullPolicy:          "IfNotPresent",
    			TerminationMessagePolicy: "File",
    		}},
    		field.ErrorList{{Type: field.ErrorTypeInvalid, Field: "containers[0].livenessProbe.successThreshold"}},
    	}, {
    		"invalid startup probe, successThreshold != 1",
    		line(),
    		[]core.Container{{
    			Name:  "startup-123",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                      periodSeconds:
                        description: How often (in seconds) to perform the probe.
                        format: int32
                        type: integer
                      successThreshold:
                        description: Minimum consecutive successes for the probe to be
                          considered successful after having failed.
                        format: int32
                        type: integer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                      periodSeconds:
                        description: How often (in seconds) to perform the probe.
                        format: int32
                        type: integer
                      successThreshold:
                        description: Minimum consecutive successes for the probe to be
                          considered successful after having failed.
                        format: int32
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. manifests/charts/base/crds/crd-all.gen.yaml

                      periodSeconds:
                        description: How often (in seconds) to perform the probe.
                        format: int32
                        type: integer
                      successThreshold:
                        description: Minimum consecutive successes for the probe to be
                          considered successful after having failed.
                        format: int32
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.",
                "format": "int32",
                "type": "integer"
              },
              "successThreshold": {
                "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.",
                "format": "int32",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top