Struct k8s_openapi::api::extensions::v1beta1::HTTPIngressRuleValue [−][src]
pub struct HTTPIngressRuleValue {
pub paths: Vec<HTTPIngressPath>,
}Expand description
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 ‘#’.
Fields
paths: Vec<HTTPIngressPath>A collection of paths that map requests to backends.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for HTTPIngressRuleValueimpl Send for HTTPIngressRuleValueimpl Sync for HTTPIngressRuleValueimpl Unpin for HTTPIngressRuleValueimpl UnwindSafe for HTTPIngressRuleValueBlanket Implementations
Mutably borrows from an owned value. Read more