Skip to content

Commit

Permalink
docs: add required comments for passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dholeshu committed Mar 5, 2021
1 parent 1493666 commit a110739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apis/rds/v1alpha1/custom_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package v1alpha1

import xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1"

// CustomDBParameterGroupParameters are custom parameters for DBParameterGroup
type CustomDBParameterGroupParameters struct{}

// CustomDBClusterParameters are custom parameters for DBCluster
Expand Down
1 change: 1 addition & 0 deletions pkg/controller/rds/dbparametergroup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
svcapitypes "github.com/crossplane/provider-aws/apis/rds/v1alpha1"
)

// SetupDBParameterGroup adds a controller that reconciles DBParametergroup.
func SetupDBParameterGroup(mgr ctrl.Manager, l logging.Logger, rl workqueue.RateLimiter) error {
name := managed.ControllerName(svcapitypes.DBParameterGroupGroupKind)
return ctrl.NewControllerManagedBy(mgr).
Expand Down

0 comments on commit a110739

Please sign in to comment.