Versions in this module Expand all Collapse all v2 v2.0.0 May 10, 2024 Changes in this version + func SetCluster(cfg *rest.Config, clusterPath logicalcluster.Path) *rest.Config + type Cache interface + Cluster func(clusterPath logicalcluster.Path) (R, error) + ClusterOrDie func(clusterPath logicalcluster.Path) R + func NewCache[R any](cfg *rest.Config, client *http.Client, constructor *Constructor[R]) Cache[R] + type Constructor struct + NewForConfigAndClient func(*rest.Config, *http.Client) (R, error) v2.0.0-alpha.0 Dec 14, 2022