Documentation ¶
Index ¶
Constants ¶
View Source
const ( // owner: @bruce.mwj // alpha: v0.1 // // Enable dual stack allocation in IPAM. DualStack featuregate.Feature = "DualStack" MultiCluster featuregate.Feature = "MultiCluster" )
Variables ¶
View Source
var DefaultHybridnetFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{ DualStack: { Default: false, PreRelease: featuregate.Alpha, }, MultiCluster: { Default: false, PreRelease: featuregate.Alpha, }, }
Functions ¶
func DualStackEnabled ¶
func DualStackEnabled() bool
func KnownFeatures ¶
func KnownFeatures() []string
func MultiClusterEnabled ¶ added in v0.3.0
func MultiClusterEnabled() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.