Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance list of entities #13

Closed
girishkalele opened this issue Jun 23, 2016 · 1 comment
Closed

Enhance list of entities #13

girishkalele opened this issue Jun 23, 2016 · 1 comment

Comments

@girishkalele
Copy link

The list of entities has expanded in 1.3, would be good to add the missing entities to path.py
Some of these don't support 'describe', it throws tracebacks when kubectl returns "no describe implemented" errors.

   * componentstatuses (aka 'cs')
   * configmaps
   * daemonsets (aka 'ds')
   * deployments
   * events (aka 'ev')
   * endpoints (aka 'ep')
   * horizontalpodautoscalers (aka 'hpa')
   * ingress (aka 'ing')
   * jobs
   * limitranges (aka 'limits')
   * nodes (aka 'no')
   * namespaces (aka 'ns')
   * pods (aka 'po')
   * persistentvolumes (aka 'pv')
   * persistentvolumeclaims (aka 'pvc')
   * quota
   * resourcequotas (aka 'quota')
   * replicasets (aka 'rs')
   * replicationcontrollers (aka 'rc')
   * secrets
   * serviceaccounts (aka 'sa')
   * services (aka 'svc')
@girishkalele girishkalele changed the title Enhance list of entities looked Enhance list of entities Jun 23, 2016
@bspaans
Copy link
Contributor

bspaans commented Aug 8, 2016

Thanks for raising this! I'll have to have a look at the missing ones:

  • configmaps
  • daemonsets
  • horizontalpodautoscalers
  • ingress
  • jobs
  • limitranges
  • replicasets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants