APIResourceList

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.

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

Value members

Concrete methods

Appends new values to resources

Appends new values to resources

Source:
APIResourceList.scala

transforms groupVersion to result of function

transforms groupVersion to result of function

Source:
APIResourceList.scala

transforms resources to result of function

transforms resources to result of function

Source:
APIResourceList.scala

Returns a new data with groupVersion set to new value

Returns a new data with groupVersion set to new value

Source:
APIResourceList.scala

Returns a new data with resources set to new value

Returns a new data with resources set to new value

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