Documentation ¶
Index ¶
- type ClusterRoleStorage
- func (s *ClusterRoleStorage) Create(ctx kapi.Context, obj runtime.Object) (runtime.Object, error)
- func (s *ClusterRoleStorage) Delete(ctx kapi.Context, name string, options *kapi.DeleteOptions) (runtime.Object, error)
- func (s *ClusterRoleStorage) Get(ctx kapi.Context, name string) (runtime.Object, error)
- func (s *ClusterRoleStorage) List(ctx kapi.Context, label labels.Selector, field fields.Selector) (runtime.Object, error)
- func (s *ClusterRoleStorage) New() runtime.Object
- func (s *ClusterRoleStorage) NewList() runtime.Object
- func (s *ClusterRoleStorage) Update(ctx kapi.Context, obj runtime.Object) (runtime.Object, bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterRoleStorage ¶
type ClusterRoleStorage struct {
// contains filtered or unexported fields
}
func NewClusterRoleStorage ¶
func NewClusterRoleStorage(clusterPolicyRegistry clusterpolicyregistry.Registry) *ClusterRoleStorage
func (*ClusterRoleStorage) Delete ¶
func (s *ClusterRoleStorage) Delete(ctx kapi.Context, name string, options *kapi.DeleteOptions) (runtime.Object, error)
func (*ClusterRoleStorage) New ¶
func (s *ClusterRoleStorage) New() runtime.Object
func (*ClusterRoleStorage) NewList ¶
func (s *ClusterRoleStorage) NewList() runtime.Object
Click to show internal directories.
Click to hide internal directories.