ResourceSpecification

skuber.ResourceSpecification
See theResourceSpecification companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Names(plural: String, singular: String, kind: String, shortNames: List[String], listKind: Option[String], categories: List[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ScaleSubresource(specReplicasPath: String, statusReplicasPath: String, labelSelectorPath: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Schema(openAPIV3Schema: JsObject)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Scope extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
Scope.type
final case class StatusSubresource()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Subresources(status: Option[StatusSubresource], scale: Option[ScaleSubresource])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Version(name: String, served: Boolean, storage: Boolean, schema: Option[Schema], subresources: Option[Subresources])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all