Documentation ¶
Index ¶
Constants ¶
View Source
const (
DeleteAnnotation = "e2e-test-cleanup"
)
Variables ¶
This section is empty.
Functions ¶
func SafeToDelete ¶
func SafeToDelete(orgCR orgv1alpha1.Organization) bool
SafeToDelete checks if the Org CR contains an annotation specific to E2E testing
Types ¶
type Org ¶
type Org struct { Name string // contains filtered or unexported fields }
Org contains details about an Organization
func NewRandomOrg ¶
func NewRandomOrg() *Org
NewRandomOrg returns an Org with a randomly generated name
func (*Org) Build ¶
func (o *Org) Build() (*orgv1alpha1.Organization, error)
Build generates the Organization CR for applying to the cluster
func (*Org) GetNamespace ¶
GetNamespace returns the associated namespace for the Organization
Click to show internal directories.
Click to hide internal directories.