GroupResource [api_object]ai-synthesized · conf 0.82
GroupResource specifies a Group and a Resource, but does not force a version. This is useful for identifying concepts during lookup stages without having partially valid types
meta
Represents a resource within a group.
Why it matters Used to specify the resource being requested, such as pods or services.
Key facts - Consists of a group and a resource name - Can be used with verbs like get or list
Common pitfalls - Incorrectly specified groups or resources can lead to incorrect responses
Related GroupVersionForDiscovery
Sources
swagger.json — “io.k8s.apimachinery.pkg.apis.meta.v1.GroupResource”