Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for protocol1 (0.35 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      rule: 'self.all(l, l.protocol in [''HTTP'', ''TCP'', ''UDP''] ?
                        !has(l.tls) : true)'
                    - message: tls mode must be Terminate for protocol HTTPS
                      rule: 'self.all(l, (l.protocol == ''HTTPS'' && has(l.tls)) ? (l.tls.mode
                        == '''' || l.tls.mode == ''Terminate'') : true)'
                    - message: hostname must not be specified for protocols ['TCP', 'UDP']
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

            name: istio-proxy
            ports:
            - containerPort: 15021
              protocol: TCP
            - containerPort: 8080
              protocol: TCP
            - containerPort: 8443
              protocol: TCP
            - containerPort: 15090
              name: http-envoy-prom
              protocol: TCP
            readinessProbe:
              failureThreshold: 30
              httpGet:
    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

                            proxyProtocol:
                              description: The upstream PROXY protocol settings.
                              properties:
                                version:
                                  description: |-
                                    The PROXY protocol version to use.
    
                                    Valid Options: V1, V2
                                  enum:
    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

                            proxyProtocol:
                              description: The upstream PROXY protocol settings.
                              properties:
                                version:
                                  description: |-
                                    The PROXY protocol version to use.
    
                                    Valid Options: V1, V2
                                  enum:
    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. pkg/apis/core/validation/validation_test.go

    	successCase := []core.ContainerPort{
    		{Name: "abc", ContainerPort: 80, HostPort: 80, Protocol: "TCP"},
    		{Name: "easy", ContainerPort: 82, Protocol: "TCP"},
    		{Name: "as", ContainerPort: 83, Protocol: "UDP"},
    		{Name: "do-re-me", ContainerPort: 84, Protocol: "SCTP"},
    		{ContainerPort: 85, Protocol: "TCP"},
    	}
    	if errs := validateContainerPorts(successCase, field.NewPath("field")); len(errs) != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.remote.internal.hub.protocol.ChannelIdentifier> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ChannelIdentifier.java:0)
    Class <org.gradle.internal.remote.internal.hub.protocol.ChannelMessage> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ChannelMessage.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  7. RELEASE.md

            Protocol available through
            `tf.types.experimental.SupportsTracingProtocol`.
        *   `TypeSpec` classes (as associated with `ExtensionTypes`) also implement
            the Tracing Protocol which can be overridden if necessary.
        *   The newly introduced `reduce_retracing` option also uses the Tracing
            Protocol to proactively generate generalized traces similar to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"AddrinfoW.Addrlen", Field, 1},
    		{"AddrinfoW.Canonname", Field, 1},
    		{"AddrinfoW.Family", Field, 1},
    		{"AddrinfoW.Flags", Field, 1},
    		{"AddrinfoW.Next", Field, 1},
    		{"AddrinfoW.Protocol", Field, 1},
    		{"AddrinfoW.Socktype", Field, 1},
    		{"Adjtime", Func, 0},
    		{"Adjtimex", Func, 0},
    		{"AllThreadsSyscall", Func, 16},
    		{"AllThreadsSyscall6", Func, 16},
    		{"AttachLsf", 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)
  9. CHANGELOG/CHANGELOG-1.19.md

    - Kube-apiserver: multiple comma-separated protocols in a single X-Stream-Protocol-Version header are now recognized, in addition to multiple headers, complying with RFC2616 ([#89857](https://github.com/kubernetes/kubernetes/pull/89857), [@tedyu](https://github.com/tedyu)) [SIG API Machinery]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "protocol": {
                "default": "TCP",
                "description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".",
                "type": "string"
              }
            },
            "required": [
              "containerPort"
    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