Documentation
¶
Index ¶
- type AIOpniClusterReconciler
- type AIPretrainedModelReconciler
- type ClusterPolicyReconciler
- type CoreGatewayReconciler
- type CoreLoggingClusterReconciler
- type CoreMonitoringReconciler
- type GpuPolicyAdapterReconciler
- type GrafanaDashboardReconciler
- type GrafanaDatasourceReconciler
- type GrafanaReconciler
- type LoggingClusterBindingReconciler
- type LoggingDataPrepperReconciler
- type LoggingLogAdapterReconciler
- type LoggingMulticlusterRoleBindingReconciler
- type LoggingMulticlusterUserReconciler
- type LoggingOpniOpensearchReconciler
- type LoggingReconciler
- type NatsClusterReonciler
- type NodeFeatureDiscoveryReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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 ClusterPolicyReconciler ¶ added in v0.2.0
type ClusterPolicyReconciler nvidiacontrollers.ClusterPolicyReconciler
func (*ClusterPolicyReconciler) SetupWithManager ¶ added in v0.2.0
func (r *ClusterPolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
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.
type GpuPolicyAdapterReconciler ¶ added in v0.2.0
GpuPolicyAdapterReconciler reconciles a GpuPolicyAdapter object
func (*GpuPolicyAdapterReconciler) SetupWithManager ¶ added in v0.2.0
func (r *GpuPolicyAdapterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
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 LoggingLogAdapterReconciler ¶ added in v0.6.0
LogAdapterReconciler reconciles a LogAdapter object
func (*LoggingLogAdapterReconciler) SetupWithManager ¶ added in v0.6.0
func (r *LoggingLogAdapterReconciler) 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 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 LoggingReconciler ¶ added in v0.2.0
type LoggingReconciler logcontrollers.LoggingReconciler
func (*LoggingReconciler) SetupWithManager ¶ added in v0.2.0
func (r *LoggingReconciler) SetupWithManager(mgr ctrl.Manager) error
Implement test.Reconciler for our test environment
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
- clusterpolicy_controller.go
- core_gateway_controller.go
- core_loggingcluster_controller.go
- core_monitoring_controller.go
- core_nats_controller.go
- gpupolicyadapter_controller.go
- grafana_controller.go
- logging_controller.go
- logging_dataprepper_controller.go
- logging_logadapter_controller.go
- logging_loggingclusterbinding_controller.go
- logging_multiclusterbinding_controller.go
- logging_multiclusteruser_controller.go
- logging_opniopensearch_controller.go
- nfd_controller.go