#2989 shows an example of a place where Fleet fetches resources only to use their metadata, and how to only retrieve that metadata using PartialObjectMetadata instead of full objects.
There may be other places throughout the Fleet codebase where object retrieval could be similarly optimised, for instance when checking for existence of a resource without needing to know its contents.
#2989 shows an example of a place where Fleet fetches resources only to use their metadata, and how to only retrieve that metadata using
PartialObjectMetadatainstead of full objects.There may be other places throughout the Fleet codebase where object retrieval could be similarly optimised, for instance when checking for existence of a resource without needing to know its contents.