OBJECT

K8sObjects

Description

Kubernetes objects in the snapshot.

link GraphQL Schema definition

  • type K8sObjects {
  • # Kubernetes objects in the snapshot.
  • objects: [String!]!
  • # The scope of the Kubernetes object. For namespace-scoped objects, this is the
  • # namespace name, and for cluster-scoped, it is the string \"c_scoped\".
  • scope: String!
  • }