Documentation
¶
Index ¶
Constants ¶
View Source
const ( // owner: @rueian @kevin85421 @andrewsykim // rep: https://github.com/ray-project/enhancements/pull/54 // alpha: v1.2 // beta: v1.3 // // Enables new conditions in RayCluster status RayClusterStatusConditions featuregate.Feature = "RayClusterStatusConditions" // owner: @andrewsykim @seanlaii // rep: N/A // alpha: v1.3 // beta: v1.6 // Enables new deletion policy API in RayJob RayJobDeletionPolicy featuregate.Feature = "RayJobDeletionPolicy" // owner: @aaronliang @ryanaoleary // rep: N/A // alpha: v1.5 // beta: v1.6 // // Enables multi-host worker indexing RayMultiHostIndexing featuregate.Feature = "RayMultiHostIndexing" // owner: @ryanaoleary // rep: https://github.com/ray-project/enhancements/pull/58 // alpha: v1.5 // // Enabled NewClusterWithIncrementalUpgrade type for RayService zero-downtime upgrades. RayServiceIncrementalUpgrade featuregate.Feature = "RayServiceIncrementalUpgrade" // owner: @machichima // rep: N/A // alpha: v1.6 // // Enables RayCronJob controller for scheduled RayJob execution. RayCronJob featuregate.Feature = "RayCronJob" // owner: @fscnick // rep: N/A // alpha: v1.6 // // Enables asynchronous job info querying. AsyncJobInfoQuery featuregate.Feature = "AsyncJobInfoQuery" )
Variables ¶
This section is empty.
Functions ¶
func Enabled ¶
func Enabled(f featuregate.Feature) bool
Enabled is helper for `utilfeature.DefaultFeatureGate.Enabled()`
func LogFeatureGates ¶
func SetFeatureGateDuringTest ¶
func SetFeatureGateDuringTest(tb testing.TB, f featuregate.Feature, value bool)
SetFeatureGateDuringTest is a helper method to override feature gates in tests.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.