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) DeleteChart(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockChartApplier) DeleteManifest(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) DeleteChart(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockChartApplierMockRecorder) DeleteManifest(arg0, arg1 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
- type MockInterface
- func (m *MockInterface) APIExtension() clientset.Interface
- func (m *MockInterface) APIRegistration() clientset0.Interface
- func (m *MockInterface) Applier() kubernetes.ApplierInterface
- func (m *MockInterface) CheckForwardPodPort(arg0, arg1 string, arg2, arg3 int) error
- func (m *MockInterface) Client() client.Client
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) ForwardPodPort(arg0, arg1 string, arg2, arg3 int) (chan struct{}, error)
- func (m *MockInterface) Garden() versioned0.Interface
- func (m *MockInterface) GardenCore() versioned.Interface
- func (m *MockInterface) Kubernetes() kubernetes0.Interface
- func (m *MockInterface) Machine() versioned1.Interface
- func (m *MockInterface) RESTClient() rest.Interface
- func (m *MockInterface) RESTConfig() *rest.Config
- func (m *MockInterface) RESTMapper() meta.RESTMapper
- func (m *MockInterface) Version() string
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) APIExtension() *gomock.Call
- func (mr *MockInterfaceMockRecorder) APIRegistration() *gomock.Call
- func (mr *MockInterfaceMockRecorder) Applier() *gomock.Call
- func (mr *MockInterfaceMockRecorder) CheckForwardPodPort(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Client() *gomock.Call
- func (mr *MockInterfaceMockRecorder) ForwardPodPort(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Garden() *gomock.Call
- func (mr *MockInterfaceMockRecorder) GardenCore() *gomock.Call
- func (mr *MockInterfaceMockRecorder) Kubernetes() *gomock.Call
- func (mr *MockInterfaceMockRecorder) Machine() *gomock.Call
- func (mr *MockInterfaceMockRecorder) RESTClient() *gomock.Call
- func (mr *MockInterfaceMockRecorder) RESTConfig() *gomock.Call
- func (mr *MockInterfaceMockRecorder) RESTMapper() *gomock.Call
- func (mr *MockInterfaceMockRecorder) Version() *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) DeleteChart ¶
func (m *MockChartApplier) DeleteChart(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteChart mocks base method
func (*MockChartApplier) DeleteManifest ¶
func (m *MockChartApplier) DeleteManifest(arg0 context.Context, arg1 kubernetes.UnstructuredReader) error
DeleteManifest 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) DeleteChart ¶
func (mr *MockChartApplierMockRecorder) DeleteChart(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteChart indicates an expected call of DeleteChart
func (*MockChartApplierMockRecorder) DeleteManifest ¶
func (mr *MockChartApplierMockRecorder) DeleteManifest(arg0, arg1 interface{}) *gomock.Call
DeleteManifest indicates an expected call of DeleteManifest
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
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance
func (*MockInterface) APIExtension ¶
func (m *MockInterface) APIExtension() clientset.Interface
APIExtension mocks base method
func (*MockInterface) APIRegistration ¶
func (m *MockInterface) APIRegistration() clientset0.Interface
APIRegistration mocks base method
func (*MockInterface) Applier ¶
func (m *MockInterface) Applier() kubernetes.ApplierInterface
Applier mocks base method
func (*MockInterface) CheckForwardPodPort ¶
func (m *MockInterface) CheckForwardPodPort(arg0, arg1 string, arg2, arg3 int) error
CheckForwardPodPort mocks base method
func (*MockInterface) Client ¶
func (m *MockInterface) Client() client.Client
Client mocks base method
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInterface) ForwardPodPort ¶
func (m *MockInterface) ForwardPodPort(arg0, arg1 string, arg2, arg3 int) (chan struct{}, error)
ForwardPodPort mocks base method
func (*MockInterface) Garden ¶
func (m *MockInterface) Garden() versioned0.Interface
Garden mocks base method
func (*MockInterface) GardenCore ¶
func (m *MockInterface) GardenCore() versioned.Interface
GardenCore mocks base method
func (*MockInterface) Kubernetes ¶
func (m *MockInterface) Kubernetes() kubernetes0.Interface
Kubernetes mocks base method
func (*MockInterface) Machine ¶
func (m *MockInterface) Machine() versioned1.Interface
Machine mocks base method
func (*MockInterface) RESTClient ¶
func (m *MockInterface) RESTClient() rest.Interface
RESTClient mocks base method
func (*MockInterface) RESTConfig ¶
func (m *MockInterface) RESTConfig() *rest.Config
RESTConfig mocks base method
func (*MockInterface) RESTMapper ¶
func (m *MockInterface) RESTMapper() meta.RESTMapper
RESTMapper mocks base method
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface
func (*MockInterfaceMockRecorder) APIExtension ¶
func (mr *MockInterfaceMockRecorder) APIExtension() *gomock.Call
APIExtension indicates an expected call of APIExtension
func (*MockInterfaceMockRecorder) APIRegistration ¶
func (mr *MockInterfaceMockRecorder) APIRegistration() *gomock.Call
APIRegistration indicates an expected call of APIRegistration
func (*MockInterfaceMockRecorder) Applier ¶
func (mr *MockInterfaceMockRecorder) Applier() *gomock.Call
Applier indicates an expected call of Applier
func (*MockInterfaceMockRecorder) CheckForwardPodPort ¶
func (mr *MockInterfaceMockRecorder) CheckForwardPodPort(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CheckForwardPodPort indicates an expected call of CheckForwardPodPort
func (*MockInterfaceMockRecorder) Client ¶
func (mr *MockInterfaceMockRecorder) Client() *gomock.Call
Client indicates an expected call of Client
func (*MockInterfaceMockRecorder) ForwardPodPort ¶
func (mr *MockInterfaceMockRecorder) ForwardPodPort(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ForwardPodPort indicates an expected call of ForwardPodPort
func (*MockInterfaceMockRecorder) Garden ¶
func (mr *MockInterfaceMockRecorder) Garden() *gomock.Call
Garden indicates an expected call of Garden
func (*MockInterfaceMockRecorder) GardenCore ¶
func (mr *MockInterfaceMockRecorder) GardenCore() *gomock.Call
GardenCore indicates an expected call of GardenCore
func (*MockInterfaceMockRecorder) Kubernetes ¶
func (mr *MockInterfaceMockRecorder) Kubernetes() *gomock.Call
Kubernetes indicates an expected call of Kubernetes
func (*MockInterfaceMockRecorder) Machine ¶
func (mr *MockInterfaceMockRecorder) Machine() *gomock.Call
Machine indicates an expected call of Machine
func (*MockInterfaceMockRecorder) RESTClient ¶
func (mr *MockInterfaceMockRecorder) RESTClient() *gomock.Call
RESTClient indicates an expected call of RESTClient
func (*MockInterfaceMockRecorder) RESTConfig ¶
func (mr *MockInterfaceMockRecorder) RESTConfig() *gomock.Call
RESTConfig indicates an expected call of RESTConfig
func (*MockInterfaceMockRecorder) RESTMapper ¶
func (mr *MockInterfaceMockRecorder) RESTMapper() *gomock.Call
RESTMapper indicates an expected call of RESTMapper
func (*MockInterfaceMockRecorder) Version ¶
func (mr *MockInterfaceMockRecorder) Version() *gomock.Call
Version indicates an expected call of Version