Versions in this module Expand all Collapse all v0 v0.10.2 May 12, 2024 v0.10.1 Mar 17, 2024 Changes in this version + func ConfigFlush() error + func InitData(items map[string]interface{}) error + func JobSetup(jobDaemon *injob.Daemon) + func NewHostletJob() *injob.JobEntry + func Setup() error + func Start() error + type ApiHostMember struct + func (s *ApiHostMember) HostJoin(ctx context.Context, opts *inapi.ResHostNew) (*inapi.ResHost, error) + type HostletJob struct + func (it *HostletJob) Run(ctx *injob.Context) error + func (it *HostletJob) Spec() *injob.JobSpec + func (it *HostletJob) Status() *injob.Status + type QuotaConfig struct + IdOffset int + Items []*QuotaProject + MountPoints []string + Updated int64 + func (it *QuotaConfig) Fetch(name string) *QuotaProject + func (it *QuotaConfig) FetchById(id int) *QuotaProject + func (it *QuotaConfig) FetchOrCreate(mnt, name string) *QuotaProject + func (it *QuotaConfig) Remove(name string) + func (it *QuotaConfig) Sync() error + func (it *QuotaConfig) SyncVendor() error + type QuotaProject struct + Hard int64 + Id int + Mnt string + Name string + Soft int64 + Used int64