Documentation ¶
Index ¶
- Variables
- type AIOpniClusterReconciler
- type AIPretrainedModelReconciler
- type CoreAlertingReconciler
- type CoreCollectorReconciler
- type CoreGatewayReconciler
- type CoreLoggingClusterReconciler
- type CoreMonitoringReconciler
- func (r *CoreMonitoringReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *CoreMonitoringReconciler) SetupWithManager(mgr ctrl.Manager) error
- func (r *CoreMonitoringReconciler) Upgrade(ctx context.Context, umc *unstructured.Unstructured) (k8sutil.RequeueOp, error)
- type GrafanaDashboardReconciler
- type GrafanaDatasourceReconciler
- type GrafanaReconciler
- type LoggingClusterBindingReconciler
- type LoggingDataPrepperReconciler
- type LoggingMulticlusterRoleBindingReconciler
- type LoggingMulticlusterUserReconciler
- type LoggingOpensearchRepositoryReconciler
- type LoggingOpniOpensearchReconciler
- type LoggingPreprocessorReconciler
- type LoggingRecurringSnapshotReconciler
- type LoggingSnapshotReconciler
- type NatsClusterReonciler
- type NodeFeatureDiscoveryReconciler
Constants ¶
This section is empty.
Variables ¶
var ErrAlreadyUpgraded = fmt.Errorf("already upgraded")
Functions ¶
This section is empty.
Types ¶
type AIOpniClusterReconciler ¶ added in v0.6.0
type AIOpniClusterReconciler struct { client.Client Opts []opnicluster.ReconcilerOption // contains filtered or unexported fields }
OpniClusterReconciler reconciles a OpniCluster object
func (*AIOpniClusterReconciler) SetupWithManager ¶ added in v0.6.0
func (r *AIOpniClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type AIPretrainedModelReconciler ¶ added in v0.6.0
PretrainedModelReconciler reconciles a PretrainedModel object
func (*AIPretrainedModelReconciler) SetupWithManager ¶ added in v0.6.0
func (r *AIPretrainedModelReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type CoreAlertingReconciler ¶ added in v0.10.0
func (*CoreAlertingReconciler) SetupWithManager ¶ added in v0.10.0
func (r *CoreAlertingReconciler) SetupWithManager(mgr ctrl.Manager) error
type CoreCollectorReconciler ¶ added in v0.8.3
func (*CoreCollectorReconciler) SetupWithManager ¶ added in v0.8.3
func (r *CoreCollectorReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type CoreGatewayReconciler ¶ added in v0.6.0
func (*CoreGatewayReconciler) SetupWithManager ¶ added in v0.6.0
func (r *CoreGatewayReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type CoreLoggingClusterReconciler ¶ added in v0.6.0
type CoreLoggingClusterReconciler struct { client.Client // contains filtered or unexported fields }
func (*CoreLoggingClusterReconciler) SetupWithManager ¶ added in v0.6.0
func (r *CoreLoggingClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type CoreMonitoringReconciler ¶ added in v0.6.0
func (*CoreMonitoringReconciler) SetupWithManager ¶ added in v0.6.0
func (r *CoreMonitoringReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
func (*CoreMonitoringReconciler) Upgrade ¶ added in v0.12.0
func (r *CoreMonitoringReconciler) Upgrade(ctx context.Context, umc *unstructured.Unstructured) (k8sutil.RequeueOp, error)
type GrafanaDashboardReconciler ¶ added in v0.4.1
type GrafanaDashboardReconciler struct { client.Client Log logr.Logger // contains filtered or unexported fields }
func (*GrafanaDashboardReconciler) SetupWithManager ¶ added in v0.4.1
func (r *GrafanaDashboardReconciler) SetupWithManager(mgr ctrl.Manager) error
type GrafanaDatasourceReconciler ¶ added in v0.4.1
type GrafanaDatasourceReconciler struct { client.Client Log logr.Logger // contains filtered or unexported fields }
func (*GrafanaDatasourceReconciler) SetupWithManager ¶ added in v0.4.1
func (r *GrafanaDatasourceReconciler) SetupWithManager(mgr ctrl.Manager) error
type GrafanaReconciler ¶ added in v0.4.1
type GrafanaReconciler struct { client.Client Log logr.Logger // contains filtered or unexported fields }
func (*GrafanaReconciler) SetupWithManager ¶ added in v0.4.1
func (r *GrafanaReconciler) SetupWithManager(mgr ctrl.Manager) error
type LoggingClusterBindingReconciler ¶ added in v0.4.0
type LoggingClusterBindingReconciler struct { client.Client // contains filtered or unexported fields }
func (*LoggingClusterBindingReconciler) SetupWithManager ¶ added in v0.4.0
func (r *LoggingClusterBindingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type LoggingDataPrepperReconciler ¶ added in v0.6.0
type LoggingDataPrepperReconciler struct { client.Client OpniCentral bool // contains filtered or unexported fields }
func (*LoggingDataPrepperReconciler) SetupWithManager ¶ added in v0.6.0
func (r *LoggingDataPrepperReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type LoggingMulticlusterRoleBindingReconciler ¶ added in v0.6.0
type LoggingMulticlusterRoleBindingReconciler struct { client.Client // contains filtered or unexported fields }
func (*LoggingMulticlusterRoleBindingReconciler) SetupWithManager ¶ added in v0.6.0
func (r *LoggingMulticlusterRoleBindingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type LoggingMulticlusterUserReconciler ¶ added in v0.6.0
type LoggingMulticlusterUserReconciler struct { client.Client // contains filtered or unexported fields }
func (*LoggingMulticlusterUserReconciler) SetupWithManager ¶ added in v0.6.0
func (r *LoggingMulticlusterUserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type LoggingOpensearchRepositoryReconciler ¶ added in v0.11.2
type LoggingOpensearchRepositoryReconciler struct { client.Client // contains filtered or unexported fields }
func (*LoggingOpensearchRepositoryReconciler) SetupWithManager ¶ added in v0.11.2
func (r *LoggingOpensearchRepositoryReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type LoggingOpniOpensearchReconciler ¶ added in v0.6.0
type LoggingOpniOpensearchReconciler struct { client.Client Opts []opniopensearch.ReconcilerOption // contains filtered or unexported fields }
func (*LoggingOpniOpensearchReconciler) SetupWithManager ¶ added in v0.6.0
func (r *LoggingOpniOpensearchReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type LoggingPreprocessorReconciler ¶ added in v0.9.0
type LoggingPreprocessorReconciler struct { client.Client Opts []preprocessor.ReconcilerOption // contains filtered or unexported fields }
func (*LoggingPreprocessorReconciler) SetupWithManager ¶ added in v0.9.0
func (r *LoggingPreprocessorReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type LoggingRecurringSnapshotReconciler ¶ added in v0.11.2
type LoggingRecurringSnapshotReconciler struct { client.Client // contains filtered or unexported fields }
func (*LoggingRecurringSnapshotReconciler) SetupWithManager ¶ added in v0.11.2
func (r *LoggingRecurringSnapshotReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type LoggingSnapshotReconciler ¶ added in v0.11.2
func (*LoggingSnapshotReconciler) SetupWithManager ¶ added in v0.11.2
func (r *LoggingSnapshotReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NatsClusterReonciler ¶ added in v0.6.0
func (*NatsClusterReonciler) SetupWithManager ¶ added in v0.6.0
func (r *NatsClusterReonciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NodeFeatureDiscoveryReconciler ¶ added in v0.2.0
type NodeFeatureDiscoveryReconciler nfd.NodeFeatureDiscoveryReconciler
func (*NodeFeatureDiscoveryReconciler) SetupWithManager ¶ added in v0.2.0
func (r *NodeFeatureDiscoveryReconciler) SetupWithManager(mgr ctrl.Manager) error
Source Files ¶
- ai_opnicluster_controller.go
- ai_pretrainedmodel_controller.go
- core_alerting_controller.go
- core_collector_controller.go
- core_gateway_controller.go
- core_loggingcluster_controller.go
- core_monitoring_controller.go
- core_nats_controller.go
- grafana_controller.go
- logging_dataprepper_controller.go
- logging_loggingclusterbinding_controller.go
- logging_multiclusterbinding_controller.go
- logging_multiclusteruser_controller.go
- logging_opensearchrepository_controller.go
- logging_opniopensearch_controller.go
- logging_preprocessor_controller.go
- logging_recurringsnapshot_controller.go
- logging_snapshot_controller.go
- nfd_controller.go