Documentation ¶
Overview ¶
Package resources contains the resources controller responsible for making sure the various Kubernetes resources we need in the usercluster like RBAC, Deployments, ServiceAccounts and much more are present.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add( mgr manager.Manager, seedMgr manager.Manager, version string, namespace string, cloudProviderName string, clusterURL *url.URL, clusterIsPaused userclustercontrollermanager.IsPausedChecker, openvpnServerPort uint32, kasSecurePort uint32, tunnelingAgentIP net.IP, registerReconciledCheck func(name string, check healthz.Checker) error, dnsClusterIP string, opaIntegration bool, versions kubermatic.Versions, userSSHKeyAgent bool, opaWebhookTimeout int, caBundle resources.CABundle, userClusterMLA UserClusterMLA, log *zap.SugaredLogger) error
Add creates a new user cluster controller.
Types ¶
type UserClusterMLA ¶ added in v2.17.0
Click to show internal directories.
Click to hide internal directories.