Documentation ¶
Overview ¶
Package modelmeshserving provides utility functions to config MoModelMesh, a general-purpose model serving management/routing layer +groupName=datasciencecluster.opendatahub.io
Index ¶
- Variables
- type ModelMeshServing
- func (in *ModelMeshServing) DeepCopy() *ModelMeshServing
- func (in *ModelMeshServing) DeepCopyInto(out *ModelMeshServing)
- func (m *ModelMeshServing) GetComponentName() string
- func (m *ModelMeshServing) OverrideManifests(ctx context.Context, _ string) error
- func (m *ModelMeshServing) ReconcileComponent(ctx context.Context, cli client.Client, logger logr.Logger, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ComponentName = "model-mesh" Path = deploy.DefaultManifestPath + "/" + ComponentName + "/overlays/odh" DependentComponentName = "odh-model-controller" DependentPath = deploy.DefaultManifestPath + "/" + DependentComponentName + "/base" )
Functions ¶
This section is empty.
Types ¶
type ModelMeshServing ¶
type ModelMeshServing struct {
components.Component `json:""`
}
ModelMeshServing struct holds the configuration for the ModelMeshServing component. +kubebuilder:object:generate=true
func (*ModelMeshServing) DeepCopy ¶ added in v2.7.0
func (in *ModelMeshServing) DeepCopy() *ModelMeshServing
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModelMeshServing.
func (*ModelMeshServing) DeepCopyInto ¶
func (in *ModelMeshServing) DeepCopyInto(out *ModelMeshServing)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ModelMeshServing) GetComponentName ¶
func (m *ModelMeshServing) GetComponentName() string
func (*ModelMeshServing) OverrideManifests ¶ added in v2.2.0
func (m *ModelMeshServing) OverrideManifests(ctx context.Context, _ string) error
Click to show internal directories.
Click to hide internal directories.