Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 64 for readinessProbe (0.22 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json

                      "periodSeconds": 4,
                      "successThreshold": 5,
                      "failureThreshold": 6,
                      "terminationGracePeriodSeconds": 7
                    },
                    "readinessProbe": {
                      "exec": {
                        "command": [
                          "commandValue"
                        ]
                      },
                      "httpGet": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.json

              "timeoutSeconds": 3,
              "periodSeconds": 4,
              "successThreshold": 5,
              "failureThreshold": 6,
              "terminationGracePeriodSeconds": 7
            },
            "readinessProbe": {
              "exec": {
                "command": [
                  "commandValue"
                ]
              },
              "httpGet": {
                "path": "pathValue",
                "port": "portValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 52K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.json

                      "periodSeconds": 4,
                      "successThreshold": 5,
                      "failureThreshold": 6,
                      "terminationGracePeriodSeconds": 7
                    },
                    "readinessProbe": {
                      "exec": {
                        "command": [
                          "commandValue"
                        ]
                      },
                      "httpGet": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.json

                  "periodSeconds": 4,
                  "successThreshold": 5,
                  "failureThreshold": 6,
                  "terminationGracePeriodSeconds": 7
                },
                "readinessProbe": {
                  "exec": {
                    "command": [
                      "commandValue"
                    ]
                  },
                  "httpGet": {
                    "path": "pathValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json

                  "periodSeconds": 4,
                  "successThreshold": 5,
                  "failureThreshold": 6,
                  "terminationGracePeriodSeconds": 7
                },
                "readinessProbe": {
                  "exec": {
                    "command": [
                      "commandValue"
                    ]
                  },
                  "httpGet": {
                    "path": "pathValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json

                  "periodSeconds": 4,
                  "successThreshold": 5,
                  "failureThreshold": 6,
                  "terminationGracePeriodSeconds": 7
                },
                "readinessProbe": {
                  "exec": {
                    "command": [
                      "commandValue"
                    ]
                  },
                  "httpGet": {
                    "path": "pathValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

              "timeoutSeconds": 3,
              "periodSeconds": 4,
              "successThreshold": 5,
              "failureThreshold": 6,
              "terminationGracePeriodSeconds": 7
            },
            "readinessProbe": {
              "exec": {
                "command": [
                  "commandValue"
                ]
              },
              "httpGet": {
                "path": "pathValue",
                "port": "portValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.json

                  "periodSeconds": 4,
                  "successThreshold": 5,
                  "failureThreshold": 6,
                  "terminationGracePeriodSeconds": 7
                },
                "readinessProbe": {
                  "exec": {
                    "command": [
                      "commandValue"
                    ]
                  },
                  "httpGet": {
                    "path": "pathValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.json

                  "periodSeconds": 4,
                  "successThreshold": 5,
                  "failureThreshold": 6,
                  "terminationGracePeriodSeconds": 7
                },
                "readinessProbe": {
                  "exec": {
                    "command": [
                      "commandValue"
                    ]
                  },
                  "httpGet": {
                    "path": "pathValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 55.3K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/enable-core-dump.yaml.5.template.gen.yaml

              initialDelaySeconds: 0
              periodSeconds: 1
              timeoutSeconds: 3
              failureThreshold: {{ .Values.global.proxy.startupProbe.failureThreshold }}
          {{ end }}
            readinessProbe:
              httpGet:
                path: /healthz/ready
                port: 15021
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top