Skip to content

Commit d462f06

Browse files
author
eliranb
committed
Remove deprecated printcolumn for deploymentName in LightrunJavaAgentStatus to streamline CRD definitions and enhance clarity.
1 parent 52c042c commit d462f06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/v1beta/lightrunjavaagent_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ type LightrunJavaAgentStatus struct {
103103
//+kubebuilder:object:root=true
104104
//+kubebuilder:subresource:status
105105
//+kubebuilder:resource:shortName=lrja
106-
//+kubebuilder:printcolumn:priority=0,name=Deployment,type=string,JSONPath=".spec.deploymentName",description="Deployment name",format=""
107106
//+kubebuilder:printcolumn:priority=0,name=Workload,type=string,JSONPath=".spec.workloadName",description="Workload name",format=""
108107
//+kubebuilder:printcolumn:priority=0,name=Type,type=string,JSONPath=".spec.workloadType",description="Workload type",format=""
109108
//+kubebuilder:printcolumn:priority=0,name="Status",type=string,JSONPath=".status.workloadStatus",description="Status of Workload Reconciliation",format=""

0 commit comments

Comments
 (0)