Skip to main content
Version: 3.2

GroupVolumeSnapshot

GroupVolumeSnapshot represents a group snapshot.

GroupVolumeSnapshot

FieldDescriptionType
apiVersionAPIVersion 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
kindKind 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
specGroupVolumeSnapshotSpec represents the spec for a group snapshotobject
statusGroupVolumeSnapshotStatus is status for the group snapshotobject

spec fields

FieldDescriptionType
spec.maxRetriesMaxRetries is the number of times to retry the groupvolumesnapshot on failure. default: 0integer
spec.optionsOptions are pass-through parameters that are passed to the driver handling the group snapshotobject
spec.postExecRulePreExecRule 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.preExecRulePreExecRule 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.pvcSelectorPVCSelector selects the PVCs that are part of the group snapshotobject
spec.pvcSelector.matchExpressionsmatchExpressions is a list of label selector requirements. The requirements are ANDed.array
spec.pvcSelector.matchExpressions.keykey is the label key that the selector applies to.string
spec.pvcSelector.matchExpressions.operatoroperator represents a key's relationship to a set of values.
Valid operators are In, NotIn, Exists and DoesNotExist.
string
spec.pvcSelector.matchExpressions.valuesvalues 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.matchLabelsmatchLabels 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.restoreNamespacesRestoreNamespaces is a list of namespaces to which the snapshots can be restored toarray

status fields

FieldDescriptionType
status.stageGroupVolumeSnapshotStageType is the stage of the group snapshotstring
status.statusGroupVolumeSnapshotStatusType is types of statuses of a group snapshot operationstring