Documentation
¶
Index ¶
- type ClusterPolicyReconciler
- type DataPrepperReconciler
- type GatewayReconciler
- type GpuPolicyAdapterReconciler
- type GrafanaDashboardReconciler
- type GrafanaDatasourceReconciler
- type GrafanaReconciler
- type LogAdapterReconciler
- type LoggingClusterBindingReconciler
- type LoggingClusterReconciler
- type LoggingReconciler
- type MonitoringReconciler
- type MulticlusterRoleBindingReconciler
- type MulticlusterUserReconciler
- type NodeFeatureDiscoveryReconciler
- type OpniClusterReconciler
- type PretrainedModelReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 DataPrepperReconciler ¶ added in v0.3.1
func (*DataPrepperReconciler) SetupWithManager ¶ added in v0.3.1
func (r *DataPrepperReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type GatewayReconciler ¶ added in v0.4.1
func (*GatewayReconciler) SetupWithManager ¶ added in v0.4.1
func (r *GatewayReconciler) 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 LogAdapterReconciler ¶ added in v0.2.0
LogAdapterReconciler reconciles a LogAdapter object
func (*LogAdapterReconciler) SetupWithManager ¶ added in v0.2.0
func (r *LogAdapterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
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 LoggingClusterReconciler ¶ added in v0.3.1
func (*LoggingClusterReconciler) SetupWithManager ¶ added in v0.3.1
func (r *LoggingClusterReconciler) 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 MonitoringReconciler ¶ added in v0.4.1
func (*MonitoringReconciler) SetupWithManager ¶ added in v0.4.1
func (r *MonitoringReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type MulticlusterRoleBindingReconciler ¶ added in v0.4.0
type MulticlusterRoleBindingReconciler struct { client.Client // contains filtered or unexported fields }
func (*MulticlusterRoleBindingReconciler) SetupWithManager ¶ added in v0.4.0
func (r *MulticlusterRoleBindingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type MulticlusterUserReconciler ¶ added in v0.4.0
func (*MulticlusterUserReconciler) SetupWithManager ¶ added in v0.4.0
func (r *MulticlusterUserReconciler) 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
type OpniClusterReconciler ¶
OpniClusterReconciler reconciles a OpniCluster object
func (*OpniClusterReconciler) SetupWithManager ¶
func (r *OpniClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PretrainedModelReconciler ¶ added in v0.2.0
PretrainedModelReconciler reconciles a PretrainedModel object
func (*PretrainedModelReconciler) SetupWithManager ¶ added in v0.2.0
func (r *PretrainedModelReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Source Files
¶
- clusterpolicy_controller.go
- dataprepper_controller.go
- gateway_controller.go
- gpupolicyadapter_controller.go
- grafana_controller.go
- logadapter_controller.go
- logging_controller.go
- loggingcluster_controller.go
- loggingclusterbinding_controller.go
- monitoring_controller.go
- multiclusterbinding_controller.go
- multiclusteruser_controller.go
- nfd_controller.go
- opnicluster_controller.go
- pretrainedmodel_controller.go