Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterRoleBindingInformer ¶
type ClusterRoleBindingInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.ClusterRoleBindingLister
}
ClusterRoleBindingInformer provides access to a shared informer and lister for ClusterRoleBindings.
type ClusterRoleInformer ¶
type ClusterRoleInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.ClusterRoleLister
}
ClusterRoleInformer provides access to a shared informer and lister for ClusterRoles.
type Interface ¶
type Interface interface {
// ClusterRoles returns a ClusterRoleInformer.
ClusterRoles() ClusterRoleInformer
// ClusterRoleBindings returns a ClusterRoleBindingInformer.
ClusterRoleBindings() ClusterRoleBindingInformer
// Roles returns a RoleInformer.
Roles() RoleInformer
// RoleBindings returns a RoleBindingInformer.
RoleBindings() RoleBindingInformer
}
Interface provides access to all the informers in this group version.
type RoleBindingInformer ¶
type RoleBindingInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.RoleBindingLister
}
RoleBindingInformer provides access to a shared informer and lister for RoleBindings.
type RoleInformer ¶
type RoleInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.RoleLister
}
RoleInformer provides access to a shared informer and lister for Roles.
Click to show internal directories.
Click to hide internal directories.