package v1beta1
import "k8s.io/kube-aggregator/pkg/client/listers/apiregistration/v1beta1"
Index ¶
Types ¶
type APIServiceLister ¶
type APIServiceLister interface { // List lists all APIServices in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*apiregistrationv1beta1.APIService, err error) // Get retrieves the APIService from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*apiregistrationv1beta1.APIService, error) APIServiceListerExpansion }
APIServiceLister helps list APIServices. All objects returned here must be treated as read-only.
func NewAPIServiceLister ¶
func NewAPIServiceLister(indexer cache.Indexer) APIServiceLister
NewAPIServiceLister returns a new APIServiceLister.
type APIServiceListerExpansion ¶
type APIServiceListerExpansion interface{}
APIServiceListerExpansion allows custom methods to be added to APIServiceLister.
Source Files ¶
apiservice.go expansion_generated.go
- Version
- v0.32.2 (latest)
- Published
- Feb 13, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 1 month ago –
Tools for package owners.