-
- Downloads
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:
Michael Bridgen <michael@weave.works>
Showing
- cmd/flux/export.go 2 additions, 3 deletionscmd/flux/export.go
- cmd/flux/get.go 2 additions, 3 deletionscmd/flux/get.go
- cmd/flux/image.go 7 additions, 7 deletionscmd/flux/image.go
- cmd/flux/object.go 13 additions, 5 deletionscmd/flux/object.go
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 50 additions, 0 deletionsgo.sum
Loading
Please register or sign in to comment