k8s-openapi 0.11.0

Bindings for the Kubernetes client API
Documentation

mod allowed_flex_volume;
pub use self::allowed_flex_volume::AllowedFlexVolume;

mod allowed_host_path;
pub use self::allowed_host_path::AllowedHostPath;

mod daemon_set;
pub use self::daemon_set::DaemonSet;
#[cfg(feature = "api")] pub use self::daemon_set::{ReadNamespacedDaemonSetOptional, ReadNamespacedDaemonSetResponse};
#[cfg(feature = "api")] pub use self::daemon_set::{ReadNamespacedDaemonSetStatusOptional, ReadNamespacedDaemonSetStatusResponse};

mod daemon_set_condition;
pub use self::daemon_set_condition::DaemonSetCondition;

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::{ReadNamespacedDeploymentOptional, ReadNamespacedDeploymentResponse};
#[cfg(feature = "api")] pub use self::deployment::{ReadNamespacedDeploymentStatusOptional, ReadNamespacedDeploymentStatusResponse};

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

mod deployment_rollback;
pub use self::deployment_rollback::DeploymentRollback;
#[cfg(feature = "api")] pub use self::deployment_rollback::CreateNamespacedDeploymentRollbackResponse;

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 fs_group_strategy_options;
pub use self::fs_group_strategy_options::FSGroupStrategyOptions;

mod http_ingress_path;
pub use self::http_ingress_path::HTTPIngressPath;

mod http_ingress_rule_value;
pub use self::http_ingress_rule_value::HTTPIngressRuleValue;

mod host_port_range;
pub use self::host_port_range::HostPortRange;

mod id_range;
pub use self::id_range::IDRange;

mod ip_block;
pub use self::ip_block::IPBlock;

mod ingress;
pub use self::ingress::Ingress;
#[cfg(feature = "api")] pub use self::ingress::{ReadNamespacedIngressOptional, ReadNamespacedIngressResponse};
#[cfg(feature = "api")] pub use self::ingress::{ReadNamespacedIngressStatusOptional, ReadNamespacedIngressStatusResponse};

mod ingress_backend;
pub use self::ingress_backend::IngressBackend;

mod ingress_rule;
pub use self::ingress_rule::IngressRule;

mod ingress_spec;
pub use self::ingress_spec::IngressSpec;

mod ingress_status;
pub use self::ingress_status::IngressStatus;

mod ingress_tls;
pub use self::ingress_tls::IngressTLS;

mod network_policy;
pub use self::network_policy::NetworkPolicy;
#[cfg(feature = "api")] pub use self::network_policy::{ReadNamespacedNetworkPolicyOptional, ReadNamespacedNetworkPolicyResponse};

mod network_policy_egress_rule;
pub use self::network_policy_egress_rule::NetworkPolicyEgressRule;

mod network_policy_ingress_rule;
pub use self::network_policy_ingress_rule::NetworkPolicyIngressRule;

mod network_policy_peer;
pub use self::network_policy_peer::NetworkPolicyPeer;

mod network_policy_port;
pub use self::network_policy_port::NetworkPolicyPort;

mod network_policy_spec;
pub use self::network_policy_spec::NetworkPolicySpec;

mod pod_security_policy;
pub use self::pod_security_policy::PodSecurityPolicy;
#[cfg(feature = "api")] pub use self::pod_security_policy::{ReadPodSecurityPolicyOptional, ReadPodSecurityPolicyResponse};

mod pod_security_policy_spec;
pub use self::pod_security_policy_spec::PodSecurityPolicySpec;

mod replica_set;
pub use self::replica_set::ReplicaSet;
#[cfg(feature = "api")] pub use self::replica_set::{ReadNamespacedReplicaSetOptional, ReadNamespacedReplicaSetResponse};
#[cfg(feature = "api")] pub use self::replica_set::{ReadNamespacedReplicaSetStatusOptional, ReadNamespacedReplicaSetStatusResponse};

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

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

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

mod rollback_config;
pub use self::rollback_config::RollbackConfig;

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 run_as_group_strategy_options;
pub use self::run_as_group_strategy_options::RunAsGroupStrategyOptions;

mod run_as_user_strategy_options;
pub use self::run_as_user_strategy_options::RunAsUserStrategyOptions;

mod se_linux_strategy_options;
pub use self::se_linux_strategy_options::SELinuxStrategyOptions;

mod scale;
pub use self::scale::Scale;
#[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::{ReadNamespacedReplicationControllerDummyScaleOptional, ReadNamespacedReplicationControllerDummyScaleResponse};

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

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

mod supplemental_groups_strategy_options;
pub use self::supplemental_groups_strategy_options::SupplementalGroupsStrategyOptions;