K8s.Client

K8s.Client is an experimental Kubernetes client.

You probably dont want to use this

Build StatusCoverage StatusHex.pmDocumentationHex.pm

Installation

If available in Hex, the package can be installed by adding k8s to your list of dependencies in mix.exs:

def deps do
[
{:k8s_client, "~> 0.1.0"}
]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/k8s.

Notes

Client path generation does not currently support:

No plans to support deprecatedwatch functions.

See a full list of removed operations here.