Documentation
¶
Index ¶
- func HaveAdmittedIngress() matcher.GomegaMatcher
- func HaveConditionTypeStatus(expectedConditionType routev1.RouteIngressConditionType, ...) matcher.GomegaMatcher
- func HavePort(targetPort intstr.IntOrString) matcher.GomegaMatcher
- func HaveTLS(termination routev1.TLSTerminationType, ...) matcher.GomegaMatcher
- func HaveTo(routeTR routev1.RouteTargetReference) matcher.GomegaMatcher
- func Update(obj *routev1.Route, modify func(*routev1.Route))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HaveAdmittedIngress ¶
func HaveAdmittedIngress() matcher.GomegaMatcher
Whether the Route ingress status has been admitted: status:
ingress:
- conditions:
- status: "True"
type: Admitted
func HaveConditionTypeStatus ¶
func HaveConditionTypeStatus(expectedConditionType routev1.RouteIngressConditionType, expectedConditionStatus corev1.ConditionStatus) matcher.GomegaMatcher
func HavePort ¶
func HavePort(targetPort intstr.IntOrString) matcher.GomegaMatcher
func HaveTLS ¶
func HaveTLS(termination routev1.TLSTerminationType, insecureEdgeTerminationPolicy routev1.InsecureEdgeTerminationPolicyType) matcher.GomegaMatcher
func HaveTo ¶
func HaveTo(routeTR routev1.RouteTargetReference) matcher.GomegaMatcher
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.