defaults

package
v0.0.0-...-21311fb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// BandwagonOrganization specifies the name of the test organization or site to use in bandwagon form
	BandwagonOrganization = "Robotest"
	// BandwagonEmail specifies the email of the test user to use in bandwagon form
	BandwagonEmail = "robotest@example.com"
	// BandwagonUsername specifies the name of the test user to use in bandwagon form
	BandwagonUsername = "robotest"
	// BandwagonPassword specifies the password to use in bandwagon form
	BandwagonPassword = "r0b0t@st"

	// GravityHTTPPort specifies the port used by the local gravity site HTTP endpoint
	// to speed up testing (by avoiding the wait for the Load Balancer to come online)
	GravityHTTPPort = 32009
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterAddressType

type ClusterAddressType string

ClusterAddressType defines access type to the web page for installed cluster

const (
	// LoadBalancer - use loadbalancer address, works only with terraform provider
	LoadBalancer ClusterAddressType = "loadbalancer"
	// Direct - use cluster endpoints from OpsCenter cluster page
	Direct ClusterAddressType = "direct"
	// Public - use public IP addresses, works only with terraform provider
	Public ClusterAddressType = "public"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL