次の方法で共有


HttpIngressRuleValueV1 Class

Definition

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.

Applies to