For the defaults, run:
helm template chart --name dev | kubectl apply -f -
- Get tilt, run
tilt up
. - The prometheus API client has been mocked out with a tool
mockery
. When bumping the API client version, a new mock will need to be generated. This can be done by checking out the correct version of the API client repo, runningmockery -name API
and copying themocks
folder intopkg/metrics/mocks
.
/debug
/metrics
/status
- ObjectMeta includes OwnerReferences, Labels and Annotations. Should any of these be included as part of TrafficMetrics?
- ObjectReference has ResourceVersion and APIVersion, pull these in?
- export prometheus for client-go
- integrate swagger with apiservice (OpenAPI AggregationController)
Please refer to CONTRIBUTING.md for more information on contributing to the specification.