ServiceBackendPort

com.coralogix.zio.k8s.model.networking.v1.ServiceBackendPort
See theServiceBackendPort companion object
case class ServiceBackendPort(name: Optional[String], number: Optional[Int])

ServiceBackendPort is the service port being referenced.

Value parameters

name

Name is the name of the port on the Service. This is a mutually exclusive setting with "Number".

number

Number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Name is the name of the port on the Service. This is a mutually exclusive setting with "Number".

Name is the name of the port on the Service. This is a mutually exclusive setting with "Number".

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".

Number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name".

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product