Skip to content
Docs Try Aspire

Ingress Properties

Class Properties 1 member
Represents an Ingress resource in Kubernetes (networking.k8s.io/v1).
Gets or sets the specification of the Ingress resource.
public IngressSpecV1 Spec { get; set; }
The Spec property represents the configuration for the Ingress resource in Kubernetes. It contains details about backends, rules, TLS settings, and ingress class names, allowing control over how HTTP and HTTPS traffic is routed within the cluster. The value of this property is defined by the IngressSpecV1 class.