Versions in this module Expand all Collapse all v0 v0.14.0 Feb 2, 2025 v0.13.0 Jan 13, 2025 Changes in this version + type ModelClient struct + func NewModelClient(client client.Client, namespace string) *ModelClient + func (c *ModelClient) LookupModel(ctx context.Context, model, adapter string, labelSelectors []string) (*kubeaiv1.Model, error) + func (c *ModelClient) Scale(ctx context.Context, model *kubeaiv1.Model, replicas int32, ...) error + func (c *ModelClient) ScaleAtLeastOneReplica(ctx context.Context, model string) error + func (s *ModelClient) ListAllModels(ctx context.Context) ([]kubeaiv1.Model, error)