k8s-openapi 0.6.0

Bindings for the Kubernetes client API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13

mod token_review;
pub use self::token_review::TokenReview;
#[cfg(feature = "api")] pub use self::token_review::{CreateTokenReviewOptional, CreateTokenReviewResponse};

mod token_review_spec;
pub use self::token_review_spec::TokenReviewSpec;

mod token_review_status;
pub use self::token_review_status::TokenReviewStatus;

mod user_info;
pub use self::user_info::UserInfo;