Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for SOCKET (0.14 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                  {{- end }}
                resources:
              {{ template "resources" . }}
                volumeMounts:
                - name: workload-socket
                  mountPath: /var/run/secrets/workload-spiffe-uds
                - name: credential-socket
                  mountPath: /var/run/secrets/credential-uds
                {{- if eq .Values.global.caName "GkeWorkloadCertificate" }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                      type: integer
                                    tcpKeepalive:
                                      description: If set then set SO_KEEPALIVE on the
                                        socket to enable TCP Keepalives.
                                      properties:
                                        interval:
                                          description: The time duration between keep-alive
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                                      type: integer
                                    tcpKeepalive:
                                      description: If set then set SO_KEEPALIVE on the
                                        socket to enable TCP Keepalives.
                                      properties:
                                        interval:
                                          description: The time duration between keep-alive
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    			TerminationMessagePolicy: "File",
    		}},
    		field.ErrorList{{Type: field.ErrorTypeNotSupported, Field: "containers[0].lifecycle.preStop.httpGet.scheme"}},
    	}, {
    		"invalid lifecycle, no tcp socket port.",
    		line(),
    		[]core.Container{{
    			Name:  "life-123",
    			Image: "image",
    			Lifecycle: &core.Lifecycle{
    				PreStop: &core.LifecycleHandler{
    					TCPSocket: &core.TCPSocketAction{},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SockaddrNetlink.Groups", Field, 0},
    		{"SockaddrNetlink.Pad", Field, 0},
    		{"SockaddrNetlink.Pid", Field, 0},
    		{"SockaddrUnix", Type, 0},
    		{"SockaddrUnix.Name", Field, 0},
    		{"Socket", Func, 0},
    		{"SocketControlMessage", Type, 0},
    		{"SocketControlMessage.Data", Field, 0},
    		{"SocketControlMessage.Header", Field, 0},
    		{"SocketDisableIPv6", Var, 0},
    		{"Socketpair", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "name",
              "value"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.TCPSocketAction": {
            "description": "TCPSocketAction describes an action based on opening a socket",
            "properties": {
              "host": {
                "description": "Optional: Host name to connect to, defaults to the pod IP.",
                "type": "string"
              },
              "port": {
    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