Documentation ¶
Overview ¶
Package kubernetes is a generated GoMock package.
Index ¶
- type MockChartApplier
- func (m *MockChartApplier) ApplyChart(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockChartApplier) ApplyChartInNamespace(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockChartApplier) ApplyChartInNamespaceWithOptions(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockChartApplier) ApplyChartWithOptions(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *MockChartApplier) ApplyManifest(arg0 context.Context, arg1 kubernetes.UnstructuredReader, ...) error
- func (m *MockChartApplier) EXPECT() *MockChartApplierMockRecorder
- func (m *MockChartApplier) Render(arg0, arg1, arg2 string, arg3 map[string]interface{}) (*chartrenderer.RenderedChart, error)
- func (m *MockChartApplier) RenderArchive(arg0 []byte, arg1, arg2 string, arg3 map[string]interface{}) (*chartrenderer.RenderedChart, error)
- type MockChartApplierMockRecorder
- func (mr *MockChartApplierMockRecorder) ApplyChart(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockChartApplierMockRecorder) ApplyChartInNamespace(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockChartApplierMockRecorder) ApplyChartInNamespaceWithOptions(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockChartApplierMockRecorder) ApplyChartWithOptions(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockChartApplierMockRecorder) ApplyManifest(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockChartApplierMockRecorder) Render(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockChartApplierMockRecorder) RenderArchive(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChartApplier ¶
type MockChartApplier struct {
// contains filtered or unexported fields
}
MockChartApplier is a mock of ChartApplier interface
func NewMockChartApplier ¶
func NewMockChartApplier(ctrl *gomock.Controller) *MockChartApplier
NewMockChartApplier creates a new mock instance
func (*MockChartApplier) ApplyChart ¶
func (m *MockChartApplier) ApplyChart(arg0 context.Context, arg1, arg2, arg3 string, arg4, arg5 map[string]interface{}) error
ApplyChart mocks base method
func (*MockChartApplier) ApplyChartInNamespace ¶
func (m *MockChartApplier) ApplyChartInNamespace(arg0 context.Context, arg1, arg2, arg3 string, arg4, arg5 map[string]interface{}) error
ApplyChartInNamespace mocks base method
func (*MockChartApplier) ApplyChartInNamespaceWithOptions ¶
func (m *MockChartApplier) ApplyChartInNamespaceWithOptions(arg0 context.Context, arg1, arg2, arg3 string, arg4, arg5 map[string]interface{}, arg6 kubernetes.ApplierOptions) error
ApplyChartInNamespaceWithOptions mocks base method
func (*MockChartApplier) ApplyChartWithOptions ¶
func (m *MockChartApplier) ApplyChartWithOptions(arg0 context.Context, arg1, arg2, arg3 string, arg4, arg5 map[string]interface{}, arg6 kubernetes.ApplierOptions) error
ApplyChartWithOptions mocks base method
func (*MockChartApplier) ApplyManifest ¶
func (m *MockChartApplier) ApplyManifest(arg0 context.Context, arg1 kubernetes.UnstructuredReader, arg2 kubernetes.ApplierOptions) error
ApplyManifest mocks base method
func (*MockChartApplier) EXPECT ¶
func (m *MockChartApplier) EXPECT() *MockChartApplierMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockChartApplier) Render ¶
func (m *MockChartApplier) Render(arg0, arg1, arg2 string, arg3 map[string]interface{}) (*chartrenderer.RenderedChart, error)
Render mocks base method
func (*MockChartApplier) RenderArchive ¶
func (m *MockChartApplier) RenderArchive(arg0 []byte, arg1, arg2 string, arg3 map[string]interface{}) (*chartrenderer.RenderedChart, error)
RenderArchive mocks base method
type MockChartApplierMockRecorder ¶
type MockChartApplierMockRecorder struct {
// contains filtered or unexported fields
}
MockChartApplierMockRecorder is the mock recorder for MockChartApplier
func (*MockChartApplierMockRecorder) ApplyChart ¶
func (mr *MockChartApplierMockRecorder) ApplyChart(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ApplyChart indicates an expected call of ApplyChart
func (*MockChartApplierMockRecorder) ApplyChartInNamespace ¶
func (mr *MockChartApplierMockRecorder) ApplyChartInNamespace(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ApplyChartInNamespace indicates an expected call of ApplyChartInNamespace
func (*MockChartApplierMockRecorder) ApplyChartInNamespaceWithOptions ¶
func (mr *MockChartApplierMockRecorder) ApplyChartInNamespaceWithOptions(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
ApplyChartInNamespaceWithOptions indicates an expected call of ApplyChartInNamespaceWithOptions
func (*MockChartApplierMockRecorder) ApplyChartWithOptions ¶
func (mr *MockChartApplierMockRecorder) ApplyChartWithOptions(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
ApplyChartWithOptions indicates an expected call of ApplyChartWithOptions
func (*MockChartApplierMockRecorder) ApplyManifest ¶
func (mr *MockChartApplierMockRecorder) ApplyManifest(arg0, arg1, arg2 interface{}) *gomock.Call
ApplyManifest indicates an expected call of ApplyManifest
func (*MockChartApplierMockRecorder) Render ¶
func (mr *MockChartApplierMockRecorder) Render(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Render indicates an expected call of Render
func (*MockChartApplierMockRecorder) RenderArchive ¶
func (mr *MockChartApplierMockRecorder) RenderArchive(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RenderArchive indicates an expected call of RenderArchive