Show / Hide Table of Contents

Class HTTPIngressRuleValueArgs

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
InputArgs
ResourceArgs
HTTPIngressRuleValueArgs
Inherited Members
ResourceArgs.Empty
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.Inputs.Networking.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class HTTPIngressRuleValueArgs : ResourceArgs

Properties

View Source

Paths

A collection of paths that map requests to backends.

Declaration
public InputList<HTTPIngressPathArgs> Paths { get; set; }
Property Value
Type Description
InputList<HTTPIngressPathArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.