Documentation ¶
Overview ¶
Package datasciencepipelines provides utility functions to config Data Science Pipelines: Pipeline solution for end to end MLOps workflows that support the Kubeflow Pipelines SDK and Tekton +groupName=datasciencecluster.opendatahub.io
Index ¶
- Variables
- func UnmanagedArgoWorkFlowExists(ctx context.Context, cli client.Client) error
- type DataSciencePipelines
- func (in *DataSciencePipelines) DeepCopy() *DataSciencePipelines
- func (in *DataSciencePipelines) DeepCopyInto(out *DataSciencePipelines)
- func (d *DataSciencePipelines) GetComponentName() string
- func (d *DataSciencePipelines) OverrideManifests(_ string) error
- func (d *DataSciencePipelines) ReconcileComponent(ctx context.Context, cli client.Client, logger logr.Logger, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ComponentName = "data-science-pipelines-operator" Path = deploy.DefaultManifestPath + "/" + ComponentName + "/base" OverlayPath = deploy.DefaultManifestPath + "/" + ComponentName + "/overlays" ArgoWorkflowCRD = "workflows.argoproj.io" )
Functions ¶
Types ¶
type DataSciencePipelines ¶
type DataSciencePipelines struct {
components.Component `json:""`
}
DataSciencePipelines struct holds the configuration for the DataSciencePipelines component. +kubebuilder:object:generate=true
func (*DataSciencePipelines) DeepCopy ¶ added in v2.7.0
func (in *DataSciencePipelines) DeepCopy() *DataSciencePipelines
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSciencePipelines.
func (*DataSciencePipelines) DeepCopyInto ¶
func (in *DataSciencePipelines) DeepCopyInto(out *DataSciencePipelines)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DataSciencePipelines) GetComponentName ¶
func (d *DataSciencePipelines) GetComponentName() string
func (*DataSciencePipelines) OverrideManifests ¶ added in v2.2.0
func (d *DataSciencePipelines) OverrideManifests(_ string) error
func (*DataSciencePipelines) ReconcileComponent ¶
Click to show internal directories.
Click to hide internal directories.