Documentation ¶
Overview ¶
Code generated by mockery v1.0.0
Index ¶
- type App
- func (_m *App) AddEnvironment(name string, k8sSpecFlag string, spec *app.EnvironmentSpec) error
- func (_m *App) Environment(name string) (*app.EnvironmentSpec, error)
- func (_m *App) Environments() (app.EnvironmentSpecs, error)
- func (_m *App) Init() error
- func (_m *App) LibPath(envName string) (string, error)
- func (_m *App) Libraries() app.LibraryRefSpecs
- func (_m *App) Registries() app.RegistryRefSpecs
- func (_m *App) RemoveEnvironment(name string) error
- func (_m *App) RenameEnvironment(from string, to string) error
- func (_m *App) Upgrade(dryRun bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
App is an autogenerated mock type for the App type
func (*App) AddEnvironment ¶
AddEnvironment provides a mock function with given fields: name, k8sSpecFlag, spec
func (*App) Environment ¶
func (_m *App) Environment(name string) (*app.EnvironmentSpec, error)
Environment provides a mock function with given fields: name
func (*App) Environments ¶
func (_m *App) Environments() (app.EnvironmentSpecs, error)
Environments provides a mock function with given fields:
func (*App) Libraries ¶
func (_m *App) Libraries() app.LibraryRefSpecs
Libraries provides a mock function with given fields:
func (*App) Registries ¶
func (_m *App) Registries() app.RegistryRefSpecs
Registries provides a mock function with given fields:
func (*App) RemoveEnvironment ¶
RemoveEnvironment provides a mock function with given fields: name
func (*App) RenameEnvironment ¶ added in v0.9.1
RenameEnvironment provides a mock function with given fields: from, to
Click to show internal directories.
Click to hide internal directories.