Class 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=v1 header.

    See Also:
    Serialized Form
    • Constructor Detail

      • PartialObjectMetadata

        public PartialObjectMetadata()