VolumeSnapshotRestore
VolumeSnapshotRestore crd spec for in-place restore of volume.
VolumeSnapshotRestore
Field | Description | Type |
---|---|---|
apiVersion | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | string |
kind | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | string |
spec | VolumeSnapshotRestoreSpec for in-place volume restore | object |
status | VolumeSnapshotRestoreStatus of volume | object |
spec
fields
Field | Description | Type |
---|---|---|
spec.groupSnapshot | GroupSnapshot true if snapshot volumegroupsnapshot | boolean |
spec.pvcs | DestinationPVC list to restore snapshot | object |
spec.sourceName | SourceName of snapshot | string |
spec.sourceNamespace | SourceNameSpace is snapshot namespace | string |
status
fields
Field | Description | Type |
---|---|---|
status.status | Status of volume restore | string |
status.volumes | Volumes list of volume restore information | array |
status.volumes.status | VolumeSnapshotRestoreStatusType is the status of volume in-place restore | string |