Documentation ¶
Overview ¶
Code generated by mockery v1.0.0
Index ¶
- type Component
- func (_m *Component) DeleteParam(path []string, options component.ParamOptions) error
- func (_m *Component) Name(wantsNamedSpaced bool) string
- func (_m *Component) Objects(paramsStr string, envName string) ([]*unstructured.Unstructured, error)
- func (_m *Component) Params() ([]component.NamespaceParameter, error)
- func (_m *Component) SetParam(path []string, value interface{}, options component.ParamOptions) error
- func (_m *Component) Summarize() ([]component.Summary, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
Component is an autogenerated mock type for the Component type
func (*Component) DeleteParam ¶
func (_m *Component) DeleteParam(path []string, options component.ParamOptions) error
DeleteParam provides a mock function with given fields: path, options
func (*Component) Objects ¶
func (_m *Component) Objects(paramsStr string, envName string) ([]*unstructured.Unstructured, error)
Objects provides a mock function with given fields: paramsStr, envName
func (*Component) Params ¶
func (_m *Component) Params() ([]component.NamespaceParameter, error)
Params provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.