Skip to content

Commit de2ba95

Browse files
author
eliranb
committed
removing TODO comment regarding DeploymentStatus field
1 parent dc55550 commit de2ba95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/v1beta/lightrunjavaagent_types.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ type LightrunJavaAgentSpec struct {
8181
type LightrunJavaAgentStatus struct {
8282
LastScheduleTime *metav1.Time `json:"lastScheduleTime,omitempty"`
8383
Conditions []metav1.Condition `json:"conditions,omitempty"`
84-
// TODO rename status field to more agnostic name such as "Status"
85-
DeploymentStatus string `json:"deploymentStatus,omitempty"`
84+
DeploymentStatus string `json:"deploymentStatus,omitempty"`
8685
}
8786

8887
//+kubebuilder:object:root=true

0 commit comments

Comments
 (0)