Kazan v0.10.0 Kazan.Apis.Extensions.V1beta1.NetworkPolicyEgressRule View Source
DEPRECATED 1.9 - This group version of NetworkPolicyEgressRule is deprecated by networking/v1/NetworkPolicyEgressRule. NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec’s podSelector. The traffic must match both ports and to. This type is beta-level in 1.8
OpenAPI Definition: io.k8s.api.extensions.v1beta1.NetworkPolicyEgressRule
Properties
ports
:: [Kazan.Apis.Extensions.V1beta1.NetworkPolicyPort
]- List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.
to
:: [Kazan.Apis.Extensions.V1beta1.NetworkPolicyPeer
]- List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Extensions.V1beta1.NetworkPolicyEgressRule{ ports: [Kazan.Apis.Extensions.V1beta1.NetworkPolicyPort.t()], to: [Kazan.Apis.Extensions.V1beta1.NetworkPolicyPeer.t()] }