CustomResourceDefinitionNames

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames
See theCustomResourceDefinitionNames companion object
final case class CustomResourceDefinitionNames(plural: String, kind: String, singular: Option[String], listKind: Option[String], categories: Option[Seq[String]], shortNames: Option[Seq[String]])

CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition

Attributes

Companion
object
Source
CustomResourceDefinitionNames.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addCategories(newValues: String*): CustomResourceDefinitionNames

Appends new values to categories

Appends new values to categories

Attributes

Source
CustomResourceDefinitionNames.scala
def addShortNames(newValues: String*): CustomResourceDefinitionNames

Appends new values to shortNames

Appends new values to shortNames

Attributes

Source
CustomResourceDefinitionNames.scala
def mapCategories(f: (Seq[String]) => Seq[String]): CustomResourceDefinitionNames

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

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

Attributes

Source
CustomResourceDefinitionNames.scala
def mapKind(f: String => String): CustomResourceDefinitionNames

transforms kind to result of function

transforms kind to result of function

Attributes

Source
CustomResourceDefinitionNames.scala
def mapListKind(f: String => String): CustomResourceDefinitionNames

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

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

Attributes

Source
CustomResourceDefinitionNames.scala
def mapPlural(f: String => String): CustomResourceDefinitionNames

transforms plural to result of function

transforms plural to result of function

Attributes

Source
CustomResourceDefinitionNames.scala
def mapShortNames(f: (Seq[String]) => Seq[String]): CustomResourceDefinitionNames

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

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

Attributes

Source
CustomResourceDefinitionNames.scala
def mapSingular(f: String => String): CustomResourceDefinitionNames

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

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

Attributes

Source
CustomResourceDefinitionNames.scala

Returns a new data with categories set to new value

Returns a new data with categories set to new value

Attributes

Source
CustomResourceDefinitionNames.scala

Returns a new data with kind set to new value

Returns a new data with kind set to new value

Attributes

Source
CustomResourceDefinitionNames.scala

Returns a new data with listKind set to new value

Returns a new data with listKind set to new value

Attributes

Source
CustomResourceDefinitionNames.scala

Returns a new data with plural set to new value

Returns a new data with plural set to new value

Attributes

Source
CustomResourceDefinitionNames.scala

Returns a new data with shortNames set to new value

Returns a new data with shortNames set to new value

Attributes

Source
CustomResourceDefinitionNames.scala

Returns a new data with singular set to new value

Returns a new data with singular set to new value

Attributes

Source
CustomResourceDefinitionNames.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product