controllers

package
v0.3.14 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2021 License: Apache-2.0 Imports: 37 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrSecretTypeNotSupported = errors.New("unsupported secret type")
)

Functions

This section is empty.

Types

type ClusterResourceSetBindingReconciler added in v0.3.8

type ClusterResourceSetBindingReconciler struct {
	Client client.Client
	Log    logr.Logger
}

ClusterResourceSetBindingReconciler reconciles a ClusterResourceSetBinding object

func (*ClusterResourceSetBindingReconciler) Reconcile added in v0.3.8

func (r *ClusterResourceSetBindingReconciler) Reconcile(req ctrl.Request) (_ ctrl.Result, reterr error)

func (*ClusterResourceSetBindingReconciler) SetupWithManager added in v0.3.8

func (r *ClusterResourceSetBindingReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error

type ClusterResourceSetReconciler

type ClusterResourceSetReconciler struct {
	Client  client.Client
	Log     logr.Logger
	Tracker *remote.ClusterCacheTracker
	// contains filtered or unexported fields
}

ClusterResourceSetReconciler reconciles a ClusterResourceSet object

func (*ClusterResourceSetReconciler) ApplyClusterResourceSet

func (r *ClusterResourceSetReconciler) ApplyClusterResourceSet(ctx context.Context, cluster *clusterv1.Cluster, clusterResourceSet *addonsv1.ClusterResourceSet) error

ApplyClusterResourceSet applies resources in a ClusterResourceSet to a Cluster. Once applied, a record will be added to the cluster's ClusterResourceSetBinding. In ApplyOnce strategy, resources are applied only once to a particular cluster. ClusterResourceSetBinding is used to check if a resource is applied before. It applies resources best effort and continue on scenarios like: unsupported resource types, failure during creation, missing resources. TODO: If a resource already exists in the cluster but not applied by ClusterResourceSet, the resource will be updated ?

func (*ClusterResourceSetReconciler) Reconcile

func (r *ClusterResourceSetReconciler) Reconcile(req ctrl.Request) (_ ctrl.Result, reterr error)

func (*ClusterResourceSetReconciler) SetupWithManager

func (r *ClusterResourceSetReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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