Documentation ¶
Index ¶
- type Factory
- func (_m *Factory) BindFlags(flags *pflag.FlagSet)
- func (_m *Factory) Client() (versioned.Interface, error)
- func (_m *Factory) ClientConfig() (*rest.Config, error)
- func (_m *Factory) DynamicClient() (dynamic.Interface, error)
- func (_m *Factory) KubeClient() (kubernetes.Interface, error)
- func (_m *Factory) KubebuilderClient() (pkgclient.Client, error)
- func (_m *Factory) KubebuilderWatchClient() (pkgclient.WithWatch, error)
- func (_m *Factory) Namespace() string
- func (_m *Factory) SetBasename(_a0 string)
- func (_m *Factory) SetClientBurst(_a0 int)
- func (_m *Factory) SetClientQPS(_a0 float32)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
Factory is an autogenerated mock type for the Factory type
func NewFactory ¶
NewFactory creates a new instance of Factory. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Factory) ClientConfig ¶
ClientConfig provides a mock function with given fields:
func (*Factory) DynamicClient ¶
DynamicClient provides a mock function with given fields:
func (*Factory) KubeClient ¶
func (_m *Factory) KubeClient() (kubernetes.Interface, error)
KubeClient provides a mock function with given fields:
func (*Factory) KubebuilderClient ¶
KubebuilderClient provides a mock function with given fields:
func (*Factory) KubebuilderWatchClient ¶
KubebuilderWatchClient provides a mock function with given fields:
func (*Factory) SetBasename ¶
SetBasename provides a mock function with given fields: _a0
func (*Factory) SetClientBurst ¶
SetClientBurst provides a mock function with given fields: _a0
func (*Factory) SetClientQPS ¶
SetClientQPS provides a mock function with given fields: _a0