Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
Environment is a internal landscaper test environment
func New ¶
func New(projectRoot string) (*Environment, error)
New creates a new test environment with the landscaper known crds.
func (*Environment) Start ¶
func (e *Environment) Start() (client.Client, error)
Start starts the fake environment and creates a client for the started kubernetes cluster.
func (*Environment) Stop ¶
func (e *Environment) Stop() error
Stop stops the running dev environment
Click to show internal directories.
Click to hide internal directories.