final case class CustomResourceDefinitionVersion(name: String, deprecationWarning: Option[String] = None, served: Boolean, deprecated: Option[Boolean] = None, subresources: Option[CustomResourceSubresources] = None, schema: Option[CustomResourceValidation] = None, additionalPrinterColumns: Option[Seq[CustomResourceColumnDefinition]] = None, storage: Boolean) extends Product with Serializable
CustomResourceDefinitionVersion describes a version for CRD.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CustomResourceDefinitionVersion
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CustomResourceDefinitionVersion(name: String, deprecationWarning: Option[String] = None, served: Boolean, deprecated: Option[Boolean] = None, subresources: Option[CustomResourceSubresources] = None, schema: Option[CustomResourceValidation] = None, additionalPrinterColumns: Option[Seq[CustomResourceColumnDefinition]] = None, storage: Boolean)
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 addAdditionalPrinterColumns(newValues: CustomResourceColumnDefinition*): CustomResourceDefinitionVersion
- val additionalPrinterColumns: Option[Seq[CustomResourceColumnDefinition]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val deprecated: Option[Boolean]
- val deprecationWarning: Option[String]
-
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 name: String
-
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 schema: Option[CustomResourceValidation]
- val served: Boolean
- val storage: Boolean
- val subresources: Option[CustomResourceSubresources]
-
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 withAdditionalPrinterColumns(value: Seq[CustomResourceColumnDefinition]): CustomResourceDefinitionVersion
- def withDeprecated(value: Boolean): CustomResourceDefinitionVersion
- def withDeprecationWarning(value: String): CustomResourceDefinitionVersion
- def withName(value: String): CustomResourceDefinitionVersion
- def withSchema(value: CustomResourceValidation): CustomResourceDefinitionVersion
- def withServed(value: Boolean): CustomResourceDefinitionVersion
- def withStorage(value: Boolean): CustomResourceDefinitionVersion
- def withSubresources(value: CustomResourceSubresources): CustomResourceDefinitionVersion