Documentation
¶
Index ¶
Constants ¶
View Source
const ( // RayPluginName is the name of the plugin RayPluginName = "ray" // DefaultHead is the default task name of head node. DefaultHead = "head" // DefaultHeadContainer is the default container name of head node. DefaultHeadContainer = "head" // DefaultWorker is the default task name of worker node. DefaultWorker = "worker" // DefaultWorkerContainer is the default container name of worker node. DefaultWorkerContainer = "worker" // DefaultPort is the default port to expose a Global Control Storage management. DefaultPort = 6379 // DefaultDashboardPort is the default port to expose a ray dashboard. DefaultDashboardPort = 8265 // DefaultClientPort is the default port to connect to a client. DefaultClientPort = 10001 // GcsPortName is the port name for a Global Control Storage management. GcsPortName = "gcs" // DashboardPortName is the port name for a ray dashboard. DashboardPortName = "dashboard" // ClientServerPortName is the port name for a ray client api ClientServerPortName = "client-server" )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(client pluginsinterface.PluginClientset, arguments []string) pluginsinterface.PluginInterface
New creates ray plugin.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.