Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Options *options.CompletedOptions
Provider provider.MultiClusterProvider
ExternalAddressGenerator kuberesources.ExternalAddreesGeneratorFunc
Manager mcmanager.Manager
Scheme *runtime.Scheme
ClientConfig *rest.Config
}
type Controllers ¶
type Controllers struct {
ClusterBinding *clusterbinding.ClusterBindingReconciler
ServiceExport *serviceexport.APIServiceExportReconciler
ServiceExportRequest *serviceexportrequest.APIServiceExportRequestReconciler
ServiceNamespace *servicenamespace.APIServiceNamespaceReconciler
}
type Server ¶
type Server struct {
Config *Config
OIDC *http.OIDCServiceProvider
Kubernetes *kube.Manager
WebServer *http.Server
Controllers
}
Click to show internal directories.
Click to hide internal directories.