final case class CustomResourceDefinitionNames(plural: String, singular: Option[String] = None, listKind: Option[String] = None, categories: Option[Seq[String]] = None, shortNames: Option[Seq[String]] = None) extends Product with Serializable
CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CustomResourceDefinitionNames
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addCategories(newValues: String*): CustomResourceDefinitionNames
Appends new values to categories
-
def
addShortNames(newValues: String*): CustomResourceDefinitionNames
Appends new values to shortNames
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val categories: Option[Seq[String]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val listKind: Option[String]
-
def
mapCategories(f: (Seq[String]) ⇒ Seq[String]): CustomResourceDefinitionNames
if categories has a value, transforms to the result of function
-
def
mapListKind(f: (String) ⇒ String): CustomResourceDefinitionNames
if listKind has a value, transforms to the result of function
-
def
mapPlural(f: (String) ⇒ String): CustomResourceDefinitionNames
transforms plural to result of function
-
def
mapShortNames(f: (Seq[String]) ⇒ Seq[String]): CustomResourceDefinitionNames
if shortNames has a value, transforms to the result of function
-
def
mapSingular(f: (String) ⇒ String): CustomResourceDefinitionNames
if singular has a value, transforms to the result of function
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val plural: String
- val shortNames: Option[Seq[String]]
- val singular: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withCategories(value: Seq[String]): CustomResourceDefinitionNames
Returns a new data with categories set to new value
-
def
withListKind(value: String): CustomResourceDefinitionNames
Returns a new data with listKind set to new value
-
def
withPlural(value: String): CustomResourceDefinitionNames
Returns a new data with plural set to new value
-
def
withShortNames(value: Seq[String]): CustomResourceDefinitionNames
Returns a new data with shortNames set to new value
-
def
withSingular(value: String): CustomResourceDefinitionNames
Returns a new data with singular set to new value