Documentation
¶
Overview ¶
Package mock_tokenreview is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTokenReviewInterface ¶
type MockTokenReviewInterface struct {
// contains filtered or unexported fields
}
MockTokenReviewInterface is a mock of TokenReviewInterface interface
func NewMockTokenReviewInterface ¶
func NewMockTokenReviewInterface(ctrl *gomock.Controller) *MockTokenReviewInterface
NewMockTokenReviewInterface creates a new mock instance
func (*MockTokenReviewInterface) Create ¶
func (m *MockTokenReviewInterface) Create(arg0 context.Context, arg1 *v1.TokenReview, arg2 v10.CreateOptions) (*v1.TokenReview, error)
Create mocks base method
func (*MockTokenReviewInterface) EXPECT ¶
func (m *MockTokenReviewInterface) EXPECT() *MockTokenReviewInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockTokenReviewInterfaceMockRecorder ¶
type MockTokenReviewInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockTokenReviewInterfaceMockRecorder is the mock recorder for MockTokenReviewInterface
func (*MockTokenReviewInterfaceMockRecorder) Create ¶
func (mr *MockTokenReviewInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
Create indicates an expected call of Create
Click to show internal directories.
Click to hide internal directories.