Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SubmarinerClients []*submarinerClientset.Clientset
Functions ¶
func NoopCheckEndpoint ¶ added in v0.1.0
func NoopCheckEndpoint(endpoint *submarinerv1.Endpoint) (bool, string, error)
Types ¶
type CheckEndpointFunc ¶ added in v0.1.0
type CheckEndpointFunc func(endpoint *submarinerv1.Endpoint) (bool, string, error)
type Framework ¶
Framework supports common operations used by e2e tests; it will keep a client & a namespace for you.
func NewFramework ¶
NewFramework creates a test framework.
func (*Framework) AwaitNewSubmarinerEndpoint ¶ added in v0.1.0
func (f *Framework) AwaitNewSubmarinerEndpoint(cluster framework.ClusterIndex, prevEndpointUID types.UID) *submarinerv1.Endpoint
func (*Framework) AwaitSubmarinerEndpoint ¶ added in v0.1.0
func (f *Framework) AwaitSubmarinerEndpoint(cluster framework.ClusterIndex, checkEndpoint CheckEndpointFunc) *submarinerv1.Endpoint
Click to show internal directories.
Click to hide internal directories.