CustomResourceDefinitionVersion

final case class CustomResourceDefinitionVersion(name: String, served: Boolean, storage: Boolean, deprecationWarning: Option[String], deprecated: Option[Boolean], subresources: Option[CustomResourceSubresources], schema: Option[CustomResourceValidation], additionalPrinterColumns: Option[Seq[CustomResourceColumnDefinition]])

CustomResourceDefinitionVersion describes a version for CRD.

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

Value members

Concrete methods

Appends new values to additionalPrinterColumns

Appends new values to additionalPrinterColumns

Source:
CustomResourceDefinitionVersion.scala

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

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

Source:
CustomResourceDefinitionVersion.scala

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

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

Source:
CustomResourceDefinitionVersion.scala

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

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

Source:
CustomResourceDefinitionVersion.scala

transforms name to result of function

transforms name to result of function

Source:
CustomResourceDefinitionVersion.scala

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

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

Source:
CustomResourceDefinitionVersion.scala

transforms served to result of function

transforms served to result of function

Source:
CustomResourceDefinitionVersion.scala

transforms storage to result of function

transforms storage to result of function

Source:
CustomResourceDefinitionVersion.scala

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

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

Source:
CustomResourceDefinitionVersion.scala

Returns a new data with additionalPrinterColumns set to new value

Returns a new data with additionalPrinterColumns set to new value

Source:
CustomResourceDefinitionVersion.scala

Returns a new data with deprecated set to new value

Returns a new data with deprecated set to new value

Source:
CustomResourceDefinitionVersion.scala

Returns a new data with deprecationWarning set to new value

Returns a new data with deprecationWarning set to new value

Source:
CustomResourceDefinitionVersion.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
CustomResourceDefinitionVersion.scala

Returns a new data with schema set to new value

Returns a new data with schema set to new value

Source:
CustomResourceDefinitionVersion.scala

Returns a new data with served set to new value

Returns a new data with served set to new value

Source:
CustomResourceDefinitionVersion.scala

Returns a new data with storage set to new value

Returns a new data with storage set to new value

Source:
CustomResourceDefinitionVersion.scala

Returns a new data with subresources set to new value

Returns a new data with subresources set to new value

Source:
CustomResourceDefinitionVersion.scala

Inherited methods

Inherited from:
Product