Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions details/operator-sdk/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
metadata:
labels:
control-plane: controller-manager
app: operator.connector.netapp.io
spec:
containers:
- command:
Expand Down
4 changes: 4 additions & 0 deletions details/operator-sdk/config/samples/neptune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3082,6 +3082,9 @@ spec:
clonePVCName:
description: Name of the temporary clone PVC created for Restic to copy from (if dataSourceRef is a VolumeSnapshot)
type: string
clonePVName:
description: Name of the temporary clone PV created for the PVC.
type: string
completionTimestamp:
description: CompletionTimestamp records the time the ResticVolumeBackup completed. The server's time is used for CompletionTimestamps
format: date-time
Expand Down Expand Up @@ -3147,6 +3150,7 @@ spec:
description: State indicates a high level summary of the ResticVolumeBackup's state
type: string
required:
- clonePVName
- conditions
- state
type: object
Expand Down