Documentation ¶
Index ¶
- type HelmIndexWrapper
- type HelmVersionWrapper
- func (h HelmVersionWrapper) GetAppVersion() string
- func (h HelmVersionWrapper) GetCreateTime() time.Time
- func (h HelmVersionWrapper) GetDescription() string
- func (h HelmVersionWrapper) GetKeywords() string
- func (h HelmVersionWrapper) GetMaintainers() string
- func (h HelmVersionWrapper) GetPackageName() string
- func (h HelmVersionWrapper) GetScreenshots() string
- func (h HelmVersionWrapper) GetSources() string
- func (h HelmVersionWrapper) GetUrls() string
- func (h HelmVersionWrapper) GetVersion() string
- func (h HelmVersionWrapper) GetVersionName() string
- type IndexInterface
- type OpIndexWrapper
- type OpVersionWrapper
- func (h OpVersionWrapper) GetAppVersion() string
- func (h OpVersionWrapper) GetCreateTime() time.Time
- func (h OpVersionWrapper) GetDescription() string
- func (h OpVersionWrapper) GetKeywords() string
- func (h OpVersionWrapper) GetMaintainers() string
- func (h OpVersionWrapper) GetPackageName() string
- func (h OpVersionWrapper) GetScreenshots() string
- func (h OpVersionWrapper) GetSources() string
- func (h OpVersionWrapper) GetUrls() string
- func (h OpVersionWrapper) GetVersion() string
- func (h OpVersionWrapper) GetVersionName() string
- type VersionInterface
- type VersionInterfaces
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmIndexWrapper ¶ added in v0.2.3
func (HelmIndexWrapper) GetEntries ¶ added in v0.2.3
func (h HelmIndexWrapper) GetEntries() map[string]VersionInterfaces
type HelmVersionWrapper ¶
type HelmVersionWrapper struct {
*repo.ChartVersion
}
func (HelmVersionWrapper) GetAppVersion ¶
func (h HelmVersionWrapper) GetAppVersion() string
func (HelmVersionWrapper) GetCreateTime ¶ added in v0.4.6
func (h HelmVersionWrapper) GetCreateTime() time.Time
func (HelmVersionWrapper) GetDescription ¶
func (h HelmVersionWrapper) GetDescription() string
func (HelmVersionWrapper) GetKeywords ¶
func (h HelmVersionWrapper) GetKeywords() string
func (HelmVersionWrapper) GetMaintainers ¶
func (h HelmVersionWrapper) GetMaintainers() string
func (HelmVersionWrapper) GetPackageName ¶
func (h HelmVersionWrapper) GetPackageName() string
func (HelmVersionWrapper) GetScreenshots ¶
func (h HelmVersionWrapper) GetScreenshots() string
func (HelmVersionWrapper) GetSources ¶
func (h HelmVersionWrapper) GetSources() string
func (HelmVersionWrapper) GetUrls ¶
func (h HelmVersionWrapper) GetUrls() string
func (HelmVersionWrapper) GetVersion ¶
func (h HelmVersionWrapper) GetVersion() string
func (HelmVersionWrapper) GetVersionName ¶
func (h HelmVersionWrapper) GetVersionName() string
type IndexInterface ¶ added in v0.2.3
type IndexInterface interface {
GetEntries() map[string]VersionInterfaces
}
type OpIndexWrapper ¶ added in v0.2.3
func (OpIndexWrapper) GetEntries ¶ added in v0.2.3
func (h OpIndexWrapper) GetEntries() map[string]VersionInterfaces
type OpVersionWrapper ¶
func (OpVersionWrapper) GetAppVersion ¶
func (h OpVersionWrapper) GetAppVersion() string
func (OpVersionWrapper) GetCreateTime ¶ added in v0.4.6
func (h OpVersionWrapper) GetCreateTime() time.Time
func (OpVersionWrapper) GetDescription ¶
func (h OpVersionWrapper) GetDescription() string
func (OpVersionWrapper) GetKeywords ¶
func (h OpVersionWrapper) GetKeywords() string
func (OpVersionWrapper) GetMaintainers ¶
func (h OpVersionWrapper) GetMaintainers() string
func (OpVersionWrapper) GetPackageName ¶
func (h OpVersionWrapper) GetPackageName() string
func (OpVersionWrapper) GetScreenshots ¶
func (h OpVersionWrapper) GetScreenshots() string
func (OpVersionWrapper) GetSources ¶
func (h OpVersionWrapper) GetSources() string
func (OpVersionWrapper) GetUrls ¶
func (h OpVersionWrapper) GetUrls() string
func (OpVersionWrapper) GetVersion ¶
func (h OpVersionWrapper) GetVersion() string
func (OpVersionWrapper) GetVersionName ¶
func (h OpVersionWrapper) GetVersionName() string
type VersionInterface ¶
type VersionInterface interface { GetName() string GetVersion() string GetAppVersion() string GetDescription() string GetUrls() string GetVersionName() string GetIcon() string GetHome() string GetSources() string GetKeywords() string GetMaintainers() string GetScreenshots() string GetPackageName() string GetCreateTime() time.Time }
type VersionInterfaces ¶ added in v0.2.3
type VersionInterfaces []VersionInterface
func (VersionInterfaces) Len ¶ added in v0.2.3
func (c VersionInterfaces) Len() int
Len returns the length.
func (VersionInterfaces) Less ¶ added in v0.2.3
func (c VersionInterfaces) Less(a, b int) bool
Less returns true if the version of entry a is less than the version of entry b.
func (VersionInterfaces) Swap ¶ added in v0.2.3
func (c VersionInterfaces) Swap(i, j int)
Swap swaps the position of two items in the versions slice.
Click to show internal directories.
Click to hide internal directories.