Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerlessquotaLister ¶
type ServerlessquotaLister interface { // List lists all Serverlessquotas in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.Serverlessquota, err error) // Serverlessquotas returns an object that can list and get Serverlessquotas. Serverlessquotas(namespace string) ServerlessquotaNamespaceLister ServerlessquotaListerExpansion }
ServerlessquotaLister helps list Serverlessquotas. All objects returned here must be treated as read-only.
func NewServerlessquotaLister ¶
func NewServerlessquotaLister(indexer cache.Indexer) ServerlessquotaLister
NewServerlessquotaLister returns a new ServerlessquotaLister.
type ServerlessquotaListerExpansion ¶
type ServerlessquotaListerExpansion interface{}
ServerlessquotaListerExpansion allows custom methods to be added to ServerlessquotaLister.
type ServerlessquotaNamespaceLister ¶
type ServerlessquotaNamespaceLister interface { // List lists all Serverlessquotas in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.Serverlessquota, err error) // Get retrieves the Serverlessquota from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1.Serverlessquota, error) ServerlessquotaNamespaceListerExpansion }
ServerlessquotaNamespaceLister helps list and get Serverlessquotas. All objects returned here must be treated as read-only.
type ServerlessquotaNamespaceListerExpansion ¶
type ServerlessquotaNamespaceListerExpansion interface{}
ServerlessquotaNamespaceListerExpansion allows custom methods to be added to ServerlessquotaNamespaceLister.
Click to show internal directories.
Click to hide internal directories.