Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigInjectionAnnotation = "kpt.dev/config-injection" InjectedResourceAnnotation = "kpt.dev/injected-resource" )
View Source
const ( ConditionTypeStalled = "Stalled" // whether or not the packagevariant object is making progress or not ConditionTypeReady = "Ready" // whether or not the reconciliation succeeded )
View Source
const PackageVariantFuncPrefix = "PackageVariant"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct{}
func (*Options) InitDefaults ¶
func (o *Options) InitDefaults()
type PackageVariantReconciler ¶
PackageVariantReconciler reconciles a PackageVariant object
func (*PackageVariantReconciler) Reconcile ¶
func (r *PackageVariantReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile implements the main kubernetes reconciliation loop.
func (*PackageVariantReconciler) SetupWithManager ¶
func (r *PackageVariantReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.