OBJECT
ResourcesToObjects
Description
Map of resource type to Kubernetes objects.
link GraphQL Schema definition
- type ResourcesToObjects {
- # The resource type of Kubernetes resource objects in the snapshot.
- : String!
- # Kubernetes objects in the snapshot. Namespace-scoped objects are grouped by
- # namespace.
- : [K8sObjects!]!
- }