GroupVolumeSnapshot
GroupVolumeSnapshot represents a group snapshot.
GroupVolumeSnapshot
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 | GroupVolumeSnapshotSpec represents the spec for a group snapshot | object |
status | GroupVolumeSnapshotStatus is status for the group snapshot | object |
spec
fields
Field | Description | Type |
---|---|---|
spec.maxRetries | MaxRetries is the number of times to retry the groupvolumesnapshot on failure. default: 0 | integer |
spec.options | Options are pass-through parameters that are passed to the driver handling the group snapshot | object |
spec.postExecRule | PreExecRule is the name of rule applied after taking the snapshot. The rule needs to be in the same namespace as the group volumesnapshot | string |
spec.preExecRule | PreExecRule is the name of rule applied before taking the snapshot. The rule needs to be in the same namespace as the group volumesnapshot | string |
spec.pvcSelector | PVCSelector selects the PVCs that are part of the group snapshot | object |
spec.pvcSelector.matchExpressions | matchExpressions is a list of label selector requirements. The requirements are ANDed. | array |
spec.pvcSelector.matchExpressions.key | key is the label key that the selector applies to. | string |
spec.pvcSelector.matchExpressions.operator | operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. | string |
spec.pvcSelector.matchExpressions.values | values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. | array |
spec.pvcSelector.matchLabels | matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. | object |
spec.restoreNamespaces | RestoreNamespaces is a list of namespaces to which the snapshots can be restored to | array |
status
fields
Field | Description | Type |
---|---|---|
status.stage | GroupVolumeSnapshotStageType is the stage of the group snapshot | string |
status.status | GroupVolumeSnapshotStatusType is types of statuses of a group snapshot operation | string |