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

Appends new values to categories

Appends new values to categories

Attributes

Source
CustomResourceDefinitionNames.scala

Appends new values to shortNames

Appends new values to shortNames

Attributes

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

Attributes

Source
CustomResourceDefinitionNames.scala

transforms kind to result of function

transforms kind to result of function

Attributes

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

Attributes

Source
CustomResourceDefinitionNames.scala

transforms plural to result of function

transforms plural to result of function

Attributes

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

Attributes

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

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product