ParamKind

io.k8s.api.admissionregistration.v1alpha1.ParamKind
See theParamKind companion object
final case class ParamKind(apiVersion: Option[String], kind: Option[String])

ParamKind is a tuple of Group Kind and Version.

Attributes

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

Members list

Concise view

Value members

Concrete methods

if apiVersion has a value, transforms to the result of function

if apiVersion has a value, transforms to the result of function

Attributes

Source:
ParamKind.scala

if kind has a value, transforms to the result of function

if kind has a value, transforms to the result of function

Attributes

Source:
ParamKind.scala

Returns a new data with apiVersion set to new value

Returns a new data with apiVersion set to new value

Attributes

Source:
ParamKind.scala

Returns a new data with kind set to new value

Returns a new data with kind set to new value

Attributes

Source:
ParamKind.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product