NetworkPolicyIngressRule

NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.

Companion:
object
Source:
NetworkPolicyIngressRule.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to from

Appends new values to from

Source:
NetworkPolicyIngressRule.scala

Appends new values to ports

Appends new values to ports

Source:
NetworkPolicyIngressRule.scala

if from has a value, transforms to the result of function

if from has a value, transforms to the result of function

Source:
NetworkPolicyIngressRule.scala

if ports has a value, transforms to the result of function

if ports has a value, transforms to the result of function

Source:
NetworkPolicyIngressRule.scala

Returns a new data with from set to new value

Returns a new data with from set to new value

Source:
NetworkPolicyIngressRule.scala

Returns a new data with ports set to new value

Returns a new data with ports set to new value

Source:
NetworkPolicyIngressRule.scala

Inherited methods

Inherited from:
Product