k8s-openapi 0.6.0

Bindings for the Kubernetes client API
Documentation

mod controller_revision;
pub use self::controller_revision::ControllerRevision;
#[cfg(feature = "api")] pub use self::controller_revision::{CreateNamespacedControllerRevisionOptional, CreateNamespacedControllerRevisionResponse};
#[cfg(feature = "api")] pub use self::controller_revision::DeleteCollectionNamespacedControllerRevisionResponse;
#[cfg(feature = "api")] pub use self::controller_revision::DeleteNamespacedControllerRevisionResponse;
#[cfg(feature = "api")] pub use self::controller_revision::ListControllerRevisionForAllNamespacesResponse;
#[cfg(feature = "api")] pub use self::controller_revision::ListNamespacedControllerRevisionResponse;
#[cfg(feature = "api")] pub use self::controller_revision::PatchNamespacedControllerRevisionResponse;
#[cfg(feature = "api")] pub use self::controller_revision::{ReadNamespacedControllerRevisionOptional, ReadNamespacedControllerRevisionResponse};
#[cfg(feature = "api")] pub use self::controller_revision::{ReplaceNamespacedControllerRevisionOptional, ReplaceNamespacedControllerRevisionResponse};
#[cfg(feature = "api")] pub use self::controller_revision::WatchControllerRevisionForAllNamespacesResponse;
#[cfg(feature = "api")] pub use self::controller_revision::WatchNamespacedControllerRevisionResponse;

mod controller_revision_list;
pub use self::controller_revision_list::ControllerRevisionList;

mod daemon_set;
pub use self::daemon_set::DaemonSet;
#[cfg(feature = "api")] pub use self::daemon_set::{CreateNamespacedDaemonSetOptional, CreateNamespacedDaemonSetResponse};
#[cfg(feature = "api")] pub use self::daemon_set::DeleteCollectionNamespacedDaemonSetResponse;
#[cfg(feature = "api")] pub use self::daemon_set::DeleteNamespacedDaemonSetResponse;
#[cfg(feature = "api")] pub use self::daemon_set::ListDaemonSetForAllNamespacesResponse;
#[cfg(feature = "api")] pub use self::daemon_set::ListNamespacedDaemonSetResponse;
#[cfg(feature = "api")] pub use self::daemon_set::PatchNamespacedDaemonSetResponse;
#[cfg(feature = "api")] pub use self::daemon_set::PatchNamespacedDaemonSetStatusResponse;
#[cfg(feature = "api")] pub use self::daemon_set::{ReadNamespacedDaemonSetOptional, ReadNamespacedDaemonSetResponse};
#[cfg(feature = "api")] pub use self::daemon_set::{ReadNamespacedDaemonSetStatusOptional, ReadNamespacedDaemonSetStatusResponse};
#[cfg(feature = "api")] pub use self::daemon_set::{ReplaceNamespacedDaemonSetOptional, ReplaceNamespacedDaemonSetResponse};
#[cfg(feature = "api")] pub use self::daemon_set::{ReplaceNamespacedDaemonSetStatusOptional, ReplaceNamespacedDaemonSetStatusResponse};
#[cfg(feature = "api")] pub use self::daemon_set::WatchDaemonSetForAllNamespacesResponse;
#[cfg(feature = "api")] pub use self::daemon_set::WatchNamespacedDaemonSetResponse;

mod daemon_set_list;
pub use self::daemon_set_list::DaemonSetList;

mod daemon_set_spec;
pub use self::daemon_set_spec::DaemonSetSpec;

mod daemon_set_status;
pub use self::daemon_set_status::DaemonSetStatus;

mod daemon_set_update_strategy;
pub use self::daemon_set_update_strategy::DaemonSetUpdateStrategy;

mod deployment;
pub use self::deployment::Deployment;
#[cfg(feature = "api")] pub use self::deployment::{CreateNamespacedDeploymentOptional, CreateNamespacedDeploymentResponse};
#[cfg(feature = "api")] pub use self::deployment::DeleteCollectionNamespacedDeploymentResponse;
#[cfg(feature = "api")] pub use self::deployment::DeleteNamespacedDeploymentResponse;
#[cfg(feature = "api")] pub use self::deployment::ListDeploymentForAllNamespacesResponse;
#[cfg(feature = "api")] pub use self::deployment::ListNamespacedDeploymentResponse;
#[cfg(feature = "api")] pub use self::deployment::PatchNamespacedDeploymentResponse;
#[cfg(feature = "api")] pub use self::deployment::PatchNamespacedDeploymentStatusResponse;
#[cfg(feature = "api")] pub use self::deployment::{ReadNamespacedDeploymentOptional, ReadNamespacedDeploymentResponse};
#[cfg(feature = "api")] pub use self::deployment::{ReadNamespacedDeploymentStatusOptional, ReadNamespacedDeploymentStatusResponse};
#[cfg(feature = "api")] pub use self::deployment::{ReplaceNamespacedDeploymentOptional, ReplaceNamespacedDeploymentResponse};
#[cfg(feature = "api")] pub use self::deployment::{ReplaceNamespacedDeploymentStatusOptional, ReplaceNamespacedDeploymentStatusResponse};
#[cfg(feature = "api")] pub use self::deployment::WatchDeploymentForAllNamespacesResponse;
#[cfg(feature = "api")] pub use self::deployment::WatchNamespacedDeploymentResponse;

mod deployment_condition;
pub use self::deployment_condition::DeploymentCondition;

mod deployment_list;
pub use self::deployment_list::DeploymentList;

mod deployment_spec;
pub use self::deployment_spec::DeploymentSpec;

mod deployment_status;
pub use self::deployment_status::DeploymentStatus;

mod deployment_strategy;
pub use self::deployment_strategy::DeploymentStrategy;

mod replica_set;
pub use self::replica_set::ReplicaSet;
#[cfg(feature = "api")] pub use self::replica_set::{CreateNamespacedReplicaSetOptional, CreateNamespacedReplicaSetResponse};
#[cfg(feature = "api")] pub use self::replica_set::DeleteCollectionNamespacedReplicaSetResponse;
#[cfg(feature = "api")] pub use self::replica_set::DeleteNamespacedReplicaSetResponse;
#[cfg(feature = "api")] pub use self::replica_set::ListNamespacedReplicaSetResponse;
#[cfg(feature = "api")] pub use self::replica_set::ListReplicaSetForAllNamespacesResponse;
#[cfg(feature = "api")] pub use self::replica_set::PatchNamespacedReplicaSetResponse;
#[cfg(feature = "api")] pub use self::replica_set::PatchNamespacedReplicaSetStatusResponse;
#[cfg(feature = "api")] pub use self::replica_set::{ReadNamespacedReplicaSetOptional, ReadNamespacedReplicaSetResponse};
#[cfg(feature = "api")] pub use self::replica_set::{ReadNamespacedReplicaSetStatusOptional, ReadNamespacedReplicaSetStatusResponse};
#[cfg(feature = "api")] pub use self::replica_set::{ReplaceNamespacedReplicaSetOptional, ReplaceNamespacedReplicaSetResponse};
#[cfg(feature = "api")] pub use self::replica_set::{ReplaceNamespacedReplicaSetStatusOptional, ReplaceNamespacedReplicaSetStatusResponse};
#[cfg(feature = "api")] pub use self::replica_set::WatchNamespacedReplicaSetResponse;
#[cfg(feature = "api")] pub use self::replica_set::WatchReplicaSetForAllNamespacesResponse;

mod replica_set_condition;
pub use self::replica_set_condition::ReplicaSetCondition;

mod replica_set_list;
pub use self::replica_set_list::ReplicaSetList;

mod replica_set_spec;
pub use self::replica_set_spec::ReplicaSetSpec;

mod replica_set_status;
pub use self::replica_set_status::ReplicaSetStatus;

mod rolling_update_daemon_set;
pub use self::rolling_update_daemon_set::RollingUpdateDaemonSet;

mod rolling_update_deployment;
pub use self::rolling_update_deployment::RollingUpdateDeployment;

mod rolling_update_stateful_set_strategy;
pub use self::rolling_update_stateful_set_strategy::RollingUpdateStatefulSetStrategy;

mod scale;
pub use self::scale::Scale;
#[cfg(feature = "api")] pub use self::scale::PatchNamespacedDeploymentScaleResponse;
#[cfg(feature = "api")] pub use self::scale::PatchNamespacedReplicaSetScaleResponse;
#[cfg(feature = "api")] pub use self::scale::PatchNamespacedStatefulSetScaleResponse;
#[cfg(feature = "api")] pub use self::scale::{ReadNamespacedDeploymentScaleOptional, ReadNamespacedDeploymentScaleResponse};
#[cfg(feature = "api")] pub use self::scale::{ReadNamespacedReplicaSetScaleOptional, ReadNamespacedReplicaSetScaleResponse};
#[cfg(feature = "api")] pub use self::scale::{ReadNamespacedStatefulSetScaleOptional, ReadNamespacedStatefulSetScaleResponse};
#[cfg(feature = "api")] pub use self::scale::{ReplaceNamespacedDeploymentScaleOptional, ReplaceNamespacedDeploymentScaleResponse};
#[cfg(feature = "api")] pub use self::scale::{ReplaceNamespacedReplicaSetScaleOptional, ReplaceNamespacedReplicaSetScaleResponse};
#[cfg(feature = "api")] pub use self::scale::{ReplaceNamespacedStatefulSetScaleOptional, ReplaceNamespacedStatefulSetScaleResponse};

mod scale_spec;
pub use self::scale_spec::ScaleSpec;

mod scale_status;
pub use self::scale_status::ScaleStatus;

mod stateful_set;
pub use self::stateful_set::StatefulSet;
#[cfg(feature = "api")] pub use self::stateful_set::{CreateNamespacedStatefulSetOptional, CreateNamespacedStatefulSetResponse};
#[cfg(feature = "api")] pub use self::stateful_set::DeleteCollectionNamespacedStatefulSetResponse;
#[cfg(feature = "api")] pub use self::stateful_set::DeleteNamespacedStatefulSetResponse;
#[cfg(feature = "api")] pub use self::stateful_set::ListNamespacedStatefulSetResponse;
#[cfg(feature = "api")] pub use self::stateful_set::ListStatefulSetForAllNamespacesResponse;
#[cfg(feature = "api")] pub use self::stateful_set::PatchNamespacedStatefulSetResponse;
#[cfg(feature = "api")] pub use self::stateful_set::PatchNamespacedStatefulSetStatusResponse;
#[cfg(feature = "api")] pub use self::stateful_set::{ReadNamespacedStatefulSetOptional, ReadNamespacedStatefulSetResponse};
#[cfg(feature = "api")] pub use self::stateful_set::{ReadNamespacedStatefulSetStatusOptional, ReadNamespacedStatefulSetStatusResponse};
#[cfg(feature = "api")] pub use self::stateful_set::{ReplaceNamespacedStatefulSetOptional, ReplaceNamespacedStatefulSetResponse};
#[cfg(feature = "api")] pub use self::stateful_set::{ReplaceNamespacedStatefulSetStatusOptional, ReplaceNamespacedStatefulSetStatusResponse};
#[cfg(feature = "api")] pub use self::stateful_set::WatchNamespacedStatefulSetResponse;
#[cfg(feature = "api")] pub use self::stateful_set::WatchStatefulSetForAllNamespacesResponse;

mod stateful_set_list;
pub use self::stateful_set_list::StatefulSetList;

mod stateful_set_spec;
pub use self::stateful_set_spec::StatefulSetSpec;

mod stateful_set_status;
pub use self::stateful_set_status::StatefulSetStatus;

mod stateful_set_update_strategy;
pub use self::stateful_set_update_strategy::StatefulSetUpdateStrategy;