Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(library): export namespace mgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Mar 21, 2017
1 parent d9e66e0 commit c6556c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ export { OnLogin } from './src/app/shared/onlogin.service';
export { OAuthConfigStore } from './src/app/kubernetes/store/oauth-config-store';
export { APIsStore } from './src/app/kubernetes/store/apis.store';
export { LoginService } from './src/app/shared/login.service';
export { NamespaceScope } from './src/app/kubernetes/service/namespace.scope';
export { DevNamespaceScope } from './src/app/kubernetes/service/devnamespace.scope';

0 comments on commit c6556c1

Please sign in to comment.