GetReadWriteServiceName read write service name
(clusterName string)
| 48 | |
| 49 | // GetReadWriteServiceName read write service name |
| 50 | func GetReadWriteServiceName(clusterName string) string { |
| 51 | return fmt.Sprintf("%v%v", clusterName, apiv1.ServiceReadWriteSuffix) |
| 52 | } |
| 53 | |
| 54 | // getRwServiceObject return read write service object |
| 55 | func getRwServiceObject( |
no outgoing calls
no test coverage detected