constellation/bootstrapper/internal
Otto Bittner 6af54142f2
Remove client pkg from kubectl pkg (#638)
The nested client pkg was necessary to implement a generator pattern.
The generator was necessary as the Kubewrapper type
expects a k8sapi.Client object during instantiation.
However, the required kubeconfig is not ready during Kubewrapper creation.
This patch relies on an Initialize function to set the Kubeconfig
and hands over an empty struct during Kubewrapper creation.
This allows us to remove the extra Client abstraction.
2022-11-25 11:19:22 +01:00
..
certificate Deploy Konnectivity 2022-09-09 17:26:02 +02:00
clean Document exported funcs,types,interfaces and enable check. (#475) 2022-11-09 15:57:54 +01:00
diskencryption add license headers 2022-09-05 09:17:25 +02:00
helm Remove client pkg from kubectl pkg (#638) 2022-11-25 11:19:22 +01:00
initserver kubernetes: verify Kubernetes components 2022-11-23 10:48:03 +01:00
joinclient bootstrapper: fix GracefulStop of InitServer 2022-11-21 18:22:23 +01:00
kubelet Upgrade go module to v2 2022-09-22 09:10:19 +02:00
kubernetes Remove client pkg from kubectl pkg (#638) 2022-11-25 11:19:22 +01:00
logging Document exported funcs,types,interfaces and enable check. (#475) 2022-11-09 15:57:54 +01:00
nodelock Upgrade go module to v2 2022-09-22 09:10:19 +02:00