Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for tproxy (0.13 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              type: array
                            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)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                              type: array
                            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)
  3. pkg/apis/core/validation/validation_test.go

    				s.Ingress = []core.LoadBalancerIngress{{
    					IP:     "1.2.3.4",
    					IPMode: &ipModeVIP,
    				}}
    			},
    			numErrs: 0,
    		}, {
    			name:          "valid proxy ipMode",
    			ipModeEnabled: true,
    			tweakLBStatus: func(s *core.LoadBalancerStatus) {
    				s.Ingress = []core.LoadBalancerIngress{{
    					IP:     "1.2.3.4",
    					IPMode: &ipModeProxy,
    				}}
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "verbs": {
                "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array"
              },
              "version": {
    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