Documentation ¶
Index ¶
- Constants
- type DataSciencePipelines
- func (in *DataSciencePipelines) DeepCopyInto(out *DataSciencePipelines)
- func (d *DataSciencePipelines) GetComponentName() string
- func (d *DataSciencePipelines) IsEnabled() bool
- func (d *DataSciencePipelines) ReconcileComponent(owner metav1.Object, client client.Client, scheme *runtime.Scheme, ...) error
- func (d *DataSciencePipelines) SetEnabled(enabled bool)
- func (d *DataSciencePipelines) SetImageParamsMap(imageMap map[string]string) map[string]string
Constants ¶
View Source
const ( ComponentName = "data-science-pipelines-operator" Path = deploy.DefaultManifestPath + "/" + ComponentName + "/base" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSciencePipelines ¶
type DataSciencePipelines struct {
components.Component `json:""`
}
func (*DataSciencePipelines) DeepCopyInto ¶
func (in *DataSciencePipelines) DeepCopyInto(out *DataSciencePipelines)
func (*DataSciencePipelines) GetComponentName ¶
func (d *DataSciencePipelines) GetComponentName() string
func (*DataSciencePipelines) IsEnabled ¶
func (d *DataSciencePipelines) IsEnabled() bool
func (*DataSciencePipelines) ReconcileComponent ¶
func (*DataSciencePipelines) SetEnabled ¶
func (d *DataSciencePipelines) SetEnabled(enabled bool)
func (*DataSciencePipelines) SetImageParamsMap ¶ added in v2.1.0
func (d *DataSciencePipelines) SetImageParamsMap(imageMap map[string]string) map[string]string
Click to show internal directories.
Click to hide internal directories.