Documentation
¶
Index ¶
Constants ¶
View Source
const ConfigMapReadyCondition = "ConfigMapReady"
ConfigMapReadyCondition indicates whether the ConfigMap is ready. Define a condition type for ConfigMap readiness
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenAPIAggregatorReconciler ¶
OpenAPIAggregatorReconciler reconciles a OpenAPIAggregator object
func (*OpenAPIAggregatorReconciler) Reconcile ¶
func (r *OpenAPIAggregatorReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile handles the reconciliation loop for OpenAPIAggregator resources
func (*OpenAPIAggregatorReconciler) SetupWithManager ¶
func (r *OpenAPIAggregatorReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SwaggerServerReconciler ¶ added in v0.3.0
SwaggerServerReconciler reconciles a SwaggerServer object
func (*SwaggerServerReconciler) Reconcile ¶ added in v0.3.0
func (r *SwaggerServerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile handles the reconciliation loop for SwaggerServer resources
func (*SwaggerServerReconciler) SetupWithManager ¶ added in v0.3.0
func (r *SwaggerServerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.