Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 67 for PortValue (0.09 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1beta1.CronJob.yaml

                        value: valueValue
                      path: pathValue
                      port: portValue
                      scheme: schemeValue
                    sleep:
                      seconds: 1
                    tcpSocket:
                      host: hostValue
                      port: portValue
                  preStop:
                    exec:
                      command:
                      - commandValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.yaml

                  - name: nameValue
                    value: valueValue
                  path: pathValue
                  port: portValue
                  scheme: schemeValue
                sleep:
                  seconds: 1
                tcpSocket:
                  host: hostValue
                  port: portValue
              preStop:
                exec:
                  command:
                  - commandValue
                httpGet:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.yaml

              httpHeaders:
              - name: nameValue
                value: valueValue
              path: pathValue
              port: portValue
              scheme: schemeValue
            sleep:
              seconds: 1
            tcpSocket:
              host: hostValue
              port: portValue
          preStop:
            exec:
              command:
              - commandValue
            httpGet:
              host: hostValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.yaml

                        value: valueValue
                      path: pathValue
                      port: portValue
                      scheme: schemeValue
                    sleep:
                      seconds: 1
                    tcpSocket:
                      host: hostValue
                      port: portValue
                  preStop:
                    exec:
                      command:
                      - commandValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.yaml

                        value: valueValue
                      path: pathValue
                      port: portValue
                      scheme: schemeValue
                    sleep:
                      seconds: 1
                    tcpSocket:
                      host: hostValue
                      port: portValue
                  preStop:
                    exec:
                      command:
                      - commandValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.yaml

                  - name: nameValue
                    value: valueValue
                  path: pathValue
                  port: portValue
                  scheme: schemeValue
                sleep:
                  seconds: 1
                tcpSocket:
                  host: hostValue
                  port: portValue
              preStop:
                exec:
                  command:
                  - commandValue
                httpGet:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.yaml

                  - name: nameValue
                    value: valueValue
                  path: pathValue
                  port: portValue
                  scheme: schemeValue
                sleep:
                  seconds: 1
                tcpSocket:
                  host: hostValue
                  port: portValue
              preStop:
                exec:
                  command:
                  - commandValue
                httpGet:
    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. pilot/pkg/xds/xds_test.go

    			Exists("{.resources[?(@.address.socketAddress.portValue==27018)]}").
    			Select("{.resources[?(@.address.socketAddress.portValue==27018)]}").
    			Equals("0.0.0.0", "{.address.socketAddress.address}").
    			// Example doing a struct comparison, note the pain with oneofs....
    			Equals(&core.SocketAddress{
    				Address: "0.0.0.0",
    				PortSpecifier: &core.SocketAddress_PortValue{
    					PortValue: uint32(27018),
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  9. pkg/adsc/delta_test.go

    		Address: &core.Address_SocketAddress{
    			SocketAddress: &core.SocketAddress{
    				Protocol: core.SocketAddress_TCP,
    				Address:  "0.0.0.0",
    				PortSpecifier: &core.SocketAddress_PortValue{
    					PortValue: 8080,
    				},
    			},
    		},
    	},
    	FilterChains: []*listener.FilterChain{
    		{
    			Filters: []*listener.Filter{
    				{
    					Name: wellknown.HTTPConnectionManager,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 09:32:41 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/cluster_builder.go

    				PortSpecifier: &core.SocketAddress_PortValue{PortValue: uint32(0)},
    			},
    		})
    	}
    	c := cb.buildDefaultPassthroughCluster()
    	c.Name = util.InboundPassthroughCluster
    	c.Filters = nil
    	c.UpstreamBindConfig = &core.BindConfig{
    		SourceAddress: &core.SocketAddress{
    			Address:       src,
    			PortSpecifier: &core.SocketAddress_PortValue{PortValue: uint32(0)},
    		},
    		ExtraSourceAddresses: extraSrc,
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
Back to top