Packages

k8s_conf parses Kubernetes config files and generates HTTP headers and options for authenticating to the Kubernetes API.

Current section

Files

Jump to
k8s_conf Makefile
Raw

Makefile

.PHONY: all
all:
mix deps.get
mix compile
mix format
mix coveralls.html
mix credo
mix dialyzer
mix docs