Documentation ¶
Overview ¶
Package codeflare provides utility functions to config CodeFlare 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 CodeFlare
- func (in *CodeFlare) DeepCopy() *CodeFlare
- func (in *CodeFlare) DeepCopyInto(out *CodeFlare)
- func (c *CodeFlare) GetComponentName() string
- func (c *CodeFlare) OverrideManifests(ctx context.Context, _ cluster.Platform) error
- func (c *CodeFlare) ReconcileComponent(ctx context.Context, cli client.Client, logger logr.Logger, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ComponentName = "codeflare" CodeflarePath = deploy.DefaultManifestPath + "/" + ComponentName + "/default" CodeflareOperator = "codeflare-operator" ParamsPath = deploy.DefaultManifestPath + "/" + ComponentName + "/manager" )
Functions ¶
This section is empty.
Types ¶
type CodeFlare ¶
type CodeFlare struct {
components.Component `json:""`
}
CodeFlare struct holds the configuration for the CodeFlare component. +kubebuilder:object:generate=true
func (*CodeFlare) DeepCopy ¶ added in v2.7.0
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CodeFlare.
func (*CodeFlare) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CodeFlare) GetComponentName ¶
func (*CodeFlare) OverrideManifests ¶ added in v2.2.0
Click to show internal directories.
Click to hide internal directories.