Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for HTTPIngressPath (0.43 sec)

  1. staging/src/k8s.io/api/networking/v1/types.go

    // or '#'.
    type HTTPIngressRuleValue struct {
    	// paths is a collection of paths that map requests to backends.
    	// +listType=atomic
    	Paths []HTTPIngressPath `json:"paths" protobuf:"bytes,1,rep,name=paths"`
    }
    
    // PathType represents the type of path referred to by a HTTPIngressPath.
    // +enum
    type PathType string
    
    const (
    	// PathTypeExact matches the URL path exactly and with case sensitivity.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    										Default: map[string]interface{}{},
    										Ref:     ref("k8s.io/api/extensions/v1beta1.HTTPIngressPath"),
    									},
    								},
    							},
    						},
    					},
    				},
    				Required: []string{"paths"},
    			},
    		},
    		Dependencies: []string{
    			"k8s.io/api/extensions/v1beta1.HTTPIngressPath"},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

              "type": "string"
            }
          },
          "required": [
            "name"
          ],
          "type": "object"
        },
        "io.k8s.api.networking.v1.HTTPIngressPath": {
          "description": "HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.",
          "properties": {
            "backend": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top