Documentation ¶
Overview ¶
Package ray provides utility functions to config Ray as part of the stack which makes managing distributed compute infrastructure in the cloud easy and intuitive for Data Scientists +groupName=datasciencecluster.opendatahub.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ComponentName = "ray" RayPath = deploy.DefaultManifestPath + "/" + ComponentName + "/openshift" )
Functions ¶
This section is empty.
Types ¶
type Ray ¶
type Ray struct {
components.Component `json:""`
}
Ray struct holds the configuration for the Ray component. +kubebuilder:object:generate=true
func (*Ray) DeepCopy ¶ added in v2.7.0
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ray.
func (*Ray) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Ray) GetComponentName ¶
func (*Ray) OverrideManifests ¶ added in v2.2.0
Click to show internal directories.
Click to hide internal directories.