You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/faq.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,10 @@ type StructName struct {
151
151
TimeField metav1.Time`json:"timeField,omitempty"`
152
152
}
153
153
```
154
-
Users would have error notification from Kubernetes API when trying to create CRD with wrong `timefield` value, and developers would already have parsed time field to use in code.
154
+
155
+
- Users still receive error notifications from the Kubernetes API for invalid `timeField` values.
156
+
- Developers can directly use the parsed TimeField in their code without additional parsing, reducing errors and improving efficiency.
0 commit comments