OBJECT

K8sSnapshotInfo

Description

Response of the query that retrieves the Kubernetes snapshot information.

link GraphQL Schema definition

  • type K8sSnapshotInfo {
  • # Kubernetes namespace name.
  • namespace: String!
  • # Expiration time of the snapshot.
  • expirationTime: DateTime
  • # Specifies whether the snapshot is archived.
  • isArchived: Boolean!
  • # List of information about PVCs in the namespace.
  • pvcList: [PvcInformation!]!
  • # Creation time of the snapshot.
  • snapshotTime: DateTime!
  • }

link Require by