Documentation ¶
Index ¶
- type Home
- func (h Home) Archive() string
- func (h Home) Cache() string
- func (h Home) CacheIndex(name string) string
- func (h Home) Path(elem ...string) string
- func (h Home) Plugins() string
- func (h Home) Registry() string
- func (h Home) Repository() string
- func (h Home) RepositoryFile() string
- func (h Home) Starters() string
- func (h Home) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Home ¶
type Home string
Home describes the location of a CLI configuration.
This helper builds paths relative to a Helm Home directory.
func (Home) CacheIndex ¶
CacheIndex returns the path to an index for the given named repository.
func (Home) Repository ¶
Repository returns the path to the local repository.
func (Home) RepositoryFile ¶
RepositoryFile returns the path to the repositories.yaml file.
Click to show internal directories.
Click to hide internal directories.