Documentation ¶
Index ¶
- Variables
- func AddLabelToNamespace(key, value, namespace, modelName string, t *testing.T)
- func SetUpTestForRoute(t *testing.T, modelName string, models ...string)
- func TearDownTestForRoute(t *testing.T, modelName string)
- func ValidateModelCommon(t *testing.T, g *gomega.GomegaWithT) interface{}
- func ValidateSniModel(t *testing.T, g *gomega.GomegaWithT, modelName string, redirect ...bool) interface{}
- func VerifyRouteDeletion(t *testing.T, g *gomega.WithT, aviModel interface{}, poolCount int, ...)
- func VerifySecureRouteDeletion(t *testing.T, g *gomega.WithT, modelName string, poolCount, snicount int, ...)
- func VerifySniNode(g *gomega.WithT, sniVS *avinodes.AviVsNode)
- func VerifySniNodeNoCA(g *gomega.WithT, sniVS *avinodes.AviVsNode)
- type FakeRoute
- func (rt FakeRoute) ABRoute(ratio ...int) *routev1.Route
- func (rt FakeRoute) Route() *routev1.Route
- func (rt FakeRoute) SecureABRoute(ratio ...int) *routev1.Route
- func (rt FakeRoute) SecureABRouteNoCertKey(ratio ...int) *routev1.Route
- func (rt FakeRoute) SecureRoute() *routev1.Route
- func (rt FakeRoute) SecureRouteNoCertKey() *routev1.Route
Constants ¶
This section is empty.
Variables ¶
View Source
var (
OshiftClient *oshiftfake.Clientset
)
Functions ¶
func AddLabelToNamespace ¶
func TearDownTestForRoute ¶
func ValidateModelCommon ¶
func ValidateModelCommon(t *testing.T, g *gomega.GomegaWithT) interface{}
func ValidateSniModel ¶
func VerifyRouteDeletion ¶
Types ¶
type FakeRoute ¶
type FakeRoute struct { Name string Namespace string Hostname string Path string ServiceName string Backend2 string }
Candidate to move to lib
func (FakeRoute) SecureABRouteNoCertKey ¶
func (FakeRoute) SecureRoute ¶
func (FakeRoute) SecureRouteNoCertKey ¶
Click to show internal directories.
Click to hide internal directories.