Documentation ¶
Index ¶
- Variables
- func AssertRouteOfLifeEncrypted(t testing.TB, clientSet library.ClientSet, rawRouteOfLife runtime.Object)
- func AssertRouteOfLifeNotEncrypted(t testing.TB, clientSet library.ClientSet, rawRouteOfLife runtime.Object)
- func AssertRoutes(t testing.TB, clientSet library.ClientSet, ...)
- func CreateAndStoreRouteOfLife(ctx context.Context, t testing.TB, cs ClientSet, ns string) runtime.Object
- func GetRawRouteOfLife(t testing.TB, clientSet library.ClientSet, ns string) string
- func RouteOfLife(t testing.TB, ns string) runtime.Object
- type ClientSet
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTargetGRs = []schema.GroupResource{
{Group: "route.openshift.io", Resource: "routes"},
}
Functions ¶
func AssertRoutes ¶
func GetRawRouteOfLife ¶
Types ¶
type ClientSet ¶
type ClientSet struct { KubeClient kubernetes.Interface OperatorClient operatorv1client.OpenShiftAPIServerInterface RouteClient routeclient.RoutesGetter }
func GetClients ¶
Click to show internal directories.
Click to hide internal directories.