ObjectMeta

io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta
See theObjectMeta companion object
final case class ObjectMeta(name: Option[String], ownerReferences: Option[Seq[OwnerReference]], creationTimestamp: Option[Time], generation: Option[Long], resourceVersion: Option[String], generateName: Option[String], deletionGracePeriodSeconds: Option[Long], 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.

Attributes

Companion
object
Source
ObjectMeta.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Adds new values to annotations

Adds new values to annotations

Attributes

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

Appends new values to finalizers

Appends new values to finalizers

Attributes

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

Adds new values to labels

Adds new values to labels

Attributes

Source
ObjectMeta.scala

Appends new values to managedFields

Appends new values to managedFields

Attributes

Source
ObjectMeta.scala

Appends new values to ownerReferences

Appends new values to ownerReferences

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
ObjectMeta.scala

Returns a new data with annotations set to new value

Returns a new data with annotations set to new value

Attributes

Source
ObjectMeta.scala

Returns a new data with creationTimestamp set to new value

Returns a new data with creationTimestamp set to new value

Attributes

Source
ObjectMeta.scala

Returns a new data with deletionGracePeriodSeconds set to new value

Returns a new data with deletionGracePeriodSeconds set to new value

Attributes

Source
ObjectMeta.scala

Returns a new data with deletionTimestamp set to new value

Returns a new data with deletionTimestamp set to new value

Attributes

Source
ObjectMeta.scala

Returns a new data with finalizers set to new value

Returns a new data with finalizers set to new value

Attributes

Source
ObjectMeta.scala

Returns a new data with generateName set to new value

Returns a new data with generateName set to new value

Attributes

Source
ObjectMeta.scala

Returns a new data with generation set to new value

Returns a new data with generation set to new value

Attributes

Source
ObjectMeta.scala

Returns a new data with labels set to new value

Returns a new data with labels set to new value

Attributes

Source
ObjectMeta.scala

Returns a new data with managedFields set to new value

Returns a new data with managedFields set to new value

Attributes

Source
ObjectMeta.scala
def withName(value: String): ObjectMeta

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
ObjectMeta.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Attributes

Source
ObjectMeta.scala

Returns a new data with ownerReferences set to new value

Returns a new data with ownerReferences set to new value

Attributes

Source
ObjectMeta.scala

Returns a new data with resourceVersion set to new value

Returns a new data with resourceVersion set to new value

Attributes

Source
ObjectMeta.scala
def withUid(value: String): ObjectMeta

Returns a new data with uid set to new value

Returns a new data with uid set to new value

Attributes

Source
ObjectMeta.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product