Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 617 for httpGet (0.12 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PodTemplate.yaml

              optional: true
          image: imageValue
          imagePullPolicy: imagePullPolicyValue
          lifecycle:
            postStart:
              exec:
                command:
                - commandValue
              httpGet:
                host: hostValue
                httpHeaders:
                - name: nameValue
                  value: valueValue
                path: pathValue
                port: portValue
                scheme: schemeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 32K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.ReplicationController.yaml

            image: imageValue
            imagePullPolicy: imagePullPolicyValue
            lifecycle:
              postStart:
                exec:
                  command:
                  - commandValue
                httpGet:
                  host: hostValue
                  httpHeaders:
                  - name: nameValue
                    value: valueValue
                  path: pathValue
                  port: portValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.Deployment.yaml

            image: imageValue
            imagePullPolicy: imagePullPolicyValue
            lifecycle:
              postStart:
                exec:
                  command:
                  - commandValue
                httpGet:
                  host: hostValue
                  httpHeaders:
                  - name: nameValue
                    value: valueValue
                  path: pathValue
                  port: portValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.Deployment.json

                  }
                ],
                "livenessProbe": {
                  "exec": {
                    "command": [
                      "commandValue"
                    ]
                  },
                  "httpGet": {
                    "path": "pathValue",
                    "port": "portValue",
                    "host": "hostValue",
                    "scheme": "schemeValue",
                    "httpHeaders": [
                      {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/hello-probes-localhost.yaml

              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
                httpGet:
                  port: 3333
            - name: world
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
                  containerPort: 90
              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 26 16:51:17 UTC 2024
    - 956 bytes
    - Viewed (0)
  6. pilot/cmd/pilot-agent/status/server_test.go

    			probe: `{"/app-health/hello-world/readyz": {"tcpSocket": {"port": 8888}, "httpGet": {"path": "/", "port": 7777}}}`,
    			err:   "must be one of type httpGet, tcpSocket or gRPC",
    		},
    		// probes must be one of tcp, http or gRPC
    		{
    			probe: `{"/app-health/hello-world/readyz": {"grpc": {"port": 8888}, "httpGet": {"path": "/", "port": 7777}}}`,
    			err:   "must be one of type httpGet, tcpSocket or gRPC",
    		},
    		// Port is not Int typed (tcpSocket).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inject/hello-probes-with-flag-set-in-annotation.yaml

              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
                httpGet:
                  port: 3333
            - name: world
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
                  containerPort: 90
              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 1K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/hello-probes-with-flag-unset-in-annotation.yaml

              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
                httpGet:
                  port: 3333
            - name: world
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
                  containerPort: 90
              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/core/v1/lifecyclehandler.go

    // with apply.
    type LifecycleHandlerApplyConfiguration struct {
    	Exec      *ExecActionApplyConfiguration      `json:"exec,omitempty"`
    	HTTPGet   *HTTPGetActionApplyConfiguration   `json:"httpGet,omitempty"`
    	TCPSocket *TCPSocketActionApplyConfiguration `json:"tcpSocket,omitempty"`
    	Sleep     *SleepActionApplyConfiguration     `json:"sleep,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 16 11:50:33 UTC 2023
    - 3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1beta1.CronJob.yaml

                imagePullPolicy: imagePullPolicyValue
                lifecycle:
                  postStart:
                    exec:
                      command:
                      - commandValue
                    httpGet:
                      host: hostValue
                      httpHeaders:
                      - name: nameValue
                        value: valueValue
                      path: pathValue
                      port: portValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 40.5K bytes
    - Viewed (0)
Back to top