APIVersions

io.k8s.apimachinery.pkg.apis.meta.v1.APIVersions
See theAPIVersions companion object
final case class APIVersions(serverAddressByClientCIDRs: Seq[ServerAddressByClientCIDR], versions: Seq[String]) extends KObject

APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API.

Attributes

Companion
object
Source
APIVersions.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
APIVersions.scala
def addVersions(newValues: String*): APIVersions

Appends new values to versions

Appends new values to versions

Attributes

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

Attributes

Definition Classes
Source
APIVersions.scala

transforms serverAddressByClientCIDRs to result of function

transforms serverAddressByClientCIDRs to result of function

Attributes

Source
APIVersions.scala
def mapVersions(f: (Seq[String]) => Seq[String]): APIVersions

transforms versions to result of function

transforms versions to result of function

Attributes

Source
APIVersions.scala

Returns a new data with serverAddressByClientCIDRs set to new value

Returns a new data with serverAddressByClientCIDRs set to new value

Attributes

Source
APIVersions.scala
def withVersions(value: Seq[String]): APIVersions

Returns a new data with versions set to new value

Returns a new data with versions set to new value

Attributes

Source
APIVersions.scala

Inherited methods

final def group: String

Attributes

Inherited from:
KObject
Source
ResourceKind.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

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