1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00
kube-arangodb/pkg/apis
informalict b16029b33c Feature/change user password (#463)
* Change password in a database for a user
* Add unit tests
* Change password for user when hash secret has changed
* Add integration test for changing root password
* Add disclaimer
* Change comment
* Run unit test for whole pkg/deployment/...
* Check password in the database
* Fix nil receiver
* Fix removing root secret password
* Fix unit test definition in Makefile
* Don't validate non-existing users' secrets
2019-10-10 10:55:08 +02:00
..
backup/v1alpha Add Size Field to Backup CR (#460) 2019-10-07 07:48:36 +02:00
deployment/v1alpha Feature/change user password (#463) 2019-10-10 10:55:08 +02:00
replication/v1alpha Arango Backup support in Operator (#438) 2019-09-27 13:04:23 +02:00
storage/v1alpha Arango Backup support in Operator (#438) 2019-09-27 13:04:23 +02:00
README.md Arango Backup support in Operator (#438) 2019-09-27 13:04:23 +02:00

API

Code in this package is used as API definition while communicating with Kubernetes.

Code contains:

  • Kubernetes API Objects structures
  • Kubernetes Object helper functions - generated by code-generator, like DeepCopy or Object interface
  • Optional Validation functions