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