Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-garg committed Jun 25, 2018
1 parent d384824 commit 2a28588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void onStart() {
}

public String[] getRootPaths() {
return new String[]{"/api", "/apis/apps"};
return new String[]{"/api", "/apis/extensions"};
}

public NamespacedKubernetesClient createClient() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void onStart() {
}

public String[] getRootPaths() {
return new String[]{"/api", "/apis/apps"};
return new String[]{"/api", "/apis/extensions"};
}

public NamespacedKubernetesClient createClient() {
Expand Down

0 comments on commit 2a28588

Please sign in to comment.