controllers

package
v0.0.0-...-8319f91 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2025 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompositeDefinitionReconciler

type CompositeDefinitionReconciler struct {
	// contains filtered or unexported fields
}

CompositeDefinitionReconciler reconciles a CompositeDefinition object

func (*CompositeDefinitionReconciler) Reconcile

func (*CompositeDefinitionReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

func (*CompositeDefinitionReconciler) Start

type Engine

type Engine interface {
	BuildObjects(ctx context.Context, fileName string, script string, subject *unstructured.Unstructured) ([]*unstructured.Unstructured, error)
}

type Future

type Future[T any] struct {
	// contains filtered or unexported fields
}

func (*Future[T]) Poll

func (f *Future[T]) Poll() (T, bool)

func (*Future[T]) Set

func (f *Future[T]) Set(value T)

func (*Future[T]) Wait

func (f *Future[T]) Wait() T

Jump to

Keyboard shortcuts

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