Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterTrustBundleLister ¶
type ClusterTrustBundleLister interface { // List lists all ClusterTrustBundles in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterTrustBundle, err error) // Get retrieves the ClusterTrustBundle from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterTrustBundle, error) ClusterTrustBundleListerExpansion }
ClusterTrustBundleLister helps list ClusterTrustBundles. All objects returned here must be treated as read-only.
func NewClusterTrustBundleLister ¶
func NewClusterTrustBundleLister(indexer cache.Indexer) ClusterTrustBundleLister
NewClusterTrustBundleLister returns a new ClusterTrustBundleLister.
type ClusterTrustBundleListerExpansion ¶
type ClusterTrustBundleListerExpansion interface{}
ClusterTrustBundleListerExpansion allows custom methods to be added to ClusterTrustBundleLister.
Click to show internal directories.
Click to hide internal directories.