Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReconcilerArguments ¶
type ReconcilerArguments struct { KymaRef klog.ObjectRef KcpCluster cluster.Cluster SkrCluster cluster.Cluster // Provider indicates specific provider resources are available for, // if nil all resources for all providers are available Provider *cloudcontrolv1beta1.ProviderType }
type ReconcilerFactory ¶
type ReconcilerFactory interface {
New(args ReconcilerArguments) reconcile.Reconciler
}
Click to show internal directories.
Click to hide internal directories.