APIGroup

final case class APIGroup(name: String, versions: Seq[GroupVersionForDiscovery], preferredVersion: Option[GroupVersionForDiscovery], serverAddressByClientCIDRs: Option[Seq[ServerAddressByClientCIDR]]) extends KObject

APIGroup contains the name, the supported versions, and the preferred version of a group.

Source:
APIGroup.scala
trait KObject
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to serverAddressByClientCIDRs

Appends new values to serverAddressByClientCIDRs

Source:
APIGroup.scala

Appends new values to versions

Appends new values to versions

Source:
APIGroup.scala

transforms name to result of function

transforms name to result of function

Source:
APIGroup.scala

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

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

Source:
APIGroup.scala

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

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

Source:
APIGroup.scala

transforms versions to result of function

transforms versions to result of function

Source:
APIGroup.scala
def withName(value: String): APIGroup

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
APIGroup.scala

Returns a new data with preferredVersion set to new value

Returns a new data with preferredVersion set to new value

Source:
APIGroup.scala

Returns a new data with serverAddressByClientCIDRs set to new value

Returns a new data with serverAddressByClientCIDRs set to new value

Source:
APIGroup.scala

Returns a new data with versions set to new value

Returns a new data with versions set to new value

Source:
APIGroup.scala

Inherited methods

final def group: String
Inherited from:
KObject
Source:
ResourceKind.scala
Inherited from:
Product

Inherited fields

final lazy val apiVersion: String
Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val kind: String
Inherited from:
KObject
Source:
ResourceKind.scala
final lazy val version: String
Inherited from:
KObject
Source:
ResourceKind.scala