Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/v1/qdrantcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ type NodeStatus struct {
// +kubebuilder:printcolumn:name="Version",type=string,JSONPath=`.spec.version`
// +kubebuilder:printcolumn:name="Phase",type=string,JSONPath=`.status.phase`
// +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp`
// +kubebuilder:subresource:status

// QdrantCluster is the Schema for the qdrantclusters API
type QdrantCluster struct {
Expand Down
1 change: 1 addition & 0 deletions api/v1/qdrantclusterrestore_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ type QdrantClusterRestoreStatus struct {
// +kubebuilder:resource:path=qdrantclusterrestores,singular=qdrantclusterrestore,shortName=qcrs;qcr
// +kubebuilder:printcolumn:name="Phase",type=string,JSONPath=`.status.phase`
// +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp`
// +kubebuilder:subresource:status

// QdrantClusterRestore is the Schema for the qdrantclusterrestores API
type QdrantClusterRestore struct {
Expand Down
1 change: 1 addition & 0 deletions api/v1/qdrantclusterscheduledsnapshot_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ type QdrantClusterScheduledSnapshotStatus struct {
// +kubebuilder:printcolumn:name="retention",type=string,JSONPath=`.spec.retention`
// +kubebuilder:printcolumn:name="scheduled",type=string,JSONPath=`.status.scheduled`
// +kubebuilder:printcolumn:name="age",type=date,JSONPath=`.metadata.creationTimestamp`
// +kubebuilder:subresource:status

// QdrantClusterScheduledSnapshot is the Schema for the qdrantclusterscheduledsnapshots API
type QdrantClusterScheduledSnapshot struct {
Expand Down
1 change: 1 addition & 0 deletions api/v1/qdrantclustersnapshot_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ type VolumeSnapshotInfo struct {
// +kubebuilder:printcolumn:name="retainUntil",type=string,JSONPath=`.status.retainUntil`
// +kubebuilder:printcolumn:name="completion-time",type=string,JSONPath=`.status.completionTime`
// +kubebuilder:printcolumn:name="age",type=date,JSONPath=`.metadata.creationTimestamp`
// +kubebuilder:subresource:status

// QdrantClusterSnapshot is the Schema for the qdrantclustersnapshots API
type QdrantClusterSnapshot struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ spec:
type: object
served: true
storage: true
subresources: {}
subresources:
status: {}
{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -1225,5 +1225,6 @@ spec:
type: object
served: true
storage: true
subresources: {}
subresources:
status: {}
{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@ spec:
type: object
served: true
storage: true
subresources: {}
subresources:
status: {}
{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,6 @@ spec:
type: object
served: true
storage: true
subresources: {}
subresources:
status: {}
{{ end }}
3 changes: 2 additions & 1 deletion crds/qdrant.io_qdrantclusterrestores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ spec:
type: object
served: true
storage: true
subresources: {}
subresources:
status: {}
3 changes: 2 additions & 1 deletion crds/qdrant.io_qdrantclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1224,4 +1224,5 @@ spec:
type: object
served: true
storage: true
subresources: {}
subresources:
status: {}
3 changes: 2 additions & 1 deletion crds/qdrant.io_qdrantclusterscheduledsnapshots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,5 @@ spec:
type: object
served: true
storage: true
subresources: {}
subresources:
status: {}
3 changes: 2 additions & 1 deletion crds/qdrant.io_qdrantclustersnapshots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,5 @@ spec:
type: object
served: true
storage: true
subresources: {}
subresources:
status: {}
Loading