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 TraefikMiddlewareReferenceOptionsInheritance
Section titled “Inheritance”object ← TraefikMiddlewareReferenceOptions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”TraefikMiddlewareReferenceOptions()
Section titled “ TraefikMiddlewareReferenceOptions()”Initializes a new instance of the
public TraefikMiddlewareReferenceOptions()Properties
Section titled “Properties”Gets or sets the Traefik middleware resource name.
public string? Name { get; set; }Property Value
Section titled “Property Value”Namespace
Section titled “ Namespace”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; }