OpenShift · Schema

ObjectMeta

Standard Kubernetes object metadata. Every resource includes metadata such as name, namespace, labels, and annotations.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
name string The name of the resource, unique within a namespace.
namespace string The namespace in which the resource resides.
uid string A unique identifier for the resource set by the server.
resourceVersion string An opaque value representing the internal version of the object.
generation integer A sequence number representing a specific generation of the desired state.
creationTimestamp string Timestamp representing when the object was created.
deletionTimestamp string Timestamp at which the object will be deleted.
labels object Map of string keys and values that can be used to organize and categorize objects.
annotations object Unstructured key-value map stored with a resource for arbitrary metadata.
ownerReferences array List of objects depended by this object.
finalizers array Must be empty before the object is deleted from the registry.
View JSON Schema on GitHub