OBJECT

K8sAppManifest

Description

Response of the query that retrieves the Kubernetes app manifest.

link GraphQL Schema definition

  • type K8sAppManifest {
  • # Kubernetes Rubrik Backup Service version.
  • version: String!
  • # Specifies the success or failure status.
  • isSuccessful: Boolean!
  • # Manifest information to apply the new version.
  • toApply: AppManifestInfo
  • # Manifest information to delete the old version.
  • toDelete: AppManifestInfo
  • }

link Require by