Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HTTPIngressPath (0.38 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)
Back to top