Versions in this module Expand all Collapse all v0 v0.1.0 Feb 16, 2026 Changes in this version + func NewClusterWithLabels(f *Factories, dbFactory db.SessionFactory, id string, labels map[string]string) (*api.Cluster, error) + func NewClusterWithStatus(f *Factories, dbFactory db.SessionFactory, id string, ...) (*api.Cluster, error) + func NewClusterWithStatusAndLabels(f *Factories, dbFactory db.SessionFactory, id string, ...) (*api.Cluster, error) + func NewNodePoolWithLabels(f *Factories, dbFactory db.SessionFactory, id string, labels map[string]string) (*api.NodePool, error) + func NewNodePoolWithStatus(f *Factories, dbFactory db.SessionFactory, id string, ...) (*api.NodePool, error) + func NewNodePoolWithStatusAndLabels(f *Factories, dbFactory db.SessionFactory, id string, ...) (*api.NodePool, error) + type Factories struct + func (f *Factories) NewCluster(id string) (*api.Cluster, error) + func (f *Factories) NewClusterList(name string, count int) ([]*api.Cluster, error) + func (f *Factories) NewClusters(id string) (*api.Cluster, error) + func (f *Factories) NewClustersList(name string, count int) ([]*api.Cluster, error) + func (f *Factories) NewID() string + func (f *Factories) NewNodePool(id string) (*api.NodePool, error) + func (f *Factories) NewNodePoolList(name string, count int) ([]*api.NodePool, error) + func (f *Factories) NewNodePools(id string) (*api.NodePool, error) + func (f *Factories) NewNodePoolsList(name string, count int) ([]*api.NodePool, error) v0.1.0-rc.1 Feb 16, 2026