CustomResourceDefinitionSpec

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec
See theCustomResourceDefinitionSpec companion object
final case class CustomResourceDefinitionSpec(versions: Seq[CustomResourceDefinitionVersion], scope: String, names: CustomResourceDefinitionNames, group: String, conversion: Option[CustomResourceConversion], preserveUnknownFields: Option[Boolean])

CustomResourceDefinitionSpec describes how a user wants their resource to appear

Attributes

Companion:
object
Source:
CustomResourceDefinitionSpec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to versions

Appends new values to versions

Attributes

Source:
CustomResourceDefinitionSpec.scala

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

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

Attributes

Source:
CustomResourceDefinitionSpec.scala

transforms group to result of function

transforms group to result of function

Attributes

Source:
CustomResourceDefinitionSpec.scala

transforms names to result of function

transforms names to result of function

Attributes

Source:
CustomResourceDefinitionSpec.scala

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

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

Attributes

Source:
CustomResourceDefinitionSpec.scala

transforms scope to result of function

transforms scope to result of function

Attributes

Source:
CustomResourceDefinitionSpec.scala

transforms versions to result of function

transforms versions to result of function

Attributes

Source:
CustomResourceDefinitionSpec.scala

Returns a new data with conversion set to new value

Returns a new data with conversion set to new value

Attributes

Source:
CustomResourceDefinitionSpec.scala

Returns a new data with group set to new value

Returns a new data with group set to new value

Attributes

Source:
CustomResourceDefinitionSpec.scala

Returns a new data with names set to new value

Returns a new data with names set to new value

Attributes

Source:
CustomResourceDefinitionSpec.scala

Returns a new data with preserveUnknownFields set to new value

Returns a new data with preserveUnknownFields set to new value

Attributes

Source:
CustomResourceDefinitionSpec.scala

Returns a new data with scope set to new value

Returns a new data with scope set to new value

Attributes

Source:
CustomResourceDefinitionSpec.scala

Returns a new data with versions set to new value

Returns a new data with versions set to new value

Attributes

Source:
CustomResourceDefinitionSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product