openshift-openapi 0.3.1

Bindings for the OpenShift client API
Documentation

mod cluster_network;
pub use self::cluster_network::ClusterNetwork;
#[cfg(feature = "api")] pub use self::cluster_network::{ReadClusterNetworkOptional, ReadClusterNetworkResponse};

mod cluster_network_entry;
pub use self::cluster_network_entry::ClusterNetworkEntry;

mod egress_network_policy;
pub use self::egress_network_policy::EgressNetworkPolicy;
#[cfg(feature = "api")] pub use self::egress_network_policy::{ReadNamespacedEgressNetworkPolicyOptional, ReadNamespacedEgressNetworkPolicyResponse};

mod egress_network_policy_peer;
pub use self::egress_network_policy_peer::EgressNetworkPolicyPeer;

mod egress_network_policy_rule;
pub use self::egress_network_policy_rule::EgressNetworkPolicyRule;

mod egress_network_policy_spec;
pub use self::egress_network_policy_spec::EgressNetworkPolicySpec;

mod host_subnet;
pub use self::host_subnet::HostSubnet;
#[cfg(feature = "api")] pub use self::host_subnet::{ReadHostSubnetOptional, ReadHostSubnetResponse};

mod net_namespace;
pub use self::net_namespace::NetNamespace;
#[cfg(feature = "api")] pub use self::net_namespace::{ReadNetNamespaceOptional, ReadNetNamespaceResponse};