Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelReconciler ¶
ModelReconciler reconciles a Model object
func (*ModelReconciler) Reconcile ¶
+kubebuilder:rbac:groups=ollama.sivchari.io,resources=models,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=ollama.sivchari.io,resources=models/status,verbs=get;update;patch +kubebuilder:rbac:groups=ollama.sivchari.io,resources=models/finalizers,verbs=update
func (*ModelReconciler) SetupWithManager ¶
func (r *ModelReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PostStartInput ¶
type PostStartInput struct {
Images []string
}
Click to show internal directories.
Click to hide internal directories.