Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectoryRoleBindingLister ¶
type DirectoryRoleBindingLister interface { // List lists all DirectoryRoleBindings in the indexer. List(selector labels.Selector) (ret []*v1alpha1.DirectoryRoleBinding, err error) // DirectoryRoleBindings returns an object that can list and get DirectoryRoleBindings. DirectoryRoleBindings(namespace string) DirectoryRoleBindingNamespaceLister DirectoryRoleBindingListerExpansion }
DirectoryRoleBindingLister helps list DirectoryRoleBindings.
func NewDirectoryRoleBindingLister ¶
func NewDirectoryRoleBindingLister(indexer cache.Indexer) DirectoryRoleBindingLister
NewDirectoryRoleBindingLister returns a new DirectoryRoleBindingLister.
type DirectoryRoleBindingListerExpansion ¶
type DirectoryRoleBindingListerExpansion interface{}
DirectoryRoleBindingListerExpansion allows custom methods to be added to DirectoryRoleBindingLister.
type DirectoryRoleBindingNamespaceLister ¶
type DirectoryRoleBindingNamespaceLister interface { // List lists all DirectoryRoleBindings in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.DirectoryRoleBinding, err error) // Get retrieves the DirectoryRoleBinding from the indexer for a given namespace and name. Get(name string) (*v1alpha1.DirectoryRoleBinding, error) DirectoryRoleBindingNamespaceListerExpansion }
DirectoryRoleBindingNamespaceLister helps list and get DirectoryRoleBindings.
type DirectoryRoleBindingNamespaceListerExpansion ¶
type DirectoryRoleBindingNamespaceListerExpansion interface{}
DirectoryRoleBindingNamespaceListerExpansion allows custom methods to be added to DirectoryRoleBindingNamespaceLister.
Click to show internal directories.
Click to hide internal directories.