()
| 107 | } |
| 108 | |
| 109 | func (c *Controller) createConfigurationCRD() error { |
| 110 | return c.createOperatorCRD(acidv1.ConfigurationCRD(c.opConfig.CRDCategories)) |
| 111 | } |
| 112 | |
| 113 | func readDecodedRole(s string) (*spec.PgUser, error) { |
| 114 | var result spec.PgUser |
no test coverage detected