Skip to content

Commit 535f331

Browse files
Mateus Oliveiracamilamacedo86
andauthored
Update docs/book/src/faq.md
Co-authored-by: Camila Macedo <[email protected]>
1 parent 3c61161 commit 535f331

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/book/src/faq.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,10 @@ type StructName struct {
151151
TimeField metav1.Time `json:"timeField,omitempty"`
152152
}
153153
```
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.
157+
155158
156159
157160

0 commit comments

Comments
 (0)