GroupVersionForDiscovery

io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery
See theGroupVersionForDiscovery companion object
final case class GroupVersionForDiscovery(groupVersion: String, version: String)

GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.

Attributes

Companion:
object
Source:
GroupVersionForDiscovery.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

transforms groupVersion to result of function

transforms groupVersion to result of function

Attributes

Source:
GroupVersionForDiscovery.scala

transforms version to result of function

transforms version to result of function

Attributes

Source:
GroupVersionForDiscovery.scala

Returns a new data with groupVersion set to new value

Returns a new data with groupVersion set to new value

Attributes

Source:
GroupVersionForDiscovery.scala

Returns a new data with version set to new value

Returns a new data with version set to new value

Attributes

Source:
GroupVersionForDiscovery.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product