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.
  • resources: String!
  • # Kubernetes objects in the snapshot. Namespace-scoped objects are grouped by
  • # namespace.
  • value: [K8sObjects!]!
  • }