(name, namespace string)
| 233 | } |
| 234 | |
| 235 | func routingConfigWithCerts(name, namespace string) *controller.RoutingConfig { |
| 236 | return &controller.RoutingConfig{ |
| 237 | TLSCertificateConfigmapRef: &controller.ConfigmapReference{ |
| 238 | Name: name, |
| 239 | Namespace: namespace, |
| 240 | }, |
| 241 | } |
| 242 | } |