Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 45 for PortValue (0.33 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.ReplicationController.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
    - 34.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.Deployment.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
    - 35.1K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. pilot/pkg/networking/core/listener_builder_test.go

    						Name: "remove-outbound",
    						Address: &core.Address{
    							Address: &core.Address_SocketAddress{
    								SocketAddress: &core.SocketAddress{
    									PortSpecifier: &core.SocketAddress_PortValue{
    										PortValue: 81,
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    			want: fields{
    				InboundListeners: []*listener.Listener{
    					{
    						Name: "new-inbound-listener",
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top