ObjectMeta

io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta
See theObjectMeta companion object

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 Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Adds new values to annotations

Adds new values to annotations

Attributes

Source:
ObjectMeta.scala

Appends new values to finalizers

Appends new values to finalizers

Attributes

Source:
ObjectMeta.scala

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

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

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