Documentation ¶
Index ¶
Constants ¶
View Source
const ( // alpha: v0.8 // Allows to apply ClusterNetworkPolicy and AntreaNetworkPolicy CRDs. AntreaPolicy featuregate.Feature = "AntreaPolicy" // alpha: v0.8 // beta: v0.11 // Enable antrea proxy which provides ServiceLB for in-cluster services in antrea agent. // It should be enabled on Windows, otherwise NetworkPolicy will not take effect on // Service traffic. AntreaProxy featuregate.Feature = "AntreaProxy" // alpha: v0.8 // beta: v0.11 // Allows to trace path from a generated packet. Traceflow featuregate.Feature = "Traceflow" // alpha: v0.9 // Flow exporter exports IPFIX flow records of Antrea flows seen in conntrack module. FlowExporter featuregate.Feature = "FlowExporter" // alpha: v0.10 // Enable collecting and exposing NetworkPolicy statistics. NetworkPolicyStats featuregate.Feature = "NetworkPolicyStats" )
Variables ¶
View Source
var ( // DefaultMutableFeatureGate is a mutable version of DefaultFeatureGate. DefaultMutableFeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate() // DefaultFeatureGate is a shared global FeatureGate. // The feature gate should be modified via DefaultMutableFeatureGate. DefaultFeatureGate featuregate.FeatureGate = DefaultMutableFeatureGate )
Functions ¶
func SupportedOnWindows ¶ added in v0.10.2
func SupportedOnWindows(feature featuregate.Feature) bool
SupportedOnWindows checks whether a feature is supported on a Windows Node.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.