Documentation ¶
Index ¶
- Variables
- func AddCacheFlagsToCmd(cmd *cobra.Command, opts ...cacheutil.Options) func() (*Cache, error)
- type Cache
- func (c *Cache) GetAppManagedResources(appName string, res *[]*appv1.ResourceDiff) error
- func (c *Cache) GetAppResourcesTree(appName string, res *appv1.ApplicationTree) error
- func (c *Cache) GetCache() *cacheutil.Cache
- func (c *Cache) GetClusterInfo(server string, res *appv1.ClusterInfo) error
- func (c *Cache) GetRepoConnectionState(repo string) (appv1.ConnectionState, error)
- func (c *Cache) OnAppResourcesTreeChanged(ctx context.Context, appName string, callback func() error) error
- func (c *Cache) SetClusterInfo(server string, res *appv1.ClusterInfo) error
- func (c *Cache) SetRepoConnectionState(repo string, state *appv1.ConnectionState) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCacheMiss = appstatecache.ErrCacheMiss
Functions ¶
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) GetAppManagedResources ¶
func (c *Cache) GetAppManagedResources(appName string, res *[]*appv1.ResourceDiff) error
func (*Cache) GetAppResourcesTree ¶
func (c *Cache) GetAppResourcesTree(appName string, res *appv1.ApplicationTree) error
func (*Cache) GetClusterInfo ¶
func (c *Cache) GetClusterInfo(server string, res *appv1.ClusterInfo) error
func (*Cache) GetRepoConnectionState ¶
func (c *Cache) GetRepoConnectionState(repo string) (appv1.ConnectionState, error)
func (*Cache) OnAppResourcesTreeChanged ¶
func (*Cache) SetClusterInfo ¶
func (c *Cache) SetClusterInfo(server string, res *appv1.ClusterInfo) error
func (*Cache) SetRepoConnectionState ¶
func (c *Cache) SetRepoConnectionState(repo string, state *appv1.ConnectionState) error
Click to show internal directories.
Click to hide internal directories.