CustomResourceDefinitionVersion

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion
See theCustomResourceDefinitionVersion companion object
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.

Attributes

Companion
object
Source
CustomResourceDefinitionVersion.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 additionalPrinterColumns

Appends new values to additionalPrinterColumns

Attributes

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

Attributes

Source
CustomResourceDefinitionVersion.scala
def mapDeprecated(f: Boolean => Boolean): CustomResourceDefinitionVersion

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

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

Attributes

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

Attributes

Source
CustomResourceDefinitionVersion.scala
def mapName(f: String => String): CustomResourceDefinitionVersion

transforms name to result of function

transforms name to result of function

Attributes

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

Attributes

Source
CustomResourceDefinitionVersion.scala
def mapServed(f: Boolean => Boolean): CustomResourceDefinitionVersion

transforms served to result of function

transforms served to result of function

Attributes

Source
CustomResourceDefinitionVersion.scala
def mapStorage(f: Boolean => Boolean): CustomResourceDefinitionVersion

transforms storage to result of function

transforms storage to result of function

Attributes

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

Attributes

Source
CustomResourceDefinitionVersion.scala

Returns a new data with additionalPrinterColumns set to new value

Returns a new data with additionalPrinterColumns set to new value

Attributes

Source
CustomResourceDefinitionVersion.scala

Returns a new data with deprecated set to new value

Returns a new data with deprecated set to new value

Attributes

Source
CustomResourceDefinitionVersion.scala

Returns a new data with deprecationWarning set to new value

Returns a new data with deprecationWarning set to new value

Attributes

Source
CustomResourceDefinitionVersion.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
CustomResourceDefinitionVersion.scala

Returns a new data with schema set to new value

Returns a new data with schema set to new value

Attributes

Source
CustomResourceDefinitionVersion.scala

Returns a new data with served set to new value

Returns a new data with served set to new value

Attributes

Source
CustomResourceDefinitionVersion.scala

Returns a new data with storage set to new value

Returns a new data with storage set to new value

Attributes

Source
CustomResourceDefinitionVersion.scala

Returns a new data with subresources set to new value

Returns a new data with subresources set to new value

Attributes

Source
CustomResourceDefinitionVersion.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product