Class KubernetesGatewayTrafficObservationModes
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Edge.KubernetesGateway.Configuration
Assembly: Cephalon.Edge.KubernetesGateway.dll
Defines the stable control-plane modes supported by the Kubernetes Gateway traffic materializer.
public static class KubernetesGatewayTrafficObservationModesInheritance
Section titled “Inheritance”object ← KubernetesGatewayTrafficObservationModes
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 HTTPRoute resources and then reconciles the observed Gateway API status back into the shared runtime catalog.
public const string ApplyAndReconcile = "apply-and-reconcile"Field Value
Section titled “Field Value”ConfiguredIntent
Section titled “ ConfiguredIntent”Publishes configured Kubernetes Gateway API intent without reading or writing live control-plane resources.
public const string ConfiguredIntent = "configured-intent"Field Value
Section titled “Field Value”ObserveOnly
Section titled “ ObserveOnly”Reads live Kubernetes Gateway API status and projects the observed posture back into the shared runtime catalog.
public const string ObserveOnly = "observe-only"