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

Method createConfigurationCRD

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

Source from the content-addressed store, hash-verified

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

Callers 1

initControllerMethod · 0.95

Calls 1

createOperatorCRDMethod · 0.95

Tested by

no test coverage detected