mirror of https://github.com/docker/cli.git
977d3ae046
The CLI disabled experimental features by default, requiring users to set a configuration option to enable them. Disabling experimental features was a request from Enterprise users that did not want experimental features to be accessible. We are changing this policy, and now enable experimental features by default. Experimental features may still change and/or removed, and will be highlighted in the documentation and "usage" output. For example, the `docker manifest inspect --help` output now shows: EXPERIMENTAL: docker manifest inspect is an experimental feature. Experimental features provide early access to product functionality. These features may change between releases without warning or can be removed entirely from a future release. Learn more about experimental features: https://docs.docker.com/go/experimental/ Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
client | ||
compose | ||
labels | ||
README.md | ||
check.go | ||
check_test.go | ||
doc.go |
README.md
Kubernetes client libraries
This package (and sub-packages) holds the client libraries for the kubernetes integration in the docker platform. Most of the code is currently generated.