mirror of https://github.com/knative/client.git
* node selector changes * adding nodeselector and node affinity (only required) * changing type for toleration and affinity * handling panic * handling panic * handling panic * handling panic * handling panic * adding preferred node affinity support * adding preferred node affinity support * adding test cases, accepting multiple whitespace separated values for nodeaffinity * adding test cases, accepting multiple whitespace separated values for nodeaffinity * updating docs * updating docs Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com> * adding experimental flags section * basic setup with experimental features working, removing general subsection in favour of original code * Revert "basic setup with experimental features working, removing general subsection in favour of original code" This reverts commit 793718e51065d6c05f044c5d172c52caf79aac0a. * Revert "adding experimental flags section" This reverts commit 4f844f23b77f842579e7d3a1a0057b6c95f9e4bb. * doc nits * tests added, docs sanitised Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com> * adding feature flag message for pvc Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com> * fixing lint and code analyzer issues Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com> * whitespace fixes and feature flag doc change * whitespace fixes and feature flag doc change * whitespace fixes and feature flag doc change * whitespace fixes and feature flag doc change --------- Signed-off-by: Shashankft9 <shanky.337marchss@gmail.com> |
||
---|---|---|
.. | ||
cmd | ||
dev | ||
operations | ||
plugins | ||
traffic | ||
workflows | ||
README.md |
README.md
kn
kn
is the Knative command line interface (CLI). Check out the
official documentation.
Commands
- See the generated documentation
- See the documentation on managing
kn
Plugins
Kn supports plugins, which allow you to extend the functionality of your kn
installation with custom commands and shared commands that are not part
of the core distribution of kn
. See the
plugins documentation for more information.