Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 203 for preStop (0.2 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml

                  port: portValue
                  scheme: schemeValue
                sleep:
                  seconds: 1
                tcpSocket:
                  host: hostValue
                  port: portValue
              preStop:
                exec:
                  command:
                  - commandValue
                httpGet:
                  host: hostValue
                  httpHeaders:
                  - name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.StatefulSet.json

                      "port": "portValue",
                      "host": "hostValue"
                    },
                    "sleep": {
                      "seconds": 1
                    }
                  },
                  "preStop": {
                    "exec": {
                      "command": [
                        "commandValue"
                      ]
                    },
                    "httpGet": {
                      "path": "pathValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1beta1.CronJob.json

                          "host": "hostValue"
                        },
                        "sleep": {
                          "seconds": 1
                        }
                      },
                      "preStop": {
                        "exec": {
                          "command": [
                            "commandValue"
                          ]
                        },
                        "httpGet": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 62.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.yaml

                  port: portValue
                  scheme: schemeValue
                sleep:
                  seconds: 1
                tcpSocket:
                  host: hostValue
                  port: portValue
              preStop:
                exec:
                  command:
                  - commandValue
                httpGet:
                  host: hostValue
                  httpHeaders:
                  - name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json

                          "host": "hostValue"
                        },
                        "sleep": {
                          "seconds": 1
                        }
                      },
                      "preStop": {
                        "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)
  6. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Pod.json

                "tcpSocket": {
                  "port": "portValue",
                  "host": "hostValue"
                },
                "sleep": {
                  "seconds": 1
                }
              },
              "preStop": {
                "exec": {
                  "command": [
                    "commandValue"
                  ]
                },
                "httpGet": {
                  "path": "pathValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.yaml

                  port: portValue
                  scheme: schemeValue
                sleep:
                  seconds: 1
                tcpSocket:
                  host: hostValue
                  port: portValue
              preStop:
                exec:
                  command:
                  - commandValue
                httpGet:
                  host: hostValue
                  httpHeaders:
                  - name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/frontend.yaml.injected

            service.istio.io/canonical-revision: latest
            tier: frontend
            track: stable
        spec:
          containers:
          - image: fake.docker.io/google-samples/hello-frontend:1.0
            lifecycle:
              preStop:
                exec:
                  command:
                  - /usr/sbin/nginx
                  - -s
                  - quit
            name: nginx
            resources: {}
          - args:
            - proxy
            - sidecar
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inject/native-sidecar.yaml.injected

          value: cluster.local
        - name: ISTIO_KUBE_APP_PROBERS
          value: '{"/app-health/other-sidecar/readyz":{"httpGet":{"port":3333}}}'
        image: gcr.io/istio-testing/proxyv2:latest
        lifecycle:
          preStop:
            exec:
              command:
              - pilot-agent
              - request
              - --debug-port=15020
              - POST
              - drain
        name: istio-proxy
        ports:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/list-frontend.yaml.injected

              tier: frontend
              track: stable
          spec:
            containers:
            - image: fake.docker.io/google-samples/hello-frontend:1.0
              lifecycle:
                preStop:
                  exec:
                    command:
                    - /usr/sbin/nginx
                    - -s
                    - quit
              name: nginx
              resources: {}
            - args:
              - proxy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top