Skip to content

Commit

Permalink
feat: add short name to retrieve AmaltheaSession objects (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaist authored Jan 31, 2025
1 parent 87c996d commit e4d593c
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 156 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/amaltheasession_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ type AmaltheaSessionStatus struct {
}

//+kubebuilder:object:root=true
//+kubebuilder:resource:shortName=ams;amss
//+kubebuilder:subresource:status

// +kubebuilder:printcolumn:name="Status",type="string",JSONPath=`.status.state`,description="The overall status of the session."
Expand Down
Loading

0 comments on commit e4d593c

Please sign in to comment.