Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaxRetry = 10 NoRetry = 1 TestDomain = "http.appscode.test" )
Variables ¶
View Source
var (
ClientOrgs = []string{"AppsCode", "Eng"}
)
Functions ¶
This section is empty.
Types ¶
type Framework ¶
type Framework struct { KubeClient kubernetes.Interface VoyagerClient cs.Interface CRDClient crd_cs.Interface Config *operator.OperatorConfig CertStore *certstore.CertStore TestNamespace string Cleanup bool Lock sync.Mutex }
func (*Framework) DeleteNamespace ¶
func (*Framework) EnsureNamespace ¶
func (*Framework) Invoke ¶
func (f *Framework) Invoke() *Invocation
func (*Framework) MinikubeIP ¶
func (*Framework) ServerSANs ¶
type Invocation ¶
type Invocation struct { Ingress *ingressInvocation Certificate *certificateInvocation // contains filtered or unexported fields }
func (Invocation) UniqueName ¶
func (ri Invocation) UniqueName() string
Click to show internal directories.
Click to hide internal directories.