The current version requires the user to have kubectl in the path of kudectlgetall.
This should not be required, maybe!
It would be nice to remove that requirement, and should be possible as it really is only speaking with the api server.
There is a number of way that this could be done.
One main requirement is to add as little third party dependencies as possible.
This would be a requirement for v1.
The current version requires the user to have kubectl in the path of kudectlgetall.
This should not be required, maybe!
It would be nice to remove that requirement, and should be possible as it really is only speaking with the api server.
There is a number of way that this could be done.
One main requirement is to add as little third party dependencies as possible.
This would be a requirement for v1.