Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 35 for HTTPIngressRuleValue (0.62 sec)

  1. pkg/registry/networking/ingress/storage/storage_test.go

    	rules := []networking.IngressRule{}
    	for host, pathMap := range hostRules {
    		rules = append(rules, networking.IngressRule{
    			Host: host,
    			IngressRuleValue: networking.IngressRuleValue{
    				HTTP: &networking.HTTPIngressRuleValue{
    					Paths: toHTTPIngressPaths(pathMap),
    				},
    			},
    		})
    	}
    	return rules
    }
    
    func newIngress(pathMap map[string]string) *networking.Ingress {
    	return &networking.Ingress{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 15 09:01:21 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/networking/v1/generated.proto

      optional IngressBackend backend = 2;
    }
    
    // HTTPIngressRuleValue is a list of http selectors pointing to backends.
    // In the example: http://<host>/<path>?<searchpart> -> backend where
    // where parts of the url correspond to RFC 3986, this resource will be used
    // to match against everything after the last '/' and before the first '?'
    // or '#'.
    message HTTPIngressRuleValue {
      // paths is a collection of paths that map requests to backends.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/networking/v1/generated.proto

      optional IngressBackend backend = 2;
    }
    
    // HTTPIngressRuleValue is a list of http selectors pointing to backends.
    // In the example: http://<host>/<path>?<searchpart> -> backend where
    // where parts of the url correspond to RFC 3986, this resource will be used
    // to match against everything after the last '/' and before the first '?'
    // or '#'.
    message HTTPIngressRuleValue {
      // paths is a collection of paths that map requests to backends.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/networking/v1/types.go

    // mixing different types of rules in a single Ingress is disallowed, so exactly
    // one of the following must be set.
    type IngressRuleValue struct {
    	// +optional
    	HTTP *HTTPIngressRuleValue `json:"http,omitempty" protobuf:"bytes,1,opt,name=http"`
    }
    
    // HTTPIngressRuleValue is a list of http selectors pointing to backends.
    // In the example: http://<host>/<path>?<searchpart> -> backend where
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    func (m *HTTPIngressRuleValue) Reset()      { *m = HTTPIngressRuleValue{} }
    func (*HTTPIngressRuleValue) ProtoMessage() {}
    func (*HTTPIngressRuleValue) Descriptor() ([]byte, []int) {
    	return fileDescriptor_90a532284de28347, []int{14}
    }
    func (m *HTTPIngressRuleValue) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/networking/v1/types_swagger_doc_generated.go

    }
    
    func (HTTPIngressPath) SwaggerDoc() map[string]string {
    	return map_HTTPIngressPath
    }
    
    var map_HTTPIngressRuleValue = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 23.7K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      optional IngressBackend backend = 2;
    }
    
    // HTTPIngressRuleValue is a list of http selectors pointing to backends.
    // In the example: http://<host>/<path>?<searchpart> -> backend where
    // where parts of the url correspond to RFC 3986, this resource will be used
    // to match against everything after the last '/' and before the first '?'
    // or '#'.
    message HTTPIngressRuleValue {
      // A collection of paths that map requests to backends.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/extensions/v1beta1/generated.proto

      optional IngressBackend backend = 2;
    }
    
    // HTTPIngressRuleValue is a list of http selectors pointing to backends.
    // In the example: http://<host>/<path>?<searchpart> -> backend where
    // where parts of the url correspond to RFC 3986, this resource will be used
    // to match against everything after the last '/' and before the first '?'
    // or '#'.
    message HTTPIngressRuleValue {
      // A collection of paths that map requests to backends.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go

    }
    
    func (HTTPIngressPath) SwaggerDoc() map[string]string {
    	return map_HTTPIngressPath
    }
    
    var map_HTTPIngressRuleValue = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// as defined by RFC 3986. Paths must begin with a '/'.
    	// A backend defines the referenced service endpoint to which the traffic
    	// will be forwarded to.
    	HTTP *HTTPIngressRuleValue `json:"http,omitempty" protobuf:"bytes,1,opt,name=http"`
    }
    
    // HTTPIngressRuleValue is a list of http selectors pointing to backends.
    // In the example: http://<host>/<path>?<searchpart> -> backend where
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
Back to top