ข้ามไปยังเนื้อหา

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 KubernetesGatewayTrafficObservationModes

objectKubernetesGatewayTrafficObservationModes

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

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"

string

Publishes configured Kubernetes Gateway API intent without reading or writing live control-plane resources.

public const string ConfiguredIntent = "configured-intent"

string

Reads live Kubernetes Gateway API status and projects the observed posture back into the shared runtime catalog.

public const string ObserveOnly = "observe-only"

string