()
| 103 | } |
| 104 | |
| 105 | func (c *Controller) createPostgresCRD() error { |
| 106 | return c.createOperatorCRD(acidv1.PostgresCRD(c.opConfig.CRDCategories)) |
| 107 | } |
| 108 | |
| 109 | func (c *Controller) createConfigurationCRD() error { |
| 110 | return c.createOperatorCRD(acidv1.ConfigurationCRD(c.opConfig.CRDCategories)) |
no test coverage detected