ClientIPConfig

io.k8s.api.core.v1.ClientIPConfig
See theClientIPConfig companion object
final case class ClientIPConfig(timeoutSeconds: Option[Int])

ClientIPConfig represents the configurations of Client IP based session affinity.

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
ClientIPConfig.scala

Returns a new data with timeoutSeconds set to new value

Returns a new data with timeoutSeconds set to new value

Attributes

Source:
ClientIPConfig.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product