OBJECT
K8sResourceSnapshotMetadata
Description
Kubernetes workload related app metadata for a snapshot.
link GraphQL Schema definition
- type K8sResourceSnapshotMetadata {
- # Map of API groups to Kubernetes resource objects grouped by resource type in the
- # snapshot.
- ApiGroupToResourcesObjects!]! : [
- # Boolean flag indicating that the resource snapshot metadata is not available for
- # the snapshot.
- Boolean! :
- # The version of Kubernetes resource snapshot metadata format.
- String! :
- }