Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterWorkspaceCache ¶ added in v0.6.0
type ClusterWorkspaceCache struct { Store cache.Indexer HasSynced cache.InformerSynced // contains filtered or unexported fields }
func NewClusterWorkspaceCache ¶ added in v0.6.0
func NewClusterWorkspaceCache(workspaces cache.SharedIndexInformer, kcpClusterClient kcpclient.ClusterInterface) *ClusterWorkspaceCache
NewClusterWorkspaceCache returns a wrapper around an informer. It serves from the informer, and on cache-miss it looks up through the given client.
func (*ClusterWorkspaceCache) Get ¶ added in v0.6.0
func (c *ClusterWorkspaceCache) Get(lclusterName logicalcluster.Name, workspaceName string) (*workspaceapi.ClusterWorkspace, error)
Click to show internal directories.
Click to hide internal directories.