package v1
import "k8s.io/kube-aggregator/pkg/client/listers/apiregistration/v1"
Index ¶
Types ¶
type APIServiceLister ¶
type APIServiceLister interface { // List lists all APIServices in the indexer. List(selector labels.Selector) (ret []*v1.APIService, err error) // Get retrieves the APIService from the index for a given name. Get(name string) (*v1.APIService, error) APIServiceListerExpansion }
APIServiceLister helps list APIServices.
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.15.7
- Published
- Dec 11, 2019
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 4 seconds ago –
Tools for package owners.