mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-15 17:51:03 +00:00
b16029b33c
* 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 |
||
---|---|---|
.. | ||
backup/v1alpha | ||
deployment/v1alpha | ||
replication/v1alpha | ||
storage/v1alpha | ||
README.md |
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