controllers

package
v0.5.4-rc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2022 License: Apache-2.0 Imports: 40 Imported by: 0

Documentation

Index

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

type DataPrepperReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

func (*DataPrepperReconciler) Reconcile added in v0.3.1

func (r *DataPrepperReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

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

type GatewayReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

func (*GatewayReconciler) Reconcile added in v0.4.1

func (r *GatewayReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

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

type GpuPolicyAdapterReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

GpuPolicyAdapterReconciler reconciles a GpuPolicyAdapter object

func (*GpuPolicyAdapterReconciler) Reconcile added in v0.2.0

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

type LogAdapterReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

LogAdapterReconciler reconciles a LogAdapter object

func (*LogAdapterReconciler) Reconcile added in v0.2.0

func (r *LogAdapterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

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) Reconcile added in v0.4.0

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

type LoggingClusterReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

func (*LoggingClusterReconciler) Reconcile 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

type MonitoringReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

func (*MonitoringReconciler) Reconcile added in v0.4.1

func (r *MonitoringReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

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) Reconcile added in v0.4.0

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

type MulticlusterUserReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

func (*MulticlusterUserReconciler) Reconcile 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

type OpniClusterReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

OpniClusterReconciler reconciles a OpniCluster object

func (*OpniClusterReconciler) Reconcile

func (r *OpniClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

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

type PretrainedModelReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

PretrainedModelReconciler reconciles a PretrainedModel object

func (*PretrainedModelReconciler) Reconcile added in v0.2.0

func (*PretrainedModelReconciler) SetupWithManager added in v0.2.0

func (r *PretrainedModelReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL