NonCoreResourceSpecification

skuber.NonCoreResourceSpecification
See theNonCoreResourceSpecification companion object
final case class NonCoreResourceSpecification(apiGroup: String, version: Option[String], versions: Option[List[Version]], scope: Value, names: Names, subresources: Option[Subresources]) extends ResourceSpecification

NonCoreResourceSpecification is used to specify any resource types outside the core k8s API group, including custom resources

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apiPathPrefix: String
override def group: Option[String]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy override val defaultVersion: String
lazy override val prioritisedVersions: List[String]