Package io.fabric8.kubernetes.api.model
Class PartialObjectMetadata
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.PartialObjectMetadata
-
- All Implemented Interfaces:
HasMetadata,KubernetesResource,Serializable
public class PartialObjectMetadata extends Object implements HasMetadata
PartialObjectMetadata is a generic representation of any object with ObjectMeta. It allows clients to get access to a particular ObjectMeta schema without knowing the details of the version.This is used with the
Accept: application/json;as=PartialObjectMetadata;g=meta.k8s.io;v=v1header.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface io.fabric8.kubernetes.api.model.HasMetadata
DNS_LABEL_END, DNS_LABEL_REGEXP, DNS_LABEL_START, FINALIZER_NAME_MATCHER, REQUIRES_NON_NULL_METADATA, REQUIRES_NON_NULL_NAME, REQUIRES_NON_NULL_NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description PartialObjectMetadata()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.HasMetadata
addFinalizer, addOwnerReference, addOwnerReference, addOwnerReference, getApiVersion, getFinalizers, getFullResourceName, getKind, getMetadata, getOwnerReferenceFor, getOwnerReferenceFor, getPlural, getSingular, hasFinalizer, hasOwnerReferenceFor, hasOwnerReferenceFor, initNameAndNamespaceFrom, isFinalizerValid, isMarkedForDeletion, isSameResource, isSameResource, optionalMetadata, removeFinalizer, removeOwnerReference, removeOwnerReference, setApiVersion, setMetadata
-
-