Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(kind string, store store.KubeconfigStore, cfg *types.Cache) (store.KubeconfigStore, error)
func Register ¶
func Register(kind string, creator CacheFactory)
Types ¶
type CacheFactory ¶
type CacheFactory func(store store.KubeconfigStore, cfg *types.Cache) (store.KubeconfigStore, error)
Click to show internal directories.
Click to hide internal directories.