Skip to content

Commit

Permalink
add short name mr for MantleRestore
Browse files Browse the repository at this point in the history
Signed-off-by: Ryotaro Banno <[email protected]>
  • Loading branch information
ushitora-anqou committed Nov 21, 2024
1 parent 14279ef commit b650dda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/v1/mantlerestore_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const (

// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
// +kubebuilder:resource:shortName=mr

// MantleRestore is the Schema for the mantlerestores API
type MantleRestore struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: MantleRestore
listKind: MantleRestoreList
plural: mantlerestores
shortNames:
- mr
singular: mantlerestore
scope: Namespaced
versions:
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/mantle.cybozu.io_mantlerestores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: MantleRestore
listKind: MantleRestoreList
plural: mantlerestores
shortNames:
- mr
singular: mantlerestore
scope: Namespaced
versions:
Expand Down

0 comments on commit b650dda

Please sign in to comment.