Versions in this module Expand all Collapse all v0 v0.1.0 Sep 2, 2025 Changes in this version + func Command() *cobra.Command + func Run(ctx context.Context, opts Options) error + func RunGRPCServer(ctx context.Context, setupLog, log logr.Logger, srv *server.Server, ...) error + type MachineClass struct + Cpu int64 + MemoryBytes int64 + Name string + type MachineClassOptions []MachineClass + func (ml *MachineClassOptions) Set(value string) error + func (ml *MachineClassOptions) String() string + func (ml *MachineClassOptions) Type() string + type Options struct + Address string + CloudHypervisorFirmwarePath string + CloudHypervisorSocketsPath string + MachineClasses MachineClassOptions + MachineStoreDir string + NicPlugin *options.Options + QMPSocketPath string + RootDir string + func (o *Options) AddFlags(fs *pflag.FlagSet)