 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func NewClusterRoleBindingStorage(clusterBindingRegistry clusterpolicybindingregistry.Registry, ...) clusterrolebinding.Storage
- type ClusterRoleBindingStorage
- func (s *ClusterRoleBindingStorage) Create(ctx apirequest.Context, obj runtime.Object, _ bool) (runtime.Object, error)
- func (m *ClusterRoleBindingStorage) CreateClusterRoleBindingWithEscalation(ctx apirequest.Context, obj *authorizationapi.ClusterRoleBinding) (*authorizationapi.ClusterRoleBinding, error)
- func (s *ClusterRoleBindingStorage) Delete(ctx apirequest.Context, name string, options *metav1.DeleteOptions) (runtime.Object, bool, error)
- func (s *ClusterRoleBindingStorage) Get(ctx apirequest.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
- func (s *ClusterRoleBindingStorage) List(ctx apirequest.Context, options *metainternal.ListOptions) (runtime.Object, error)
- func (s *ClusterRoleBindingStorage) New() runtime.Object
- func (s *ClusterRoleBindingStorage) NewList() runtime.Object
- func (s *ClusterRoleBindingStorage) Update(ctx apirequest.Context, name string, objInfo rest.UpdatedObjectInfo) (runtime.Object, bool, error)
- func (m *ClusterRoleBindingStorage) UpdateClusterRoleBindingWithEscalation(ctx apirequest.Context, obj *authorizationapi.ClusterRoleBinding) (*authorizationapi.ClusterRoleBinding, bool, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterRoleBindingStorage ¶
func NewClusterRoleBindingStorage(clusterBindingRegistry clusterpolicybindingregistry.Registry, liveRuleResolver, cachedRuleResolver rulevalidation.AuthorizationRuleResolver) clusterrolebinding.Storage
Types ¶
type ClusterRoleBindingStorage ¶
type ClusterRoleBindingStorage struct {
	// contains filtered or unexported fields
}
    func (*ClusterRoleBindingStorage) Create ¶
func (s *ClusterRoleBindingStorage) Create(ctx apirequest.Context, obj runtime.Object, _ bool) (runtime.Object, error)
func (*ClusterRoleBindingStorage) CreateClusterRoleBindingWithEscalation ¶
func (m *ClusterRoleBindingStorage) CreateClusterRoleBindingWithEscalation(ctx apirequest.Context, obj *authorizationapi.ClusterRoleBinding) (*authorizationapi.ClusterRoleBinding, error)
func (*ClusterRoleBindingStorage) Delete ¶
func (s *ClusterRoleBindingStorage) Delete(ctx apirequest.Context, name string, options *metav1.DeleteOptions) (runtime.Object, bool, error)
func (*ClusterRoleBindingStorage) Get ¶
func (s *ClusterRoleBindingStorage) Get(ctx apirequest.Context, name string, options *metav1.GetOptions) (runtime.Object, error)
func (*ClusterRoleBindingStorage) List ¶
func (s *ClusterRoleBindingStorage) List(ctx apirequest.Context, options *metainternal.ListOptions) (runtime.Object, error)
func (*ClusterRoleBindingStorage) New ¶
func (s *ClusterRoleBindingStorage) New() runtime.Object
func (*ClusterRoleBindingStorage) NewList ¶
func (s *ClusterRoleBindingStorage) NewList() runtime.Object
func (*ClusterRoleBindingStorage) Update ¶
func (s *ClusterRoleBindingStorage) Update(ctx apirequest.Context, name string, objInfo rest.UpdatedObjectInfo) (runtime.Object, bool, error)
func (*ClusterRoleBindingStorage) UpdateClusterRoleBindingWithEscalation ¶
func (m *ClusterRoleBindingStorage) UpdateClusterRoleBindingWithEscalation(ctx apirequest.Context, obj *authorizationapi.ClusterRoleBinding) (*authorizationapi.ClusterRoleBinding, bool, error)
       Source Files
      ¶
      Source Files
      ¶
    
- proxy.go
 Click to show internal directories. 
   Click to hide internal directories.