OBJECT

AppManifestInfo

Description

Manifest information for Kubernetes Rubrik Backup Service.

link GraphQL Schema definition

  • type AppManifestInfo {
  • # Kubernetes manifest information.
  • manifest: String!
  • # SHA checksum of the manifest.
  • shaChecksum: String!
  • # SHA algorithm used for computing the checksum.
  • shaAlgorithm: String!
  • # Content type of the Kubernetes manifest information.
  • manifestContentType: K8sContentType!
  • }