Skip to content

Commit

Permalink
Merge pull request #4872 from XiShanYongYe-Chang/add-shortname-for-Re…
Browse files Browse the repository at this point in the history
…sourceInterpreterCustomization

add short name for resourceinterpretercustomizations
  • Loading branch information
karmada-bot authored Apr 30, 2024
2 parents 54ad963 + cc72dc8 commit 5bc8c54
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 5bc8c54

Please sign in to comment.