Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for protocol1 (0.62 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    							Format:      "int32",
    						},
    					},
    					"protocol": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Protocol is the protocol of the service port of which status is recorded here The supported values are: \"TCP\", \"UDP\", \"SCTP\"\n\nPossible enum values:\n - `\"SCTP\"` is the SCTP protocol.\n - `\"TCP\"` is the TCP protocol.\n - `\"UDP\"` is the UDP protocol.",
    							Default:     "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "description": "port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched."
            },
            "protocol": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.pb.go

    	_ = l
    	i -= len(m.HostIP)
    	copy(dAtA[i:], m.HostIP)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.HostIP)))
    	i--
    	dAtA[i] = 0x2a
    	i -= len(m.Protocol)
    	copy(dAtA[i:], m.Protocol)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Protocol)))
    	i--
    	dAtA[i] = 0x22
    	i = encodeVarintGenerated(dAtA, i, uint64(m.ContainerPort))
    	i--
    	dAtA[i] = 0x18
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

              "description": "port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched."
            },
            "protocol": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

                "type": "integer"
              },
              "protocol": {
                "default": "",
                "description": "Protocol is the protocol of the service port of which status is recorded here The supported values are: \"TCP\", \"UDP\", \"SCTP\"",
                "type": "string"
              }
            },
            "required": [
              "port",
              "protocol"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "format": "int32",
              "type": "integer"
            },
            "protocol": {
              "description": "Protocol is the protocol of the service port of which status is recorded here The supported values are: \"TCP\", \"UDP\", \"SCTP\"\n\nPossible enum values:\n - `\"SCTP\"` is the SCTP protocol.\n - `\"TCP\"` is the TCP protocol.\n - `\"UDP\"` is the UDP protocol.",
              "enum": [
                "SCTP",
                "TCP",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (linux-386), type RawSockaddrLinklayer struct, Ifindex int32
    pkg syscall (linux-386), type RawSockaddrLinklayer struct, Pkttype uint8
    pkg syscall (linux-386), type RawSockaddrLinklayer struct, Protocol uint16
    pkg syscall (linux-386), type RawSockaddrNetlink struct
    pkg syscall (linux-386), type RawSockaddrNetlink struct, Family uint16
    pkg syscall (linux-386), type RawSockaddrNetlink struct, Groups uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  8. CREDITS

    github.com/gogo/protobuf
    https://github.com/gogo/protobuf
    ----------------------------------------------------------------
    Copyright (c) 2013, The GoGo Authors. All rights reserved.
    
    Protocol Buffers for Go with Gadgets
    
    Go support for Protocol Buffers - Google's data interchange format
    
    Copyright 2010 The Go Authors.  All rights reserved.
    https://github.com/golang/protobuf
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  9. src/internal/trace/traceviewer/static/trace_viewer_full.html

    function isCrossOrigin(pageLocation,ajaxHost){function defaultPort(protocol){return{'http:':80,'https:':443}[protocol];}
    function portOf(location){return location.port||defaultPort(location.protocol||pageLocation.protocol);}
    return!!((ajaxHost.protocol&&(ajaxHost.protocol!=pageLocation.protocol))||(ajaxHost.host&&(ajaxHost.host!=pageLocation.host))||(ajaxHost.host&&(portOf(ajaxHost)!=portOf(pageLocation))));}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  10. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Ifindex int32
    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Pkttype uint8
    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Protocol uint16
    pkg syscall (linux-arm-cgo), type RawSockaddrNetlink struct
    pkg syscall (linux-arm-cgo), type RawSockaddrNetlink struct, Family uint16
    pkg syscall (linux-arm-cgo), type RawSockaddrNetlink struct, Groups uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top