Documentation ¶
Index ¶
- type BootcDisk
- func (p *BootcDisk) Cleanup() (err error)
- func (p *BootcDisk) GetCreatedAt() time.Time
- func (p *BootcDisk) GetDirectory() string
- func (p *BootcDisk) GetImageId() string
- func (p *BootcDisk) GetRepoTag() string
- func (p *BootcDisk) GetSize() (int64, error)
- func (p *BootcDisk) Install(quiet bool, config DiskImageConfig) (err error)
- type DiskImageConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootcDisk ¶
type BootcDisk struct { ImageNameOrId string User user.User Ctx context.Context ImageId string RepoTag string CreatedAt time.Time Directory string // contains filtered or unexported fields }
func NewBootcDisk ¶
func (*BootcDisk) GetCreatedAt ¶
GetCreatedAt returns the creation time of the disk image
func (*BootcDisk) GetDirectory ¶
func (*BootcDisk) GetImageId ¶
func (*BootcDisk) GetRepoTag ¶
GetRepoTag returns the repository of the container image
type DiskImageConfig ¶
DiskImageConfig defines configuration for the
Click to show internal directories.
Click to hide internal directories.