ObjectMeta

final case class ObjectMeta(name: Option[String], ownerReferences: Option[Seq[OwnerReference]], creationTimestamp: Option[Time], generation: Option[Int], resourceVersion: Option[String], generateName: Option[String], deletionGracePeriodSeconds: Option[Int], selfLink: Option[String], finalizers: Option[Seq[String]], annotations: Option[Map[String, String]], managedFields: Option[Seq[ManagedFieldsEntry]], labels: Option[Map[String, String]], uid: Option[String], namespace: Option[String], deletionTimestamp: Option[Time])

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

Source:
ObjectMeta.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addAnnotations(newValues: (String, String)*): ObjectMeta

Adds new values to annotations

Adds new values to annotations

Source:
ObjectMeta.scala
def addFinalizers(newValues: String*): ObjectMeta

Appends new values to finalizers

Appends new values to finalizers

Source:
ObjectMeta.scala
def addLabels(newValues: (String, String)*): ObjectMeta

Adds new values to labels

Adds new values to labels

Source:
ObjectMeta.scala

Appends new values to managedFields

Appends new values to managedFields

Source:
ObjectMeta.scala

Appends new values to ownerReferences

Appends new values to ownerReferences

Source:
ObjectMeta.scala

if annotations has a value, transforms to the result of function

if annotations has a value, transforms to the result of function

Source:
ObjectMeta.scala

if creationTimestamp has a value, transforms to the result of function

if creationTimestamp has a value, transforms to the result of function

Source:
ObjectMeta.scala

if deletionGracePeriodSeconds has a value, transforms to the result of function

if deletionGracePeriodSeconds has a value, transforms to the result of function

Source:
ObjectMeta.scala

if deletionTimestamp has a value, transforms to the result of function

if deletionTimestamp has a value, transforms to the result of function

Source:
ObjectMeta.scala

if finalizers has a value, transforms to the result of function

if finalizers has a value, transforms to the result of function

Source:
ObjectMeta.scala

if generateName has a value, transforms to the result of function

if generateName has a value, transforms to the result of function

Source:
ObjectMeta.scala

if generation has a value, transforms to the result of function

if generation has a value, transforms to the result of function

Source:
ObjectMeta.scala

if labels has a value, transforms to the result of function

if labels has a value, transforms to the result of function

Source:
ObjectMeta.scala

if managedFields has a value, transforms to the result of function

if managedFields has a value, transforms to the result of function

Source:
ObjectMeta.scala

if name has a value, transforms to the result of function

if name has a value, transforms to the result of function

Source:
ObjectMeta.scala

if namespace has a value, transforms to the result of function

if namespace has a value, transforms to the result of function

Source:
ObjectMeta.scala

if ownerReferences has a value, transforms to the result of function

if ownerReferences has a value, transforms to the result of function

Source:
ObjectMeta.scala

if resourceVersion has a value, transforms to the result of function

if resourceVersion has a value, transforms to the result of function

Source:
ObjectMeta.scala

if uid has a value, transforms to the result of function

if uid has a value, transforms to the result of function

Source:
ObjectMeta.scala

Returns a new data with annotations set to new value

Returns a new data with annotations set to new value

Source:
ObjectMeta.scala

Returns a new data with creationTimestamp set to new value

Returns a new data with creationTimestamp set to new value

Source:
ObjectMeta.scala

Returns a new data with deletionGracePeriodSeconds set to new value

Returns a new data with deletionGracePeriodSeconds set to new value

Source:
ObjectMeta.scala

Returns a new data with deletionTimestamp set to new value

Returns a new data with deletionTimestamp set to new value

Source:
ObjectMeta.scala

Returns a new data with finalizers set to new value

Returns a new data with finalizers set to new value

Source:
ObjectMeta.scala

Returns a new data with generateName set to new value

Returns a new data with generateName set to new value

Source:
ObjectMeta.scala

Returns a new data with generation set to new value

Returns a new data with generation set to new value

Source:
ObjectMeta.scala

Returns a new data with labels set to new value

Returns a new data with labels set to new value

Source:
ObjectMeta.scala

Returns a new data with managedFields set to new value

Returns a new data with managedFields set to new value

Source:
ObjectMeta.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
ObjectMeta.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Source:
ObjectMeta.scala

Returns a new data with ownerReferences set to new value

Returns a new data with ownerReferences set to new value

Source:
ObjectMeta.scala

Returns a new data with resourceVersion set to new value

Returns a new data with resourceVersion set to new value

Source:
ObjectMeta.scala

Returns a new data with uid set to new value

Returns a new data with uid set to new value

Source:
ObjectMeta.scala

Inherited methods

Inherited from:
Product