Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultConfig = backoff.Config{ BaseDelay: 100 * time.Millisecond, Multiplier: 1.6, Jitter: 0.2, MaxDelay: 3 * time.Second, } )
Functions ¶
func NewCubeHostClientManager ¶
func NewCubeHostClientManager(config *CubeHostFactoryConfig) (chi.ChiFactory, error)
Types ¶
type CubeHostFactoryConfig ¶
type CubeHostFactoryConfig struct {
CubeSocketName string `toml:"cubeSocketName"`
VMRootDir string `toml:"vmRootDir"`
ProxyPort uint32 `toml:"proxyPort"`
CubeHostImagePort uint32 `toml:"cubeHostImagePort"`
}
func (*CubeHostFactoryConfig) GetCubeUdsPath ¶
func (v *CubeHostFactoryConfig) GetCubeUdsPath(vmID string) string
type DownloadLock ¶
type DownloadLock struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.