constellation/bootstrapper/internal/kubernetes/k8sapi/resources
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
..
auditpolicy_test.go Upgrade go module to v2 2022-09-22 09:10:19 +02:00
auditpolicy.go Document exported funcs,types,interfaces and enable check. (#475) 2022-11-09 15:57:54 +01:00
konnectivity.go AB#2635: Deploy Konnectivity via Helm 2022-11-23 12:21:08 +01:00