Skip to content

Commit

Permalink
add shortname vk
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolik committed Aug 1, 2024
1 parent 1d7c4c1 commit d2f8d97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/v1/valkey_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ type ValkeyStatus struct {

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

// Valkey is the Schema for the valkeys API
// +kubebuilder:printcolumn:name="Ready",type="boolean",JSONPath=`.status.ready`
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/hyperspike.io_valkeys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
kind: Valkey
listKind: ValkeyList
plural: valkeys
shortNames:
- vk
singular: valkey
scope: Namespaced
versions:
Expand Down
2 changes: 2 additions & 0 deletions dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spec:
kind: Valkey
listKind: ValkeyList
plural: valkeys
shortNames:
- vk
singular: valkey
scope: Namespaced
versions:
Expand Down

0 comments on commit d2f8d97

Please sign in to comment.