ServerAddressByClientCIDR

io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR
See theServerAddressByClientCIDR companion object
final case class ServerAddressByClientCIDR(clientCIDR: String, serverAddress: String)

ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.

Attributes

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

Members list

Concise view

Value members

Concrete methods

transforms clientCIDR to result of function

transforms clientCIDR to result of function

Attributes

Source:
ServerAddressByClientCIDR.scala

transforms serverAddress to result of function

transforms serverAddress to result of function

Attributes

Source:
ServerAddressByClientCIDR.scala

Returns a new data with clientCIDR set to new value

Returns a new data with clientCIDR set to new value

Attributes

Source:
ServerAddressByClientCIDR.scala

Returns a new data with serverAddress set to new value

Returns a new data with serverAddress set to new value

Attributes

Source:
ServerAddressByClientCIDR.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product