GetServiceReadWriteName return the default name of the service that is used for read-write transactions
()
| 714 | // GetServiceReadWriteName return the default name of the service that is used for |
| 715 | // read-write transactions |
| 716 | func (cluster *Cluster) GetServiceReadWriteName() string { |
| 717 | return fmt.Sprintf("%v%v", cluster.Name, ServiceReadWriteSuffix) |
| 718 | } |
| 719 | |
| 720 | // GetInstancesSelector returns the serialized label selector that matches all |
| 721 | // the instance pods managed by this cluster. It is published in the status and |
no outgoing calls
no test coverage detected