Skip to content

Commit

Permalink
typo; s/tthe/the - closes #46
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 16, 2023
1 parent b4f3264 commit dd25dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/controllers/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ let ar = ApiResource::erase::<k8s_openapi::api::core::v1::Pod>(&());
Controller::new_with(api, watcher::Config::default(), &ar)
```

We have to recursively re-implement every part of [Pod] that we care about, but we automatically drop every field except tthe ones we defined. In this case we do not gain version independence (due to re-using pinned type-information), but you could gain this by using api [discovery].
We have to recursively re-implement every part of [Pod] that we care about, but we automatically drop every field except the ones we defined. In this case we do not gain version independence (due to re-using pinned type-information), but you could gain this by using api [discovery].

This is functionally similar way to deriving `CustomResource` on an incomplete struct, but using (possibly) dynamic api parameters.

Expand Down

0 comments on commit dd25dee

Please sign in to comment.