Skip to content

Class TraefikMiddlewareReferenceOptions

Namespace: Cephalon.Edge.Traefik.Configuration
Assembly: Cephalon.Edge.Traefik.dll

Configures one Traefik middleware reference that should attach to a projected IngressRoute rule.

public sealed class TraefikMiddlewareReferenceOptions

objectTraefikMiddlewareReferenceOptions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Initializes a new instance of the class.

public TraefikMiddlewareReferenceOptions()

Gets or sets the Traefik middleware resource name.

public string? Name { get; set; }

string?

Gets or sets the optional Kubernetes namespace that owns the middleware. When omitted, the materializer falls back to the effective IngressRoute namespace.

public string? Namespace { get; set; }

string?