Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncLister ¶
type SyncLister struct {
// contains filtered or unexported fields
}
func NewSyncLister ¶
func (*SyncLister) DetermineBootImageSyncList ¶ added in v0.1.2
func (s *SyncLister) DetermineBootImageSyncList() ([]api.BootImage, error)
func (*SyncLister) DetermineImageSyncList ¶ added in v0.1.2
func (s *SyncLister) DetermineImageSyncList() ([]api.OS, error)
func (*SyncLister) DetermineKernelSyncList ¶ added in v0.1.2
func (s *SyncLister) DetermineKernelSyncList() ([]api.Kernel, error)
Click to show internal directories.
Click to hide internal directories.