()
| 227 | } |
| 228 | |
| 229 | func (s *FunctionalTestBase) AdminClient() adminservice.AdminServiceClient { |
| 230 | return s.testCluster.AdminClient() |
| 231 | } |
| 232 | |
| 233 | func (s *FunctionalTestBase) OperatorClient() operatorservice.OperatorServiceClient { |
| 234 | return s.testCluster.OperatorClient() |