Documentation ¶
Index ¶
- func FindRepoPassword(repoURL string) string
- func FindRepoUsername(repoURL string) string
- func LoadLocalHelmFile()
- func NewNoopCache() *cache.Cache
- func PreviewApplications(filename string, appName string, output string)
- func PreviewResources(filename string, appName string, resKind string, output string)
- type NoopCacheClient
- func (c *NoopCacheClient) Delete(key string) error
- func (c *NoopCacheClient) Get(key string, obj interface{}) error
- func (c *NoopCacheClient) NotifyUpdated(key string) error
- func (c *NoopCacheClient) OnUpdated(ctx context.Context, key string, callback func() error) error
- func (c *NoopCacheClient) Rename(oldKey string, newKey string, expiration time.Duration) error
- func (c *NoopCacheClient) Set(item *cacheutil.Item) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindRepoPassword ¶
func FindRepoUsername ¶
func LoadLocalHelmFile ¶
func LoadLocalHelmFile()
func NewNoopCache ¶
func PreviewApplications ¶
Types ¶
type NoopCacheClient ¶
type NoopCacheClient struct{}
func (*NoopCacheClient) Delete ¶
func (c *NoopCacheClient) Delete(key string) error
func (*NoopCacheClient) Get ¶
func (c *NoopCacheClient) Get(key string, obj interface{}) error
func (*NoopCacheClient) NotifyUpdated ¶
func (c *NoopCacheClient) NotifyUpdated(key string) error
Click to show internal directories.
Click to hide internal directories.