Skip to content

Commit

Permalink
add short name for resourceinterpretercustomizations
Browse files Browse the repository at this point in the history
Signed-off-by: changzhen <[email protected]>
  • Loading branch information
XiShanYongYe-Chang committed Apr 26, 2024
1 parent 87c7782 commit cc72dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ spec:
kind: ResourceInterpreterCustomization
listKind: ResourceInterpreterCustomizationList
plural: resourceinterpretercustomizations
shortNames:
- ric
singular: resourceinterpretercustomization
scope: Cluster
versions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
// +genclient
// +genclient:nonNamespaced
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// +kubebuilder:resource:path=resourceinterpretercustomizations,scope="Cluster",categories={karmada-io}
// +kubebuilder:resource:path=resourceinterpretercustomizations,scope="Cluster",shortName=ric,categories={karmada-io}
// +kubebuilder:storageversion

// ResourceInterpreterCustomization describes the configuration of a specific
Expand Down

0 comments on commit cc72dc8

Please sign in to comment.