Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SwaggerHubReconciler ¶
type SwaggerHubReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
}
SwaggerHub reconciles a SwaggerHub object
func (*SwaggerHubReconciler) Reconcile ¶
func (r *SwaggerHubReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile SwaggerHubs
func (*SwaggerHubReconciler) SetupWithManager ¶
func (r *SwaggerHubReconciler) SetupWithManager(mgr ctrl.Manager, opts SwaggerHubReconcilerOptions) error
SetupWithManager adding controllers
type SwaggerHubReconcilerOptions ¶
type SwaggerHubReconcilerOptions struct {
MaxConcurrentReconciles int
}
type SwaggerSpecificationReconciler ¶ added in v0.1.0
type SwaggerSpecificationReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
Recorder record.EventRecorder
HTTPClient httpClient
}
SwaggerSpecification reconciles a SwaggerSpecification object
func (*SwaggerSpecificationReconciler) Reconcile ¶ added in v0.1.0
func (r *SwaggerSpecificationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile SwaggerSpecifications
func (*SwaggerSpecificationReconciler) SetupWithManager ¶ added in v0.1.0
func (r *SwaggerSpecificationReconciler) SetupWithManager(mgr ctrl.Manager, opts SwaggerSpecificationReconcilerOptions) error
SetupWithManager adding controllers
type SwaggerSpecificationReconcilerOptions ¶ added in v0.1.0
type SwaggerSpecificationReconcilerOptions struct {
MaxConcurrentReconciles int
}
Click to show internal directories.
Click to hide internal directories.