Skip to content

Commit

Permalink
Change the short name of vineyard to v6d.
Browse files Browse the repository at this point in the history
Signed-off-by: Ye Cao <[email protected]>
  • Loading branch information
dashanji committed Dec 21, 2023
1 parent 1a252b6 commit e3a773e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LOADER_IMG ?= ${IMG_REPO}/fluid-dataloader
INIT_USERS_IMG ?= ${IMG_REPO}/init-users
WEBHOOK_IMG ?= ${IMG_REPO}/fluid-webhook
CRD_UPGRADER_IMG?= ${IMG_REPO}/fluid-crd-upgrader
GO_MODULE ?= off
GO_MODULE ?= on
GC_FLAGS ?= -gcflags="all=-N -l"
ARCH ?= amd64

Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3643,7 +3643,7 @@
}
},
".VineyardRuntime": {
"description": "VineyardRuntime is the Schema for the vineyardruntimes API",
"description": "VineyardRuntime is the Schema for the VineyardRuntimes API",
"type": "object",
"properties": {
"apiVersion": {
Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/vineyardruntime_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ type VineyardRuntimeSpec struct {
// +kubebuilder:printcolumn:name="API Gateway",type="string",JSONPath=`.status.apiGateway.endpoint`,priority=10
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=`.metadata.creationTimestamp`,priority=0
// +kubebuilder:resource:scope=Namespaced
// +kubebuilder:resource:categories={fluid},shortName=vineyard
// +kubebuilder:resource:categories={fluid},shortName=v6d
// +genclient

// VineyardRuntime is the Schema for the VineyardRuntimes API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
listKind: VineyardRuntimeList
plural: vineyardruntimes
shortNames:
- vineyard
- v6d
singular: vineyardruntime
scope: Namespaced
versions:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/data.fluid.io_vineyardruntimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
listKind: VineyardRuntimeList
plural: vineyardruntimes
shortNames:
- vineyard
- v6d
singular: vineyardruntime
scope: Namespaced
versions:
Expand Down

0 comments on commit e3a773e

Please sign in to comment.