runtime

package
v1.129.1 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2025 License: Apache-2.0 Imports: 23 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	// Reconcile creates or updates the extension deployment in the garden runtime cluster.
	Reconcile(context.Context, logr.Logger, *operatorv1alpha1.Extension) (reconcile.Result, error)
	// Delete deletes the extension deployment in the garden runtime cluster.
	Delete(context.Context, logr.Logger, *operatorv1alpha1.Extension) (reconcile.Result, error)
}

Interface contains functions for the extension deployer in the garden runtime cluster.

func New

func New(runtimeClientSet kubernetes.Interface, recorder record.EventRecorder, gardenNamespace string, registry oci.Interface) Interface

New creates a new runtime deployer.

Jump to

Keyboard shortcuts

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