ObjectMeta

skuber.`package`.ObjectMeta
case class ObjectMeta(name: String, generateName: String, namespace: String, uid: String, selfLink: String, resourceVersion: String, creationTimestamp: Option[Timestamp], deletionTimestamp: Option[Timestamp], deletionGracePeriodSeconds: Option[Int], labels: Map[String, String], annotations: Map[String, String], ownerReferences: List[OwnerReference], generation: Int, finalizers: Option[List[String]], clusterName: Option[String])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product