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) error
// Delete deletes the extension deployment in the garden runtime cluster.
Delete(context.Context, logr.Logger, *operatorv1alpha1.Extension) 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.
Click to show internal directories.
Click to hide internal directories.