Documentation ¶
Index ¶
- func GetBuildImagePodName(modelName string, versionId string) string
- func GetJobModelVersionName(job metav1.Object) string
- func GetModelVersionPVClaimName(modelName string) string
- func GetModelVersionPVClaimNameByNode(modelName string, nodeName string) string
- func GetModelVersionPVName(modelName string) string
- func GetModelVersionPVNameByNode(modelName string, nodeName string) string
- type ModelVersionReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBuildImagePodName ¶
func GetJobModelVersionName ¶
take the preceding 5 chars for versionId
func GetModelVersionPVName ¶
Types ¶
type ModelVersionReconciler ¶
ModelVersionReconciler reconciles a ModelVersion object
func NewModelVersionController ¶
func NewModelVersionController(mgr ctrl.Manager, _ options.JobControllerConfiguration) *ModelVersionReconciler
func (*ModelVersionReconciler) Reconcile ¶
ModelVersionController creates a kaniko container that builds a container image including the model.
func (*ModelVersionReconciler) SetupWithManager ¶
func (r *ModelVersionReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.