Documentation ¶
Index ¶
- func AddToManager(mgr ctrl.Manager, options options.AddOptions) error
- type APIServerReconciler
- type AmazonCloudIntegrationReconciler
- type AuthenticationReconciler
- type ComplianceReconciler
- type InstallationReconciler
- type IntrusionDetectionReconciler
- type LogCollectorReconciler
- type LogStorageReconciler
- type ManagementClusterConnectionReconciler
- type ManagerReconciler
- type MonitorReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToManager ¶
func AddToManager(mgr ctrl.Manager, options options.AddOptions) error
Types ¶
type APIServerReconciler ¶
APIServerReconciler reconciles a APIServer object
func (*APIServerReconciler) SetupWithManager ¶
func (r *APIServerReconciler) SetupWithManager(mgr ctrl.Manager, opts options.AddOptions) error
type AmazonCloudIntegrationReconciler ¶
type AmazonCloudIntegrationReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme }
AmazonCloudIntegrationReconciler reconciles a AmazonCloudIntegration object
func (*AmazonCloudIntegrationReconciler) SetupWithManager ¶
func (r *AmazonCloudIntegrationReconciler) SetupWithManager(mgr ctrl.Manager, opts options.AddOptions) error
type AuthenticationReconciler ¶
AuthenticationReconciler reconciles an Authentication object
func (*AuthenticationReconciler) SetupWithManager ¶
func (r *AuthenticationReconciler) SetupWithManager(mgr ctrl.Manager, opts options.AddOptions) error
type ComplianceReconciler ¶
ComplianceReconciler reconciles a Compliance object
func (*ComplianceReconciler) SetupWithManager ¶
func (r *ComplianceReconciler) SetupWithManager(mgr ctrl.Manager, opts options.AddOptions) error
type InstallationReconciler ¶
InstallationReconciler reconciles a Installation object
func (*InstallationReconciler) SetupWithManager ¶
func (r *InstallationReconciler) SetupWithManager(mgr ctrl.Manager, opts options.AddOptions) error
type IntrusionDetectionReconciler ¶
IntrusionDetectionReconciler reconciles a IntrusionDetection object
func (*IntrusionDetectionReconciler) SetupWithManager ¶
func (r *IntrusionDetectionReconciler) SetupWithManager(mgr ctrl.Manager, opts options.AddOptions) error
type LogCollectorReconciler ¶
LogCollectorReconciler reconciles a LogCollector object
func (*LogCollectorReconciler) SetupWithManager ¶
func (r *LogCollectorReconciler) SetupWithManager(mgr ctrl.Manager, opts options.AddOptions) error
type LogStorageReconciler ¶
LogStorageReconciler reconciles a LogStorage object
func (*LogStorageReconciler) SetupWithManager ¶
func (r *LogStorageReconciler) SetupWithManager(mgr ctrl.Manager, opts options.AddOptions) error
type ManagementClusterConnectionReconciler ¶
type ManagementClusterConnectionReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme }
ManagementClusterConnectionReconciler reconciles a ManagementClusterConnection object
func (*ManagementClusterConnectionReconciler) SetupWithManager ¶
func (r *ManagementClusterConnectionReconciler) SetupWithManager(mgr ctrl.Manager, opts options.AddOptions) error
type ManagerReconciler ¶
ManagerReconciler reconciles a Manager object
func (*ManagerReconciler) SetupWithManager ¶
func (r *ManagerReconciler) SetupWithManager(mgr ctrl.Manager, opts options.AddOptions) error
type MonitorReconciler ¶ added in v1.19.0
MonitorReconciler reconciles a Monitor object
func (*MonitorReconciler) SetupWithManager ¶ added in v1.19.0
func (r *MonitorReconciler) SetupWithManager(mgr ctrl.Manager, opts options.AddOptions) error
Source Files ¶
- amazoncloudintegration_controller.go
- apiserver_controller.go
- authentication_controller.go
- compliance_controller.go
- controllers.go
- installation_controller.go
- intrusiondetection_controller.go
- logcollector_controller.go
- logstorage_controller.go
- managementclusterconnection_controller.go
- manager_controller.go
- monitor_controller.go
Click to show internal directories.
Click to hide internal directories.