()
| 45 | ) |
| 46 | |
| 47 | func (p postInitFolder) toString() string { |
| 48 | return string(p) |
| 49 | } |
| 50 | |
| 51 | // CreatePrimaryJobViaInitdb creates a new primary instance in a Pod |
| 52 | func CreatePrimaryJobViaInitdb(cluster apiv1.Cluster, nodeSerial int) *batchv1.Job { |
no outgoing calls
no test coverage detected