HttpIngressRuleValueV1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the HTTP ingress rule configuration for Kubernetes resources.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class HttpIngressRuleValueV1
[<YamlDotNet.Serialization.YamlSerializable>]
type HttpIngressRuleValueV1 = class
Public NotInheritable Class HttpIngressRuleValueV1
- Inheritance
-
HttpIngressRuleValueV1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Remarks
This class defines the HTTP routing rules within a Kubernetes ingress resource. Each rule contains a collection of paths that specify how HTTP traffic is routed to backend services. It is used to match requests based on specified HTTP path patterns.
Constructors
HttpIngressRuleValueV1() |
Properties
Paths |
Gets the list of HTTP ingress paths for the current ingress rule. |