Documentation
¶
Index ¶
- func Bootstrapper() bootstrap.Bootstrapper
- func CacheManager() cache.Manager
- func ClusterManager() cluster.Manager
- func ConfigManager() pkgconfig.Manager
- func DelayInit(force bool)
- func NodeManager() node.Manager
- func Output() output.Outputer
- func VersionFinder() versionfinder.Finder
- type BootstrapperAware
- type CacheManagerAware
- type ClusterManagerAware
- type ConfigManagerAware
- type NodeManagerAware
- type OutputAware
- type VersionFinderAware
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Bootstrapper ¶
func Bootstrapper() bootstrap.Bootstrapper
func CacheManager ¶ added in v0.3.1
func ClusterManager ¶
func ConfigManager ¶
func NodeManager ¶
func VersionFinder ¶ added in v0.2.0
func VersionFinder() versionfinder.Finder
Types ¶
type BootstrapperAware ¶ added in v0.2.0
type BootstrapperAware interface {
SetBootstrapper(bootstrapper bootstrap.Bootstrapper)
}
type CacheManagerAware ¶ added in v0.3.1
type ClusterManagerAware ¶ added in v0.2.0
type ConfigManagerAware ¶ added in v0.2.0
type NodeManagerAware ¶ added in v0.2.0
type OutputAware ¶ added in v0.2.0
type VersionFinderAware ¶ added in v0.2.0
type VersionFinderAware interface {
SetVersionFinder(versionFinder versionfinder.Finder)
}
Click to show internal directories.
Click to hide internal directories.