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
2022-05-30 14:38:39 +02:00
..
apps [Fix] Adjust headers (#885) 2022-01-11 14:43:01 +01:00
backup [Fix] Adjust headers (#885) 2022-01-11 14:43:01 +01:00
deployment [Feature] Add HostPath and PVC Volume types and allow templating (#990) 2022-05-30 14:38:39 +02:00
replication [Refactor] Split API and Core cross-dependency (#942) 2022-03-28 15:53:58 +02:00
shared [Feature] Add HostPath and PVC Volume types and allow templating (#990) 2022-05-30 14:38:39 +02:00
storage/v1alpha [Feature] LocalStorage Priority support (#969) 2022-04-29 11:43:01 +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