CustomResourceDefinitionVersion

case class CustomResourceDefinitionVersion(name: String, served: Boolean, storage: Boolean, additionalPrinterColumns: Option[Seq[CustomResourceColumnDefinition]], deprecated: Option[Boolean], deprecationWarning: Option[String], schema: Option[CustomResourceValidation], subresources: Option[CustomResourceSubresources])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product