1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/pkg/apis
2023-09-18 13:41:31 +02:00
..
apps [License] Update to 2023 (#1229) 2023-01-17 09:18:42 +01:00
backup GT-350 Backup lifetime - remove Backup once its lifetime has been reached (#1262) 2023-07-17 14:43:54 +02:00
deployment [Feature] ArangoMember Removal Priority (#1409) 2023-09-18 13:41:31 +02:00
replication [Feature] Generics for type handling (#1313) 2023-05-24 15:12:27 +02:00
shared [License] Update to 2023 (#1229) 2023-01-17 09:18:42 +01:00
storage [Bugfix] [LocalStorage] Add feature to pass ReclaimPolicy from StorageClass to PersistentVolumes (#1326) 2023-06-07 00:53:56 +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