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