Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterPolicyBindingInformer ¶
type ClusterPolicyBindingInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ClusterPolicyBindingLister }
ClusterPolicyBindingInformer provides access to a shared informer and lister for ClusterPolicyBindings.
type ClusterPolicyInformer ¶
type ClusterPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ClusterPolicyLister }
ClusterPolicyInformer provides access to a shared informer and lister for ClusterPolicies.
type ClusterRoleBindingInformer ¶
type ClusterRoleBindingInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ClusterRoleBindingLister }
ClusterRoleBindingInformer provides access to a shared informer and lister for ClusterRoleBindings.
type ClusterRoleInformer ¶
type ClusterRoleInformer interface { Informer() cache.SharedIndexInformer Lister() v1.ClusterRoleLister }
ClusterRoleInformer provides access to a shared informer and lister for ClusterRoles.
type Interface ¶
type Interface interface { // ClusterPolicies returns a ClusterPolicyInformer. ClusterPolicies() ClusterPolicyInformer // ClusterPolicyBindings returns a ClusterPolicyBindingInformer. ClusterPolicyBindings() ClusterPolicyBindingInformer // ClusterRoles returns a ClusterRoleInformer. ClusterRoles() ClusterRoleInformer // ClusterRoleBindings returns a ClusterRoleBindingInformer. ClusterRoleBindings() ClusterRoleBindingInformer // Policies returns a PolicyInformer. Policies() PolicyInformer // PolicyBindings returns a PolicyBindingInformer. PolicyBindings() PolicyBindingInformer // Roles returns a RoleInformer. Roles() RoleInformer // RoleBindings returns a RoleBindingInformer. RoleBindings() RoleBindingInformer // RoleBindingRestrictions returns a RoleBindingRestrictionInformer. RoleBindingRestrictions() RoleBindingRestrictionInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory) Interface
New returns a new Interface.
type PolicyBindingInformer ¶
type PolicyBindingInformer interface { Informer() cache.SharedIndexInformer Lister() v1.PolicyBindingLister }
PolicyBindingInformer provides access to a shared informer and lister for PolicyBindings.
type PolicyInformer ¶
type PolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1.PolicyLister }
PolicyInformer provides access to a shared informer and lister for Policies.
type RoleBindingInformer ¶
type RoleBindingInformer interface { Informer() cache.SharedIndexInformer Lister() v1.RoleBindingLister }
RoleBindingInformer provides access to a shared informer and lister for RoleBindings.
type RoleBindingRestrictionInformer ¶
type RoleBindingRestrictionInformer interface { Informer() cache.SharedIndexInformer Lister() v1.RoleBindingRestrictionLister }
RoleBindingRestrictionInformer provides access to a shared informer and lister for RoleBindingRestrictions.
type RoleInformer ¶
type RoleInformer interface { Informer() cache.SharedIndexInformer Lister() v1.RoleLister }
RoleInformer provides access to a shared informer and lister for Roles.