wrapper

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HelmIndexWrapper added in v0.2.3

type HelmIndexWrapper struct {
	*repo.IndexFile
}

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) 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

type OpIndexWrapper struct {
	*opapp.IndexFile
}

func (OpIndexWrapper) GetEntries added in v0.2.3

func (h OpIndexWrapper) GetEntries() map[string]VersionInterfaces

type OpVersionWrapper

type OpVersionWrapper struct {
	*opapp.OpVersion
}

func (OpVersionWrapper) GetAppVersion

func (h OpVersionWrapper) GetAppVersion() string

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
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL