ServicePortO

object ServicePortO
class Object
trait Matchable
class Any

Value members

Concrete fields

val appProtocolL: Lens[ServicePort, Optional[String]]
val appProtocolO: Optic[ServicePort, ServicePort, String, OpticFailure, Nothing, String, ServicePort]
val nameL: Lens[ServicePort, Optional[String]]
val nameO: Optic[ServicePort, ServicePort, String, OpticFailure, Nothing, String, ServicePort]
val nodePortL: Lens[ServicePort, Optional[Int]]
val nodePortO: Optic[ServicePort, ServicePort, Int, OpticFailure, Nothing, Int, ServicePort]
val portL: Lens[ServicePort, Int]
val protocolL: Lens[ServicePort, Optional[String]]
val protocolO: Optic[ServicePort, ServicePort, String, OpticFailure, Nothing, String, ServicePort]
val targetPortL: Lens[ServicePort, Optional[IntOrString]]
val targetPortO: Optic[ServicePort, ServicePort, IntOrString, OpticFailure, Nothing, IntOrString, ServicePort]