CustomResourceDefinitionNames

final case class CustomResourceDefinitionNames(plural: String, singular: Option[String], listKind: Option[String], categories: Option[Seq[String]], shortNames: Option[Seq[String]])

CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition

Companion:
object
Source:
CustomResourceDefinitionNames.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to categories

Appends new values to categories

Source:
CustomResourceDefinitionNames.scala

Appends new values to shortNames

Appends new values to shortNames

Source:
CustomResourceDefinitionNames.scala

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

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

Source:
CustomResourceDefinitionNames.scala

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

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

Source:
CustomResourceDefinitionNames.scala

transforms plural to result of function

transforms plural to result of function

Source:
CustomResourceDefinitionNames.scala

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

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

Source:
CustomResourceDefinitionNames.scala

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

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

Source:
CustomResourceDefinitionNames.scala

Returns a new data with categories set to new value

Returns a new data with categories set to new value

Source:
CustomResourceDefinitionNames.scala

Returns a new data with listKind set to new value

Returns a new data with listKind set to new value

Source:
CustomResourceDefinitionNames.scala

Returns a new data with plural set to new value

Returns a new data with plural set to new value

Source:
CustomResourceDefinitionNames.scala

Returns a new data with shortNames set to new value

Returns a new data with shortNames set to new value

Source:
CustomResourceDefinitionNames.scala

Returns a new data with singular set to new value

Returns a new data with singular set to new value

Source:
CustomResourceDefinitionNames.scala

Inherited methods

Inherited from:
Product