Skip to main content
Version: 3.2

VolumeSnapshotSchedule

VolumeSnapshotSchedule represents a scheduled volumesnapshot object.

VolumeSnapshotSchedule

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
specVolumeSnapshotScheduleSpec is the spec used to schedule volumesnapshotsobject
statusVolumeSnapshotScheduleStatus is the status of a volumesnapshot scheduleobject

spec fields

FieldDescriptionType
spec.postExecRulePostExecRule is the name of the rule that will be executed after taking a snapshot.string
spec.preExecRulePreExecRule is the name of the rule that will be executed before taking a snapshot.string
spec.reclaimPolicyReclaimPolicy determines what happens to the snapshots when the VolumeSnapshotSchedule is deleted.string
spec.schedulePolicyNameSchedulePolicyName is the name of the schedule policy that determines when snapshots are taken.string
spec.suspendSuspend, if set to true, suspends the snapshot scheduleboolean
spec.templateTemplate specifies the configuration of the volume snapshot that will be created.object
spec.template.specVolumeSnapshotSpec is the desired state of the volume snapshotobject
spec.template.spec.persistentVolumeClaimNamePersistentVolumeClaimName is the name of the PVC being snapshottedstring
spec.template.spec.snapshotDataNameSnapshotDataName binds the VolumeSnapshot object with the VolumeSnapshotDatastring