Documentation
¶
Index ¶
- type CRBInterface
- func (_m *CRBInterface) Create(ctx context.Context, clusterRoleBinding *v1.ClusterRoleBinding, ...) (*v1.ClusterRoleBinding, error)
- func (_m *CRBInterface) Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.ClusterRoleBinding, error)
- func (_m *CRBInterface) Update(ctx context.Context, clusterRoleBinding *v1.ClusterRoleBinding, ...) (*v1.ClusterRoleBinding, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CRBInterface ¶
CRBInterface is an autogenerated mock type for the CRBInterface type
func (*CRBInterface) Create ¶
func (_m *CRBInterface) Create(ctx context.Context, clusterRoleBinding *v1.ClusterRoleBinding, opts metav1.CreateOptions) (*v1.ClusterRoleBinding, error)
Create provides a mock function with given fields: ctx, clusterRoleBinding, opts
func (*CRBInterface) Get ¶
func (_m *CRBInterface) Get(ctx context.Context, name string, opts metav1.GetOptions) (*v1.ClusterRoleBinding, error)
Get provides a mock function with given fields: ctx, name, opts
func (*CRBInterface) Update ¶
func (_m *CRBInterface) Update(ctx context.Context, clusterRoleBinding *v1.ClusterRoleBinding, opts metav1.UpdateOptions) (*v1.ClusterRoleBinding, error)
Update provides a mock function with given fields: ctx, clusterRoleBinding, opts
Click to show internal directories.
Click to hide internal directories.