Structs§
- Cluster
Network - ClusterNetwork describes the cluster network. There is normally only one object of this type, named “default”, which is created by the SDN network plugin based on the master configuration when the cluster is brought up for the first time.
- Cluster
Network Entry - ClusterNetworkEntry defines an individual cluster network. The CIDRs cannot overlap with other cluster network CIDRs, CIDRs reserved for external ips, CIDRs reserved for service networks, and CIDRs reserved for ingress ips.
- Egress
Network Policy - EgressNetworkPolicy describes the current egress network policy for a Namespace. When using the ‘redhat/openshift-ovs-multitenant’ network plugin, traffic from a pod to an IP address outside the cluster will be checked against each EgressNetworkPolicyRule in the pod’s namespace’s EgressNetworkPolicy, in order. If no rule matches (or no EgressNetworkPolicy is present) then the traffic will be allowed by default.
- Egress
Network Policy Peer - EgressNetworkPolicyPeer specifies a target to apply egress network policy to
- Egress
Network Policy Rule - EgressNetworkPolicyRule contains a single egress network policy rule
- Egress
Network Policy Spec - EgressNetworkPolicySpec provides a list of policies on outgoing network traffic
- Host
Subnet - HostSubnet describes the container subnet network on a node. The HostSubnet object must have the same name as the Node object it corresponds to.
- NetNamespace
- NetNamespace describes a single isolated network. When using the redhat/openshift-ovs-multitenant plugin, every Namespace will have a corresponding NetNamespace object with the same name. (When using redhat/openshift-ovs-subnet, NetNamespaces are not used.)
- Read
Cluster Network Optional - Optional parameters of
ClusterNetwork::read_cluster_network
- Read
Host Subnet Optional - Optional parameters of
HostSubnet::read_host_subnet
- Read
Namespaced Egress Network Policy Optional - Optional parameters of
EgressNetworkPolicy::read_namespaced_egress_network_policy
- Read
NetNamespace Optional - Optional parameters of
NetNamespace::read_net_namespace
Enums§
- Read
Cluster Network Response - Use
<ReadClusterNetworkResponse as Response>::try_from_parts
to parse the HTTP response body ofClusterNetwork::read_cluster_network
- Read
Host Subnet Response - Use
<ReadHostSubnetResponse as Response>::try_from_parts
to parse the HTTP response body ofHostSubnet::read_host_subnet
- Read
Namespaced Egress Network Policy Response - Use
<ReadNamespacedEgressNetworkPolicyResponse as Response>::try_from_parts
to parse the HTTP response body ofEgressNetworkPolicy::read_namespaced_egress_network_policy
- Read
NetNamespace Response - Use
<ReadNetNamespaceResponse as Response>::try_from_parts
to parse the HTTP response body ofNetNamespace::read_net_namespace