Skip to content
Snippets Groups Projects
Commit d03280a1 authored by Michael Bridgen's avatar Michael Bridgen
Browse files

Update to controller-runtime 0.7.0


controller-runtime methods now accept `client.Object` and
`client.ObjectList` rather than `runtime.Object`. This means the
adapter interfaces need to change signature, but happily, little else.

Since the list adapter is now distinct to the object adapter, `len()`
can go there instead of the command-specific interfaces.

Signed-off-by: default avatarMichael Bridgen <michael@weave.works>
parent b30ef523
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment