OBJECT
K8sSnapshotInfo
Description
Response of the query that retrieves the Kubernetes snapshot information.
link GraphQL Schema definition
- type K8sSnapshotInfo {
- # Expiration time of the snapshot.
- : DateTime
- # Specifies whether the snapshot is archived.
- : Boolean!
- # Kubernetes namespace name.
- : String!
- # List of information about PVCs in the namespace.
- : [PvcInformation!]!
- # Creation time of the snapshot.
- : DateTime!
- }