APIGroupList

io.k8s.apimachinery.pkg.apis.meta.v1.APIGroupList
See theAPIGroupList companion object
final case class APIGroupList(groups: Seq[APIGroup]) extends KObject

APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.

Attributes

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

Members list

Concise view

Value members

Concrete methods

Appends new values to groups

Appends new values to groups

Attributes

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

Attributes

Definition Classes
Source:
APIGroupList.scala

transforms groups to result of function

transforms groups to result of function

Attributes

Source:
APIGroupList.scala

Returns a new data with groups set to new value

Returns a new data with groups set to new value

Attributes

Source:
APIGroupList.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