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