Documentation ¶
Overview ¶
Package modelregistry provides utility functions to config ModelRegistry, an ML Model metadata repository service +groupName=datasciencecluster.opendatahub.io
Index ¶
- Constants
- Variables
- type ModelRegistry
- func (in *ModelRegistry) DeepCopy() *ModelRegistry
- func (in *ModelRegistry) DeepCopyInto(out *ModelRegistry)
- func (m *ModelRegistry) GetComponentName() string
- func (m *ModelRegistry) Init(ctx context.Context, _ cluster.Platform) error
- func (m *ModelRegistry) OverrideManifests(ctx context.Context, _ cluster.Platform) error
- func (m *ModelRegistry) ReconcileComponent(ctx context.Context, cli client.Client, l logr.Logger, owner metav1.Object, ...) error
Constants ¶
View Source
const DefaultModelRegistryCert = "default-modelregistry-cert"
Variables ¶
View Source
var ( ComponentName = "model-registry-operator" DefaultModelRegistriesNamespace = "odh-model-registries" Path = deploy.DefaultManifestPath + "/" + ComponentName + "/overlays/odh" )
Functions ¶
This section is empty.
Types ¶
type ModelRegistry ¶
type ModelRegistry struct { components.Component `json:""` // Namespace for model registries to be installed, configurable only once when model registry is enabled, defaults to "odh-model-registries" // +kubebuilder:default="odh-model-registries" // +kubebuilder:validation:Pattern="^([a-z0-9]([-a-z0-9]*[a-z0-9])?)?$" // +kubebuilder:validation:MaxLength=63 RegistriesNamespace string `json:"registriesNamespace,omitempty"` }
func (*ModelRegistry) DeepCopy ¶
func (in *ModelRegistry) DeepCopy() *ModelRegistry
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelRegistry.
func (*ModelRegistry) DeepCopyInto ¶
func (in *ModelRegistry) DeepCopyInto(out *ModelRegistry)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ModelRegistry) GetComponentName ¶
func (m *ModelRegistry) GetComponentName() string
func (*ModelRegistry) OverrideManifests ¶
Click to show internal directories.
Click to hide internal directories.