Versions in this module Expand all Collapse all v1 v1.2.0 Apr 5, 2021 Changes in this version + const ConditionReconciled + const ReconciledReasonComplete + const ReconciledReasonError + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type SnapshotRetentionSpec struct + Expires string + MaxCount *int32 + func (in *SnapshotRetentionSpec) DeepCopy() *SnapshotRetentionSpec + func (in *SnapshotRetentionSpec) DeepCopyInto(out *SnapshotRetentionSpec) + type SnapshotSchedule struct + Spec SnapshotScheduleSpec + Status SnapshotScheduleStatus + func (in *SnapshotSchedule) DeepCopy() *SnapshotSchedule + func (in *SnapshotSchedule) DeepCopyInto(out *SnapshotSchedule) + func (in *SnapshotSchedule) DeepCopyObject() runtime.Object + type SnapshotScheduleList struct + Items []SnapshotSchedule + func (in *SnapshotScheduleList) DeepCopy() *SnapshotScheduleList + func (in *SnapshotScheduleList) DeepCopyInto(out *SnapshotScheduleList) + func (in *SnapshotScheduleList) DeepCopyObject() runtime.Object + type SnapshotScheduleSpec struct + ClaimSelector metav1.LabelSelector + Disabled bool + Retention SnapshotRetentionSpec + Schedule string + SnapshotTemplate *SnapshotTemplateSpec + func (in *SnapshotScheduleSpec) DeepCopy() *SnapshotScheduleSpec + func (in *SnapshotScheduleSpec) DeepCopyInto(out *SnapshotScheduleSpec) + type SnapshotScheduleStatus struct + Conditions []conditionsv1.Condition + LastSnapshotTime *metav1.Time + NextSnapshotTime *metav1.Time + func (in *SnapshotScheduleStatus) DeepCopy() *SnapshotScheduleStatus + func (in *SnapshotScheduleStatus) DeepCopyInto(out *SnapshotScheduleStatus) + type SnapshotTemplateSpec struct + Labels map[string]string + SnapshotClassName *string + func (in *SnapshotTemplateSpec) DeepCopy() *SnapshotTemplateSpec + func (in *SnapshotTemplateSpec) DeepCopyInto(out *SnapshotTemplateSpec)