OBJECT
AppManifestInfo
Description
Manifest information for Kubernetes Rubrik Backup Service.
link GraphQL Schema definition
- type AppManifestInfo {
- # Kubernetes manifest information.
- : String!
- # Content type of the Kubernetes manifest information.
- : K8sContentType!
- # SHA algorithm used for computing the checksum.
- : String!
- # SHA checksum of the manifest.
- : String!
- }