Class TraefikTrafficObservationModes
Namespace: Cephalon.Edge.Traefik.Configuration
Assembly: Cephalon.Edge.Traefik.dll
Defines the stable control-plane modes supported by the Traefik traffic materializer.
public static class TraefikTrafficObservationModesInheritance
Section titled “Inheritance”object ← TraefikTrafficObservationModes
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”ApplyAndReconcile
Section titled “ ApplyAndReconcile”Applies owned Traefik IngressRoute resources and then observes live control-plane posture from the same runtime surface.
public const string ApplyAndReconcile = "apply-and-reconcile"Field Value
Section titled “Field Value”ConfiguredIntent
Section titled “ ConfiguredIntent”Publishes configured Traefik IngressRoute intent without reading live control-plane resources.
public const string ConfiguredIntent = "configured-intent"Field Value
Section titled “Field Value”ObserveOnly
Section titled “ ObserveOnly”Reads live Traefik Kubernetes CRD resources and projects the observed posture back into the shared runtime catalog.
public const string ObserveOnly = "observe-only"