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

Delete user method package #66

Closed
undassa opened this issue Oct 13, 2016 · 0 comments
Closed

Delete user method package #66

undassa opened this issue Oct 13, 2016 · 0 comments

Comments

@undassa
Copy link
Member

undassa commented Oct 13, 2016

Delete user package method

Should delete user from kubernetes storage

User delete method
func (c *users) Delete(username string) (err error) {
    return c.Delete().Resource("users").Name(username).Do().Error()
}
Where:
  • k - kubernetes api version (current - v1 package)
  • ku - kubernetes unversionned api types
  • du - deploy it user types
@undassa undassa added this to the v0.1.0 milestone Oct 13, 2016
@undassa undassa closed this as completed Nov 20, 2016
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

1 participant