NonCoreResourceSpecification

case class NonCoreResourceSpecification(apiGroup: String, version: Option[String], versions: 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

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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

Concrete fields

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