APIResourceList

io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList
See theAPIResourceList companion object
final case class APIResourceList(groupVersion: String, resources: Seq[APIResource]) extends KObject

APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.

Attributes

Companion
object
Source
APIResourceList.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 resources

Appends new values to resources

Attributes

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

Attributes

Definition Classes
Source
APIResourceList.scala

transforms groupVersion to result of function

transforms groupVersion to result of function

Attributes

Source
APIResourceList.scala

transforms resources to result of function

transforms resources to result of function

Attributes

Source
APIResourceList.scala

Returns a new data with groupVersion set to new value

Returns a new data with groupVersion set to new value

Attributes

Source
APIResourceList.scala

Returns a new data with resources set to new value

Returns a new data with resources set to new value

Attributes

Source
APIResourceList.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