Skip to content

Commit e609e30

Browse files
committed
removed pretend from description
1 parent 4290e1f commit e609e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/rds/v1alpha1/custom_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,8 @@ type CustomDBInstanceParameters struct {
785785
// +optional
786786
DeleteAutomatedBackups *bool `json:"deleteAutomatedBackups,omitempty"`
787787

788-
// TagIgnorePrefixes tells the reconciler to pretend tags with these
789-
// prefixes don't exist during diff/updates.
788+
// TagIgnorePrefixes defines a list of tag key prefixes that should be ignored
789+
// during tag comparison and updates by the reconciler.
790790
// +optional
791791
TagIgnorePrefixes []string `json:"tagIgnorePrefixes,omitempty"`
792792
}

0 commit comments

Comments
 (0)