OBJECT
Kubernetes objects in the snapshot.
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! }