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