Documentation ¶
Index ¶
- type AuthorizationRoleBindingLister
- type AuthorizationRoleBindingListerExpansion
- type AuthorizationRoleBindingNamespaceLister
- type AuthorizationRoleBindingNamespaceListerExpansion
- type AuthorizationRoleLister
- type AuthorizationRoleListerExpansion
- type AuthorizationRoleNamespaceLister
- type AuthorizationRoleNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizationRoleBindingLister ¶
type AuthorizationRoleBindingLister interface { // List lists all AuthorizationRoleBindings in the indexer. List(selector labels.Selector) (ret []*v3.AuthorizationRoleBinding, err error) // AuthorizationRoleBindings returns an object that can list and get AuthorizationRoleBindings. AuthorizationRoleBindings(namespace string) AuthorizationRoleBindingNamespaceLister AuthorizationRoleBindingListerExpansion }
AuthorizationRoleBindingLister helps list AuthorizationRoleBindings.
func NewAuthorizationRoleBindingLister ¶
func NewAuthorizationRoleBindingLister(indexer cache.Indexer) AuthorizationRoleBindingLister
NewAuthorizationRoleBindingLister returns a new AuthorizationRoleBindingLister.
type AuthorizationRoleBindingListerExpansion ¶
type AuthorizationRoleBindingListerExpansion interface{}
AuthorizationRoleBindingListerExpansion allows custom methods to be added to AuthorizationRoleBindingLister.
type AuthorizationRoleBindingNamespaceLister ¶
type AuthorizationRoleBindingNamespaceLister interface { // List lists all AuthorizationRoleBindings in the indexer for a given namespace. List(selector labels.Selector) (ret []*v3.AuthorizationRoleBinding, err error) // Get retrieves the AuthorizationRoleBinding from the indexer for a given namespace and name. Get(name string) (*v3.AuthorizationRoleBinding, error) AuthorizationRoleBindingNamespaceListerExpansion }
AuthorizationRoleBindingNamespaceLister helps list and get AuthorizationRoleBindings.
type AuthorizationRoleBindingNamespaceListerExpansion ¶
type AuthorizationRoleBindingNamespaceListerExpansion interface{}
AuthorizationRoleBindingNamespaceListerExpansion allows custom methods to be added to AuthorizationRoleBindingNamespaceLister.
type AuthorizationRoleLister ¶
type AuthorizationRoleLister interface { // List lists all AuthorizationRoles in the indexer. List(selector labels.Selector) (ret []*v3.AuthorizationRole, err error) // AuthorizationRoles returns an object that can list and get AuthorizationRoles. AuthorizationRoles(namespace string) AuthorizationRoleNamespaceLister AuthorizationRoleListerExpansion }
AuthorizationRoleLister helps list AuthorizationRoles.
func NewAuthorizationRoleLister ¶
func NewAuthorizationRoleLister(indexer cache.Indexer) AuthorizationRoleLister
NewAuthorizationRoleLister returns a new AuthorizationRoleLister.
type AuthorizationRoleListerExpansion ¶
type AuthorizationRoleListerExpansion interface{}
AuthorizationRoleListerExpansion allows custom methods to be added to AuthorizationRoleLister.
type AuthorizationRoleNamespaceLister ¶
type AuthorizationRoleNamespaceLister interface { // List lists all AuthorizationRoles in the indexer for a given namespace. List(selector labels.Selector) (ret []*v3.AuthorizationRole, err error) // Get retrieves the AuthorizationRole from the indexer for a given namespace and name. Get(name string) (*v3.AuthorizationRole, error) AuthorizationRoleNamespaceListerExpansion }
AuthorizationRoleNamespaceLister helps list and get AuthorizationRoles.
type AuthorizationRoleNamespaceListerExpansion ¶
type AuthorizationRoleNamespaceListerExpansion interface{}
AuthorizationRoleNamespaceListerExpansion allows custom methods to be added to AuthorizationRoleNamespaceLister.