# Constants
ScheduledVolumeSnapshotController is the canonical controller name.
SnapshotPhaseCreating indicates controller found a candidate and will now create a VolumeSnapshot from the PVC.
SnapshotPhaseDeletingPod signals the fullNodeRef to delete the candidate pod.
SnapshotPhaseFindingCandidate is finding a pod/pvc candidate from which to create a VolumeSnapshot.
SnapshotPhaseMissingCRDs means the controller is not creating snapshots.
SnapshotPhaseRestorePod signals the fullNodeRef it can recreate the temporarily deleted pod.
SnapshotPhaseSuspended means the controller is not creating snapshots.
SnapshotPhaseWaitingForCreation means the VolumeSnapshot has been created and the controller is waiting for the VolumeSnapshot to become ready for use.
SnapshotPhaseWaitingForNext means waiting for the next scheduled time to start the snapshot creation process.
SnapshotPhaseWaitingForPodDeletion indicates controller is waiting for the fullNodeRef to delete the candidate pod.
StatefulJobController is the canonical controller name.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
JobTemplateSpec is a subset of batchv1.JobSpec.
No description provided by the author
ScheduledVolumeSnapshot is the Schema for the scheduledvolumesnapshots API.
ScheduledVolumeSnapshotList contains a list of ScheduledVolumeSnapshot.
ScheduledVolumeSnapshotSpec defines the desired state of ScheduledVolumeSnapshot Creates recurring VolumeSnapshots of a PVC managed by a CosmosFullNode.
ScheduledVolumeSnapshotStatus defines the observed state of ScheduledVolumeSnapshot.
No description provided by the author
StatefulJob is the Schema for the statefuljobs API.
StatefulJobList contains a list of StatefulJob.
StatefulJobSpec defines the desired state of StatefulJob.
StatefulJobStatus defines the observed state of StatefulJob.
StatefulJobVolumeClaimTemplate is a subset of a PersistentVolumeClaimTemplate.
No description provided by the author
# Type aliases
No description provided by the author