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
Index ¶
- Variables
- type Ray
- func (r *Ray) DeepCopyInto(target *Ray)
- func (r *Ray) GetComponentDevFlags() components.DevFlags
- func (r *Ray) GetComponentName() string
- func (r *Ray) OverrideManifests(_ string) error
- func (r *Ray) ReconcileComponent(cli client.Client, owner metav1.Object, dscispec *dsci.DSCInitializationSpec) error
- func (r *Ray) SetImageParamsMap(imageMap map[string]string) map[string]string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ComponentName = "ray" RayPath = deploy.DefaultManifestPath + "/" + "ray/operator/base" )
Functions ¶
This section is empty.
Types ¶
type Ray ¶
type Ray struct {
components.Component `json:""`
}
func (*Ray) DeepCopyInto ¶
func (*Ray) GetComponentDevFlags ¶ added in v2.2.0
func (r *Ray) GetComponentDevFlags() components.DevFlags
func (*Ray) GetComponentName ¶
func (*Ray) OverrideManifests ¶ added in v2.2.0
func (*Ray) ReconcileComponent ¶
Click to show internal directories.
Click to hide internal directories.