Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
Environment holds oVirt environment connection details
func NewFakeOvirtEnvironment ¶
func NewFakeOvirtEnvironment(namespace string, caCert string) *Environment
NewFakeOvirtEnvironment creates new fake oVirt environment
func (*Environment) WithAPIURL ¶
func (b *Environment) WithAPIURL(aPIURL string) *Environment
WithAPIURL sets the ApiURL - builder style
func (*Environment) WithCaCert ¶
func (b *Environment) WithCaCert(caCert string) *Environment
WithCaCert sets the CaCert - builder style
func (*Environment) WithPassword ¶
func (b *Environment) WithPassword(password string) *Environment
WithPassword sets the Password - builder style
func (*Environment) WithUsername ¶
func (b *Environment) WithUsername(username string) *Environment
WithUsername sets the Username - builder style
Click to show internal directories.
Click to hide internal directories.