openshift-openapi 0.3.1

Bindings for the OpenShift client API
Documentation

mod cluster_role_scope_restriction;
pub use self::cluster_role_scope_restriction::ClusterRoleScopeRestriction;

mod o_auth_access_token;
pub use self::o_auth_access_token::OAuthAccessToken;
#[cfg(feature = "api")] pub use self::o_auth_access_token::{ReadOAuthAccessTokenOptional, ReadOAuthAccessTokenResponse};

mod o_auth_authorize_token;
pub use self::o_auth_authorize_token::OAuthAuthorizeToken;
#[cfg(feature = "api")] pub use self::o_auth_authorize_token::{ReadOAuthAuthorizeTokenOptional, ReadOAuthAuthorizeTokenResponse};

mod o_auth_client;
pub use self::o_auth_client::OAuthClient;
#[cfg(feature = "api")] pub use self::o_auth_client::{ReadOAuthClientOptional, ReadOAuthClientResponse};

mod o_auth_client_authorization;
pub use self::o_auth_client_authorization::OAuthClientAuthorization;
#[cfg(feature = "api")] pub use self::o_auth_client_authorization::{ReadOAuthClientAuthorizationOptional, ReadOAuthClientAuthorizationResponse};

mod scope_restriction;
pub use self::scope_restriction::ScopeRestriction;