Skip to content

Commit de80069

Browse files
committed
fix(insights): remove state print column
This commit is removing the left over from v1alpha1. The state field was removed in the v1alpha2 version. Signed-off-by: Ondrej Pokorny <[email protected]>
1 parent ff66e60 commit de80069

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

insights/v1alpha2/types_insights.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
// +openshift:api-approved.openshift.io=https://github.com/openshift/api/pull/2248
1414
// +openshift:file-pattern=cvoRunLevel=0000_10,operatorName=insights,operatorOrdering=01
1515
// +openshift:enable:FeatureGate=InsightsOnDemandDataGather
16-
// +kubebuilder:printcolumn:name=State,type=string,JSONPath=.status.dataGatherState,description=DataGather job state
1716
// +kubebuilder:printcolumn:name=StartTime,type=date,JSONPath=.status.startTime,description=DataGather start time
1817
// +kubebuilder:printcolumn:name=FinishTime,type=date,JSONPath=.status.finishTime,description=DataGather finish time
1918
//

0 commit comments

Comments
 (0)