# Structs
CreateOptions may be provided when creating an API object.
DeleteOptions may be provided when deleting an API object.
ExportOptions is the query options to the standard REST get call.
GetOptions is the standard query options to the standard REST get call.
ListMeta describes metadata that synthetic resources must have, including lists and various status objects.
ListOptions is the query options to a standard REST list call.
ObjectMeta is metadata that all persisted resources must have, which includes all objects ObjectMeta is also used by gorm.
PatchOptions may be provided when patching an API object.
TypeMeta describes an individual object in an API response or request with strings representing the type of the object and its API schema version.
UpdateOptions may be provided when updating an API object.
# Interfaces
ListInterface lets you work with list metadata from any of the versioned or internal API objects.
Object lets you work with object metadata from any of the versioned or internal API objects.
No description provided by the author
Type exposes the type and APIVersion of versioned or internal API objects.
# Type aliases
Extend defines a new type used to store extended fields.