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

cherry-pick and merge oauth2 progress from ynqa #20

Merged
merged 13 commits into from
Jul 22, 2019
Prev Previous commit
Next Next commit
final test failure?
  • Loading branch information
clux committed Jul 22, 2019
commit 8b7a0b832b04965027a639010c420bd2cc3a5bfa
2 changes: 1 addition & 1 deletion examples/crd_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use either::Either::{Left, Right};
use serde_json::json;

use kube::{
api::{RawApi, PostParams, DeleteParams, ListParams, Object, ObjectList, PatchParams},
api::{RawApi, PostParams, DeleteParams, ListParams, Object, ObjectList, PatchParams, Void},
client::APIClient,
config,
};
Expand Down