Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Environment ¶
type Environment struct { // SystemNamespace is the namespace used for all Istio system components. SystemNamespace string // Domain used by components in the native environment. Domain string // PortManager provides free ports on-demand. PortManager reserveport.PortManager // contains filtered or unexported fields }
Environment for testing natively on the host machine. It implements api.Environment, and also hosts publicly accessible methods that are specific to local environment.
func (*Environment) Case ¶
func (e *Environment) Case(name environment.Name, fn func())
Case implements environment.Instance
func (*Environment) Close ¶
func (e *Environment) Close() error
func (*Environment) EnvironmentName ¶
func (e *Environment) EnvironmentName() environment.Name
EnvironmentName implements environment.Instance
Click to show internal directories.
Click to hide internal directories.