Skip to content

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 TraefikTrafficObservationModes

objectTraefikTrafficObservationModes

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

Applies owned Traefik IngressRoute resources and then observes live control-plane posture from the same runtime surface.

public const string ApplyAndReconcile = "apply-and-reconcile"

string

Publishes configured Traefik IngressRoute intent without reading live control-plane resources.

public const string ConfiguredIntent = "configured-intent"

string

Reads live Traefik Kubernetes CRD resources and projects the observed posture back into the shared runtime catalog.

public const string ObserveOnly = "observe-only"

string