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

Source:
NetworkPolicyEgressRule.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to ports

Appends new values to ports

Source:
NetworkPolicyEgressRule.scala

Appends new values to to

Appends new values to to

Source:
NetworkPolicyEgressRule.scala

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

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

Source:
NetworkPolicyEgressRule.scala

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

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

Source:
NetworkPolicyEgressRule.scala

Returns a new data with ports set to new value

Returns a new data with ports set to new value

Source:
NetworkPolicyEgressRule.scala

Returns a new data with to set to new value

Returns a new data with to set to new value

Source:
NetworkPolicyEgressRule.scala

Inherited methods

Inherited from:
Product