Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterTrustBundleClusterLister ¶
NewClusterTrustBundleClusterLister returns a new ClusterTrustBundleClusterLister. We assume that the indexer: - is fed by a cross-workspace LIST+WATCH - uses kcpcache.MetaClusterNamespaceKeyFunc as the key function - has the kcpcache.ClusterIndex as an index
Types ¶
type ClusterTrustBundleClusterLister ¶
type ClusterTrustBundleClusterLister interface { // List lists all ClusterTrustBundles in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*certificatesv1alpha1.ClusterTrustBundle, err error) // Cluster returns a lister that can list and get ClusterTrustBundles in one workspace. Cluster(clusterName logicalcluster.Name) certificatesv1alpha1listers.ClusterTrustBundleLister ClusterTrustBundleClusterListerExpansion }
ClusterTrustBundleClusterLister can list ClusterTrustBundles across all workspaces, or scope down to a ClusterTrustBundleLister for one workspace. All objects returned here must be treated as read-only.
type ClusterTrustBundleClusterListerExpansion ¶
type ClusterTrustBundleClusterListerExpansion interface{}
ClusterTrustBundleClusterListerExpansion allows custom methods to be added to ClusterTrustBundleClusterLister.
Click to show internal directories.
Click to hide internal directories.