Skip to content

Commit

Permalink
fixup! feat: Add Non Admin Restore controller
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
  • Loading branch information
mateusoliveira43 committed May 15, 2024
1 parent 49de8b5 commit 47605cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/nonadminrestore_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ type NonAdminRestoreStatus struct {

// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
// +kubebuilder:resource:path=nonadminrestores,shortName=nar

// NonAdminRestore is the Schema for the nonadminrestores API
type NonAdminRestore struct {
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/nac.oadp.openshift.io_nonadminrestores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: NonAdminRestore
listKind: NonAdminRestoreList
plural: nonadminrestores
shortNames:
- nar
singular: nonadminrestore
scope: Namespaced
versions:
Expand Down

0 comments on commit 47605cd

Please sign in to comment.