Class HTTPIngressRuleValue
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 '#'.
Inheritance
System.Object
HTTPIngressRuleValue
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Networking.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class HTTPIngressRuleValue
Fields
View SourcePaths
A collection of paths that map requests to backends.
Declaration
public readonly ImmutableArray<HTTPIngressPath> Paths
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<HTTPIngressPath> |