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