Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 582 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 582 Bytes

achilles-sdk-api

API types consumed by reddit/achilles-sdk.

This repo should minimize dependencies on external Go modules and if it must import external modules, it must not use any runtime logic.

This is to ensure that the structs, interfaces, and types exported by this module can be used in a variety of consuming projects without causing dependency conflicts and thus forcing particular versions of commonly imported Kubernetes modules (e.g. github.com/kubernetes-sigs/controller-runtime, github.com/kubernetes/client-go).