crds not crd
This commit is contained in:
parent
5545a02934
commit
d073ddfa7b
|
|
@ -286,7 +286,7 @@ manifest files:
|
||||||
|
|
||||||
Postgres manifest parameters are defined in the [api package](../pkg/apis/acid.zalan.do/v1/postgresql_type.go).
|
Postgres manifest parameters are defined in the [api package](../pkg/apis/acid.zalan.do/v1/postgresql_type.go).
|
||||||
The operator behavior has to be implemented at least in [k8sres.go](../pkg/cluster/k8sres.go).
|
The operator behavior has to be implemented at least in [k8sres.go](../pkg/cluster/k8sres.go).
|
||||||
Validation of CRD parameters is controlled in [crd.go](../pkg/apis/acid.zalan.do/v1/crd.go).
|
Validation of CRD parameters is controlled in [crds.go](../pkg/apis/acid.zalan.do/v1/crds.go).
|
||||||
Please, reflect your changes in tests, for example in:
|
Please, reflect your changes in tests, for example in:
|
||||||
* [config_test.go](../pkg/util/config/config_test.go)
|
* [config_test.go](../pkg/util/config/config_test.go)
|
||||||
* [k8sres_test.go](../pkg/cluster/k8sres_test.go)
|
* [k8sres_test.go](../pkg/cluster/k8sres_test.go)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue