Skip to content

Commit

Permalink
delete non-generated client
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Oct 26, 2016
1 parent c31dc0c commit 969e945
Show file tree
Hide file tree
Showing 121 changed files with 2 additions and 14,201 deletions.
1 change: 1 addition & 0 deletions hack/.linted_packages
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ pkg/auth/authorizer/union
pkg/client/metrics
pkg/client/metrics/prometheus
pkg/client/testing/core
pkg/client/typed/discovery
pkg/client/unversioned
pkg/client/unversioned/adapters/internalclientset
pkg/client/unversioned/auth
Expand Down
55 changes: 0 additions & 55 deletions pkg/client/unversioned/apps.go

This file was deleted.

77 changes: 0 additions & 77 deletions pkg/client/unversioned/authentication.go

This file was deleted.

77 changes: 0 additions & 77 deletions pkg/client/unversioned/authorization.go

This file was deleted.

55 changes: 0 additions & 55 deletions pkg/client/unversioned/autoscaling.go

This file was deleted.

60 changes: 0 additions & 60 deletions pkg/client/unversioned/batch.go

This file was deleted.

Loading

2 comments on commit 969e945

@somejfn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh oh... I was using these to build my client. I should have been using something else ?

@deads2k
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh oh... I was using these to build my client. I should have been using something els

Yeah. These have been on the cut list for a while. Take a look at the library we built to replace it: https://github.com/kubernetes/client-go

Please sign in to comment.