NetworkPolicyPort

final case class NetworkPolicyPort(endPort: Option[Int], port: Option[IntOrString], protocol: Option[String])

NetworkPolicyPort describes a port to allow traffic on

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

Value members

Concrete methods

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

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

Source:
NetworkPolicyPort.scala

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

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

Source:
NetworkPolicyPort.scala

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

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

Source:
NetworkPolicyPort.scala

Returns a new data with endPort set to new value

Returns a new data with endPort set to new value

Source:
NetworkPolicyPort.scala

Returns a new data with port set to new value

Returns a new data with port set to new value

Source:
NetworkPolicyPort.scala

Returns a new data with protocol set to new value

Returns a new data with protocol set to new value

Source:
NetworkPolicyPort.scala

Inherited methods

Inherited from:
Product