Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPipelineBadge ¶
type MockPipelineBadge struct {
// contains filtered or unexported fields
}
MockPipelineBadge is a mock of PipelineBadge interface.
func NewMockPipelineBadge ¶
func NewMockPipelineBadge(ctrl *gomock.Controller) *MockPipelineBadge
NewMockPipelineBadge creates a new mock instance.
func (*MockPipelineBadge) EXPECT ¶
func (m *MockPipelineBadge) EXPECT() *MockPipelineBadgeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPipelineBadge) GetBadge ¶
func (m *MockPipelineBadge) GetBadge(ctx context.Context, condition v1.RadixJobCondition, pipeline v1.RadixPipelineType) ([]byte, error)
GetBadge mocks base method.
type MockPipelineBadgeMockRecorder ¶
type MockPipelineBadgeMockRecorder struct {
// contains filtered or unexported fields
}
MockPipelineBadgeMockRecorder is the mock recorder for MockPipelineBadge.
Click to show internal directories.
Click to hide internal directories.