Skip to content

Commit fdb2470

Browse files
committed
Make QdrantClusterStatus a sub resource
1 parent c33ae78 commit fdb2470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/v1/qdrantcluster_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,7 @@ type NodeStatus struct {
865865
// +kubebuilder:printcolumn:name="Version",type=string,JSONPath=`.spec.version`
866866
// +kubebuilder:printcolumn:name="Phase",type=string,JSONPath=`.status.phase`
867867
// +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp`
868+
// +kubebuilder:subresource:status
868869

869870
// QdrantCluster is the Schema for the qdrantclusters API
870871
type QdrantCluster struct {

0 commit comments

Comments
 (0)