IngressRuleV1
Class sealed net10.0
Represents an ingress rule for Kubernetes resources.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class IngressRuleV1{ // ...}Remarks
Section titled 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.