NetworkPolicyEgressRule

io.k8s.api.networking.v1.NetworkPolicyEgressRule
See theNetworkPolicyEgressRule companion object

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

Attributes

Companion:
object
Source:
NetworkPolicyEgressRule.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to ports

Appends new values to ports

Attributes

Source:
NetworkPolicyEgressRule.scala

Appends new values to to

Appends new values to to

Attributes

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

Attributes

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

Attributes

Source:
NetworkPolicyEgressRule.scala

Returns a new data with ports set to new value

Returns a new data with ports set to new value

Attributes

Source:
NetworkPolicyEgressRule.scala

Returns a new data with to set to new value

Returns a new data with to set to new value

Attributes

Source:
NetworkPolicyEgressRule.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product