GetServiceAnyName return the name of the service that is used as DNS domain for all the nodes, even if they are not ready
()
| 696 | // GetServiceAnyName return the name of the service that is used as DNS |
| 697 | // domain for all the nodes, even if they are not ready |
| 698 | func (cluster *Cluster) GetServiceAnyName() string { |
| 699 | return fmt.Sprintf("%v%v", cluster.Name, ServiceAnySuffix) |
| 700 | } |
| 701 | |
| 702 | // GetServiceReadName return the default name of the service that is used for |
| 703 | // read transactions (including the primary) |
no outgoing calls
no test coverage detected