IngressRuleV1 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 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. |