MCPcopy Index your code
hub / github.com/zalando/postgres-operator / createPostgresCRD

Method createPostgresCRD

pkg/controller/util.go:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

initControllerMethod · 0.95

Calls 1

createOperatorCRDMethod · 0.95

Tested by

no test coverage detected