Share via


IngressRuleV1 Class

Definition

Represents an ingress rule for Kubernetes resources.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class IngressRuleV1
[<YamlDotNet.Serialization.YamlSerializable>]
type IngressRuleV1 = class
Public NotInheritable Class IngressRuleV1
Inheritance
IngressRuleV1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Remarks

This class defines a rule within a Kubernetes ingress resource that specifies the routing configuration for incoming network traffic. It includes an optional host and detailed HTTP rule settings.

Constructors

IngressRuleV1()

Properties

Host

Gets or sets the host for the ingress rule in Kubernetes.

Http

Represents the HTTP ingress rule value associated with this ingress rule.

Applies to