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 ¶
- Variables
- type Ray
- func (in *Ray) DeepCopy() *Ray
- func (in *Ray) DeepCopyInto(out *Ray)
- func (r *Ray) GetComponentName() string
- func (r *Ray) Init(ctx context.Context, _ cluster.Platform) error
- func (r *Ray) OverrideManifests(ctx context.Context, _ cluster.Platform) error
- func (r *Ray) ReconcileComponent(ctx context.Context, cli client.Client, owner metav1.Object, ...) error
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.