APIGroup

io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup
See theAPIGroup companion object
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.

Attributes

Companion
object
Source
APIGroup.scala
Graph
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Appends new values to serverAddressByClientCIDRs

Appends new values to serverAddressByClientCIDRs

Attributes

Source
APIGroup.scala

Appends new values to versions

Appends new values to versions

Attributes

Source
APIGroup.scala
override def foldTo[T : Builder]: T

Attributes

Definition Classes
Source
APIGroup.scala

transforms name to result of function

transforms name to result of function

Attributes

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

Attributes

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

Attributes

Source
APIGroup.scala

transforms versions to result of function

transforms versions to result of function

Attributes

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

Attributes

Source
APIGroup.scala

Returns a new data with preferredVersion set to new value

Returns a new data with preferredVersion set to new value

Attributes

Source
APIGroup.scala

Returns a new data with serverAddressByClientCIDRs set to new value

Returns a new data with serverAddressByClientCIDRs set to new value

Attributes

Source
APIGroup.scala

Returns a new data with versions set to new value

Returns a new data with versions set to new value

Attributes

Source
APIGroup.scala

Inherited methods

final def group: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

final lazy val apiVersion: String

Attributes

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

Attributes

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

Attributes

Inherited from:
KObject
Source
ResourceKind.scala