airshipctl/pkg/bootstrap
Kostiantyn Kalynovskyi ac6e8d1194 Remove not needed context pointers in container interface
Container interface is being extended right now, because we
build new things on top of it, such as bootstrap containers.

Current version of it, was delivered as MVP and is used only
in ISOGEN. During MVP stage we didn't bother too much about
the pointers and readability. However now when we built something
new on top of it, we want to make sure that it we dont make
matters worse, and building on solid foundation.

The pointers are not needed in any way, and they are dereferenced
on top of that, context.Context is an interface, and there is
very limited theoretical use of pointers to interfaces.

Change-Id: Iee1eeb89f058aa8e994cba685b49085707362ee1
2020-10-27 17:28:25 -05:00
..
cloudinit Update Kustomize integration to api/v0.3.1 2020-04-13 10:06:41 -05:00
isogen Remove not needed context pointers in container interface 2020-10-27 17:28:25 -05:00