We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc55550 commit de2ba95Copy full SHA for de2ba95
api/v1beta/lightrunjavaagent_types.go
@@ -81,8 +81,7 @@ type LightrunJavaAgentSpec struct {
81
type LightrunJavaAgentStatus struct {
82
LastScheduleTime *metav1.Time `json:"lastScheduleTime,omitempty"`
83
Conditions []metav1.Condition `json:"conditions,omitempty"`
84
- // TODO rename status field to more agnostic name such as "Status"
85
- DeploymentStatus string `json:"deploymentStatus,omitempty"`
+ DeploymentStatus string `json:"deploymentStatus,omitempty"`
86
}
87
88
//+kubebuilder:object:root=true
0 commit comments